diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000000..5ace4600a1
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1fc875f751..6d20ef271b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,16 +10,19 @@ on:
jobs:
build:
runs-on: ubuntu-latest
-
+ strategy:
+ fail-fast: false
+ matrix:
+ version: [stable, unstable, development-target]
container:
- image: elementary/docker:next-unstable
+ image: ghcr.io/elementary/docker:${{ matrix.version }}
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: |
apt update
- apt install -y exuberant-ctags libeditorconfig-dev libgail-3-dev libgee-0.8-dev libgit2-glib-1.0-dev libgranite-dev libgtk-3-dev libgtksourceview-4-dev libgtkspell3-3-dev libhandy-1-dev libpeas-dev libsoup2.4-dev libvala-dev libvte-2.91-dev meson valac
+ apt install -y exuberant-ctags libeditorconfig-dev libgail-3-dev libgee-0.8-dev libgit2-glib-1.0-dev libgranite-dev libgtk-3-dev libgtksourceview-4-dev libgtkspell3-3-dev libhandy-1-dev libpeas-dev libsoup2.4-dev libvala-dev libvte-2.91-dev meson valac polkitd libpolkit-gobject-1-dev
- name: Build
env:
DESTDIR: out
@@ -38,7 +41,7 @@ jobs:
fail-fast: false
container:
- image: ghcr.io/elementary/flatpak-platform/runtime:6-${{ matrix.arch }}
+ image: ghcr.io/elementary/flatpak-platform/runtime:7.1-${{ matrix.arch }}
options: --privileged
steps:
@@ -47,16 +50,15 @@ jobs:
- name: Set up QEMU for aarch64 emulation
if: ${{ matrix.arch != 'x86_64' }}
- uses: docker/setup-qemu-action@v1
+ uses: docker/setup-qemu-action@v2
with:
platforms: arm64
- name: Build
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
+ uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: code.flatpak
manifest-path: io.elementary.code.yml
- run-tests: true
repository-name: appcenter
repository-url: https://flatpak.elementary.io/repo.flatpakrepo
cache-key: "flatpak-builder-${{ github.sha }}"
diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml
index 8114d0ae19..7800ff902c 100644
--- a/.github/workflows/merge.yml
+++ b/.github/workflows/merge.yml
@@ -1,24 +1,29 @@
----
-
-name: Merge
+name: Gettext Updates
on:
push:
- branches:
- - master
+ branches: [master]
jobs:
- gettext:
- name: Gettext
- runs-on: ubuntu-latest
+ build:
+ runs-on: ubuntu-22.04
+ container:
+ image: ghcr.io/elementary/docker:next-unstable
steps:
- - name: Checkout
- uses: actions/checkout@v1 # Avoid an error when pushing
+ - name: Install git
+ run: |
+ apt-get update
+ apt-get install git -y
+
+ - name: Clone repository
+ uses: actions/checkout@v3
+ with:
+ token: ${{ secrets.GIT_USER_TOKEN }}
- - name: Gettext
- uses: elementary/actions/gettext-template@master
- env:
- GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
- GIT_USER_NAME: "elementaryBot"
- GIT_USER_EMAIL: "builds@elementary.io"
+ - name: Update Translation Files
+ uses: elementary/actions/gettext-template@next
+ env:
+ GIT_USER_TOKEN: ${{ secrets.GIT_USER_TOKEN }}
+ GIT_USER_NAME: "elementaryBot"
+ GIT_USER_EMAIL: "builds@elementary.io"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 58d6e4bc74..fc7c648857 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,14 +2,14 @@ name: Release
on:
pull_request:
- branches: master
- types: closed
+ branches: [master]
+ types: [closed]
jobs:
release:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true && true == contains(join(github.event.pull_request.labels.*.name), 'Release')
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
- uses: elementary/actions/release@master
env:
GIT_USER_TOKEN: "${{ secrets.GIT_USER_TOKEN }}"
diff --git a/data/code.metainfo.xml.in b/data/code.metainfo.xml.in
index 1645e82b0c..d4ded035c5 100644
--- a/data/code.metainfo.xml.in
+++ b/data/code.metainfo.xml.in
@@ -29,13 +29,17 @@
- https://raw.githubusercontent.com/elementary/code/7.0.0/data/screenshot.png
+ https://raw.githubusercontent.com/elementary/code/7.1.0/data/screenshot.png
- https://raw.githubusercontent.com/elementary/code/7.0.0/data/screenshot-dark.png
+ https://raw.githubusercontent.com/elementary/code/7.1.0/data/screenshot-dark.png
+
+ #cfa25e
+
+
@@ -62,6 +66,54 @@
contact_AT_elementary.io
+
+
+ Improvements:
+
+ - Search options transferred to searchbar menu
+ - Whole word search option added
+ - Whole word, case sensitive mode and use regex search settings now persist
+
+ Minor updates:
+
+ - The search bar now updates properly after changing the active document
+ - 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 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
+ - Ensure active project at startup (include non-git folders)
+ - Updated translations
+
+
+
+ No expander on folders that contain no text files
+ Add whole word search
+ Undo-ing sometimes deletes the entire contents of a file
+ Search occurence label does not update when active document changed
+ Autosave of unsaved buffers not reliable
+ Slow to close multiple documents
+ Unexpected closing on pressing Global Search accelerator with no open documents
+ Clicking "Find in Project…" in the welcome screen causes the app crashing
+ Cancelling saving does not work as expected when closing project folder resulting in data loss
+ Saving new document to an unwritable location gives unexpected behaviour and possible data loss
+ Symbol outline does not respect system style
+ "Replace All" should not disable the "Replace" and "Replace All" buttons
+ Does not follow system color scheme when launching with no files open
+ Secure WebDav files opened from Files cannot save
+ Case sensitive/insensitive search does not work as expected with mixed case search term
+ Cannot open files with unknown characters
+ Search results change when document focused in
+ Document does not open when sidebar entry clicked if it is already focused
+ Git branch change can result in unwanted warnings
+ Search entry reverts to previous term after editing and pressing Control+f
+ Tab width menu does not work
+ Line numbers should start from one not zero
+
+
+
Improvements:
@@ -74,9 +126,9 @@
Minor updates:
- Both Find on Page and Find in Project are now available from the app's menu instead of in the headerbar
- - Options for hiding and showing panels and now all present in a compact set of linked buttons in the app's menu
+ - Options for hiding and showing panels are now all present in a compact set of linked buttons in the app's menu
- The sidebar now contains the project chooser button and fills the height of the window
- - Started a global search with text selected now pre-fills that text
+ - Starting a global search with text selected now pre-fills that text
- 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 + \"
- Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now part of the main codebase
- Show an infobar when tab width settings are being overwritten by an EditorConfig file
@@ -160,41 +212,6 @@
-
-
- New features:
-
- - New Markdown plugin for WYSIWYG-like editing.
- - Switch Git branches or create new ones in project folder context menus
- - Show Git diff status in source view gutters
- - Full text search within project folder.
- - Save and restore cursor position between sessions
- - Close files from a project when that project is closed
- - Show full file path in tab tooltips
- - Clear lines with Ctrl + K
-
- Minor updates:
-
- - Allow Spell Checker extension in Markdown files
- - Improve multi-line duplication
- - Remember whether the sidebar is open
- - Set window title to the focused file
- - Add keyboard shortcuts for next and previous documents
- - Show full document path in tab tooltip
- - Update Pastebin plugin
- - Correctly indent last line when using the preserve whitespace plugin
- - Keep syntax highlighting when duplicating a file
- - Expand a collapsed folder if you attempt to open it twice
- - Fix an issue where searches are lost when Code loses focus
- - Start Vim plugin in command mode
- - Fix and add new Vim commands
- - Show project folders with a hidden root folder
- - Allow launching with pkexec and disallow launching with sudo
- - Remove split view
- - Remove browser preview
- - Updated translations
-
-
-
+
diff --git a/data/io.elementary.code.1 b/data/io.elementary.code.1
new file mode 100644
index 0000000000..836d54871b
--- /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/io.elementary.code.desktop.in.in b/data/io.elementary.code.desktop.in.in
index e6fd04c307..ae78f19e70 100644
--- a/data/io.elementary.code.desktop.in.in
+++ b/data/io.elementary.code.desktop.in.in
@@ -1,6 +1,6 @@
[Desktop Entry]
Type=Application
-Name=Code
+Name=@NAME@
Comment=Edit code files
GenericName=Code Editor
Exec=@EXEC_NAME@ %U
diff --git a/data/io.elementary.code.gschema.xml b/data/io.elementary.code.gschema.xml
index b15cd16055..d0bad47f8d 100644
--- a/data/io.elementary.code.gschema.xml
+++ b/data/io.elementary.code.gschema.xml
@@ -10,6 +10,11 @@
+
+
+
+
+
@@ -116,6 +121,7 @@
Whether Code should use auto indentation
+
4
Tab Size
Specifies the number of spaces that should be displayed instead of Tab characters.
@@ -155,6 +161,21 @@
Whether search is cyclic
Whether text searching should cycle back to the beginning of the document after reaching the end of the document.
+
+ false
+ Whether search is for whole words
+ Whether the search should only match whole words.
+
+
+ false
+ Whether search term is a regex expression
+ Whether the search should use the search term as a regex expression for matching.
+
+
+ 'mixed'
+ When text search is case sensitive
+ Whether the text search is case sensitive never, always or only when search term is mixed case
+
false
Whether to automatically remove trailing whitespace on saving
diff --git a/data/meson.build b/data/meson.build
index 13e03b524a..b28891a23d 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -16,21 +16,27 @@ endforeach
install_data([
'styles/elementary-dark.xml',
'styles/elementary-light.xml',
-], install_dir: join_paths(get_option('datadir'), 'gtksourceview-4', 'styles'))
+], install_dir: get_option('datadir') / 'gtksourceview-4' / 'styles')
install_data([
'fonts/BuilderBlocks.ttf',
-], install_dir: join_paths(get_option('datadir'), meson.project_name(), 'fonts'))
+], install_dir: get_option('datadir') / meson.project_name() / 'fonts')
install_data(
'io.elementary.code.gschema.xml',
'io.elementary.code.plugins.spell.gschema.xml',
- install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'glib-2.0', 'schemas')
+ install_dir: get_option('prefix') / get_option('datadir') / 'glib-2.0' / 'schemas'
)
config_data = configuration_data()
config_data.set('EXEC_NAME', meson.project_name())
+if (branch != '')
+ config_data.set('NAME', 'Code - ' + branch)
+else
+ config_data.set('NAME', 'Code')
+endif
+
# Set the executable name and translate the desktop files
desktop_in_file = configure_file(
input: 'io.elementary.code.desktop.in.in',
@@ -41,16 +47,16 @@ desktop_in_file = configure_file(
desktop_file = i18n.merge_file(
input: desktop_in_file,
output: 'io.elementary.code.desktop',
- po_dir: join_paths(meson.source_root (), 'po', 'extra'),
+ po_dir: meson.project_source_root () / 'po' / 'extra',
type: 'desktop',
- install_dir: join_paths(get_option('datadir'), 'applications'),
+ install_dir: get_option('datadir') / 'applications',
install: true
)
i18n.merge_file(
input: 'code.metainfo.xml.in',
output: meson.project_name() + '.metainfo.xml',
- po_dir: meson.source_root() / 'po' / 'extra',
+ po_dir: meson.project_source_root() / 'po' / 'extra',
type: 'xml',
install: true,
install_dir: get_option('datadir') / 'metainfo',
@@ -72,8 +78,12 @@ if get_option ('have_pkexec')
i18n.merge_file(
input: policy_in,
output: meson.project_name() + '.policy',
- po_dir: join_paths(meson.source_root (), 'po', 'extra'),
+ po_dir: meson.project_source_root () / 'po' / 'extra',
install: true,
- install_dir: join_paths(get_option('datadir'), 'polkit-1', 'actions'),
+ install_dir: get_option('datadir') / 'polkit-1' / 'actions',
)
endif
+
+install_man(
+ 'io.elementary.code.1'
+)
diff --git a/io.elementary.code.yml b/io.elementary.code.yml
index 59db37b3af..c0764fbf43 100644
--- a/io.elementary.code.yml
+++ b/io.elementary.code.yml
@@ -1,9 +1,10 @@
app-id: io.elementary.code
runtime: io.elementary.Sdk # The outline plugin requires libvala which is only in the SDK, not the runtime
-runtime-version: '6'
+runtime-version: '7.1'
sdk: io.elementary.Sdk
command: io.elementary.code
finish-args:
+ - '--filesystem=xdg-run/gvfsd'
- '--filesystem=host'
- '--share=ipc'
@@ -30,17 +31,18 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/gtksourceview.git
- tag: '4.8.0'
+ tag: '4.8.4'
- name: peas
buildsystem: meson
config-opts:
- - '-Dgtk-doc=false'
+ - '-Dgtk_doc=false'
- '-Ddemos=false'
+ - '-Dvapi=true'
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libpeas.git
- tag: libpeas-1.28.0
+ tag: libpeas-1.34.0
- name: git2-glib
buildsystem: meson
@@ -50,7 +52,7 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/libgit2-glib.git
- tag: v0.99.0.1
+ tag: v1.1.0
modules:
- name: ssh2
buildsystem: cmake-ninja
@@ -66,7 +68,7 @@ modules:
sources:
- type: git
url: https://github.com/libssh2/libssh2.git
- tag: libssh2-1.9.0
+ tag: libssh2-1.10.0
- name: libgit2
buildsystem: cmake-ninja
config-opts:
@@ -74,7 +76,7 @@ modules:
sources:
- type: git
url: https://github.com/libgit2/libgit2.git
- tag: 'v1.1.0'
+ tag: 'v1.5.1'
- name: editorconfig
buildsystem: cmake-ninja
@@ -84,7 +86,8 @@ modules:
sources:
- type: git
url: https://github.com/editorconfig/editorconfig-core-c.git
- tag: 'v0.12.4'
+ tag: 'v0.12.6'
+ disable-submodules: true
- name: gtkspell
config-opts:
@@ -111,13 +114,13 @@ modules:
sources:
- type: git
url: https://gitlab.gnome.org/GNOME/vte.git
- branch: '0.62.1'
+ branch: '0.70.2'
- name: universal-ctags
sources:
- type: git
url: https://github.com/universal-ctags/ctags.git
- tag: p5.9.20201101.0
+ tag: v6.0.0
- name: code
buildsystem: meson
diff --git a/meson.build b/meson.build
index 3d60edc295..57876f8ce9 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,8 @@
project(
'io.elementary.code',
'vala', 'c',
- version: '7.0.0'
+ meson_version: '>= 0.58.0',
+ version: '7.1.0'
)
add_project_arguments([
@@ -11,7 +12,7 @@ add_project_arguments([
)
add_project_arguments(
- ['--vapidir', join_paths(meson.current_source_dir(), 'vapi')],
+ ['--vapidir', meson.project_source_root() / 'vapi'],
language: 'vala'
)
@@ -19,8 +20,8 @@ if get_option('have_pkexec')
add_project_arguments('--define=HAVE_PKEXEC', language: 'vala')
endif
-libexecdir = join_paths(get_option('prefix'), get_option('libexecdir'), meson.project_name())
-pluginsdir = join_paths(get_option('prefix'), get_option('libdir'), meson.project_name(), 'plugins')
+libexecdir = get_option('prefix') / get_option('libexecdir') / meson.project_name()
+pluginsdir = get_option('prefix') / get_option('libdir') / meson.project_name() / 'plugins'
gnome = import('gnome')
i18n = import('i18n')
@@ -46,7 +47,7 @@ code_resources = gnome.compile_resources(
)
# We need libvala-X.XX library, but it changes depending on the version that is installed
-vala_version = run_command (meson.get_compiler('vala'), '--api-version').stdout().strip()
+vala_version = run_command (meson.get_compiler('vala'), '--api-version', check: true).stdout().strip()
vala_dep = dependency('libvala-@0@'.format(vala_version))
dependencies = [
@@ -67,6 +68,13 @@ dependencies = [
vte_dep
]
+git = find_program('git', required: false)
+branch = ''
+if get_option('development') and git.found ()
+ output = run_command('git','branch','--show-current', check: false)
+ branch = output.stdout().strip()
+endif
+
subdir('data')
subdir('src')
if get_option('plugins')
@@ -74,4 +82,4 @@ if get_option('plugins')
endif
subdir('po')
-meson.add_install_script('meson/post_install.py')
+gnome.post_install(glib_compile_schemas: true)
diff --git a/meson/post_install.py b/meson/post_install.py
deleted file mode 100755
index d50b982d5d..0000000000
--- a/meson/post_install.py
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env python3
-
-import os
-import subprocess
-
-schemadir = os.path.join(os.environ['MESON_INSTALL_PREFIX'], 'share', 'glib-2.0', 'schemas')
-
-if not os.environ.get('DESTDIR'):
- print('Compiling gsettings schemas…')
- subprocess.call(['glib-compile-schemas', schemadir])
diff --git a/meson_options.txt b/meson_options.txt
index 59819d1b4a..a299238b52 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,3 @@
option ('plugins', type : 'boolean', value : true)
option('have_pkexec', type : 'boolean', value : 'true', description : 'Allow launching with pkexec. Should not be used in FlatPak')
+option('development', type : 'boolean', value : false, description : 'Build is a development branch')
diff --git a/plugins/brackets-completion/meson.build b/plugins/brackets-completion/meson.build
index e46ea62ecb..880e976202 100644
--- a/plugins/brackets-completion/meson.build
+++ b/plugins/brackets-completion/meson.build
@@ -13,7 +13,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -23,10 +23,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/detect-indent/meson.build b/plugins/detect-indent/meson.build
index 1d345960bb..d70c52eaa3 100644
--- a/plugins/detect-indent/meson.build
+++ b/plugins/detect-indent/meson.build
@@ -13,7 +13,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -23,10 +23,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/editorconfig/editorconfig.vala b/plugins/editorconfig/editorconfig.vala
index 79e99efb30..8a5b8f4285 100644
--- a/plugins/editorconfig/editorconfig.vala
+++ b/plugins/editorconfig/editorconfig.vala
@@ -32,7 +32,11 @@ public class Scratch.Plugins.EditorConfigPlugin: Peas.ExtensionBase, Peas.Activa
});
plugins.hook_document.connect ((d) => {
- format_bar.tab_set_by_editor_config = false;
+ // Ensure use global settings by default
+ format_bar.tab_style_set_by_editor_config = false;
+ format_bar.tab_width_set_by_editor_config = false;
+ format_bar.set_document (d);
+
Scratch.Widgets.SourceView view = d.source_view;
File file = d.file;
@@ -52,13 +56,13 @@ public class Scratch.Plugins.EditorConfigPlugin: Peas.ExtensionBase, Peas.Activa
/* These are all properties (https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties) */
switch (name) {
case "indent_style":
- format_bar.tab_set_by_editor_config = true;
+ format_bar.tab_style_set_by_editor_config = true;
var use_spaces = (val != "tab");
format_bar.set_insert_spaces_instead_of_tabs (use_spaces);
break;
case "indent_size":
case "tab_width":
- format_bar.tab_set_by_editor_config = true;
+ format_bar.tab_width_set_by_editor_config = true;
var indent_width = (int.parse (val)).clamp (2, 16);
format_bar.set_tab_width (indent_width);
break;
@@ -73,6 +77,9 @@ public class Scratch.Plugins.EditorConfigPlugin: Peas.ExtensionBase, Peas.Activa
case "max_line_length":
view.right_margin_position = int.parse (val);
break;
+ default:
+ warning ("unrecognised name/value %s/%s", name, val);
+ break;
}
}
});
diff --git a/plugins/editorconfig/meson.build b/plugins/editorconfig/meson.build
index a4a8b9eb40..eabe838183 100644
--- a/plugins/editorconfig/meson.build
+++ b/plugins/editorconfig/meson.build
@@ -15,7 +15,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -25,10 +25,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/highlight-word-selection/meson.build b/plugins/highlight-word-selection/meson.build
index aaa960adaa..393f197b2f 100644
--- a/plugins/highlight-word-selection/meson.build
+++ b/plugins/highlight-word-selection/meson.build
@@ -13,7 +13,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -23,10 +23,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/markdown-actions/meson.build b/plugins/markdown-actions/meson.build
index d8d15aad3d..529dd12128 100644
--- a/plugins/markdown-actions/meson.build
+++ b/plugins/markdown-actions/meson.build
@@ -13,7 +13,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -23,10 +23,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/pastebin/meson.build b/plugins/pastebin/meson.build
index faacc10b60..f18e644d41 100644
--- a/plugins/pastebin/meson.build
+++ b/plugins/pastebin/meson.build
@@ -17,7 +17,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -27,10 +27,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/preserve-indent/meson.build b/plugins/preserve-indent/meson.build
index db9b35eb85..bd9c5596bd 100644
--- a/plugins/preserve-indent/meson.build
+++ b/plugins/preserve-indent/meson.build
@@ -13,7 +13,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -23,10 +23,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/spell/meson.build b/plugins/spell/meson.build
index 15bd141f10..6d64af66be 100644
--- a/plugins/spell/meson.build
+++ b/plugins/spell/meson.build
@@ -16,7 +16,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -26,10 +26,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/vim-emulation/meson.build b/plugins/vim-emulation/meson.build
index c32e5a8d1c..6017f329d5 100644
--- a/plugins/vim-emulation/meson.build
+++ b/plugins/vim-emulation/meson.build
@@ -13,7 +13,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -23,10 +23,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/plugins/word-completion/meson.build b/plugins/word-completion/meson.build
index 2887aef312..247b0e60ad 100644
--- a/plugins/word-completion/meson.build
+++ b/plugins/word-completion/meson.build
@@ -16,7 +16,7 @@ shared_module(
module_files,
dependencies: module_deps,
install: true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
custom_target(module_name + '.plugin_merge',
@@ -26,10 +26,10 @@ custom_target(module_name + '.plugin_merge',
'--desktop',
'--keyword=Description',
'--keyword=Name',
- '-d' + join_paths(meson.source_root (), 'po', 'plugins'),
+ '-d' + meson.project_source_root () / 'po' / 'plugins',
'--template=@INPUT@',
'-o@OUTPUT@',
],
install : true,
- install_dir: join_paths(pluginsdir, module_name),
+ install_dir: pluginsdir / module_name,
)
diff --git a/po/aa.po b/po/aa.po
index 3b17b5de37..9a3c6c930e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ab.po b/po/ab.po
index 3b17b5de37..9a3c6c930e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ae.po b/po/ae.po
index cd400a858a..0660a1f871 100644
--- a/po/ae.po
+++ b/po/ae.po
@@ -1,90 +1,94 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -230,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 ""
@@ -255,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -316,127 +320,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -453,8 +498,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -463,55 +508,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -586,59 +631,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -720,10 +781,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/af.po b/po/af.po
index ba72c789f6..c1df44f0cf 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2017-04-09 21:07+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Afrikaans \n"
@@ -18,88 +18,92 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Find…"
msgid "Find on Page…"
msgstr "Vind…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Alle lêers"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Teks lêers"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Kanselleer"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -245,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 ""
@@ -271,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -335,134 +339,182 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "Kanselleer"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Stoor wysigings voor dokument %s toegemaak word"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Maak toe sonder om te stoor"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Stoor"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Stoor wysigings voor dokument %s toegemaak word"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Stoor lêer"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nuwe dokument"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 "Die \"%s\" lêer kan nie gelees word nie. Dalk is dit korrup"
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"Die plek wat die \"%s\" lêer bevat is ontkoppel. Wil jy op 'n ander plek "
"stoor?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Stoor as…"
-
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr "Die \"%s\" lêer was verwyder. Wil jy dit in elk geval stoor?"
-#: src/Services/Document.vala:769
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, 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:882
+#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Jy kan nie wysigings op die \"%s\" lêer stoor nie. Wil jy die wysigings in "
-"die lêer op 'n ander plek stoor?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Stoor wysigings op 'n ander plek"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Oplaai"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save changes elsewhere"
+msgid "Save Document elsewhere"
+msgstr "Stoor wysigings op 'n ander plek"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -479,8 +531,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -489,60 +541,60 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Teks lêers"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "Wys lyn nommers"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Automatiese inkeping"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Inkeping Wydte"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -618,59 +670,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Nooit"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Vervang"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -759,10 +827,6 @@ msgstr ""
msgid "Select Format"
msgstr "Selekteer font"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Nooit"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Tien minute"
@@ -792,6 +856,25 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Save As…"
+#~ msgstr "Stoor as…"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Jy kan nie wysigings op die \"%s\" lêer stoor nie. Wil jy die wysigings "
+#~ "in die lêer op 'n ander plek stoor?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Jy kan nie wysigings op die \"%s\" lêer stoor nie. Wil jy die wysigings "
+#~ "in die lêer op 'n ander plek stoor?"
+
#~ msgid "Terminal"
#~ msgstr "Terminaal"
@@ -803,9 +886,6 @@ msgstr ""
#~ msgid "Others…"
#~ msgstr "Andere..."
-#~ msgid "Upload"
-#~ msgstr "Oplaai"
-
#~ msgid "Other formats"
#~ msgstr "Ander formate"
diff --git a/po/ak.po b/po/ak.po
index 5df7c276ba..2e4bda4779 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2017-04-09 20:11+0000\n"
"Last-Translator: aberba \n"
"Language-Team: LANGUAGE \n"
@@ -13,89 +13,92 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
msgid "Find on Page…"
msgstr "Bue file"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
msgid "Hide Projects Sidebar"
msgstr "Bue file"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Gyae"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -241,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 ""
@@ -267,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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ɔ"
@@ -334,136 +337,191 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Bue file"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "Gyae"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Wopɛ sɛ wo kora %s to hɔ ansa wadum no anaa?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Sɛ wo ankora anto hɔ a, wo bɛ hwere nsesayɛ a waya no animmoho 4 a atwam no "
"koraa."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Dum no. Mempɛ sɛ wo kora no"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Kora"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Wopɛ sɛ wo kora %s to hɔ ansa wadum no anaa?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Kora file no"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Document Foforɔ"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 "File %s antumi ambue. Ebia na asɛe anaa wo nni ho kwan sɛ wo bue."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"Bɛbi a file %s wɔ no nnya mmounte yɛ. Wopɛ sɛ wo kora no baabi fofor anaa?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Kora no sɛ ..."
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Dwumadi foforɔ ayɛ nsesaɛ wɔ %s mu. Wopɛ sɛ wo hwɛ nsesaɛ no ansa na wakora "
+"no bio anaa?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"Dwumadi foforɔ ayɛ nsesaɛ wɔ %s mu. Wopɛ sɛ wo hwɛ nsesaɛ no ansa na wakora "
+"no bio anaa?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
-msgstr "File %s ntumi nkora wɔ ɛha. Wopɛ sɛ wo kora to babi foforo anaa?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
+msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Kora to baabi fororɔ"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Dwumadi foforɔ ayɛ nsesaɛ wɔ %s mu. Wopɛ sɛ wo hwɛ nsesaɛ no ansa na wakora "
-"no bio anaa?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Yi"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Toa so"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save changes elsewhere"
+msgid "Save Document elsewhere"
+msgstr "Kora to baabi fororɔ"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -480,8 +538,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -490,55 +548,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Yɛ ntwerɛe foforɔ firi "
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Ma ntwereɛ no Kola"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Kɔ line:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -614,59 +672,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Hwehwɛ"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Fa wei sesa no"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Si ananmu"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Sesa ne nyinaa"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -751,10 +825,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -784,6 +854,36 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr "File %s nni akoraɛ biara mu. Wo pɛ sɛ wo kora to hɔ anna?"
+
+#~ msgid "Set of plugins"
+#~ msgstr "Plugins Ahoroɔ"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Plugins Ahoroɔ"
+
+#~ msgid "Save As…"
+#~ msgstr "Kora no sɛ ..."
+
+#~ msgid "Load"
+#~ msgstr "Yi"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr "File %s ntumi nkora wɔ ɛha. Wopɛ sɛ wo kora to babi foforo anaa?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr "File %s ntumi nkora wɔ ɛha. Wopɛ sɛ wo kora to babi foforo anaa?"
+
#, fuzzy
#~ msgid "Open Project Folder…"
#~ msgstr "Bue file"
diff --git a/po/am.po b/po/am.po
index b6e2f390a2..02744e0e16 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:39+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Amharic \n"
@@ -18,95 +18,98 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "የመፈለጊያ ባሩን መደበቂያ"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "ፎልደር መክፈቻ"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "የመፈለጊያ ባሩን መደበቂያ"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Project templates"
msgid "Show Projects Sidebar"
msgstr "የ እቅድ ቴምፕሌቶች"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "ምልክቶች"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "የጽሁፍ ፋይሎች"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "አንዳንድ ፋይሎች መክፈቻ"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "መክፈቻ"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "መሰረዣ"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_መክፈቻ"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_መሰረዣ"
@@ -255,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 ""
@@ -282,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "አዲስ ፋይል"
@@ -353,131 +356,176 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "ፎልደር መክፈቻ"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "የ ስክራች ማሰናጃዎች መቀየሪያ"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "የ ስክራች ማሰናጃዎች መቀየሪያ"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "መሰረዣ"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "ሳያስቀምጡ መዝጊያ"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "ማስቀመጫ"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "ፋይል ማስቀመጫ"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "አዲስ ሰነድ"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "ማስቀመጫ እንደ..."
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "ለውጦቹን ሌላ ቦታ ማስቀመጫ"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "መጫኛ"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "ይቀጥሉ"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "መጫኛ"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "የአሁኑን ፋይል ማስቀመጫ"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "ቴምፕሌትስ"
@@ -496,8 +544,8 @@ msgid "No Project Selected"
msgstr "የ እቅድ ቴምፕሌቶች"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -506,60 +554,60 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "የጽሁፍ ፋይሎች"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "የ መስመር ቁጥር ማሳያ:"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "ራሱ በራሱ ማስረጊያ:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "የ ንዑስ መስኮት ስፋት:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "ወደ መስመር መሄጃ :"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -637,59 +685,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "መፈለጊያ"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "በፍጹም"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Next Search"
+msgid "Search Options"
+msgstr "የሚቀጥለው መፈለጊያ"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "መተኪያ በ"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "መቀየሪያ"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "ኩሉንም መቀየሪያ"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -777,10 +843,6 @@ msgstr ""
msgid "Select Format"
msgstr "ፊደል ይምረጡ :"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "በፍጹም"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "አስር ደቂቃ"
@@ -810,6 +872,22 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "የ ተሰኪዎች ማሰናጃ"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "የ ተሰኪዎች ማሰናጃ"
+
+#~ msgid "Save As…"
+#~ msgstr "ማስቀመጫ እንደ..."
+
+#~ msgid "Load"
+#~ msgstr "መጫኛ"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "ለውጦቹን ሌላ ቦታ ማስቀመጫ"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -825,9 +903,6 @@ msgstr ""
#~ msgid "Others…"
#~ msgstr "ሌሎች..."
-#~ msgid "Upload"
-#~ msgstr "መጫኛ"
-
#~ msgid "Other formats"
#~ msgstr "ለሎች አቀራረቦች"
@@ -994,9 +1069,6 @@ msgstr ""
#~ msgid "Save as"
#~ msgstr "ማስቀመጫ እንደ"
-#~ msgid "Save the current file"
-#~ msgstr "የአሁኑን ፋይል ማስቀመጫ"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "የአሁኑን ፋይል በሌላ ስም ማስቀመጫ"
diff --git a/po/an.po b/po/an.po
index d7436eade4..60134dd403 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:36+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -325,129 +329,170 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Alzar os camios de o decumento dinantes de trancar"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr "Si no alzas, os camios d´os 4 segundos zaguers se ´n trafegueran"
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Trancar sin alzar"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Alzar os camios de o decumento dinantes de trancar"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nueu Decumento"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -464,8 +509,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -474,55 +519,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -597,59 +642,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -731,10 +792,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 1d743b9398..2a5b1948de 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-09-06 18:12+0000\n"
"Last-Translator: aalhaif \n"
"Language-Team: Arabic \n"
@@ -20,94 +20,99 @@ 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 "[ملف...]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "كود"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "كود"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "إخفاء شريط البحث"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open project folder…"
msgid "Find on Page…"
msgstr "فتح مجلد المشروع…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "إخفاء شريط البحث"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "اظهر المعاينة"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "ازالة الاماكن الوهمية المنشأة من قبل ( vala parser )"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "كل الملفات"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "ملفات نصية"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "فتح بعض الملفات"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "إفتح"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "الغاء"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_فتح"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_الغاء"
@@ -254,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 "انقل الى سلة المهملات"
@@ -279,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "ملف جديد"
@@ -357,133 +362,198 @@ msgstr[5] ""
msgid "Find in Project…"
msgstr "فتح مجلد المشروع…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
#| msgid "%s, Modified"
msgid "Modified"
msgstr "%s, المعدل"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
#| msgid "Branch"
msgid "New Branch…"
msgstr "تفرع"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "تفرع"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s ليس بملف نصي"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "الشيفرة البرمجية لن يحمل نوع الملفات هذا."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "حمل على أي حال"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "جاري العمل على الملف “%s” قد يستغرق بعض الوقت"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "الرجاء الانتظار بينما الشيفرة البرمجية يقوم بتحميل الملف."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "الغاء التحميل"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "حفظ التغيرات الخاصة بـ “%s” قبل اﻹغلاق؟"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "إن لم تحفظ فستختفى نهائيا جميع التغيرات."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "اغلق بدون حفظ"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "إحفظ"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Saving to “%s” failed."
+msgstr "حفظ التغيرات الخاصة بـ “%s” قبل اﻹغلاق؟"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "حفظ الملف"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "مُستند جديد"
-#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#. No path for a new document
+#: src/Services/Document.vala:712
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "الملف \"%s\" لا يمكن قراءته"
+msgid "Cannot save this document to %s"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. Show an error view which says "Hey, I cannot read that file!"
+#: src/Services/Document.vala:778
+#, fuzzy, c-format
+#| msgid "Search for text in “%s”"
+msgid "Cannot read text in file “%s”"
+msgstr "بحث عن نص في ”%s“"
+
+#: src/Services/Document.vala:781
+#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "حمل على أي حال"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr "المكان يحتوي على الملف “%s” ولم يكن مركبا. هل تريد حفظه فيه مكان آخر؟"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "حفظ باسم…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"الملف “%s” قد تم تعديله من طرف خارجي. هل تريد إعادة تحميله أم تريد اكمال "
+"التعديل عليه؟"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"الملف “%s” قد تم تعديله من طرف خارجي. هل تريد إعادة تحميله أم تريد اكمال "
+"التعديل عليه؟"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
-msgstr "لا يمكنك التغيير على الملف “%s”. هل تريد حفظ التغييرات في مكان آخر؟"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
+msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "احفظ التغييرات في مكان آخر"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"الملف “%s” قد تم تعديله من طرف خارجي. هل تريد إعادة تحميله أم تريد اكمال "
-"التعديل عليه؟"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "تحميل"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "استمرار"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "رفع"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "إحفظ الملف الحالى"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "القوالب"
@@ -502,8 +572,8 @@ msgid "No Project Selected"
msgstr "قوالب المشروع"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -512,54 +582,54 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "ملف نصي من %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "إبراز تراكيب الجمله"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "إعرض رقم السطر"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "ترشيح اللغات"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "نص بسيط"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "التعرف التلقائي على المسافات الفارغة:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "ادخل مسافات بدلا من tabs:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "عرض التبويب:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "إذهب الى السطر :"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
@@ -570,7 +640,7 @@ msgstr[3] "%d مسافات"
msgstr[4] "%d مسافات"
msgstr[5] "%d مسافات"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -651,61 +721,79 @@ msgstr "ترتيب بالأبجدية"
msgid "Manage project folders"
msgstr "إدارة مجلدات المشروع"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "بحث"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "البحث عن التالي"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "البحث عن السابق"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "دورة البحث"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "أبداً"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "دائما"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "حساسة لحالة الأحرف (يهم إذا الأحرف كبيرة أو صغيرة)"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "غير حساسة لحالة الأحرف (غير مهم الأحرف كبيرة أو صغيرة)"
-
-#: src/Widgets/SearchBar.vala:119
+#: src/Widgets/SearchBar.vala:114
#, fuzzy
#| msgid "Use regular expressions:"
-msgid "Use regular expressions"
+msgid "Use Regular Expressions"
msgstr "استخدام التعابير النمطية:"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "البحث عن السابق"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "استبدل بـ"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "إستبدال"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "استبدال الكل"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "رتب الأسطر التي تم اختيارها"
@@ -791,10 +879,6 @@ msgstr ""
msgid "Select Format"
msgstr "إختر الخط :"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "أبداً"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "10 دقائق"
@@ -824,6 +908,51 @@ msgstr "رجاءً قم بتثبيت قاموس [aspell] واحد على الأ
msgid "%s - Word Completion"
msgstr "اتمام %s من الكلمات"
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr "الملف “%s” قد تم حذفه. هل تريد حفظه على اية حال؟"
+
+#~ msgid "Set of plugins"
+#~ msgstr "مجموعة من الاضافات"
+
+#~ msgid "plugin"
+#~ msgstr "اضافة"
+
+#~ msgid "Save As…"
+#~ msgstr "حفظ باسم…"
+
+#~ msgid "Load"
+#~ msgstr "تحميل"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr "لا يمكنك التغيير على الملف “%s”. هل تريد حفظ التغييرات في مكان آخر؟"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr "لا يمكنك التغيير على الملف “%s”. هل تريد حفظ التغييرات في مكان آخر؟"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "الملف \"%s\" لا يمكن قراءته"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "غير حساسة لحالة الأحرف (غير مهم الأحرف كبيرة أو صغيرة)"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "احفظ التغييرات في مكان آخر"
+
#, fuzzy
#~| msgid "Open project folder…"
#~ msgid "Open Project Folder…"
@@ -844,9 +973,6 @@ msgstr "اتمام %s من الكلمات"
#~ msgid "For selected text"
#~ msgstr "للنصوص المختارة"
-#~ msgid "Always"
-#~ msgstr "دائما"
-
#~ msgid "High Contrast"
#~ msgstr "تباين عالي"
@@ -923,9 +1049,6 @@ msgstr "اتمام %s من الكلمات"
#~ msgid "Others…"
#~ msgstr "اخرى…"
-#~ msgid "Upload"
-#~ msgstr "رفع"
-
#~ msgid "Other formats"
#~ msgstr "صيغ اخري"
@@ -1103,9 +1226,6 @@ msgstr "اتمام %s من الكلمات"
#~ msgid "Do you want to create it again?"
#~ msgstr "هل تريد انشاءه مرة اخري ؟"
-#~ msgid "Save the current file"
-#~ msgstr "إحفظ الملف الحالى"
-
#~ msgid "Editor:"
#~ msgstr "المُحرر"
diff --git a/po/as.po b/po/as.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/av.po b/po/av.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ay.po b/po/ay.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/az.po b/po/az.po
index 4f82030706..e34017d448 100644
--- a/po/az.po
+++ b/po/az.po
@@ -2,98 +2,103 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2016-01-17 15:18+0000\n"
-"Last-Translator: Mario Guerriero \n"
-"Language-Team: LANGUAGE \n"
-"Language: \n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-03-17 16:03+0000\n"
+"Last-Translator: David Hewitt \n"
+"Language-Team: Azerbaijani \n"
+"Language: az\n"
"MIME-Version: 1.0\n"
"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-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 "Yeni Vərəqə"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Yeni Pəncərə"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Versiya məlumatlarını çap et və çıx"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Pluqinləri təyin et"
-
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "Pluqinləri təyin et"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "İmtina"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -241,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 ""
@@ -266,32 +271,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/FolderItem.vala:205
+#: src/FolderManager/ProjectFolderItem.vala:251
+#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
msgid "New"
msgstr "Yeni Vərəqə"
-#: 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 ""
@@ -311,12 +316,11 @@ msgstr[0] ""
msgstr[1] ""
#: 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] "Yeni Fayl"
-msgstr[1] "Yeni Fayl"
+msgstr[0] ""
+msgstr[1] ""
#: src/FolderManager/ProjectFolderItem.vala:150
#, c-format
@@ -329,138 +333,185 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "İmtina"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Çıxmazdan əvvəl %s faylı yaddaşa yazılsın?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr "Əgər yaddaşa yazılmazsa 4 saniyə sonra dəyişikliklər silinəcək."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Yaddaşa qeyd etmədən bağla"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Yaddaşa al"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Çıxmazdan əvvəl %s faylı yaddaşa yazılsın?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Faylı yaddaşa al"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Yeni Fayl"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 ""
"%s faylı oxuna bilmir.Fayl zədəli ola bilər\n"
"və ya sizin faylı oxumağa icazəniz yoxdur."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"%s faylı olan ünvan çıxarılmışdır. Başqa bir yerdə saxlamaq istəyirsiniz?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Fərqli Qeyd Et..."
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Fayl \"%s\" xarici tətbiqi ilə redaktə edilib. Onu yenidən yükləmək və ya "
+"redaktə etmək istəyirsiniz?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "Fayl \"% s\" silindi. Buna baxmayaraq onu saxlamaq istəyirsiniz?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, fuzzy, c-format
+#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
+msgstr "Fayl \"%s\" silindi. Buna baxmayaraq onu saxlamaq istəyirsiniz?"
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"Fayl \"%s\" xarici tətbiqi ilə redaktə edilib. Onu yenidən yükləmək və ya "
+"redaktə etmək istəyirsiniz?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"\"% s\" faylındakı dəyişiklikləri saxlaya bilməzsiniz. Fərqlı bir yerdə bu "
-"fayl dəyişikliklərini saxlamaq istəyirsiniz?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Dəyişiklikləri başqa yerdə saxla"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Fayl \"% s\" xarici tətbiqi ilə redaktə edilib. Onu yenidən yükləmək və ya "
-"redaktə etmək istəyirsiniz?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Yük"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Davam et"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save changes elsewhere"
+msgid "Save Document elsewhere"
+msgstr "Dəyişiklikləri başqa yerdə saxla"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Şablonlar"
@@ -477,8 +528,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -487,60 +538,60 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
-#, fuzzy, c-format
+#: src/Widgets/DocumentView.vala:161
+#, c-format
msgid "Text file from %s:%d"
-msgstr "Mətn faylı "
+msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Sintaksis İşıqlandırması"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Sətirə get:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
-#, fuzzy, c-format
+#: src/Widgets/FormatBar.vala:289
+#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
-msgstr[0] "Yeni Vərəqə"
-msgstr[1] "Yeni Vərəqə"
+msgstr[0] ""
+msgstr[1] ""
#: src/Widgets/HeaderBar.vala:37
msgid "Open a file"
@@ -611,59 +662,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Axtar"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Sonrakını axtar"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Əvvəlkini axtar"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Tsiklik axtar"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Əvvəlkini axtar"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Bununla əvəz et"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Əvəz et"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Hamısını dəyiş"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -747,10 +816,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -780,6 +845,40 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Fayl \"%s\" silindi. Buna baxmayaraq onu saxlamaq istəyirsiniz?"
+
+#~ msgid "Set of plugins"
+#~ msgstr "Pluqinləri təyin et"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Pluqinləri təyin et"
+
+#~ msgid "Save As…"
+#~ msgstr "Fərqli Qeyd Et..."
+
+#~ msgid "Load"
+#~ msgstr "Yük"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "\"%s\" faylındakı dəyişiklikləri saxlaya bilməzsiniz. Fərqlı bir yerdə bu "
+#~ "fayl dəyişikliklərini saxlamaq istəyirsiniz?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "\"%s\" faylındakı dəyişiklikləri saxlaya bilməzsiniz. Fərqlı bir yerdə bu "
+#~ "fayl dəyişikliklərini saxlamaq istəyirsiniz?"
+
#, fuzzy
#~| msgid "Search next"
#~ msgid "Search for:"
diff --git a/po/ba.po b/po/ba.po
index 06e5ea28a3..c189ddecec 100644
--- a/po/ba.po
+++ b/po/ba.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/be.po b/po/be.po
index 52471d9979..b51512cc38 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-03-03 17:53+0000\n"
"Last-Translator: Dmitry Taranovich \n"
"Language-Team: LANGUAGE \n"
@@ -13,95 +13,98 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Схаваць поле пошуку"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "Адкрыць тэчку"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Схаваць поле пошуку"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Паказаць перадпрагляд"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "Сімвалы"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Усе файлы"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Тэкставыя файлы"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Адкрыць некалькі файлаў"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Адкрыць"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Скасаваць"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Адкрыць"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Адмяніць"
@@ -254,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 ""
@@ -281,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "Стварыць файл"
@@ -352,140 +355,195 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Адкрыць тэчку"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Змяніць параметры Scratch"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Змяніць параметры Scratch"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "Скасаваць"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Захаваць змены ў дакуменце %s перад закрыццём?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Калі вы не захаваеце, змены за апошнія 4 секунды будуць назаўсёды страчаны."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Закрыць не захоўваючы"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Захаваць"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Захаваць змены ў дакуменце %s перад закрыццём?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Захаваць файл"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Новы дакумент"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 ""
"Немагчыма прачытаць файл \"%s\". Магчыма, ён сапсаваны альбо Вы не маеце "
"патрэбных прывілеяў, каб яго прачытаць."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr "Месца з файлам \"%s\" адмацавана. Жадаеце захаваць у іншым месцы?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Захаваць як..."
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Файл \"%s\" быў зменены знешнім прыкладаннем. Загрузіць яго зноў ці "
+"працягнуць рэдагаванне?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"Файл \"%s\" быў зменены знешнім прыкладаннем. Загрузіць яго зноў ці "
+"працягнуць рэдагаванне?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Вы не можаце захаваць змены ў файле \"%s\". Жадаеце захаваць змены гэтага "
-"файла дзе-небудзь яшчэ?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Захаваць змены ў іншым месцы"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Файл \"%s\" быў зменены знешнім прыкладаннем. Загрузіць яго зноў ці "
-"працягнуць рэдагаванне?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Загрузіць"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Працягваць"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Загрузіць"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save changes elsewhere"
+msgid "Save Document elsewhere"
+msgstr "Захаваць змены ў іншым месцы"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Шаблоны"
@@ -504,8 +562,8 @@ msgid "No Project Selected"
msgstr "Шаблоны праектаў"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -514,62 +572,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Тэкставы файл з "
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Падсветка сінтаксісу"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "Паказваць нумар радку:"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Аўтаматычнае структураванне:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Устаўляць прабелы замест табуляцый:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Шырыня ўкладкі:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Перайсці да радку:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -647,59 +705,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Знайсці"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Шукаць далей"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Шукаць раней"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Цыклічны пошук"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Ніколі"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Шукаць раней"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Замяніць на"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Замяніць"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Замяніць усё"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -789,10 +865,6 @@ msgstr ""
msgid "Select Format"
msgstr "Выберыце шрыфт:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Ніколі"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Дзесяць хвілін"
@@ -822,6 +894,40 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Дапаўненне слоў"
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Файл \"%s\" быў выдалены. Захаваць усё роўна?"
+
+#~ msgid "Set of plugins"
+#~ msgstr "Набор надбудоў"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Набор надбудоў"
+
+#~ msgid "Save As…"
+#~ msgstr "Захаваць як..."
+
+#~ msgid "Load"
+#~ msgstr "Загрузіць"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Вы не можаце захаваць змены ў файле \"%s\". Жадаеце захаваць змены гэтага "
+#~ "файла дзе-небудзь яшчэ?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Вы не можаце захаваць змены ў файле \"%s\". Жадаеце захаваць змены гэтага "
+#~ "файла дзе-небудзь яшчэ?"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -856,9 +962,6 @@ msgstr "%s - Дапаўненне слоў"
#~ msgid "Others…"
#~ msgstr "Іншае..."
-#~ msgid "Upload"
-#~ msgstr "Загрузіць"
-
#~ msgid "Other formats"
#~ msgstr "Іншыя фарматы"
diff --git a/po/bg.po b/po/bg.po
index 92d790edf3..ebcbc06f1d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/bi.po b/po/bi.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/bm.po b/po/bm.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index dc40bc30c2..6423519b4d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2017-01-21 09:06+0000\n"
"Last-Translator: Hasan Sumon \n"
"Language-Team: LANGUAGE \n"
@@ -13,95 +13,98 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "অনুসন্ধান বার লুকিয়ে রাখুন"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "একটি ফোল্ডার খুলুন"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "অনুসন্ধান বার লুকিয়ে রাখুন"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "প্রিভিউ দেখান"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "চিহ্নসমূহ"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "সব ফাইল"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "টেক্সট ফাইলসমূহ"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "কিছু ফাইল খুলুন"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "খুলুন"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "বাতিল করুন"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_খুলুন"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_বাতিল"
@@ -254,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 ""
@@ -281,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "নতুন ফাইল"
@@ -352,145 +355,198 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "একটি ফোল্ডার খুলুন"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "স্ক্র্যাচ সেটিংস পরিবর্তন করুন"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "স্ক্র্যাচ সেটিংস পরিবর্তন করুন"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "বাতিল করুন"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "বন্ধ করার আগে ডকুমেন্টে %s সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"যদি আপনি সংরক্ষণ না করেন, তাহলে গত ৪ সেকেন্ডের পরিবর্তনগুলো স্থায়ীভাবে হারিয়ে "
"যাবে।"
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "সংরক্ষণ না করে বন্ধ করুন"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "বন্ধ করার আগে ডকুমেন্টে %s সংরক্ষণ করতে চান?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "ফাইল সংরক্ষণ করুন"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "নতুন ডকুমেন্ট"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Read"
+#: src/Services/Document.vala:778
+#, c-format
+msgid "Cannot read text in file “%s”"
msgstr ""
-"\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
-"%s"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 ""
"\"%s\" ফাইলটি নির্ণয় করে যাচ্ছেনা। হয়ত এটি নষ্ট\n"
"অথবা আপনার প্রয়োজনীয় অনুমতি নেই।"
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"\"%s\" ফাইলটি যে অবস্থা এ ছিল সে লোকেশানটি সরিয়ে নেয়া হয়েছে। আপনি কী অন্য "
"কোথায় সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "নতুনভাবে সংরক্ষণ করুন..."
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"\"%s\" ফাইলটি একটি এক্সটার্নাল এপ্লিকেশান কর্তৃক পরিবর্তিত হয়েছে। আপনি কী ফাইলটিকে "
+"পুনরায় লোড করে সম্পাদনা চালিয়ে যেতে চান?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"\"%s\" ফাইলটি একটি এক্সটার্নাল এপ্লিকেশান কর্তৃক পরিবর্তিত হয়েছে। আপনি কী ফাইলটিকে "
+"পুনরায় লোড করে সম্পাদনা চালিয়ে যেতে চান?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"আপনি \"%s\" ফাইলটিতে সংরক্ষণ করতে পারবেননা। এই ফাইলের পরিবর্তনগুলো আরেকটি "
-"লোকেশনে সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "পরিবর্তনগুলো অন্য কোথাও সংরক্ষণ করুন"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"\"%s\" ফাইলটি একটি এক্সটার্নাল এপ্লিকেশান কর্তৃক পরিবর্তিত হয়েছে। আপনি কী ফাইলটিকে "
-"পুনরায় লোড করে সম্পাদনা চালিয়ে যেতে চান?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "লোড"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "পরবর্তী"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "আপলোড"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save changes elsewhere"
+msgid "Save Document elsewhere"
+msgstr "পরিবর্তনগুলো অন্য কোথাও সংরক্ষণ করুন"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "টেমপ্লেট"
@@ -509,8 +565,8 @@ msgid "No Project Selected"
msgstr "প্রজেক্ট টেম্পলেটসমূহ"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -519,62 +575,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "টেক্সট ফাইল এখান থেকে "
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "বাক্যরীতি হাইলাইট করা"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "লাইন নাম্বার দেখানঃ"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "স্বয়ংক্রিয় ইনডেন্টেশানঃ"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "ট্যাব এর বদলে স্পেস ব্যবহার করুনঃ"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "ট্যাব এর প্রস্থঃ"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "লাইন এ যানঃ"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, fuzzy, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "ফাঁকা স্থান বসানঃ"
msgstr[1] "ফাঁকা স্থান বসানঃ"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -652,59 +708,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "খুঁজুন"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "পরবর্তী খুঁজুন"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "পূর্ববর্তী খুঁজুন"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "সাইক্লিক অনুসন্ধান"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "কখনো নয়"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "পূর্ববর্তী খুঁজুন"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "প্রতিস্থাপক শব্দ/শব্দগুচ্ছ"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "প্রতিস্থাপন"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "সব প্রতিস্থাপন করুন"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -793,10 +867,6 @@ msgstr ""
msgid "Select Format"
msgstr "ফরম্যাটঃ "
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "কখনো নয়"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "দশ মিনিট"
@@ -829,6 +899,47 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - শব্দ পরিপূরণ"
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr ""
+#~ "\"%s\" ফাইলটি মুছে দেওয়া হয়েছিলো। যাই হোক আপনি কি এটি সংরক্ষণ করতে চান?"
+
+#~ msgid "Set of plugins"
+#~ msgstr "প্লাগিন এর সেট"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "প্লাগিন এর সেট"
+
+#~ msgid "Save As…"
+#~ msgstr "নতুনভাবে সংরক্ষণ করুন..."
+
+#~ msgid "Load"
+#~ msgstr "লোড"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "আপনি \"%s\" ফাইলটিতে সংরক্ষণ করতে পারবেননা। এই ফাইলের পরিবর্তনগুলো আরেকটি "
+#~ "লোকেশনে সংরক্ষণ করতে চান?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "আপনি \"%s\" ফাইলটিতে সংরক্ষণ করতে পারবেননা। এই ফাইলের পরিবর্তনগুলো আরেকটি "
+#~ "লোকেশনে সংরক্ষণ করতে চান?"
+
+#, fuzzy, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr ""
+#~ "\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
+#~ "%s"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -904,9 +1015,6 @@ msgstr "%s - শব্দ পরিপূরণ"
#~ msgid "Others…"
#~ msgstr "অন্যান্য..."
-#~ msgid "Upload"
-#~ msgstr "আপলোড"
-
#~ msgid "Other formats"
#~ msgstr "অন্যান্য ফরম্যাটসমূহ"
diff --git a/po/bo.po b/po/bo.po
index f33789e0c8..f33ed4fa23 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-08-29 15:22+0000\n"
"Last-Translator: གངས་རྒྱན། \n"
"Language-Team: Tibetan \n"
@@ -14,86 +14,91 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "Code"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -239,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 ""
@@ -264,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -322,127 +327,168 @@ msgstr[0] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -459,8 +505,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -469,55 +515,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -592,59 +638,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -726,10 +788,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/br.po b/po/br.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/bs.po b/po/bs.po
index d7116431a3..afd261a915 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
"Language: ca\n"
@@ -16,89 +16,93 @@ 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 "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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Codi (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Codi"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Amaga la barra de cerca"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr "Troba a la pàgina…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr "Amaga la barra lateral de projectes"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr "Mostra la barra lateral de projectes"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr "Amaga el contorn del símbol"
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr "Mostra el contorn del símbol"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Tots els fitxers"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Fitxers de text"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Obriu alguns fitxers"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Obre"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancel·la"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Obre"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Cancel·la"
@@ -250,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"
@@ -275,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -336,134 +340,173 @@ msgstr[1] "Restaura %u documents amagats"
msgid "Find in Project…"
msgstr "Troba al projecte…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Modificat"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Error en crear una branca nova: %s"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Branca nova…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Branca"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s no és un fitxer de text"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "El Codi no carregarà aquest tipus de fitxer."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Carrega'l tanmateix"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "La càrrega del fitxer \"%s\" està trigant molt."
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "La càrrega del fitxer %s està trigant molt."
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Si us plau, espereu mentre el Codi carrega el fitxer."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Cancel·la la càrrega"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Voleu desar els canvis fets a %s abans de tancar-lo?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Si no deseu el document, els canvis es perdran permanentment."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Tanca'l sense desar-lo"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Desa"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "No s'ha pogut desar a %s."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Desa el fitxer"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Document nou"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "No es pot llegir el fitxer \"%s\"."
+msgid "Cannot read text in file “%s”"
+msgstr "No es pot llegir el text del fitxer %s"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr ""
-"Potser està corromput o no teniu els permisos necessaris per llegir-lo."
+#: src/Services/Document.vala:781
+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:783
+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."
-#: src/Services/Document.vala:743
+#. 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:789
+msgid "Show Anyway"
+msgstr "Mostra'l tanmateix"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"La ubicació que contenia el fitxer %s s'ha desmuntat. El voleu desar en un "
-"altre lloc?"
+"La ubicació que conté el fitxer %s s'ha desmuntat i hi ha canvis no desats."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Anomena i desa…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "S'ha suprimit el fitxer %s i hi ha canvis no desats."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "S'ha suprimit el fitxer %s. Voleu desar-lo de tota manera?"
+msgid "File “%s” does not have write permission."
+msgstr "El fitxer %s no té permís d'escriptura."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, 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:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"No podeu desar els canvis al fitxer %s. Voleu desar els canvis en un altre "
-"lloc?"
+"També hi ha canvis no desats. Si torneu a carregar el document, se "
+"sobreescriuran els canvis no desats."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Desa els canvis a una altra ubicació"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
+"El document ha canviat externament des de l'última vegada que el vau desar."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Una aplicació externa ha modificat el fitxer %s . Voleu tornar-lo a carregar "
-"o continuar l'edició?"
+"“%s” no es pot desar aquí. En voleu deseu un duplicat en un altre lloc?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Ignora-ho"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Carrega"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Desa'n un duplicat…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Continua"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Torna a carregar"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "Sobreescriu"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "Desa el document en un altre lloc"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Plantilles"
@@ -480,8 +523,8 @@ msgid "No Project Selected"
msgstr "No hi ha cap projecte seleccionat"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Projecte de Git actiu: %s"
@@ -490,55 +533,55 @@ msgstr "Projecte de Git actiu: %s"
msgid "Filter projects"
msgstr "Filtra els projectes"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Fitxer de text de %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Realçat de sintaxi"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Número de línia"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtra llenguatges"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Text pla"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr "Alguns paràmetres establerts pel fitxer EditorConfig"
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr "Sagnat automàtic"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr "Insereix espais en comptes de tabulacions"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr "Amplada de la tabulació"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Ves a la línia:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d espai"
msgstr[1] "%d espais"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -613,59 +656,75 @@ msgstr "Per ordre alfabètic"
msgid "Manage project folders"
msgstr "Gestioneu les carpetes de projectes"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Cerca"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr "sense resultats"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "Sense resultats"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Cerca el següent"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Cerca l'anterior"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Cerca cíclica"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Mai"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Majúscules i minúscules"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Sempre"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Distinció de majúscules"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "No distinció de majúscules"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "Usa expressions regulars"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Coincidència de paraules senceres"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Opcions de la cerca"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Reemplaça amb"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Reemplaça"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Reemplaça-ho tot"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d de %d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "sense resultats"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Classifica les línies seleccionades"
@@ -747,10 +806,6 @@ msgstr "Formats disponibles"
msgid "Select Format"
msgstr "Seleccioneu un format"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Mai"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Deu minuts"
@@ -780,6 +835,47 @@ msgstr "Si us plau, instal·leu com a mínim un diccionari (aspell)."
msgid "%s - Word Completion"
msgstr "%s - Compleció de paraules"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "S'ha suprimit el fitxer %s."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Conjunt de connectors"
+
+#~ msgid "plugin"
+#~ msgstr "connector"
+
+#~ msgid "Save As…"
+#~ msgstr "Anomena i desa…"
+
+#~ msgid "Load"
+#~ msgstr "Carrega"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "No podeu desar el document a %s. Voleu desar el fitxer en un altre lloc?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "No podeu desar els canvis al fitxer %s. Voleu desar els canvis en un "
+#~ "altre lloc?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "No es pot llegir el fitxer \"%s\"."
+
+#~ msgid "Case Insensitive"
+#~ msgstr "No distinció de majúscules"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Desa els canvis a una altra ubicació"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Obre la carpeta del projecte…"
@@ -801,9 +897,6 @@ msgstr "%s - Compleció de paraules"
#~ msgid "For selected text"
#~ msgstr "Per al text seleccionat"
-#~ msgid "Always"
-#~ msgstr "Sempre"
-
#~ msgid "High Contrast"
#~ msgstr "Contrast alt"
@@ -892,9 +985,6 @@ msgstr "%s - Compleció de paraules"
#~ msgid "Others…"
#~ msgstr "Altres…"
-#~ msgid "Upload"
-#~ msgstr "Puja"
-
#~ msgid "Other formats"
#~ msgstr "Altres formats"
@@ -1239,9 +1329,6 @@ msgstr "%s - Compleció de paraules"
#~ msgid "Save as"
#~ msgstr "Anomena i desa"
-#~ msgid "Save the current file"
-#~ msgstr "Desa el fitxer actual"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Desa el fitxer actual amb un nom diferent"
@@ -1291,9 +1378,6 @@ msgstr "%s - Compleció de paraules"
#~ msgid "Save unsaved changes to file %s before closing?"
#~ msgstr "Voleu desar els canvis no desats al fitxer %s abans de tancar?"
-#~ msgid "The file %s was deleted."
-#~ msgstr "El fitxer %s ha estat suprimit."
-
#~ msgid "Go to line..."
#~ msgstr "Vés a la línia…"
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
index b2d270f376..c40e0453d2 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -325,127 +329,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -462,8 +507,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -472,55 +517,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -595,59 +640,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -729,10 +790,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ch.po b/po/ch.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ckb.po b/po/ckb.po
index 7258984b8e..8201efb6a6 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/cr.po b/po/cr.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index aaa7a669ce..cd5ffc83b8 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,106 +7,102 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2022-03-02 13:56+0000\n"
-"Last-Translator: p-bo \n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-19 08:07+0000\n"
+"Last-Translator: Jakub Kyzr \n"
"Language-Team: Czech \n"
"Language: cs\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==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
-"X-Generator: Weblate 4.4.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 "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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Code (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Skrýt vyhledávací panel"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Find in Project…"
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
-msgstr "Vyhledat projekt…"
+msgstr "Najít na stránce…"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "Skrýt vyhledávací panel"
+msgstr "Skrýt panel projektů"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "Zobrazit náhled"
+msgstr "Zobrazit panel projektů"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr ""
+msgstr "Skrýt přehled symbolů"
-#: src/MainWindow.vala:333
-#, fuzzy
-#| msgid "No Symbols Found"
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
-msgstr "Nenalezeny žádné symboly"
+msgstr "Zobrazit přehled symbolů"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Všechny soubory"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Textové soubory"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Otevřít nějaké soubory"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Otevřít"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Zrušit"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Otevřít"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Zrušit"
@@ -183,10 +179,8 @@ msgid "Insert spaces instead of tabs:"
msgstr "Vkládat mezery místo tabulátorů:"
#: src/Dialogs/PreferencesDialog.vala:66
-#, fuzzy
-#| msgid "Strip trailing whitespace on save"
msgid "Strip trailing whitespace:"
-msgstr "Odstraňovat koncové mezery při uložení"
+msgstr "Odstraňovat koncové mezery:"
#: src/Dialogs/PreferencesDialog.vala:68
msgid "Tab width:"
@@ -257,23 +251,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"
@@ -282,31 +276,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -322,156 +316,195 @@ msgstr "Zavřít ostatní složky"
#, c-format
msgid "Close %u Open Document"
msgid_plural "Close %u Open Documents"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Zavřít %u otevřený dokument"
+msgstr[1] "Zavřít %u otevřené dokumenty"
+msgstr[2] "Zavřít %u otevřených dokumentů"
#: 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] "Nový dokument"
-msgstr[1] "Nový dokument"
-msgstr[2] "Nový dokument"
+msgstr[0] "Skrýt %u otevřený dokument"
+msgstr[1] "Skrýt %u otevřené dokumenty"
+msgstr[2] "Skrýt %u otevřených dokumentů"
#: src/FolderManager/ProjectFolderItem.vala:150
#, c-format
msgid "Restore %u Hidden Document"
msgid_plural "Restore %u Hidden Documents"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
+msgstr[0] "Obnovit %u skrytý dokument"
+msgstr[1] "Obnovit %u skryté dokumenty"
+msgstr[2] "Obnovit %u skrytých dokumentů"
#: src/FolderManager/ProjectFolderItem.vala:170 src/Widgets/HeaderBar.vala:130
msgid "Find in Project…"
msgstr "Vyhledat projekt…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Změněno"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Chyba při vytváření nové větve: „%s“"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Nová větev…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Větev"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s není textový soubor"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code nenačte tento typ souboru."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Přesto načíst"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "Načítání souboru \"%s\" trvá hodně dlouho"
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "Načítání souboru „%s“ trvá hodně dlouho"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Prosím počkejte, než Code načte soubor."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Zrušit načítání"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Uložit před ukončením změny do „%s“?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Pokud neuložíte, změny budou nenávratně ztraceny."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Zavřít bez uložení"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Uložit"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "Ukládání do „%s“ selhalo."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Uložit soubor"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nový dokument"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, c-format
+msgid "Cannot save this document to %s"
+msgstr "Nelze uložit tento dokument do %s"
+
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Soubor „%s“ se nedaří přečíst"
+msgid "Cannot read text in file “%s”"
+msgstr "Nelze načíst text ze souboru „%s“"
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "Možná nemáte oprávnění k přečtění tohoto souboru."
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
+msgstr "Soubor může být poškozený nebo se nemusí jednat o textový soubor"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr "Může být poškozený, nebo nemáte oprávnění k jeho čtení."
+#. 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:789
+msgid "Show Anyway"
+msgstr "Přesto zobrazit"
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"Úložiště obsahující soubor „%s“ bylo odpojeno. Přejete si ho uložit jinam?"
+"Úložiště obsahující soubor „%s“ bylo odpojeno a existují neuložené změny."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Uložit jako…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "Soubor „%s“ byl mezitím smazán a existují neuložené změny."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "Soubor „%s“ byl smazán. Přejete si ho přesto uložit?"
+msgid "File “%s” does not have write permission."
+msgstr "Soubor „%s“ je chráněn proti zápisu."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr "Soubor „%s“ byl mezitím pozměněn jinou aplikací"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Změny nelze uložit do souboru „%s“. Přejete si tyto změny uložit jinam?"
+"Existují neuložené změny. Opětovné načtení dokumentu přepíše tyto neuložené "
+"změny."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Uložit změny jinam"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr "Tento dokument byl od posledního uložení pozměněn jinou aplikací."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
-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?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr "Soubor „%s“ nemůže být uložen zde. Chcete jeho kopii uložit jinam?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Ignorovat"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Načíst"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Uložit kopii…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Pokračovat"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Znovu načíst"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "Přepsat"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "Uložit dokument jinam"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Šablony"
@@ -488,8 +521,8 @@ msgid "No Project Selected"
msgstr "Nevybrán žádný projekt"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Aktivní Git projekt: %s"
@@ -498,54 +531,48 @@ msgstr "Aktivní Git projekt: %s"
msgid "Filter projects"
msgstr "Filtrovat projekty"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Textový soubor z %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Zvýraznění syntaxe"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Číslo řádku"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtrovat jazyky"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Prostý text"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
-msgstr ""
+msgstr "Nějaká nastavení jsou nastavena souborem EditorConfig"
-#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "Automatické odsazování:"
+msgstr "Automatické odsazování"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
-msgstr "Vkládat mezery místo tabulátorů:"
+msgstr "Vkládat mezery místo tabulátorů"
-#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "Šířka tabulátoru:"
+msgstr "Šířka tabulátoru"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Přejít na řádek:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
@@ -553,7 +580,7 @@ msgstr[0] "%d mezera"
msgstr[1] "%d mezery"
msgstr[2] "%d mezer"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -599,7 +626,7 @@ msgstr "Přiblížit"
#: src/Widgets/HeaderBar.vala:144
msgid "Follow System Style"
-msgstr ""
+msgstr "Podle vzhledu systému"
#: src/Widgets/HeaderBar.vala:195 src/Widgets/HeaderBar.vala:265
msgid "Show Terminal"
@@ -614,10 +641,8 @@ msgid "Hide Terminal"
msgstr "Skrýt terminál"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
-#| msgid "Open Folder"
msgid "Open Folder…"
-msgstr "Otevřít složku"
+msgstr "Otevřít složku…"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
@@ -631,58 +656,74 @@ msgstr "Řadit podle abecedy"
msgid "Manage project folders"
msgstr "Spravovat složky projektu"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Najít"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr "nic nenalezeno"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "Žádné výsledky"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Najít další"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Najít předchozí"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Opakované hledání"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Nikdy"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Smíšená písmena"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Vždy"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Rozlišovat malá/VELKÁ písmena"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Nerozlišovat malá/VELKÁ písmena"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "Použít regulární výrazy"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Hledat pouze celá slova"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Nastavení hledání"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Nahradit za"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Nahradit"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Nahradit vše"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
-msgstr ""
+msgstr "%d z %d"
+
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "nic nenalezeno"
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
@@ -765,10 +806,6 @@ msgstr "Dostupné formáty"
msgid "Select Format"
msgstr "Zvolit Formát"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Nikdy"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Deset minut"
@@ -798,6 +835,52 @@ msgstr "Nainstalujte prosím alespoň jeden [aspell] slovník."
msgid "%s - Word Completion"
msgstr "%s – dokončování slov"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Soubor „%s“ byl smazán."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Sada zásuvných modulů"
+
+#~ msgid "plugin"
+#~ msgstr "zásuvný modul"
+
+#~ msgid "Save As…"
+#~ msgstr "Uložit jako…"
+
+#~ msgid "Load"
+#~ msgstr "Načíst"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Změny nelze uložit do souboru „%s“. Přejete si tyto změny uložit jinam?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Změny nelze uložit do souboru „%s“. Přejete si tyto změny uložit jinam?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Soubor „%s“ se nedaří přečíst"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Nerozlišovat malá/VELKÁ písmena"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Uložit změny jinam"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Otevřít složku projektu…"
@@ -816,9 +899,6 @@ msgstr "%s – dokončování slov"
#~ msgid "For selected text"
#~ msgstr "Pro vybraný text"
-#~ msgid "Always"
-#~ msgstr "Vždy"
-
#~ msgid "High Contrast"
#~ msgstr "Vysoký kontrast"
@@ -894,9 +974,6 @@ msgstr "%s – dokončování slov"
#~ msgid "Others…"
#~ msgstr "Ostatní…"
-#~ msgid "Upload"
-#~ msgstr "Nahrát"
-
#~ msgid "Other formats"
#~ msgstr "Jiné formáty"
@@ -1235,9 +1312,6 @@ msgstr "%s – dokončování slov"
#~ msgid "Save as"
#~ msgstr "Uložit jako"
-#~ msgid "Save the current file"
-#~ msgstr "Uložit současný soubor"
-
#~ msgid "Create a new document from a template"
#~ msgstr "Vytvořit nový dokument ze šablony"
@@ -1266,9 +1340,6 @@ msgstr "%s – dokončování slov"
#~ msgid "There are unsaved changes!"
#~ msgstr "Jsou zde neuložené změny!"
-#~ msgid "The file %s was deleted."
-#~ msgstr "Soubor %s byl smazán."
-
#~ msgid "The file %s was modified."
#~ msgstr "Soubor %s byl změněn."
diff --git a/po/cu.po b/po/cu.po
index cd400a858a..0660a1f871 100644
--- a/po/cu.po
+++ b/po/cu.po
@@ -1,90 +1,94 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -230,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 ""
@@ -255,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -316,127 +320,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -453,8 +498,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -463,55 +508,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -586,59 +631,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -720,10 +781,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/cv.po b/po/cv.po
index 3fbcf10717..a4d3207f25 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,87 +13,90 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "вăйран кăлар"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -239,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 ""
@@ -264,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -327,132 +330,178 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "вăйран кăлар"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "%s документра улăштарнисене упраса хăвармалла-и хупиччен?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Енчен те упраса хăвармастăр пулсан, юлашки 4 çеккунтри улшăнусем çухалаççе."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Упраса хăвармасăрах хуп"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Упраса хăвар"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "%s документра улăштарнисене упраса хăвармалла-и хупиччен?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Файл упраса хăвар"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Çĕнĕ документ"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 "Вулаймастăп \"%s\" файла. Тен вăл ваннă"
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Упраса хăвар çак ятпа"
-
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr "\"%s\" файла шăлса тасатнă. Çапах упраса хăвармалла-и ăна?"
-#: src/Services/Document.vala:769
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, 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:882
+#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
-msgstr "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
+msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -469,8 +518,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -479,55 +528,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -603,59 +652,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -739,10 +804,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -772,6 +833,30 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "Плагинсен наборе"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Плагинсен наборе"
+
+#~ msgid "Save As…"
+#~ msgstr "Упраса хăвар çак ятпа"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
+
#~ msgid "Current working directory"
#~ msgstr "Хальхи ĕçлекен директори"
diff --git a/po/cy.po b/po/cy.po
index d46b6a13f6..d471b3bcbc 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/da.po b/po/da.po
index f1a216ddd2..b584633f83 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-05-30 10:11+0000\n"
"Last-Translator: Rantyrant \n"
"Language-Team: Danish \n"
@@ -19,94 +19,99 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "Code"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Skjul søgelinjen"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open project folder…"
msgid "Find on Page…"
msgstr "Åbn projekt mappe…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Skjul søgelinjen"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Vis forhåndsvisning"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "No Symbols Found"
msgid "Show Symbol Outline"
msgstr "Ingen Symboler Fundet"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Alle filer"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Tekstfiler"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Åbn nogle filer"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Åbn"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annuller"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Åbn"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Annuller"
@@ -266,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"
@@ -291,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -357,138 +362,200 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Åbn projekt mappe…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
#| msgid "%s, Modified"
msgid "Modified"
msgstr "%s, Modificeret"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
#| msgid "Branch"
msgid "New Branch…"
msgstr "Branch"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Branch"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s Er Ikke En Tekstfil"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code kan ikke indlæse denne type fil."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Indlæs Alligevel"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "Indlæsning af Filen \"%s\" Tager Lang Tid"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Vent venligst, mens Code indlæser filen."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Annuller Indlæsning"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Gem ændringer til dokumentet \"%s\", inden lukning?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Hvis ikke du gemmer, vil ændringer gå tabt permanent."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Luk uden at gemme"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Gem"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, 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:605
msgid "Save File"
msgstr "Gem fil"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nyt Dokument"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Filen \"%s\" Kan Ikke Læses"
+msgid "Cannot read text in file “%s”"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "Indlæs Alligevel"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"Placeringen som indeholder filen \"%s\" blev afmonteret. Vil du gemme et "
"andet sted?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Gem som…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+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:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+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:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Du kan ikke gemme dine ændringer i filen \"%s\". Vil du gemme ændringerne et "
-"andet sted?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Gem ændringer et andet sted"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
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:809
-msgid "Load"
-msgstr "Indlæs"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Fortsæt"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Upload"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Gem den aktuelle fil"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Skabeloner"
@@ -507,8 +574,8 @@ msgid "No Project Selected"
msgstr "Projekt skabeloner"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -517,61 +584,61 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Tekstfil fra %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Syntaksfremhævning"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Linjenummer"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtrér sprog"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Simpel Tekst"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Automatisk indrykning:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Indsæt mellemrum i stedet for tab:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Tab bredde:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Gå til linje:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Mellemrum"
msgstr[1] "%d Mellemrum"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -648,59 +715,77 @@ msgstr "Alfabetisér"
msgid "Manage project folders"
msgstr "Administrer projektmapper"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Find"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Søg næste"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Søg forrige"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Start forfra når bunden er nået"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Aldrig"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Altid"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Versalfølsom"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Versalfølsom"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Søg forrige"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Erstat med"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Erstat"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Erstat alle"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Sorter Valgte Linjer"
@@ -786,10 +871,6 @@ msgstr ""
msgid "Select Format"
msgstr "Vælg skrifttype:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Aldrig"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Ti minutter"
@@ -819,6 +900,55 @@ msgstr "Installer venligst mindst en [aspell] ordbog."
msgid "%s - Word Completion"
msgstr "%s - Fuldførsel af ord"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Filen %s blev slettet."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Pluginsæt"
+
+#~ msgid "plugin"
+#~ msgstr "plugin"
+
+#~ msgid "Save As…"
+#~ msgstr "Gem som…"
+
+#~ msgid "Load"
+#~ msgstr "Indlæs"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Du kan ikke gemme dine ændringer i filen \"%s\". Vil du gemme ændringerne "
+#~ "et andet sted?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Du kan ikke gemme dine ændringer i filen \"%s\". Vil du gemme ændringerne "
+#~ "et andet sted?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Filen \"%s\" Kan Ikke Læses"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Versalfølsom"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Gem ændringer et andet sted"
+
#, fuzzy
#~| msgid "Open project folder…"
#~ msgid "Open Project Folder…"
@@ -839,9 +969,6 @@ msgstr "%s - Fuldførsel af ord"
#~ msgid "For selected text"
#~ msgstr "For valgte tekst"
-#~ msgid "Always"
-#~ msgstr "Altid"
-
#~ msgid "High Contrast"
#~ msgstr "Høj Kontrast"
@@ -917,9 +1044,6 @@ msgstr "%s - Fuldførsel af ord"
#~ msgid "Others…"
#~ msgstr "Andre…"
-#~ msgid "Upload"
-#~ msgstr "Upload"
-
#~ msgid "Other formats"
#~ msgstr "Andre formater"
@@ -1235,9 +1359,6 @@ msgstr "%s - Fuldførsel af ord"
#~ msgid "Create a new document from a template"
#~ msgstr "Opret et nyt dokument fra en skabelon"
-#~ msgid "Save the current file"
-#~ msgstr "Gem den aktuelle fil"
-
#~ msgid "Save as"
#~ msgstr "Gem som"
@@ -1320,8 +1441,5 @@ msgstr "%s - Fuldførsel af ord"
#~ msgid "The file %s was modified."
#~ msgstr "Filen %s blev ændret."
-#~ msgid "The file %s was deleted."
-#~ msgstr "Filen %s blev slettet."
-
#~ msgid "There are unsaved changes!"
#~ msgstr "Der er ændringer som ikke er gemt!"
diff --git a/po/de.po b/po/de.po
index 50c578fe22..c921b5f62c 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2022-11-19 08:15+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-14 18:07+0000\n"
"Last-Translator: Uwe S \n"
"Language-Team: German \n"
"Language: de\n"
@@ -16,97 +16,93 @@ 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 "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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Code (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Suchleiste ausblenden"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Find in Project…"
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
-msgstr "Im Projekt suchen …"
+msgstr "Auf Seite suchen …"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "Suchleiste ausblenden"
+msgstr "Projektleiste ausblenden"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "Vorschau anzeigen"
+msgstr "Projektleiste anzeigen"
-#: src/MainWindow.vala:328
-#, fuzzy
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr "Symbol Outline umschalten"
+msgstr "Gliederungsymbole ausblenden"
-#: src/MainWindow.vala:333
-#, fuzzy
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
-msgstr "Symbol Outline umschalten"
+msgstr "Gliederungsymbole anzeigen"
+
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s – %s"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Alle Dateien"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Textdateien"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Datei öffnen"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Öffnen"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Abbrechen"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Öffnen"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Abbrechen"
@@ -257,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"
@@ -282,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -343,136 +339,180 @@ msgstr[1] "%u ausgeblendete Dokumente wiederherstellen"
msgid "Find in Project…"
msgstr "Im Projekt suchen …"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Geändert"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Fehler beim Erstellen eines neuen Zweigs: »%s«"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Neuer Zweig …"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Branch"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s ist keine Textdatei"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code wird diesen Dateityp nicht laden."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Trotzdem laden"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "Das Laden von »%s« dauert sehr lange"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Bitte warten Sie, während Code die Datei lädt."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Laden abbrechen"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Änderungen am Dokument »%s« vor dem Schließen speichern?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Wenn Sie nicht speichern, gehen Ihre Änderungen unwiderruflich verloren."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Schließen ohne zu speichern"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Speichern"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "Speichern in »%s« fehlgeschlagen."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Datei speichern"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Neues Dokument"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Datei »%s« kann nicht gelesen werden"
+msgid "Cannot read text in file “%s”"
+msgstr "Kein Text in Datei »%s« gelesen"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-"Möglicherweise ist sie beschädigt oder Sie verfügen nicht über die "
-"benötigten Rechte zum Lesen."
+"Sie verfügen möglicherweise nicht über die benötigten Rechte zum Lesen der "
+"Datei."
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
+msgstr "Die Datei ist möglicherweise beschädigt oder keine Textdatei"
-#: src/Services/Document.vala:743
+#. 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:789
+msgid "Show Anyway"
+msgstr "Trotzdem anzeigen"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"Der Ort, an dem sich die Datei »%s« befindet, wurde ausgehängt. Möchten Sie "
-"an einem anderen Ort speichern?"
+"Der Ort, an dem sich die Datei »%s« befindet, wurde ausgehängt; es sind "
+"ungespeicherte Änderungen vorhanden."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Speichern unter …"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Die Datei »%s« wurde gelöscht; es sind ungespeicherte Änderungen vorhanden."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "Die Datei »%s« wurde gelöscht. Möchten Sie sie trotzdem speichern?"
+msgid "File “%s” does not have write permission."
+msgstr "Datei »%s« ist schreibgeschützt."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, 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:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Sie können die Änderungen an der Datei »%s« nicht speichern. Möchten Sie die "
-"Änderungen an einem anderen Ort speichern?"
+"Es sind außerdem ungespeicherte Ändeungen vorhanden. Ein erneutes Laden des "
+"Dokuments wird diese Änderungen überschreiben."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Änderungen an anderem Ort speichern"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
+"Das Dokument wurde von einem anderen Programm geändert, nachdem Sie es "
+"zuletzt gespeichert haben."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Die Datei »%s« wurde von einer externen Anwendung bearbeitet. Möchten Sie "
-"sie noch einmal laden oder mit Ihrer Bearbeitung fortfahren?"
+"»%s« konnte hier nicht gespeichert werden. Eine Kopie an anderem Ort "
+"speichern?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Ignorieren"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Laden"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Kopie speichern …"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Fortfahren"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Neu laden"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "Überschreiben"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "Dokument an anderem Ort speichern"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Vorlagen"
@@ -489,8 +529,8 @@ msgid "No Project Selected"
msgstr "Kein Projekt ausgewählt"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Aktives Git-Projekt: %s"
@@ -499,61 +539,55 @@ msgstr "Aktives Git-Projekt: %s"
msgid "Filter projects"
msgstr "Projekte filtern"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Textdatei aus %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Syntax hervorheben"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Zeilennummer"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Sprachen filtern"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Einfacher Text"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
-msgstr ""
+msgstr "Einige Einstellungen durch EditorConfig-Datei vorgenommen"
-#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "Automatisches Einrücken:"
+msgstr "Automatisch einrücken"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
-msgstr "Leerzeichen anstelle von Tabulatoren einfügen:"
+msgstr "Leerzeichen anstelle von Tabulatoren einfügen"
-#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "Tabulatorbreite:"
+msgstr "Tabulatorbreite"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Zur Zeile gehen:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Leerzeichen"
msgstr[1] "%d Leerzeichen"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -613,10 +647,8 @@ msgid "Hide Terminal"
msgstr "Terminal ausblenden"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
-#| msgid "Open Folder"
msgid "Open Folder…"
-msgstr "Ordner öffnen"
+msgstr "Ordner öffnen …"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
@@ -630,59 +662,75 @@ msgstr "Alphabetisieren"
msgid "Manage project folders"
msgstr "Projektordner verwalten"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Suchen"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr "keine Ergebnisse"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "Keine Ergebnisse"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Nächstes Suchergebnis"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Vorheriges Suchergebnis"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Suche immer am Textanfang fortsetzen"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Sensitive"
-msgstr "Groß- und Kleinschreibung beachten"
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Nie"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Groß-/Kleinschreibung ignorieren"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Immer"
+
+#: src/Widgets/SearchBar.vala:107
+msgid "Case Sensitive"
msgstr "Groß- und Kleinschreibung beachten"
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "Reguläre Ausdrücke verwenden"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Ganze Wörter"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Suchoptionen"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Ersetzen durch"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Ersetzen"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Alle ersetzen"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d von %d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "keine Ergebnisse"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Markierte Zeilen sortieren"
@@ -764,10 +812,6 @@ msgstr "Verfügbare Formate"
msgid "Select Format"
msgstr "Format wählen"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Nie"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Zehn Minuten"
@@ -797,6 +841,48 @@ msgstr "Bitte mindestens ein [aspell]-Wörterbuch installieren."
msgid "%s - Word Completion"
msgstr "%s – Wortvervollständigung"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Datei »%s« wurde gelöscht."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Erweiterungssammlung"
+
+#~ msgid "plugin"
+#~ msgstr "Plugin"
+
+#~ msgid "Save As…"
+#~ msgstr "Speichern unter …"
+
+#~ msgid "Load"
+#~ msgstr "Laden"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Sie können das Dokument nicht in »%s« speichern. Möchten Sie die Datei an "
+#~ "einem anderen Ort speichern?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Sie können die Änderungen an der Datei »%s« nicht speichern. Möchten Sie "
+#~ "die Änderungen an einem anderen Ort speichern?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Datei »%s« kann nicht gelesen werden"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Groß- und Kleinschreibung beachten"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Änderungen an anderem Ort speichern"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Projektordner öffnen …"
@@ -818,9 +904,6 @@ msgstr "%s – Wortvervollständigung"
#~ msgid "For selected text"
#~ msgstr "Für markierten Text"
-#~ msgid "Always"
-#~ msgstr "Immer"
-
#~ msgid "High Contrast"
#~ msgstr "Hoher Kontrast"
@@ -910,9 +993,6 @@ msgstr "%s – Wortvervollständigung"
#~ msgid "Others…"
#~ msgstr "Andere…"
-#~ msgid "Upload"
-#~ msgstr "Hochladen"
-
#~ msgid "Other formats"
#~ msgstr "Andere Formate"
@@ -1259,9 +1339,6 @@ msgstr "%s – Wortvervollständigung"
#~ msgid "Save as"
#~ msgstr "Speichern unter"
-#~ msgid "Save the current file"
-#~ msgstr "Aktuelle Datei speichern"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Die momentan geöffnete Datei unter einem anderem Namen speichern"
@@ -1330,9 +1407,6 @@ msgstr "%s – Wortvervollständigung"
#~ msgstr ""
#~ "Ungespeicherte Änderungen an der Datei %s vor dem schließen speichern?"
-#~ msgid "The file %s was deleted."
-#~ msgstr "Die Datei %s wurde gelöscht."
-
#~ msgid "The file %s was modified."
#~ msgstr "Die Datei %s wurde geändert."
diff --git a/po/dv.po b/po/dv.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/dz.po b/po/dz.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ee.po b/po/ee.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/el.po b/po/el.po
index e6e417f20e..b71b6f48d1 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Greek \n"
@@ -19,95 +19,99 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "Κώδικας"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Κώδικας"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Απόκρυψη γραμμής αναζήτησης"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "Άνοιγμα ενός φακέλου"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Απόκρυψη γραμμής αναζήτησης"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Εμφάνιση προεπισκόπησης"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "Σύμβολα"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Όλα τα αρχεία"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Αρχεία κειμένου"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Άνοιγμα μερικών αρχείων"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Άνοιγμα"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Ακύρωση"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Άνοιγμα"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Ακύρωση"
@@ -261,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 "Μετακίνηση στον κάδο"
@@ -288,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "Νέο αρχείο"
@@ -359,142 +363,199 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Άνοιγμα ενός φακέλου"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Αλλαγή ρυθμίσεων του Scratch"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Αλλαγή ρυθμίσεων του Scratch"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "Το %s δεν είναι αρχείο κειμένου"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Ο κώδικας δεν μπορεί να φορτώσει αυτόν τον τύπο αρχείου."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Φόρτωσέ το"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Παρακαλώ περιμένετε όσο ο κώδικας φορτώνει το αρχείο."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "Ακύρωση"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Αποθήκευση των αλλαγών στο έγγραφο %s πριν την έξοδο;"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Αν δεν αποθηκεύσετε, οι αλλαγές των τελευταίων 4 δευτερολέπτων θα χαθούν "
"μόνιμα."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Κλείσιμο χωρίς αποθήκευση"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Αποθήκευση"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Αποθήκευση των αλλαγών στο έγγραφο %s πριν την έξοδο;"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Αποθήκευση Αρχείου"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Νέο έγγραφο"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Το αρχείο \"%s\" δεν μπορεί να διαβαστεί"
+msgid "Cannot read text in file “%s”"
+msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "Φόρτωσέ το"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"Η τοποθεσία που περιέχει το αρχείο \"%s\" δεν μπορεί να βρεθεί. Θέλετε να "
"αποθηκεύσετε σε κάποια άλλη τοποθεσία;"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Αποθήκευση Ως…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Το αρχείο \"%s\" τροποποιήθηκε από κάποια άλλη εφαρμογή. Θέλετε να το "
+"φορτώσετε ξανά ή να συνεχίσετε την επεξεργασία;"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"Το αρχείο \"%s\" τροποποιήθηκε από κάποια άλλη εφαρμογή. Θέλετε να το "
+"φορτώσετε ξανά ή να συνεχίσετε την επεξεργασία;"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Δεν μπορείτε να αποθηκεύσετε τις αλλαγές στο αρχείο \"%s\". Θέλετε να "
-"αποθηκεύσετε τις αλλαγές σε αυτό το αρχείο σε μια διαφορετική τοποθεσία;"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Αποθήκευση των αλλαγών αλλού"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Το αρχείο \"%s\" τροποποιήθηκε από κάποια άλλη εφαρμογή. Θέλετε να το "
-"φορτώσετε ξανά ή να συνεχίσετε την επεξεργασία;"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Φόρτωση"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Συνέχεια"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Μεταφόρτωση"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Αποθήκευση τρέχοντος αρχείου"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Πρότυπα"
@@ -513,8 +574,8 @@ msgid "No Project Selected"
msgstr "Πρότυπα έργων"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -523,62 +584,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Αρχείο κειμένου από "
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Επισήμανση σύνταξης"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "Εμφάνιση αριθμών γραμμών:"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Φιλτράρετε τις γλώσσες"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Απλό κείμενο"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Αυτόματη εσοχή:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Εισαγωγή κενών αντί για καρτέλες:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Πλάτος καρτέλας:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Μετάβαση Στη Γραμμή:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Κενό"
msgstr[1] "%d Κενά"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -656,59 +717,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Εύρεση"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Αναζήτηση επόμενου"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Αναζήτηση προηγούμενου"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Ποτέ"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Πάντα"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Αναζήτηση προηγούμενου"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Αντικατάσταση Με"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Αντικατάσταση"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Αντικατάσταση Όλων"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -798,10 +877,6 @@ msgstr ""
msgid "Select Format"
msgstr "Επιλέξτε γραμματοσειρά:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Ποτέ"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Δέκα λεπτά"
@@ -831,6 +906,47 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Συμπλήρωση Λέξεων"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Το αρχείο %s διεγράφη."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Σετ προσθέτων"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Σετ προσθέτων"
+
+#~ msgid "Save As…"
+#~ msgstr "Αποθήκευση Ως…"
+
+#~ msgid "Load"
+#~ msgstr "Φόρτωση"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Δεν μπορείτε να αποθηκεύσετε τις αλλαγές στο αρχείο \"%s\". Θέλετε να "
+#~ "αποθηκεύσετε τις αλλαγές σε αυτό το αρχείο σε μια διαφορετική τοποθεσία;"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Δεν μπορείτε να αποθηκεύσετε τις αλλαγές στο αρχείο \"%s\". Θέλετε να "
+#~ "αποθηκεύσετε τις αλλαγές σε αυτό το αρχείο σε μια διαφορετική τοποθεσία;"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Το αρχείο \"%s\" δεν μπορεί να διαβαστεί"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Αποθήκευση των αλλαγών αλλού"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -849,9 +965,6 @@ msgstr "%s - Συμπλήρωση Λέξεων"
#~ msgid "For selected text"
#~ msgstr "Για το επιλεγμένο κείμενο"
-#~ msgid "Always"
-#~ msgstr "Πάντα"
-
#~ msgid "High Contrast"
#~ msgstr "Υψηλό Contrast"
@@ -899,9 +1012,6 @@ msgstr "%s - Συμπλήρωση Λέξεων"
#~ msgid "Others…"
#~ msgstr "Άλλοι..."
-#~ msgid "Upload"
-#~ msgstr "Μεταφόρτωση"
-
#~ msgid "Other formats"
#~ msgstr "Άλλες μορφές"
@@ -1223,9 +1333,6 @@ msgstr "%s - Συμπλήρωση Λέξεων"
#~ msgid "The file %s was modified."
#~ msgstr "Το αρχείο %s τροποποιήθηκε."
-#~ msgid "The file %s was deleted."
-#~ msgstr "Το αρχείο %s διεγράφη."
-
#~ msgid "Draw spaces:"
#~ msgstr "Σχεδίαση κενών:"
@@ -1271,9 +1378,6 @@ msgstr "%s - Συμπλήρωση Λέξεων"
#~ msgid "Context View"
#~ msgstr "Προβολή Με Πλαίσιο"
-#~ msgid "Save the current file"
-#~ msgstr "Αποθήκευση τρέχοντος αρχείου"
-
#~ msgid ""
#~ "Do you want to save the changes to this file in a different location?"
#~ msgstr ""
diff --git a/po/en_AU.po b/po/en_AU.po
index ee1b13cd94..6c4072a476 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
@@ -17,97 +17,93 @@ 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"
-#: src/Application.vala:39
+#: src/Application.vala:37
msgid "New Tab"
msgstr "New Tab"
-#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:38 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "New Window"
-#: src/Application.vala:41
+#: src/Application.vala:39
msgid "Print version info and exit"
msgstr "Print version info and exit"
-#: src/Application.vala:42
-msgid "Set of plugins"
-msgstr "Set of plug-ins"
-
-#: src/Application.vala:42
-msgid "plugin"
-msgstr "plugin"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
msgstr "[FILE…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Code (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Hide search bar"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Find in Project…"
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
-msgstr "Find in Project…"
+msgstr "Find on Page…"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "Hide search bar"
+msgstr "Hide Projects Sidebar"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "Show Preview"
+msgstr "Show Projects Sidebar"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr ""
+msgstr "Hide Symbol Outline"
-#: src/MainWindow.vala:333
-#, fuzzy
-#| msgid "No Symbols Found"
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
-msgstr "No Symbols Found"
+msgstr "Show Symbol Outline"
+
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "All files"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Text files"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Open some files"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Open"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancel"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Open"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Cancel"
@@ -183,10 +179,8 @@ msgid "Insert spaces instead of tabs:"
msgstr "Insert spaces instead of tabs:"
#: src/Dialogs/PreferencesDialog.vala:66
-#, fuzzy
-#| msgid "Strip trailing whitespace on save"
msgid "Strip trailing whitespace:"
-msgstr "Strip trailing whitespace on save"
+msgstr "Strip trailing whitespace:"
#: src/Dialogs/PreferencesDialog.vala:68
msgid "Tab width:"
@@ -257,23 +251,23 @@ msgstr "Don't Restore"
msgid "Restore Anyway"
msgstr "Restore Anyway"
-#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:148
msgid "Other Application…"
msgstr "Other 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 "Open 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 "Other Actions"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
msgstr "Rename"
-#: 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 "Move to Rubbish Bin"
@@ -282,31 +276,31 @@ msgstr "Move to Rubbish Bin"
msgid "Folders"
msgstr "Folders"
-#: src/FolderManager/FolderItem.vala:106
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
msgstr "Find in 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 "Empty File"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
-#: src/FolderManager/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/FolderItem.vala:205
+#: src/FolderManager/ProjectFolderItem.vala:251
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
msgstr "New"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
msgstr "untitled folder"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "new file"
@@ -322,155 +316,193 @@ msgstr "Close Other Folders"
#, c-format
msgid "Close %u Open Document"
msgid_plural "Close %u Open Documents"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Close %u Open Document"
+msgstr[1] "Close %u Open Documents"
#: 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] "New Document"
-msgstr[1] "New Document"
+msgstr[0] "Hide %u Open Document"
+msgstr[1] "Hide %u Open Documents"
#: src/FolderManager/ProjectFolderItem.vala:150
#, c-format
msgid "Restore %u Hidden Document"
msgid_plural "Restore %u Hidden Documents"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "Restore %u Hidden Document"
+msgstr[1] "Restore %u Hidden Documents"
#: src/FolderManager/ProjectFolderItem.vala:170 src/Widgets/HeaderBar.vala:130
msgid "Find in Project…"
msgstr "Find in Project…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Modified"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Error while creating new branch: “%s”"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "New Branch…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Branch"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s Is Not a Text File"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code will not load this type of file."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Load Anyway"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "Loading File “%s” Is Taking a Long Time"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Please wait while Code is loading the file."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Cancel Loading"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
-msgstr "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
+msgstr "Save changes to “%s” before closing?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "If you don't save, changes will be permanently lost."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Close Without Saving"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Save"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "Saving to “%s” failed."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Save File"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "New Document"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, c-format
+msgid "Cannot save this document to %s"
+msgstr "Cannot save this document to %s"
+
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr "Cannot read text in file “%s”"
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "You may not have permission to read the file."
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
+msgstr "The file may be corrupt or may not be a text file"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
+msgstr "Show Anyway"
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "File “%s” was deleted and there are unsaved changes."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
+msgstr "File “%s” does not have write permission."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr "File “%s” was modified by an external application"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr "The document changed externally since you last saved it."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
-msgstr ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr "“%s” can't be saved here. Save a duplicate somewhere else?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Ignore"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Save Duplicate…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Continue"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Reload"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "Overwrite"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "Save Document elsewhere"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Templates"
@@ -487,8 +519,8 @@ msgid "No Project Selected"
msgstr "No Project Selected"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Active Git project: %s"
@@ -497,61 +529,55 @@ msgstr "Active Git project: %s"
msgid "Filter projects"
msgstr "Filter projects"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Text file from %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Syntax Highlighting"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Line number"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filter languages"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Plain Text"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
-msgstr ""
+msgstr "Some settings set by EditorConfig file"
-#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "Automatic indentation:"
+msgstr "Automatic Indentation"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
-msgstr "Insert spaces instead of tabs:"
+msgstr "Insert Spaces Instead Of Tabs"
-#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "Tab width:"
+msgstr "Tab width"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Go To Line:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Space"
msgstr[1] "%d Spaces"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -596,7 +622,7 @@ msgstr "Zoom In"
#: src/Widgets/HeaderBar.vala:144
msgid "Follow System Style"
-msgstr ""
+msgstr "Follow System Style"
#: src/Widgets/HeaderBar.vala:195 src/Widgets/HeaderBar.vala:265
msgid "Show Terminal"
@@ -611,10 +637,8 @@ msgid "Hide Terminal"
msgstr "Hide Terminal"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
-#| msgid "Open Folder"
msgid "Open Folder…"
-msgstr "Open Folder"
+msgstr "Open Folder…"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
@@ -628,58 +652,74 @@ msgstr "Alphabetise"
msgid "Manage project folders"
msgstr "Manage project folders"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Find"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr ""
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "No Results"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Search next"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Search previous"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Cyclic Search"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Never"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Mixed Case"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Always"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Case Sensitive"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr "Use Regular Expressions"
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
-msgstr "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Match Whole Words"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Search Options"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Replace With"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Replace"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Replace all"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
-msgstr ""
+msgstr "%d of %d"
+
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "no results"
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
@@ -762,10 +802,6 @@ msgstr "Available Formats"
msgid "Select Format"
msgstr "Select Format"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Never"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Ten minutes"
@@ -795,6 +831,48 @@ msgstr "Please install at least one [aspell] dictionary."
msgid "%s - Word Completion"
msgstr "%s - Word Completion"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "File “%s” was deleted."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Set of plug-ins"
+
+#~ msgid "plugin"
+#~ msgstr "plugin"
+
+#~ msgid "Save As…"
+#~ msgstr "Save As…"
+
+#~ msgid "Load"
+#~ msgstr "Load"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "File \"%s\" Cannot Be Read"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Case Insensitive"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Save changes elsewhere"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Open Project Folder…"
@@ -813,9 +891,6 @@ msgstr "%s - Word Completion"
#~ msgid "For selected text"
#~ msgstr "For selected text"
-#~ msgid "Always"
-#~ msgstr "Always"
-
#~ msgid "High Contrast"
#~ msgstr "High Contrast"
@@ -903,9 +978,6 @@ msgstr "%s - Word Completion"
#~ msgid "Others…"
#~ msgstr "Others…"
-#~ msgid "Upload"
-#~ msgstr "Upload"
-
#~ msgid "Other formats"
#~ msgstr "Other formats"
@@ -1246,9 +1318,6 @@ msgstr "%s - Word Completion"
#~ msgid "Save as"
#~ msgstr "Save as"
-#~ msgid "Save the current file"
-#~ msgstr "Save the current file"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Save the current file with a different name"
@@ -1290,9 +1359,6 @@ msgstr "%s - Word Completion"
#~ msgid "The file %s was modified."
#~ msgstr "The file %s was modified."
-#~ msgid "The file %s was deleted."
-#~ msgstr "The file %s was deleted."
-
#~ msgid "Go to line..."
#~ msgstr "Go to line…"
diff --git a/po/eo.po b/po/eo.po
index e9b4a91334..217b1e1675 100644
--- a/po/eo.po
+++ b/po/eo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-03-14 21:09+0000\n"
"Last-Translator: Shtonchjo \n"
"Language-Team: Esperanto \n"
"Language-Team: Spanish \n"
@@ -19,94 +19,99 @@ 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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "Code"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Ocultar la barra de búsqueda"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Find in Project…"
msgid "Find on Page…"
msgstr "Buscar en el proyecto…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Ocultar la barra de búsqueda"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Mostrar previsualización"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "No Symbols Found"
msgid "Show Symbol Outline"
msgstr "No se encontró ningún símbolo"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Todos los archivos"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Archivos de texto"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Abra algunos archivos"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Abrir"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancelar"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Abrir"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Cancelar"
@@ -261,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"
@@ -286,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -348,133 +353,196 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Buscar en el proyecto…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Modificado"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Error al crear una rama nueva: «%s»"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Rama nueva…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Rama"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s no es un archivo de texto"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code no cargará este tipo de archivo."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Cargar de todos modos"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "La carga del archivo «%s» está demorando mucho"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Espere mientras Code carga el archivo."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Cancelar carga"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "¿Quiere guardar los cambios del documento «%s» antes de cerrar?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Si no guarda el documento, los cambios se perderán permanentemente."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Cerrar sin guardar"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Guardar"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, 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:605
msgid "Save File"
msgstr "Guardar archivo"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Documento nuevo"
-#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#. No path for a new document
+#: src/Services/Document.vala:712
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "No se puede leer el archivo «%s»"
+msgid "Cannot save this document to %s"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. Show an error view which says "Hey, I cannot read that file!"
+#: src/Services/Document.vala:778
+#, 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:781
+#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "Cargar de todos modos"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"La ubicación que contiene el archivo «%s» fue desmontada. ¿Quiere guardarlo "
"en otra ubicación?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Guardar como…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"El archivo «%s» fue modificado por una aplicación externa. ¿Quiere cargarlo "
+"nuevamente o continuar editándolo?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"El archivo «%s» fue modificado por una aplicación externa. ¿Quiere cargarlo "
+"nuevamente o continuar editándolo?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"No puede guardar los cambios en el archivo «%s». ¿Quiere guardar los cambios "
-"de este archivo en otra ubicación?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Guardar cambios en otro sitio"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-"El archivo «%s» fue modificado por una aplicación externa. ¿Quiere cargarlo "
-"nuevamente o continuar editándolo?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Cargar"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Continuar"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Enviar"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Guardar archivo actual"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Plantillas"
@@ -491,8 +559,8 @@ msgid "No Project Selected"
msgstr "Ningún proyecto ha sido seleccionado"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Proyecto Git activo: %s"
@@ -501,61 +569,61 @@ msgstr "Proyecto Git activo: %s"
msgid "Filter projects"
msgstr "Filtrar proyectos"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Archivo de texto de %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Coloración sintáctica"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Número de renglón"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtrar lenguajes"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Texto sin formato"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Sangría automática:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Insertar espacios en lugar de tabuladores:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Anchura del tabulador:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Ir al renglón:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d espacio"
msgstr[1] "%d espacios"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -632,61 +700,81 @@ msgstr "Por orden alfabético"
msgid "Manage project folders"
msgstr "Gestionar carpetas de proyecto"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Buscar"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+#, fuzzy
+#| msgid "no results"
+msgid "No Results"
msgstr "sin resultados"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Buscar siguiente"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Buscar anterior"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Búsqueda cíclica"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Nunca"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Siempre"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Distinguir mayúsculas y minúsculas"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "No distinguir mayúsculas y minúsculas"
-
-#: src/Widgets/SearchBar.vala:119
+#: src/Widgets/SearchBar.vala:114
#, fuzzy
#| msgid "Use regular expressions:"
-msgid "Use regular expressions"
+msgid "Use Regular Expressions"
msgstr "Utilizar expresiones regulares:"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Buscar anterior"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Reemplazar con"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Reemplazar"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Reemplazar todo"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "sin resultados"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Ordenar líneas seleccionadas"
@@ -768,10 +856,6 @@ msgstr "Formatos disponibles"
msgid "Select Format"
msgstr "Seleccione un formato"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Nunca"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Diez minutos"
@@ -801,6 +885,55 @@ msgstr "Instale por lo menos un diccionario [de aspell]."
msgid "%s - Word Completion"
msgstr "%s. Compleción de palabras"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "El archivo %s fue borrado."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Conjunto de complementos"
+
+#~ msgid "plugin"
+#~ msgstr "complemento"
+
+#~ msgid "Save As…"
+#~ msgstr "Guardar como…"
+
+#~ msgid "Load"
+#~ msgstr "Cargar"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "No puede guardar los cambios en el archivo «%s». ¿Quiere guardar los "
+#~ "cambios de este archivo en otra ubicación?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "No puede guardar los cambios en el archivo «%s». ¿Quiere guardar los "
+#~ "cambios de este archivo en otra ubicación?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "No se puede leer el archivo «%s»"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "No distinguir mayúsculas y minúsculas"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Guardar cambios en otro sitio"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Abrir carpeta de proyecto…"
@@ -819,9 +952,6 @@ msgstr "%s. Compleción de palabras"
#~ msgid "For selected text"
#~ msgstr "Para el texto seleccionado"
-#~ msgid "Always"
-#~ msgstr "Siempre"
-
#~ msgid "High Contrast"
#~ msgstr "Contraste alto"
@@ -909,9 +1039,6 @@ msgstr "%s. Compleción de palabras"
#~ msgid "Others…"
#~ msgstr "Otros…"
-#~ msgid "Upload"
-#~ msgstr "Enviar"
-
#~ msgid "Other formats"
#~ msgstr "Otros formatos"
@@ -1342,9 +1469,6 @@ msgstr "%s. Compleción de palabras"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argumento para el conjunto de conectores"
-#~ msgid "Save the current file"
-#~ msgstr "Guardar archivo actual"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Guardar archivo actual con un nombre diferente"
@@ -1369,9 +1493,6 @@ msgstr "%s. Compleción de palabras"
#~ msgid "The file %s was modified."
#~ msgstr "El archivo %s fue modificado."
-#~ msgid "The file %s was deleted."
-#~ msgstr "El archivo %s fue borrado."
-
#~ msgid "Save unsaved changes to file %s before closing?"
#~ msgstr ""
#~ "¿Desea guardar los cambios no guardados en el archivo %s antes de cerrar?"
diff --git a/po/et.po b/po/et.po
index 242631d33b..154c4b1757 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-06-14 15:42+0000\n"
"Last-Translator: Kristjan Vool \n"
"Language-Team: Estonian \n"
@@ -18,95 +18,98 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Peida leidmise tööriistariba"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "Ava kaust"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Peida leidmise tööriistariba"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Näita eelvaadet"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "Sümbolid"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Kõik Failid"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Tekstifailid"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Faili avamine"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Ava"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Loobu"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Ava"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Loobu"
@@ -260,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 ""
@@ -287,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -358,144 +361,197 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Ava kaust"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Scratch'i eelistuste muutmine"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Scratch'i eelistuste muutmine"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "Loobu"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Kas salvestada faili %s muudatused enne sulgemist?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Kui sa ei salvesta, siis viimase 4 sekundi jooksul tehtud muudatused lähevad "
"kaotsi."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Sulge ilma salvestamata"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Salvesta"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Kas salvestada faili %s muudatused enne sulgemist?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Faili salvestamine"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Uus fail"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Read"
+#: src/Services/Document.vala:778
+#, c-format
+msgid "Cannot read text in file “%s”"
msgstr ""
-"Faili \"%s\" pole võimalik luua.\n"
-"%s"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 ""
"Faili \"%s\" polnud võimalik lugeda. See võib olla rikutud\n"
"või sul puuduvad selle lugemiseks vajalikud õigused."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"Faili \"%s\" sisaldav asukoht haagiti lahti. Soovid teise kohta salvestada?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Salvesta kui…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Faili \"%s\" muudeti teise rakenduse poolt. Soovid sa selle uuesti laadida "
+"või jätkata juba tehtud muudatustega?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"Faili \"%s\" muudeti teise rakenduse poolt. Soovid sa selle uuesti laadida "
+"või jätkata juba tehtud muudatustega?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Faili \"%s\" muudatusi pole võimalik salvestada. Soovid faili teise kohta "
-"salvestada?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Salvesta muudatused teise kohta"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Faili \"%s\" muudeti teise rakenduse poolt. Soovid sa selle uuesti laadida "
-"või jätkata juba tehtud muudatustega?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Värskenda"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Katkesta"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Laadi üles"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Salvesta fail"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Mallid"
@@ -514,8 +570,8 @@ msgid "No Project Selected"
msgstr "Projektide mallid"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -524,62 +580,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Tekstifail asukohast "
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Formaat"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "Rea numbrite näitamine:"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Automaatne taandus:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Vahemärkide lisamine tab'i märgi asemel:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Tab - klahvi laius vahemärkidena:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Mine reale:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, fuzzy, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "Vahemärkide kuvamine:"
msgstr[1] "Vahemärkide kuvamine:"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -657,59 +713,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Leia"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Leia järgmine"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Leia eelmine"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Tsükliline otsing"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Mitte kunagi"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Leia eelmine"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Asenda"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Asenda"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Asenda kõik"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -799,10 +873,6 @@ msgstr ""
msgid "Select Format"
msgstr "Vali kirjatüüp:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Mitte kunagi"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Kümme minutit"
@@ -835,6 +905,49 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - sõnade lõpetamine"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Fail %s kustutati vahepeal."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Pluginate kogu"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Pluginate kogu"
+
+#~ msgid "Save As…"
+#~ msgstr "Salvesta kui…"
+
+#~ msgid "Load"
+#~ msgstr "Värskenda"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Faili \"%s\" muudatusi pole võimalik salvestada. Soovid faili teise kohta "
+#~ "salvestada?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Faili \"%s\" muudatusi pole võimalik salvestada. Soovid faili teise kohta "
+#~ "salvestada?"
+
+#, fuzzy, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr ""
+#~ "Faili \"%s\" pole võimalik luua.\n"
+#~ "%s"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Salvesta muudatused teise kohta"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -914,9 +1027,6 @@ msgstr "%s - sõnade lõpetamine"
#~ msgid "Others…"
#~ msgstr "Muu..."
-#~ msgid "Upload"
-#~ msgstr "Laadi üles"
-
#~ msgid "Other formats"
#~ msgstr "Teised formaadid"
@@ -1260,9 +1370,6 @@ msgstr "%s - sõnade lõpetamine"
#~ msgid "The file %s was modified."
#~ msgstr "Faili %s muudeti vahepeal."
-#~ msgid "The file %s was deleted."
-#~ msgstr "Fail %s kustutati vahepeal."
-
#~ msgid "You can't save changes to:"
#~ msgstr "Muudatusi pole võimalik salvestada asukohta:"
@@ -1302,6 +1409,3 @@ msgstr "%s - sõnade lõpetamine"
#~ msgid "Font and Color Scheme:"
#~ msgstr "Kirjatüüp ja värvikeem:"
-
-#~ msgid "Save the current file"
-#~ msgstr "Salvesta fail"
diff --git a/po/eu.po b/po/eu.po
index fbefb357a4..af41aa36b4 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-09-11 21:29+0000\n"
"Last-Translator: Thadah Denyse \n"
"Language-Team: Basque \n"
@@ -18,95 +18,98 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Ezkutatu bilaketa-barra"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "Ireki karpeta"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Ezkutatu bilaketa-barra"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Erakutsi aurreikuspena"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "Ikurrak"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Fitxategi guztiak"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Testu-fitxategiak"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Fitxategi batzuk ireki"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Ireki"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Utzi"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Ireki"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Utzi"
@@ -260,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 ""
@@ -287,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -358,135 +361,188 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Ireki karpeta"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Aldatu Scratch-en ezarpenak"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Aldatu Scratch-en ezarpenak"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "Utzi"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "%s dokumentuaren aldaketak gorde irten aurretik?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Ez baduzu gordetzen, azken 4 segundotako aldaketak betirako galduko dira."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Itxi gorde gabe"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Gorde"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "%s dokumentuaren aldaketak gorde irten aurretik?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Gorde fitxategia"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Dokumentu berria"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Gorde honela..."
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"\"%s\" fitxategia kanpoko aplikazio batengatik aldatua izan da. Berriro "
+"kargatu nahi duzu ala zure edizioa jarraitu?"
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"\"%s\" fitxategia kanpoko aplikazio batengatik aldatua izan da. Berriro "
+"kargatu nahi duzu ala zure edizioa jarraitu?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Gorde aldaketak beste nonbait"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"\"%s\" fitxategia kanpoko aplikazio batengatik aldatua izan da. Berriro "
-"kargatu nahi duzu ala zure edizioa jarraitu?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Kargatu"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Jarraitu"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Kargatu"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Gorde uneko fitxategia"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Txantiloiak"
@@ -505,8 +561,8 @@ msgid "No Project Selected"
msgstr "Proiektuaren txantiloiak"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -515,62 +571,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Testu-fitxategiak"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Sintaxiaren nabarmentzea"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "Erakutsi lerro zenbakiak:"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Koska automatikoa:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Txertatu zuriuneak tabuladoreen ordez:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Tabuladorearen zabalera:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Joan lerrora:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -648,59 +704,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Bilatu"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Hurrengoa bilatu"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Aurrekoa bilatu"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Bilaketa ziklikoa"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Inoiz ez"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Aurrekoa bilatu"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Ordezkatu honekin"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Ordezkatu"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Ordeztu denak"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -790,10 +864,6 @@ msgstr ""
msgid "Select Format"
msgstr "Aukeratu letra-tipoa:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Inoiz ez"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Hamar minutu"
@@ -823,6 +893,27 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Hitzak osatu"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "%s fitxategia ezabatua izan da."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Plugin-sorta"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Plugin-sorta"
+
+#~ msgid "Save As…"
+#~ msgstr "Gorde honela..."
+
+#~ msgid "Load"
+#~ msgstr "Kargatu"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Gorde aldaketak beste nonbait"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -861,9 +952,6 @@ msgstr "%s - Hitzak osatu"
#~ msgid "Others…"
#~ msgstr "Besteak..."
-#~ msgid "Upload"
-#~ msgstr "Kargatu"
-
#~ msgid "Other formats"
#~ msgstr "Beste formatuak"
@@ -1127,9 +1215,6 @@ msgstr "%s - Hitzak osatu"
#~ msgid "Save as"
#~ msgstr "Gorde honela"
-#~ msgid "Save the current file"
-#~ msgstr "Gorde uneko fitxategia"
-
#~ msgid "Normal text"
#~ msgstr "Testu normala"
@@ -1212,6 +1297,3 @@ msgstr "%s - Hitzak osatu"
#~ msgid "The file %s was modified."
#~ msgstr "%s fitxategia aldatua izan da."
-
-#~ msgid "The file %s was deleted."
-#~ msgstr "%s fitxategia ezabatua izan da."
diff --git a/po/extra/aa.po b/po/extra/aa.po
index de08ee2ef1..5342cee802 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ab.po b/po/extra/ab.po
index 651870d3a4..437fe5eeae 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ae.po b/po/extra/ae.po
index c25851332f..399c15a47c 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/af.po b/po/extra/af.po
index 5f21b4fc36..6893cba999 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ak.po b/po/extra/ak.po
index 41a02da5cc..ee3f5db6ea 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/am.po b/po/extra/am.po
index a776cc3c28..a2f9f11013 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/an.po b/po/extra/an.po
index 238fa4914b..0b6f2408bb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ar.po b/po/extra/ar.po
index fa0b42ab07..6eab85478e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-09-06 18:12+0000\n"
"Last-Translator: aalhaif \n"
"Language-Team: Arabic \n"
@@ -19,7 +19,7 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 4.4.2\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "كود"
@@ -109,294 +109,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -407,10 +365,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/as.po b/po/extra/as.po
index f5b9ae9466..7c7eb89842 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ast.po b/po/extra/ast.po
index 07070fd062..e421eb86fe 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/av.po b/po/extra/av.po
index 6de434dabc..9a8d8e873b 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ay.po b/po/extra/ay.po
index bc5ada57e8..f06ceecae5 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/az.po b/po/extra/az.po
index 5149883265..e421535290 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ba.po b/po/extra/ba.po
index c78d041154..a0477d5975 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/be.po b/po/extra/be.po
index c524d5e391..f7ff1e407e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -18,7 +18,7 @@ msgstr ""
"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"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -108,294 +108,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -406,10 +364,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/bg.po b/po/extra/bg.po
index 947dd37b08..ddddca91a3 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.7.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -118,294 +118,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -416,10 +374,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/br.po b/po/extra/br.po
index b279cc0f82..22729f461c 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/bs.po b/po/extra/bs.po
index 693303291a..5d45195484 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-11-04 10:58+0000\n"
"Last-Translator: Elvis Mujanović \n"
"Language-Team: Bosnian =20) ? 1 : 2;\n"
"X-Generator: Weblate 3.0.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kod"
@@ -130,298 +130,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "isticanje sintakse pomoću gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -432,10 +388,6 @@ msgstr "Uredite datoteke s kodom"
msgid "Code Editor"
msgstr "Kod uređivač"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
@@ -457,6 +409,14 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "isticanje sintakse pomoću gtksourceview-3"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid ""
#~ "Make it yours. Code is written from the ground up to be extensible. Keep "
#~ "things super lightweight and simple, or install extensions to turn Code "
diff --git a/po/extra/ca.po b/po/extra/ca.po
index 8044dceaa3..4114b2c31e 100644
--- a/po/extra/ca.po
+++ b/po/extra/ca.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-19 00:25+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-06-21 16:07+0000\n"
"Last-Translator: David M \n"
"Language-Team: Catalan \n"
"Language: ca\n"
@@ -16,10 +16,10 @@ 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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Codi"
@@ -141,38 +141,119 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr "S'ha afegit l'opció de cerca de paraules senceres"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Actualitzacions menors:"
+
+#: 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: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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+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: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:83
+msgid ""
+"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:84
+msgid ""
+"Now there is always an active project at startup if there are projects in "
+"the sidebar"
+msgstr ""
+"Ara sempre hi ha un projecte actiu a l'inici si hi ha projectes a la barra "
+"lateral."
+
+#: 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 ""
+"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: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:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Traduccions actualitzades"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "Icona de l'aplicació redissenyada"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
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:71
+#: data/code.metainfo.xml.in:123
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:72
+#: data/code.metainfo.xml.in:124
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:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Actualitzacions menors:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -180,15 +261,15 @@ 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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
-"Opcions per amagar i mostrar plafons i ara tots presents en un conjunt "
-"compacte de botons enllaçats al menú de l'aplicació"
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -196,13 +277,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:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-"S'ha iniciat una cerca global amb el text seleccionat, ara preemplena aquest "
-"text."
+"Iniciar una cerca global amb el text seleccionat ara preemplena aquest text."
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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 + \\\""
@@ -210,7 +290,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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -218,7 +298,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:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -226,20 +306,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:83
+#: data/code.metainfo.xml.in:135
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:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Traduccions actualitzades"
+"La drecera per reconstruir la llista de paraules de compleció ara és \"Ctrl "
+"+ |\"."
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -247,11 +321,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:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -259,16 +333,16 @@ msgstr ""
"Durant la cerca es mostren el resultat seleccionat actualment i el nombre de "
"resultats."
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
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:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Correccions:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -276,11 +350,11 @@ msgstr ""
"Ara és possible canviar la branca de Git amb fitxers sense seguiment "
"presents en un projecte."
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
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:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -288,46 +362,46 @@ msgstr ""
"Ara es focalitza el document correcte després d'obrir el Codi des d'un "
"programa extern."
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
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:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -335,7 +409,7 @@ msgstr ""
"Correcció d'algunes dreceres de teclat que afecten el document desenfocat en "
"lloc del terminal enfocat"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -343,175 +417,159 @@ 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:138
+#: data/code.metainfo.xml.in:190
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:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
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:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "S'assegura que tota la còpia sigui traduïble."
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Funcions noves:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr ""
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Connector nou de Markdown per a l'edició semblant a WYSIWYG."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Editeu fitxers de codi"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Canvieu les branques de Git o creeu-ne de noves als menús contextuals de la "
-"carpeta del projecte."
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Editor de codi"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-"Es mostra l'estat de Git diff als espais en blanc de la vista del codi."
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "text;IDE;scratch;codi;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Cerca de text complet a la carpeta del projecte."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Fitxer nou"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Es desa i es restaura la posició del cursor entre sessions."
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Finestra nova"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Tanqueu fitxers d’un projecte quan es tanca el projecte."
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Executa el Codi com a administrador"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-"Es mostra el camí complet del fitxer a les descripcions emergents de la "
-"pestanya."
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Cal autenticació per executar el Codi com a administrador."
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Esborreu línies amb Ctrl + K."
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Mostra quan s'executa una branca de desenvolupament del Codi."
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Es permet l'extensió del corrector ortogràfic als fitxers de Markdown."
+#~ msgid "New features:"
+#~ msgstr "Funcions noves:"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Millora de la duplicació de línies múltiples"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Connector nou de Markdown per a l'edició semblant a WYSIWYG."
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Es recorda quan la barra lateral està oberta."
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Canvieu les branques de Git o creeu-ne de noves als menús contextuals de "
+#~ "la carpeta del projecte."
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Establiment del títol de la finestra segons el fitxer amb el focus"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr ""
+#~ "Es mostra l'estat de Git diff als espais en blanc de la vista del codi."
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Addició de dreceres de teclat per als documents següents i anteriors"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Cerca de text complet a la carpeta del projecte."
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-"Es mostra el camí complet del document a la descripció emergent de la "
-"pestanya."
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Es desa i es restaura la posició del cursor entre sessions."
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Actualització del connector de Pastebin"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Tanqueu fitxers d’un projecte quan es tanca el projecte."
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Sagnat correcte de l’última línia quan s’usa el connector de conservació "
-"d’espai en blanc"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr ""
+#~ "Es mostra el camí complet del fitxer a les descripcions emergents de la "
+#~ "pestanya."
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Es continua ressaltant la sintaxi en duplicar un fitxer."
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Esborreu línies amb Ctrl + K."
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Ampliació d'una carpeta reduïda si s'intenta obrir-la dues vegades"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr ""
+#~ "Es permet l'extensió del corrector ortogràfic als fitxers de Markdown."
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Solució d'un problema en què es perdien les cerques quan el Codi perdia el "
-"focus"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Millora de la duplicació de línies múltiples"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Inicieu el connector Vim en mode de línia d'ordres."
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Es recorda quan la barra lateral està oberta."
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Correcció i addició d'ordres noves de Vim"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Establiment del títol de la finestra segons el fitxer amb el focus"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Es mostren les carpetes del projecte amb una carpeta d'arrel oculta."
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Addició de dreceres de teclat per als documents següents i anteriors"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-"Es permet el llançament amb pkexec i no es permet el llançament amb sudo."
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr ""
+#~ "Es mostra el camí complet del document a la descripció emergent de la "
+#~ "pestanya."
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Supressió de la visualització dividida"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Actualització del connector de Pastebin"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Supressió de la previsualització del navegador"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Sagnat correcte de l’última línia quan s’usa el connector de conservació "
+#~ "d’espai en blanc"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Editeu fitxers de codi"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Es continua ressaltant la sintaxi en duplicar un fitxer."
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Editor de codi"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Ampliació d'una carpeta reduïda si s'intenta obrir-la dues vegades"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Solució d'un problema en què es perdien les cerques quan el Codi perdia "
+#~ "el focus"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "text;IDE;scratch;codi;"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Inicieu el connector Vim en mode de línia d'ordres."
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Fitxer nou"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Correcció i addició d'ordres noves de Vim"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Finestra nova"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr ""
+#~ "Es mostren les carpetes del projecte amb una carpeta d'arrel oculta."
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Executa el Codi com a administrador"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr ""
+#~ "Es permet el llançament amb pkexec i no es permet el llançament amb sudo."
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Cal autenticació per executar el Codi com a administrador."
+#~ msgid "Remove split view"
+#~ msgstr "Supressió de la visualització dividida"
+
+#~ msgid "Remove browser preview"
+#~ msgstr "Supressió de la previsualització del navegador"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr ""
diff --git a/po/extra/ca@valencia.po b/po/extra/ca@valencia.po
index 5602b29cbe..9c90b6afd0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ce.po b/po/extra/ce.po
index 42d67dbae2..c539229f60 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ch.po b/po/extra/ch.po
index ccfbfb47a4..310a97cd0d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ckb.po b/po/extra/ckb.po
index e8efd4b974..a47e4e0d40 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -137,163 +137,221 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Drobné aktualizace:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Aktualizovány překlady"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Drobné aktualizace:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Aktualizovány překlady"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Opravuje:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
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:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -301,7 +359,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:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -309,170 +367,149 @@ 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:138
+#: data/code.metainfo.xml.in:190
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:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
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:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Zajištěno že jsou překladatelné veškeré kopie"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nové funkce:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr ""
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Nový zásuvný modul Markdown pro interaktivní (WYSIWYG) upravování."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Upravujte soubory se zdrojovými kódy"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Přepínejte mezi větvemi v git nebo vytvářejte nové v kontextových nabídkách "
-"složky projektu"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Editor kódu"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Zobrazujte stav git diff v gutters zobrazení zdroje"
+#: data/io.elementary.code.desktop.in.in:11
+#, fuzzy
+#| msgid "text;IDE;scratch;"
+msgid "text;IDE;scratch;code;"
+msgstr "text;IDE;scratch;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Plnotextové vyhledávání v rámci složky projektu."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Nový soubor"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Ukládána a obnovována pozice kurzoru z minulé relace"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Nové okno"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Zavírání souborů z projektu když je takový projekt zavřen"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Spustit kód jako správce"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Zobrazován úplný popis umístění souboru v bublinové nápovědě panelu"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Pro spouštění Code s oprávněními správce systému je zapotřebí ověření"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Vymazání řádek pomocí Ctrl+K"
+#~ msgid "New features:"
+#~ msgstr "Nové funkce:"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Umožnit rozšíření pro kontrolu překlepů v souborech Markdown"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Nový zásuvný modul Markdown pro interaktivní (WYSIWYG) upravování."
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Vylepšeno zdvojování vícero řádků"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Přepínejte mezi větvemi v git nebo vytvářejte nové v kontextových "
+#~ "nabídkách složky projektu"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Zapamatováno, zda je postranní panel otevřen"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Zobrazujte stav git diff v gutters zobrazení zdroje"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Titulek okna nastavován na zaměřený soubor"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Plnotextové vyhledávání v rámci složky projektu."
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Přidány klávesové zkratky pro následující a předchozí dokumenty"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Ukládána a obnovována pozice kurzoru z minulé relace"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Zobrazen úplný popis umístění dokumentu v bublinové nápovědě panelu"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Zavírání souborů z projektu když je takový projekt zavřen"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Aktualizován zásuvný modul pro Pastebin"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Zobrazován úplný popis umístění souboru v bublinové nápovědě panelu"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Správné odsazování posledního řádku při použití zásuvného modulu pro "
-"zachovávání prázdných znaků"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Vymazání řádek pomocí Ctrl+K"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Při zduplikování souboru ponecháno zvýraznění syntaxe"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Umožnit rozšíření pro kontrolu překlepů v souborech Markdown"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Rozbalení sbalené složky při pokusu o její otevření dvakrát"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Vylepšeno zdvojování vícero řádků"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr "Opraven problém se ztrácením výsledků když okno Code ztratí zaměření"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Zapamatováno, zda je postranní panel otevřen"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Spouštění zásuvného modulu Vim v příkazovém režimu"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Titulek okna nastavován na zaměřený soubor"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Opraveny stávající a přidány nové Vim příkazy"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Přidány klávesové zkratky pro následující a předchozí dokumenty"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Zobrazeny složky projektů se skrytou kořenovou složkou"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Zobrazen úplný popis umístění dokumentu v bublinové nápovědě panelu"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-"Umožněno spouštění prostřednictvím pkexec a znemožněno spouštění "
-"prostřednictvím sudo"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Aktualizován zásuvný modul pro Pastebin"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Odebráno rozdělené zobrazení"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Správné odsazování posledního řádku při použití zásuvného modulu pro "
+#~ "zachovávání prázdných znaků"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Odebrán náhled prohlížeče"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Při zduplikování souboru ponecháno zvýraznění syntaxe"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Upravujte soubory se zdrojovými kódy"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Rozbalení sbalené složky při pokusu o její otevření dvakrát"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Editor kódu"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Opraven problém se ztrácením výsledků když okno Code ztratí zaměření"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Spouštění zásuvného modulu Vim v příkazovém režimu"
-#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
-#| msgid "text;IDE;scratch;"
-msgid "text;IDE;scratch;code;"
-msgstr "text;IDE;scratch;"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Opraveny stávající a přidány nové Vim příkazy"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Nový soubor"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Zobrazeny složky projektů se skrytou kořenovou složkou"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Nové okno"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr ""
+#~ "Umožněno spouštění prostřednictvím pkexec a znemožněno spouštění "
+#~ "prostřednictvím sudo"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Spustit kód jako správce"
+#~ msgid "Remove split view"
+#~ msgstr "Odebráno rozdělené zobrazení"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Pro spouštění Code s oprávněními správce systému je zapotřebí ověření"
+#~ msgid "Remove browser preview"
+#~ msgstr "Odebrán náhled prohlížeče"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
diff --git a/po/extra/cu.po b/po/extra/cu.po
index a79d253376..e87d01104e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/cv.po b/po/extra/cv.po
index aa91aef03f..54dbc0f912 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/cy.po b/po/extra/cy.po
index 51a79749f3..38be677a29 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/da.po b/po/extra/da.po
index e5c763e1b8..3ff48e259e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-05-27 12:11+0000\n"
"Last-Translator: Rantyrant \n"
"Language-Team: Danish \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -129,302 +129,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Mindre opdateringer:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Opdaterede oversættelser"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Mindre opdateringer:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Opdaterede oversættelser"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Rettelser:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nye funktioner:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-#, fuzzy
-#| msgid "Add keyboard shortcuts to menu items"
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Tilføj tastaturgenveje til menupunkter"
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "syntaksfremhævning med gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-#, fuzzy
-#| msgid "Fix Remove Current View"
-msgid "Remove split view"
-msgstr "Rettelse af Fjern Nuværende Visning"
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -435,10 +387,6 @@ msgstr "Redigér kodefiler"
msgid "Code Editor"
msgstr "Kode Editor"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -461,6 +409,27 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#~ msgid "New features:"
+#~ msgstr "Nye funktioner:"
+
+#, fuzzy
+#~| msgid "Add keyboard shortcuts to menu items"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Tilføj tastaturgenveje til menupunkter"
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "syntaksfremhævning med gtksourceview-3"
+
+#, fuzzy
+#~| msgid "Fix Remove Current View"
+#~ msgid "Remove split view"
+#~ msgstr "Rettelse af Fjern Nuværende Visning"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr "Ret tomt sidepanellayout, så der altid kan tilføjes mapper"
diff --git a/po/extra/de.po b/po/extra/de.po
index 5f3df43df8..08d464f133 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2022-07-06 19:12+0000\n"
"Last-Translator: Uwe S \n"
"Language-Team: German \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -141,162 +141,220 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Weitere Aktualisierungen:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Aktualisierte Übersetzungen"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Weitere Aktualisierungen:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Aktualisierte Übersetzungen"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Fehlerbehebungen:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
"Sichtbarkeit des Terminal-Buttons auf der Willkommensseite sicherstellen"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -304,179 +362,158 @@ 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:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "Projekt-Wahlbutton verstecken, wenn die Seitenleiste versteckt wird"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Sicherstellen, dass Copytext übersetzbar ist"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Neue Funktionen:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr ""
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Neues Markdown-Plugin für WYSIWYG-ähnliche Textbearbeitung."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Code Editor"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr "Git Zweige direkt im Projektordner-Kontextmenü wechseln oder erstellen"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Code Editor"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Zeige Git diff status in der Quellcodeansicht-Seitenleiste"
+#: data/io.elementary.code.desktop.in.in:11
+#, fuzzy
+#| msgid "text;IDE;scratch;"
+msgid "text;IDE;scratch;code;"
+msgstr "Text;Entwicklungsumgebung;IDE;Code;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Volltextsuche im Projektordner."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Neue Datei"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Sichern und Wiederherstellen der Cursorposition zwischen Sessions"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Neues Fenster"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Projektdaten schliessen wenn das Projekt geschlossen wird"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Code als Administrator ausführen"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Zeige vollständigen Dateipfad in den Tab Tooltips"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+"Um Code als Administrator auszuführen ist eine Authentifizierung erforderlich"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Zeilen löschen mit Strg + K"
+#~ msgid "New features:"
+#~ msgstr "Neue Funktionen:"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Erweiterung der Rechtschreibprüfung in Markdown-Dateien erlauben"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Neues Markdown-Plugin für WYSIWYG-ähnliche Textbearbeitung."
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Duplizieren von mehreren Zeilen verbessert"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Git Zweige direkt im Projektordner-Kontextmenü wechseln oder erstellen"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Merken, ob die Seitenleiste geöffnet ist"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Zeige Git diff status in der Quellcodeansicht-Seitenleiste"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Namen der aktiven Datei als Fenstertitel setzen"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Volltextsuche im Projektordner."
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-"Hinzufügen von Tastaturkürzeln für nächste und vorhergegangene Dokumente"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Sichern und Wiederherstellen der Cursorposition zwischen Sessions"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Vollen Dokumentenpfad im Tab Tooltip anzeigen"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Projektdaten schliessen wenn das Projekt geschlossen wird"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Aktualisieren des Pastebin-Plugins"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Zeige vollständigen Dateipfad in den Tab Tooltips"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Letzte Zeile korrekt Einrücken, wenn das preserve whitespace-Plugin benutzt "
-"wird"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Zeilen löschen mit Strg + K"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Syntax-Hervorhebung beibehalten wenn eine Datei dupliziert wird"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Erweiterung der Rechtschreibprüfung in Markdown-Dateien erlauben"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-"Zugeklappten Ordner aufklappen wenn zweimal versucht wird ihn zu öffnen"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Duplizieren von mehreren Zeilen verbessert"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Behebt einen Fehler, bei dem Suchvorgänge verloren gehen wenn Code nicht "
-"mehr das aktive Fenster ist"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Merken, ob die Seitenleiste geöffnet ist"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Starte Vim plugin im Command-Mode"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Namen der aktiven Datei als Fenstertitel setzen"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Neue Vim Kommandos hinzugefügt und Fehler behoben"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Hinzufügen von Tastaturkürzeln für nächste und vorhergegangene Dokumente"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Zeige Projektordner bei verstecktem Root-Ordner"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Vollen Dokumentenpfad im Tab Tooltip anzeigen"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "Gestatte den Start mit pkexec und verbiete den Start mit sudo"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Aktualisieren des Pastebin-Plugins"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Split View entfernt"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Letzte Zeile korrekt Einrücken, wenn das preserve whitespace-Plugin "
+#~ "benutzt wird"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Browservorschau entfernt"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Syntax-Hervorhebung beibehalten wenn eine Datei dupliziert wird"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Code Editor"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr ""
+#~ "Zugeklappten Ordner aufklappen wenn zweimal versucht wird ihn zu öffnen"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Code Editor"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Behebt einen Fehler, bei dem Suchvorgänge verloren gehen wenn Code nicht "
+#~ "mehr das aktive Fenster ist"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Starte Vim plugin im Command-Mode"
-#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
-#| msgid "text;IDE;scratch;"
-msgid "text;IDE;scratch;code;"
-msgstr "Text;Entwicklungsumgebung;IDE;Code;"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Neue Vim Kommandos hinzugefügt und Fehler behoben"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Neue Datei"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Zeige Projektordner bei verstecktem Root-Ordner"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Neues Fenster"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "Gestatte den Start mit pkexec und verbiete den Start mit sudo"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Code als Administrator ausführen"
+#~ msgid "Remove split view"
+#~ msgstr "Split View entfernt"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr ""
-"Um Code als Administrator auszuführen ist eine Authentifizierung erforderlich"
+#~ msgid "Remove browser preview"
+#~ msgstr "Browservorschau entfernt"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
diff --git a/po/extra/dv.po b/po/extra/dv.po
index 251fba3286..408fe219a6 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/dz.po b/po/extra/dz.po
index 7f9c98ffbb..b52687c0e3 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ee.po b/po/extra/ee.po
index 8238bd40cd..f42cca8f0c 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/el.po b/po/extra/el.po
index 0b2a9f158f..8e3bfb25e9 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Greek \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Κώδικας"
@@ -110,294 +110,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -409,10 +367,6 @@ msgstr "Επεξεργαστείτε αρχεία κειμένου"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
diff --git a/po/extra/en_AU.po b/po/extra/en_AU.po
index eba71f8e60..43b85bf2ef 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: English (Australia) \n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-06-19 18:07+0000\n"
+"Last-Translator: David Hewitt \n"
"Language-Team: English (United Kingdom) \n"
"Language: en_GB\n"
@@ -17,10 +17,10 @@ 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.4.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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -136,163 +136,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
msgstr "Improvements:"
-#: data/code.metainfo.xml.in:69
-msgid "Redesigned app icon"
+#: 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:74
+msgid "Whole word search option added"
+msgstr "Whole word search option added"
+
+#: 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:70
-msgid "New custom dark and light elementary styles for the source view"
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Minor updates:"
+
+#: 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: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:71
-msgid "Option to follow the system dark style preference"
+#: data/code.metainfo.xml.in:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
msgstr ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
-#: data/code.metainfo.xml.in:72
-msgid "Ability to half tile on small notebook displays"
+#: 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:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
msgstr ""
+"The search results no longer change unexpectedly when focusing a document"
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Minor updates:"
+#: data/code.metainfo.xml.in:84
+msgid ""
+"Now there is always an active project at startup if there are projects in "
+"the sidebar"
+msgstr ""
+"Now there is always an active project at startup if there are projects in "
+"the sidebar"
+
+#: 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 ""
+"If a development branch is running this shows in the window title and in the "
+"dock tooltip"
+
+#: 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:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Updated translations"
+
+#: data/code.metainfo.xml.in:121
+msgid "Redesigned app icon"
+msgstr "Redesigned app icon"
+
+#: data/code.metainfo.xml.in:122
+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:123
+msgid "Option to follow the system dark style preference"
+msgstr "Option to follow the system dark style preference"
+
+#: data/code.metainfo.xml.in:124
+msgid "Ability to half tile on small notebook displays"
+msgstr "Ability to half tile on small notebook displays"
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
+"The sidebar now contains the project chooser button and fills the height of "
+"the window"
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
-msgstr ""
+#: data/code.metainfo.xml.in:131
+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:80
+#: data/code.metainfo.xml.in:132
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 ""
+"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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
+"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
+"part of the main codebase"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
+"Show an infobar when tab width settings are being overwritten by an "
+"EditorConfig file"
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
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:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Updated translations"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
+"The current document filename is now shown as the window title in "
+"multitasking view"
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
-msgstr ""
+msgstr "Hidden folders are now shown in the project sidebar"
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
+"The currently selected result and the number of results is displayed while "
+"searching"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
-msgstr ""
+msgstr "The search bar now has a regular expression mode"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Fixes:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
+"It is now possible to change Git branch with untracked files present in a "
+"project"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
-msgstr ""
+msgstr "Crashes are prevented while searching in large projects"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
+"The correct document is now focused after opening Code from an external "
+"program"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
-msgstr ""
+msgstr "Code no longer crashes when asked to open an unknown URI format"
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Fix visibility of Terminal button on Welcome page"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -300,7 +389,7 @@ msgstr ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -308,163 +397,144 @@ msgstr ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "\"Visible whitespace\" combobox is now a switch"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "Hide project chooser button when hiding sidebar"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Ensure all copy is translatable"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "New features:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
+
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Edit code files"
+
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Code Editor"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "New Markdown plugin for WYSIWYG-like editing."
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "text;IDE;scratch;code;"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr "Switch Git branches or create new ones in project folder context menus"
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "New File"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Show Git diff status in source view gutters"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "New Window"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Full text search within project folder."
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Run Code as Administrator"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Save and restore cursor position between sessions"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Authentication is required to run Code as Administrator"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Close files from a project when that project is closed"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Show when running a development branch of Code"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Show full file path in tab tooltips"
+#~ msgid "New features:"
+#~ msgstr "New features:"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Clear lines with Ctrl + K"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "New Markdown plugin for WYSIWYG-like editing."
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Allow Spell Checker extension in Markdown files"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Switch Git branches or create new ones in project folder context menus"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Improve multi-line duplication"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Show Git diff status in source view gutters"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Remember whether the sidebar is open"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Full text search within project folder."
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Set window title to the focused file"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Save and restore cursor position between sessions"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Add keyboard shortcuts for next and previous documents"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Close files from a project when that project is closed"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Show full document path in tab tooltip"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Show full file path in tab tooltips"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Update Pastebin plugin"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Clear lines with Ctrl + K"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Allow Spell Checker extension in Markdown files"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Keep syntax highlighting when duplicating a file"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Improve multi-line duplication"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Expand a collapsed folder if you attempt to open it twice"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Remember whether the sidebar is open"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr "Fix an issue where searches are lost when Code loses focus"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Set window title to the focused file"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Start Vim plugin in command mode"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Add keyboard shortcuts for next and previous documents"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Fix and add new Vim commands"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Show full document path in tab tooltip"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Show project folders with a hidden root folder"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Update Pastebin plugin"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "Allow launching with pkexec and disallow launching with sudo"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Correctly indent last line when using the preserve whitespace plugin"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Remove split view"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Keep syntax highlighting when duplicating a file"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Remove browser preview"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Expand a collapsed folder if you attempt to open it twice"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Edit code files"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr "Fix an issue where searches are lost when Code loses focus"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Code Editor"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Start Vim plugin in command mode"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Fix and add new Vim commands"
-#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
-#| msgid "text;IDE;scratch;"
-msgid "text;IDE;scratch;code;"
-msgstr "text;IDE;scratch;"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Show project folders with a hidden root folder"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "New File"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "Allow launching with pkexec and disallow launching with sudo"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "New Window"
+#~ msgid "Remove split view"
+#~ msgstr "Remove split view"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Run Code as Administrator"
+#~ msgid "Remove browser preview"
+#~ msgstr "Remove browser preview"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Authentication is required to run Code as Administrator"
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr "Fix empty sidebar layout, ensuring folders can always be added"
diff --git a/po/extra/eo.po b/po/extra/eo.po
index 9fe54623a7..825be2c081 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-03-14 21:09+0000\n"
"Last-Translator: Shtonchjo \n"
"Language-Team: Esperanto \n"
"Language-Team: Spanish \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -140,89 +140,147 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Actualizaciones menores:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Traducciones actualizadas"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Actualizaciones menores:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Traducciones actualizadas"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -230,12 +288,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:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -243,16 +301,16 @@ msgstr ""
"El resultado seleccionado actualmente y el número de resultados se muestran "
"durante la búsqueda"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
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:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Correcciones:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -260,11 +318,11 @@ msgstr ""
"Ahora es posible cambiar la rama de Git con archivos sin seguimiento "
"presentes en un proyecto"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
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:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -272,45 +330,45 @@ msgstr ""
"El documento correcto ahora se enfoca después de abrir Code desde un "
"programa externo"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
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:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -318,7 +376,7 @@ msgstr ""
"Corregidos algunos atajos de teclado que afectan al Documento desenfocado en "
"lugar de la Terminal enfocada"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -326,181 +384,157 @@ 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:138
+#: data/code.metainfo.xml.in:190
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:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
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:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Asegúrese de que toda la copia sea traducible"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Funcionalidades nuevas:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr ""
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Complemento nuevo para Markdown, para una edición tipo WYSIWYG."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Edite archivos de código"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Cambie las ramas de Git o cree nuevas en los menús contextuales de la "
-"carpeta del proyecto"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Editor de código"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
+#: data/io.elementary.code.desktop.in.in:11
+#, fuzzy
+#| msgid "text;IDE;scratch;"
+msgid "text;IDE;scratch;code;"
+msgstr "texto;IDE;EID;scratch;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Búsqueda de texto completo dentro de la carpeta del proyecto."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Archivo nuevo"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Guardar y restaurar la posición del cursor entre sesiones"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Ventana nueva"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Cerrar archivos de un proyecto cuando ese proyecto está cerrado"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Ejecutar código como administrador"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-"Mostrar la ruta completa del archivo en la información de herramientas de la "
-"pestaña"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Necesita autenticarse para ejecutar Code con permisos administrativos"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Borrar líneas con Ctrl + K"
+#~ msgid "New features:"
+#~ msgstr "Funcionalidades nuevas:"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-"Se permite la extensión de revisión ortográfica en los archivos Markdown"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Complemento nuevo para Markdown, para una edición tipo WYSIWYG."
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Mejorar la duplicación de varias líneas"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Cambie las ramas de Git o cree nuevas en los menús contextuales de la "
+#~ "carpeta del proyecto"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Se recuerda si la barra lateral estaba abierta"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Búsqueda de texto completo dentro de la carpeta del proyecto."
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-"Establecer el título de la ventana basándose en el archivo que se encuentra "
-"abierto"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Guardar y restaurar la posición del cursor entre sesiones"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Añadir atajos de teclado para los documentos anteriores y siguientes"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Cerrar archivos de un proyecto cuando ese proyecto está cerrado"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-"Se muestra la ruta completa del documento en la descripción emergente de la "
-"pestaña"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr ""
+#~ "Mostrar la ruta completa del archivo en la información de herramientas de "
+#~ "la pestaña"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Actualizar el complemento Pastebin"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Borrar líneas con Ctrl + K"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Corregir sangrado en la última línea cuando se utiliza el complemento de "
-"conservación de espacios en blanco"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr ""
+#~ "Se permite la extensión de revisión ortográfica en los archivos Markdown"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Se mantiene la coloración sintáctica al duplicar un archivo"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Mejorar la duplicación de varias líneas"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Se expande una carpeta contraída si se intenta abrir dos veces"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Se recuerda si la barra lateral estaba abierta"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Solucionado un problema por el cual las búsquedas se pierden cuando Code "
-"pierde el foco"
+#~ msgid "Set window title to the focused file"
+#~ msgstr ""
+#~ "Establecer el título de la ventana basándose en el archivo que se "
+#~ "encuentra abierto"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Se inicia el complemento Vim en modo de órdenes"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Añadir atajos de teclado para los documentos anteriores y siguientes"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Se arreglan y añaden nuevas órdenes de Vim"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr ""
+#~ "Se muestra la ruta completa del documento en la descripción emergente de "
+#~ "la pestaña"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Mostrar carpetas de proyectos con una carpeta raíz oculta"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Actualizar el complemento Pastebin"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-"Permitir el lanzamiento con pkexec y no permitir el lanzamiento con sudo"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Corregir sangrado en la última línea cuando se utiliza el complemento de "
+#~ "conservación de espacios en blanco"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Se elimina la vista dividida"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Se mantiene la coloración sintáctica al duplicar un archivo"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Desaparece la previsualización en el navegador"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Se expande una carpeta contraída si se intenta abrir dos veces"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Edite archivos de código"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Solucionado un problema por el cual las búsquedas se pierden cuando Code "
+#~ "pierde el foco"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Editor de código"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Se inicia el complemento Vim en modo de órdenes"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Se arreglan y añaden nuevas órdenes de Vim"
-#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
-#| msgid "text;IDE;scratch;"
-msgid "text;IDE;scratch;code;"
-msgstr "texto;IDE;EID;scratch;"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Mostrar carpetas de proyectos con una carpeta raíz oculta"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Archivo nuevo"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr ""
+#~ "Permitir el lanzamiento con pkexec y no permitir el lanzamiento con sudo"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Ventana nueva"
+#~ msgid "Remove split view"
+#~ msgstr "Se elimina la vista dividida"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Ejecutar código como administrador"
+#~ msgid "Remove browser preview"
+#~ msgstr "Desaparece la previsualización en el navegador"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Necesita autenticarse para ejecutar Code con permisos administrativos"
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
diff --git a/po/extra/et.po b/po/extra/et.po
index aba605cd1a..6a6f009513 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-08-03 23:42+0000\n"
"Last-Translator: Kristjan Vool \n"
"Language-Team: Estonian \n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -118,296 +118,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "süntaksi esiletõstmine gtksourceview-3 abil"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -419,10 +375,6 @@ msgstr "Tekstifailide redigeerimine"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
@@ -444,6 +396,11 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "süntaksi esiletõstmine gtksourceview-3 abil"
+
#, fuzzy
#~ msgid ""
#~ "Make it yours. Code is written from the ground up to be extensible. Keep "
diff --git a/po/extra/eu.po b/po/extra/eu.po
index 64fcf6538f..cc810757ad 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-09-11 21:37+0000\n"
"Last-Translator: Félix Brezo \n"
"Language-Team: Basque \n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -108,294 +108,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -407,10 +365,6 @@ msgstr "Editatu testu-fitxategiak"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
diff --git a/po/extra/extra.pot b/po/extra/extra.pot
index 3ab182b9b6..37deb60285 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -107,294 +107,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -405,10 +363,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/fa.po b/po/extra/fa.po
index bcd3d47a63..25749bf029 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Persian \n"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.7.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "کد"
@@ -108,294 +108,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -406,10 +364,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ff.po b/po/extra/ff.po
index 826e0d2f59..4e8f695842 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/fi.po b/po/extra/fi.po
index a3bc01532d..95251de086 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-07-21 15:46+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Koodi"
@@ -128,298 +128,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Pienet päivitykset:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Päivitetyt käännökset"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Pienet päivitykset:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Päivitetyt käännökset"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Korjaukset:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Uudet ominaisuudet:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "syntaksikorostus gtksourceview-3:a käyttäen"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -430,10 +386,6 @@ msgstr "Muokkaa kooditiedostoja"
msgid "Code Editor"
msgstr "Koodimuokkain"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -457,6 +409,17 @@ msgid "Authentication is required to run Code as Administrator"
msgstr ""
"Koodimuokkaimen käynnistäminen ylläpitäjän oikeuksin vaatii tunnistautumisen"
+#~ msgid "New features:"
+#~ msgstr "Uudet ominaisuudet:"
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "syntaksikorostus gtksourceview-3:a käyttäen"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Other updates:"
#~ msgstr "Muut päivitykset:"
diff --git a/po/extra/fj.po b/po/extra/fj.po
index 4a381d0e78..768ee15f09 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/fo.po b/po/extra/fo.po
index a9c1477b44..ce7899bd3e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -107,294 +107,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -405,10 +363,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/fr.po b/po/extra/fr.po
index 3f0ffbe164..b5fde7b967 100644
--- a/po/extra/fr.po
+++ b/po/extra/fr.po
@@ -7,19 +7,19 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2022-08-22 12:55+0000\n"
-"Last-Translator: Nathan \n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-06-25 07:07+0000\n"
+"Last-Translator: Corentin Noël \n"
"Language-Team: French \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"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.4.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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -143,89 +143,188 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
msgstr "Améliorations :"
-#: data/code.metainfo.xml.in:69
-msgid "Redesigned app icon"
+#: 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:74
+msgid "Whole word search option added"
+msgstr "Ajout d'une option de recherche de mots entiers"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Mises à jour mineures :"
+
+#: 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: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: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 détecteur de symboles, "
+"ainsi que lors du lancement sans documents ouverts"
+
+#: 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:83
+msgid ""
+"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:84
+msgid ""
+"Now there is always an active project at startup if there are projects in "
+"the sidebar"
+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:85
+msgid ""
+"If a development branch is running this shows in the window title and in the "
+"dock tooltip"
+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: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:70
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Mise à jour des traductions"
+
+#: data/code.metainfo.xml.in:121
+msgid "Redesigned app icon"
+msgstr "Nouvelle icône de l'application"
+
+#: data/code.metainfo.xml.in:122
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:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "Option pour suivre le thème du système"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
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:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Mises à jour mineures :"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
+"Les fonctions « Rechercher sur la page » et « Rechercher dans le projet » "
+"sont désormais disponibles dans le menu de l'application et non plus dans la "
+"barre de titre"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
msgstr ""
+"Les options permettant de masquer et d'afficher les panneaux sont désormais "
+"toutes présentes dans un ensemble compact de boutons liés dans le menu de "
+"l'application"
-#: data/code.metainfo.xml.in:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
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:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+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:80
+#: data/code.metainfo.xml.in:132
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 ""
+"Le volet de détecteur de symboles est désormais affiché à droite de la vue "
+"du code source et peut être affiché et masqué à l'aide du raccourci clavier "
+"« Alt + \\ »"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
+"Les modules terminal, détecteur de symboles et suppression des espaces "
+"blancs de fin de ligne font désormais partie intégrante de l'application"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
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:83
+#: data/code.metainfo.xml.in:135
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:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Mise à jour des traductions"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -233,12 +332,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:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -246,16 +345,16 @@ msgstr ""
"Le résultat sélectionné et le nombre de résultats est affiché lors de la "
"recherche"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
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:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Corrections :"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -263,13 +362,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:109
+#: data/code.metainfo.xml.in:161
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:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -277,48 +376,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:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
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:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -326,7 +425,7 @@ msgstr ""
"Correction de certains raccourcis clavier affectant le Document non focalisé "
"au lieu du Terminal focalisé"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -334,181 +433,167 @@ 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:138
+#: data/code.metainfo.xml.in:190
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:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
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:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Nous nous sommes assurés que tout soit traduisible"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nouvelles fonctionnalités :"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Nouveau plugin Markdown pour une édition en mode WYSIWYG."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Modifier des fichiers de code"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Changez de branche Git ou créez en de nouvelles dans le menu contextuel du "
-"dossier du projet"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Éditeur de code"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Affichage du statut diff de Git dans les volets de la vue source"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "texte;EDI;scratch;code;"
+
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Nouveau fichier"
+
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Nouvelle fenêtre"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Recherche de texte complète à l'intérieur du dossier d'un projet."
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Exécuter Code en tant qu'administrateur"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
msgstr ""
-"Enregistrement et restauration de la position du curseur entre les sessions"
+"Une authentification est requise pour exécuter Code en tant qu'administrateur"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Fermeture des fichiers d'un projet lorsque ce projet est fermé"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Affiche lorsque vous utilisez une version de développement de Code"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Affichage du chemin complet du fichier dans l'infobulle des onglets"
+#~ msgid "New features:"
+#~ msgstr "Nouvelles fonctionnalités :"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Effacer les lignes avec Ctrl + K"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Nouveau plugin Markdown pour une édition en mode WYSIWYG."
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-"Autorisation de la correction orthographique dans les fichiers Markdown"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Changez de branche Git ou créez en de nouvelles dans le menu contextuel "
+#~ "du dossier du projet"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Amélioration de la duplication multi-lignes"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Affichage du statut diff de Git dans les volets de la vue source"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Nous avons fait en sorte de sauvegarder l'état de la barre latérale"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Recherche de texte complète à l'intérieur du dossier d'un projet."
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Le titre de la fenêtre reflète le fichier en cours d'édition"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr ""
+#~ "Enregistrement et restauration de la position du curseur entre les "
+#~ "sessions"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Ajout des raccourcis claviers pour les documents précédent et suivant"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Fermeture des fichiers d'un projet lorsque ce projet est fermé"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Affichage du chemin complet du document dans l'infobulle des onglets"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Affichage du chemin complet du fichier dans l'infobulle des onglets"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Mise à jour du module Pastebin"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Effacer les lignes avec Ctrl + K"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Indentation correcte de la dernière ligne lors de l'utilisation de "
-"l'extension de conservation des espaces blancs"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr ""
+#~ "Autorisation de la correction orthographique dans les fichiers Markdown"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-"Garde la coloration syntaxique originale lors de la duplication d'un fichier"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Amélioration de la duplication multi-lignes"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Développement d'un dossier réduit si vous tentez de l'ouvrir deux fois"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Nous avons fait en sorte de sauvegarder l'état de la barre latérale"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Correction d'un problème où les recherches sont perdues lorsque Code n'était "
-"plus au premier plan"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Le titre de la fenêtre reflète le fichier en cours d'édition"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Lancez le plugin Vim en mode commande"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Ajout des raccourcis claviers pour les documents précédent et suivant"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Correction et ajout de nouvelles commandes Vim"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr ""
+#~ "Affichage du chemin complet du document dans l'infobulle des onglets"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Affichage des dossiers de projets dont le dossier racine est caché"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Mise à jour du module Pastebin"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-"Autorisation de l'exécution avec pkexec et interdiction de l'exécution avec "
-"sudo"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Indentation correcte de la dernière ligne lors de l'utilisation de "
+#~ "l'extension de conservation des espaces blancs"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Suppression de la vue scindée"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr ""
+#~ "Garde la coloration syntaxique originale lors de la duplication d'un "
+#~ "fichier"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Suppression de l'aperçu dans le navigateur"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr ""
+#~ "Développement d'un dossier réduit si vous tentez de l'ouvrir deux fois"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Modifier des fichiers de code"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Correction d'un problème où les recherches sont perdues lorsque Code "
+#~ "n'était plus au premier plan"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Éditeur de code"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Lancez le plugin Vim en mode commande"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Correction et ajout de nouvelles commandes Vim"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "Texte;IDE;Scratch;Code;"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Affichage des dossiers de projets dont le dossier racine est caché"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Nouveau fichier"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr ""
+#~ "Autorisation de l'exécution avec pkexec et interdiction de l'exécution "
+#~ "avec sudo"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Nouvelle fenêtre"
+#~ msgid "Remove split view"
+#~ msgstr "Suppression de la vue scindée"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Exécuter Code en tant qu'administrateur"
+#~ msgid "Remove browser preview"
+#~ msgstr "Suppression de l'aperçu dans le navigateur"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr ""
-"Une authentification est requise pour exécuter Code en tant qu'administrateur"
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "Glisser-déposer pour le texte comportant des caractères accentués"
diff --git a/po/extra/fr_CA.po b/po/extra/fr_CA.po
index 8424497354..6fdcb79f84 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,10 +16,10 @@ 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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "קוד"
@@ -129,62 +129,126 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr "נוספה אפשרות לחיפוש מילים שלמות"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "עדכונים משניים:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr "סרגל החיפוש מתעדכן מעתה כראוי לאחר מעבר למסמך הפעיל"
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr "לאחר סגנון המערכת יופיע מעתה מתאר הסמל ובעת טעינה ללא מסמכים פתוחים"
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr "חיפוש עם גיוון רשיות פועל כראוי מעתה"
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr "תוצאות החיפוש לא משתנות עוד באופן בלתי צפוי בעת התמקדות על מסמך"
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr "הקיצורים Ctrl+PageUp ו־Ctrl+PageDown מחליפים לשוניות מעתה"
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "עדכוני תרגומים"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "סמל היישום עוצב מחדש"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr "סגנונות elementary כהים ובהירים לתצוגת קוד המקור"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "אפשרות לעקוב אחר העדפת המצב הכהה של המערכת"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr "יכולת לקצר את האריח לחצי בתצוגות מחברת קטנות"
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "עדכונים משניים:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr "סרגל הצד מכיל את כפתור בורר המיזמים וממלא את גובה החלון"
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr "התחלת חיפוש גלובלי עם טקסט שנבחר ממלא את הטקסט הזה מראש מעתה"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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 + \\\""
@@ -192,13 +256,13 @@ msgstr ""
"חלונית מתאר הסמל מופיע כעת משמאל לתצוגת קוד המקור וניתן להציג ולהסתיר אותה "
"עם קיצור המקשים „Alt+/”"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr "התוספים מסוף, מתאר סמל והסרת רווח בסוף הם כעת חלק מהקוד הראשי"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -206,259 +270,234 @@ msgstr ""
"מוצגת חלונית מידע כאשר הגדרות רוחב הלשונית נדרסות על ידי קובץ הגדרות עורך "
"(EditorConfig)"
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr "קיצור הדרך לבניית רשימת המילים להשלמה מחדש היא מעתה „Ctrl+|”"
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "עדכוני תרגומים"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
"שם הקובץ של המסמך הנוכחי לא מופיע כיוון שכותרת החלון היא בתצוגת ריבוי משימות"
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr "תיקיות מוסתרות מופיעות בסרגל הצד של המיזם"
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr "התוצאה הנבחרת ומספר התוצאות מופיעים בזמן החיפוש"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr "לסרגל החיפוש יש מעכשיו מצב ביטויים רגולריים"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "תיקונים:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr "מעתה ניתן לשנות את ענף ה־Git כשיש קבצים שאינם במעקב במיזם"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr "נמנעה קריסה כשמחפשים במיזמים גדולים"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr "המסמך הנכון ממוקד מעתה לאחר פתיחת קוד מתוכנית חיצונית"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "שכפול שורות מטופל כראוי אם אין בחירה"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "קוד לא קורס יותר כשמתקבלת בקשה לפתוח תצורת כתובת לא מוכרת"
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "מיזמים עם אותו השם מעתה כוללים את שם תיקיית ההורה בנוסף"
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr "בעת גלילת לתוצאות החיפוש, יש לגלוש קצת מעבר לשיפור המראה"
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "נעשה שימוש בשער FileChooser במקום בזה שמגיע מ־GTK"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr "חלונית החיפוש הגלובלית ממורכזת על פני חלון הראשי של קוד"
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "תיקון מראה כפתור המסוף בעמוד קבלת הפנים"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
"תוקנו קיצורי מקלדת שמשפיעים על מסמך שאינו במיקוד במקום מסוף שעליו המיקוד"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr "לסגור את המסוף אם המעטפת נסגרת וליצור מסוף חדש אם נפתח מחדש ללא מעטפת"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "תיבת הבחירה „רווח גלוי” היא מעתה מתג"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr "תוקנה קריסה בעת יצירת חלון חדש מתפריט לשונית"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "וידוא שקבצים שנוצרו מחלונית הצד נפתחים אוטומטית"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "הסתרת כפתור בוחר המיזמים בעת הסתרת סרגל הצד"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "וידוא שכל ההעתקה ניתנת לתרגום"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "תכונות חדשות:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "תוסף Markdown לעריכה חזותית."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "עריכת קובצי קוד"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"ניתן לעבור בין ענפים של Git או ליצור חדשים בתפריטי ההקשר של תיקיית המיזם"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "עורך קוד"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "הצגת מצב ההבדלים ב־Git במרזבי תצוגת המקור"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "סביבת פיתוח;קוד;תכנות;טקסט;עריכה;תיכנות;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "חיפוש טקסט מלא בתוך תיקיית המיזם."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "קובץ חדש"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "לשמור ולשחזר את מיקום הסמן בין הפעלות"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "חלון חדש"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "לסגור קבצים של מיזם בעת סגירתו"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "הפעלת קוד כהנהלה"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "הצגת הנתיב המלא לקובץ בחלוניות העצה של הלשוניות"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "נדרש אימות כדי להריץ את קוד עם הרשאות ניהול"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "ניתן למחוק שורות עם Ctrl + K"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "להציג בעת שימוש בגרסת פיתוח של קוד"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "לאפשר את הרחבת בדיקת האיות בקובצי Markdown"
+#~ msgid "New features:"
+#~ msgstr "תכונות חדשות:"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "שיפור שכפול של קבוצת שורות"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "תוסף Markdown לעריכה חזותית."
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "לזכור האם סרגל הצד פתוח"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "ניתן לעבור בין ענפים של Git או ליצור חדשים בתפריטי ההקשר של תיקיית המיזם"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "הגדרת כותרת החלון לקובץ שבמיקוד"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "הצגת מצב ההבדלים ב־Git במרזבי תצוגת המקור"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "הוספת קיצור מקלדת למסמכים הבא והקודם"
+#~ msgid "Full text search within project folder."
+#~ msgstr "חיפוש טקסט מלא בתוך תיקיית המיזם."
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "הצגת הנתיב המלא למסמך בחלונית העצה של הלשונית"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "לשמור ולשחזר את מיקום הסמן בין הפעלות"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "עדכון תוסף Patebin"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "לסגור קבצים של מיזם בעת סגירתו"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr "הזחה נכונה של השורה האחרונה בעת שימוש בתוסף שימור הרווחים"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "הצגת הנתיב המלא לקובץ בחלוניות העצה של הלשוניות"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "לשמור על הדגשת התחביר בעת שכפול קובץ"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "ניתן למחוק שורות עם Ctrl + K"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "תיקייה מצומצמת מתרחבת אם מנסים לפתוח אותה פעמיים"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "לאפשר את הרחבת בדיקת האיות בקובצי Markdown"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr "תוקנה תקלה שחיפושים אבדו בעת אובדן מיקוד על היישום"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "שיפור שכפול של קבוצת שורות"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "הפעלת תוסף Vim במצב פקודות"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "לזכור האם סרגל הצד פתוח"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "תיקון והוספת פקודות Vim חדשות"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "הגדרת כותרת החלון לקובץ שבמיקוד"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "תיקיות מיזם עם תיקיית מקור מוסתרת מוצגות"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "הוספת קיצור מקלדת למסמכים הבא והקודם"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "אפשר לטעון עם pkexec ואי אפשר לטעון עם sudo"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "הצגת הנתיב המלא למסמך בחלונית העצה של הלשונית"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "הסרת תצוגה מפוצלת"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "עדכון תוסף Patebin"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "הסרת דפדפן תצוגה מקדימה"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr "הזחה נכונה של השורה האחרונה בעת שימוש בתוסף שימור הרווחים"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "עריכת קובצי קוד"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "לשמור על הדגשת התחביר בעת שכפול קובץ"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "עורך קוד"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "תיקייה מצומצמת מתרחבת אם מנסים לפתוח אותה פעמיים"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr "תוקנה תקלה שחיפושים אבדו בעת אובדן מיקוד על היישום"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "סביבת פיתוח;קוד;תכנות;טקסט;עריכה;תיכנות;"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "הפעלת תוסף Vim במצב פקודות"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "קובץ חדש"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "תיקון והוספת פקודות Vim חדשות"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "חלון חדש"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "תיקיות מיזם עם תיקיית מקור מוסתרת מוצגות"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "הפעלת קוד כהנהלה"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "אפשר לטעון עם pkexec ואי אפשר לטעון עם sudo"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "נדרש אימות כדי להריץ את קוד עם הרשאות ניהול"
+#~ msgid "Remove split view"
+#~ msgstr "הסרת תצוגה מפוצלת"
+
+#~ msgid "Remove browser preview"
+#~ msgstr "הסרת דפדפן תצוגה מקדימה"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "גרירה והשלכה עם טקסט שמכיל תווים עם ניקוד/טעמים"
diff --git a/po/extra/hi.po b/po/extra/hi.po
index 5ae41e487e..7ee732be35 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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: Hungarian \n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"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.16.4\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kód"
@@ -138,294 +138,252 @@ msgid "Optional mini-map to make navigating large files easier"
msgstr ""
"Opcionális minitérkép a nagy fájlokban való könnyebb navigáció érdekében"
-#: 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
msgstr "Fejlesztések:"
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:73
+msgid "Search options transferred to searchbar menu"
+msgstr "A keresési beállítások a keresősáv menüjében kaptak helyet"
+
+#: data/code.metainfo.xml.in:74
+msgid "Whole word search option added"
+msgstr "Lehetőség a teljes szóra való keresésre"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Kisebb frissítések:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Frissített fordítások"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "Újratervezett alkalmazásikon"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr "Új egyedi sötét és világos elementary témák"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "Lehetőség a rendszer színsémájának követésére"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr "Kis laptopkijelzőkön fél oldalra rakható"
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Kisebb frissítések:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Javítások:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Szintaxiskiemelés megőrzése fájl megkettőzésekor"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -436,10 +394,6 @@ msgstr "Kódfájlok szerkesztése"
msgid "Code Editor"
msgstr "Kód szerkesztő"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr "szöveg;IDE;kód;szerkesztő;"
@@ -460,6 +414,15 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Kijelzi, amennyiben a Kód tesztelési verzióját használja"
+
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Szintaxiskiemelés megőrzése fájl megkettőzésekor"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Use Granite.MessageDialog throughout"
#~ msgstr "Használja a Granite.MessageDialogot mindenhol"
diff --git a/po/extra/hy.po b/po/extra/hy.po
index c8189fcdc4..85cde588f4 100644
--- a/po/extra/hy.po
+++ b/po/extra/hy.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/hz.po b/po/extra/hz.po
index 30e0c0e792..b86e7100a4 100644
--- a/po/extra/hz.po
+++ b/po/extra/hz.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ia.po b/po/extra/ia.po
index f8873688cc..7eedd981d3 100644
--- a/po/extra/ia.po
+++ b/po/extra/ia.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/id.po b/po/extra/id.po
index 96c038b1c5..4d30691793 100644
--- a/po/extra/id.po
+++ b/po/extra/id.po
@@ -6,45 +6,40 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2018-10-25 00:09+0000\n"
-"Last-Translator: Eri Hidayat \n"
-"Language-Team: Indonesian \n"
+"POT-Creation-Date: 2023-08-01 20:46+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 data/io.elementary.code.desktop.in.in:4
+#: 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,337 +90,351 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
+msgstr "Peningkatan:"
+
+#: data/code.metainfo.xml.in:73
+msgid "Search options transferred to searchbar menu"
+msgstr "Opsi pencarian dipindahkan ke menu bilah pencarian"
+
+#: data/code.metainfo.xml.in:74
+msgid "Whole word search option added"
+msgstr "Penambahan opsi pencarian seluruh kata"
+
+#: 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:69
-msgid "Redesigned app icon"
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Pembaruan kecil:"
+
+#: 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:70
-msgid "New custom dark and light elementary styles for the source view"
+#: 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:71
-msgid "Option to follow the system dark style preference"
+#: 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:72
-msgid "Ability to half tile on small notebook displays"
+#: 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:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
+#: 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 focusing a document"
+msgstr ""
+"Hasil pencarian tidak lagi berubah tiba-tiba ketika memfokuskan dokumen"
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr "Pintasan Ctrl+PageUp dan Ctrl+PageDown sekarang beralih tab"
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Pembaruan terjemahan"
+
+#: data/code.metainfo.xml.in:121
+msgid "Redesigned app icon"
+msgstr "Ikon aplikasi yang didesain ulang"
+
+#: data/code.metainfo.xml.in:122
+msgid "New custom dark and light elementary styles for the source view"
+msgstr "Gaya baru kustom elementary gelap dan terang untuk tampilan sumber"
+
+#: data/code.metainfo.xml.in:123
+msgid "Option to follow the system dark style preference"
+msgstr "Opsi untuk mengikuti preferensi gaya gelap sistem"
+
+#: data/code.metainfo.xml.in:124
+msgid "Ability to half tile on small notebook displays"
+msgstr "Kemampuan untuk setengah ubin pada tampilan notebook kecil"
+
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
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:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+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:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
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:82
+#: data/code.metainfo.xml.in:134
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:83
+#: data/code.metainfo.xml.in:135
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:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
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:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
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:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
-msgstr ""
+msgstr "Bilah pencarian sekarang memiliki mode ekspresi reguler"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
-msgstr ""
+msgstr "Perbaikan:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
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:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
-msgstr ""
+msgstr "Kemogokan dicegah saat mencari di proyek besar"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
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:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
-msgstr ""
+msgstr "Gunakan portal FileChooser daripada GTK"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
-msgstr ""
+msgstr "Perbaiki visibilitas tombol Terminal di halaman Selamat Datang"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
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:134
+#: data/code.metainfo.xml.in:186
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:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
-msgstr ""
+msgstr "Kotak kombo \"Spasi kosong yang terlihat\" sekarang menjadi saklar"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
-msgstr ""
+msgstr "Sembunyikan tombol pemilih proyek saat menyembunyikan bilah sisi"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
-msgstr ""
-
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
+msgstr "Pastikan semua salinan dapat diterjemahkan"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "penyorotan sintaks dengan gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -432,18 +445,13 @@ msgstr "Sunting berkas kode"
msgid "Code Editor"
msgstr "Penyunting Kode"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: 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"
@@ -451,11 +459,19 @@ 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"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "penyorotan sintaks dengan gtksourceview-3"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid ""
#~ "Make it yours. Code is written from the ground up to be extensible. Keep "
diff --git a/po/extra/ie.po b/po/extra/ie.po
index b16107a37a..bc4d07b6a8 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ig.po b/po/extra/ig.po
index 8df781eae2..b057b91a21 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ii.po b/po/extra/ii.po
index 134782fc20..8e546e5543 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ik.po b/po/extra/ik.po
index 7e4cd7e62e..4b2351909b 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/io.po b/po/extra/io.po
index 96ec822047..5fec689195 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/is.po b/po/extra/is.po
index 7ba8012e0f..93b1ea2461 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/it.po b/po/extra/it.po
index a7eb249506..5247fd846d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-10-23 17:15+0000\n"
"Last-Translator: Fabio Zaramella \n"
"Language-Team: Italian \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Codice"
@@ -130,303 +130,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Aggiornamenti minori:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Traduzioni aggiornate"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Aggiornamenti minori:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Traduzioni aggiornate"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Correzioni:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nuove funzionalità:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Abilita l'estensione Controllo Ortografico nei documenti Markdown"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Ricorda se la barra laterale é aperta"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-#, fuzzy
-#| msgid "Add keyboard shortcuts for next and previous documents."
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-"Aggiunge scorciatoie da tastiera per i documenti successivi e precedenti."
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Evidenziazione della sintassi con gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-#, fuzzy
-#| msgid "Fix Remove Current View"
-msgid "Remove split view"
-msgstr "Corretto \"Rimuovi vista corrente\""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -437,10 +388,6 @@ msgstr "Modifica file sorgenti"
msgid "Code Editor"
msgstr "Editor di file sorgenti"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -463,6 +410,34 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#~ msgid "New features:"
+#~ msgstr "Nuove funzionalità:"
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Abilita l'estensione Controllo Ortografico nei documenti Markdown"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Ricorda se la barra laterale é aperta"
+
+#, fuzzy
+#~| msgid "Add keyboard shortcuts for next and previous documents."
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Aggiunge scorciatoie da tastiera per i documenti successivi e precedenti."
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Evidenziazione della sintassi con gtksourceview-3"
+
+#, fuzzy
+#~| msgid "Fix Remove Current View"
+#~ msgid "Remove split view"
+#~ msgstr "Corretto \"Rimuovi vista corrente\""
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
#~ "Corretta la barra laterale vuota, assicurando che le cartelle possano "
diff --git a/po/extra/iu.po b/po/extra/iu.po
index 8471af9df5..af4f367319 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ja.po b/po/extra/ja.po
index 8821662c5d..6b0a3e1ff5 100644
--- a/po/extra/ja.po
+++ b/po/extra/ja.po
@@ -7,20 +7,20 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-21 11:25+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-06-19 18:07+0000\n"
"Last-Translator: Ryo Nakano \n"
-"Language-Team: Japanese "
-"\n"
+"Language-Team: Japanese \n"
"Language: ja\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 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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "コード"
@@ -136,89 +136,172 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr "完全一致検索オプションを追加"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "そのほかのアップデート:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr "表示するドキュメントを変更すると、検索バーも適切に更新されるように修正"
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+"シンボルアウトラインとドキュメントなしで起動した場合も“システムのスタイルに従"
+"う”が機能するように修正"
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+"検索用語に大文字も小文字も含まれる場合の検索機能が、期待通りの挙動になるよう"
+"に修正"
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+"ドキュメントにフォーカスすると意図せず検索結果が変わってしまう不具合を修正"
+
+#: 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つが起動時にアクティブなプ"
+"ロジェクトになるように修正"
+
+#: 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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr "Ctrl+PageUp と Ctrl+PageDown でタブを切り替えできるように変更"
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "翻訳の更新"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "アプリアイコンのデザインを変更"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr "編集画面に新しいダークスタイル/elementary ライトスタイルを追加"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "システムのダークスタイル設定に従うオプションを追加"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr "画面幅の小さなノートパソコンでもウィンドウをタイル表示できるように修正"
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "そのほかのアップデート:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
+"サイドバー: プロジェクト選択ボタンを追加し、表示領域をウィンドウの高さいっぱ"
+"いに拡大"
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
+"テキストを選択した状態でプロジェクト内検索を開始すると、そのテキストを検索用"
+"語にした状態で検索ダイアログが開くように修正"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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 ""
+"シンボルアウトラインペインの表示位置をソース画面の右に移動させ、キーボード"
+"ショートカット \"Alt + \\\" で表示/非表示できるように修正"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
+"ターミナル/シンボルアウトライン/ファイル末尾の空白を削除 プラグインをメイン"
+"のコードに組み込み"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
+"タブ幅の設定が EditorConfig ファイルで上書きされている場合は、情報バーを表示"
+"するように修正"
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
-msgstr ""
-
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "翻訳の更新"
+msgstr "単語補完の単語一覧を更新するショートカットキーを \"Ctrl + |\" に変更"
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -226,26 +309,26 @@ msgstr ""
"マルチタスク画面でのウィンドウタイトルとして、現在編集中のファイル名を使用す"
"るように変更"
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr "隠しフォルダーもプロジェクトサイドバーで表示されるように修正"
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr "現在選択している検索結果と検索数を、文字検索中も表示するように修正"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr "検索バーに正規表現モードを搭載"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "修正点:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -253,11 +336,11 @@ msgstr ""
"プロジェクトに追跡されていないファイルがある場合でも、ブランチを切り替えでき"
"るように修正"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr "大規模なプロジェクト内で検索するとクラッシュする不具合を修正"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -265,44 +348,44 @@ msgstr ""
"外部プログラムから“コード”を開いた際に、開いたドキュメントがフォーカスされる"
"ように修正"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "選択中の行がなくても、行の複製が正しく実行されるように修正"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "不明な URI 形式を開くように指示されてもクラッシュしないように修正"
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "プロジェクト名が同じ場合は親フォルダーの名前も表示するように修正"
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"検索結果にスクロールする際に、見やすくなるように余分にスクロールするように変"
"更"
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
"GTK が提供するファイル選択ダイアログではなく、ファイル選択ポータルを使用する"
"ように修正"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
"プロジェクト全体の検索ダイアログを“コード”の主ウィンドウに対して中央に表示す"
"るように修正"
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "ようこそ画面の“ターミナル”ボタンが消える不具合を修正"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -310,7 +393,7 @@ msgstr ""
"キーボードショートカットがフォーカス状態のターミナルではなく、フォーカスされ"
"ていないテキストビューに適用される不具合を修正"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -318,175 +401,157 @@ msgstr ""
"シェルが終了した場合はターミナルを閉じ、シェルなしでターミナルが開かれた場合"
"は新しいターミナルを作成するように修正"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "“空白を表示”コンボボックスをスイッチに変更"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"タブをドロップして新しいウィンドウを開こうとするとクラッシュする不具合を修正"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "サイドバーで作成したファイルを自動的に開くように修正"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
"サイドバーを表示していない場合はプロジェクト選択ボタンも表示しないように修正"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "すべてのテキストが翻訳できるように修正"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "新機能:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr ""
+
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "コードファイルを編集します"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "WYSIWYG 風に編集できる Markdown プラグインを追加しました。"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "コードエディター"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"プロジェクトフォルダーのコンテキストメニューから、Git ブランチを切り替えたり"
-"新しいブランチを作成したりできる機能を追加"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "text;IDE;scratch;code;テキスト;統合開発環境;コード;"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "ソースビューの左端に Git の差分を表示する機能を追加"
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "新しいファイル"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "プロジェクトフォルダー内での全文検索に対応しました。"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "新しいウィンドウ"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "セッションの最後のカーソル位置を保存し復元する機能を追加"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "“コード”を管理者として実行"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-"プロジェクトが閉じた場合にそのプロジェクト内のファイルも閉じるように修正"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "“コード”を管理者として実行するには認証が必要です"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "タブのツールチップにファイルのフルパスを表示するように変更"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "開発ブランチ版の Code を実行していることを表示する機能を追加"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Ctrl + K で行の文字を消去する機能を追加"
+#~ msgid "New features:"
+#~ msgstr "新機能:"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Markdown ファイルでスペルチェッカー拡張機能を利用できるように変更"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "WYSIWYG 風に編集できる Markdown プラグインを追加しました。"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "複数行の複製を改善"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "プロジェクトフォルダーのコンテキストメニューから、Git ブランチを切り替えた"
+#~ "り新しいブランチを作成したりできる機能を追加"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "サイドバーの表示/非表示の状態を保存するように変更"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "ソースビューの左端に Git の差分を表示する機能を追加"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "現在表示中のファイル名をウィンドウのタイトルとして設定するように修正"
+#~ msgid "Full text search within project folder."
+#~ msgstr "プロジェクトフォルダー内での全文検索に対応しました。"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "タブを切り替えるキーボードショートカットを追加"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "セッションの最後のカーソル位置を保存し復元する機能を追加"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "タブのツールチップにドキュメントのフルパスを表示するように変更"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr ""
+#~ "プロジェクトが閉じた場合にそのプロジェクト内のファイルも閉じるように修正"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Pastebin プラグインをアップデート"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "タブのツールチップにファイルのフルパスを表示するように変更"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"“ファイル末尾の空白を削除”プラグインを使用時、最終行が適切にインデントするよ"
-"うに修正"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Ctrl + K で行の文字を消去する機能を追加"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-"複製したファイルに複製元と同じシンタックスハイライトを適用するように修正"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Markdown ファイルでスペルチェッカー拡張機能を利用できるように変更"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-"折りたたまれたフォルダーを2回開いてしまった場合に、フォルダーを展開するように"
-"変更"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "複数行の複製を改善"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"“コード”のウィンドウが非アクティブになった場合に検索文字列がリセットされてし"
-"まう不具合を修正"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "サイドバーの表示/非表示の状態を保存するように変更"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Vim プラグインをコマンドラインモードで開始するように変更"
+#~ msgid "Set window title to the focused file"
+#~ msgstr ""
+#~ "現在表示中のファイル名をウィンドウのタイトルとして設定するように修正"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Vim コマンドの修正と追加"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "タブを切り替えるキーボードショートカットを追加"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-"ルートフォルダーが隠しフォルダーになっているプロジェクトのフォルダーを表示す"
-"るように修正"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "タブのツールチップにドキュメントのフルパスを表示するように変更"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "pkexec での起動を可能にし、sudo での起動ができないように修正"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Pastebin プラグインをアップデート"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "分割ビューを削除"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "“ファイル末尾の空白を削除”プラグインを使用時、最終行が適切にインデントする"
+#~ "ように修正"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "ブラウザープレビューを削除"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr ""
+#~ "複製したファイルに複製元と同じシンタックスハイライトを適用するように修正"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "コードファイルを編集します"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr ""
+#~ "折りたたまれたフォルダーを2回開いてしまった場合に、フォルダーを展開するよ"
+#~ "うに変更"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "コードエディター"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "“コード”のウィンドウが非アクティブになった場合に検索文字列がリセットされて"
+#~ "しまう不具合を修正"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Vim プラグインをコマンドラインモードで開始するように変更"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "text;IDE;scratch;code;テキスト;統合開発環境;コード;"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Vim コマンドの修正と追加"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "新しいファイル"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr ""
+#~ "ルートフォルダーが隠しフォルダーになっているプロジェクトのフォルダーを表示"
+#~ "するように修正"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "新しいウィンドウ"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "pkexec での起動を可能にし、sudo での起動ができないように修正"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "“コード”を管理者として実行"
+#~ msgid "Remove split view"
+#~ msgstr "分割ビューを削除"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "“コード”を管理者として実行するには認証が必要です"
+#~ msgid "Remove browser preview"
+#~ msgstr "ブラウザープレビューを削除"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "アクセント記号を含むテキストのドラッグアンドドロップに対応"
diff --git a/po/extra/jv.po b/po/extra/jv.po
index f282602eb3..bd13ee6c8a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ka.po b/po/extra/ka.po
index 99514a0a07..4447a6f6a0 100644
--- a/po/extra/ka.po
+++ b/po/extra/ka.po
@@ -7,18 +7,21 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2018-10-18 14:13-0700\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-03-13 03:25+0000\n"
+"Last-Translator: NorwayFun \n"
+"Language-Team: Georgian \n"
"Language: ka\n"
"MIME-Version: 1.0\n"
"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"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
-msgstr ""
+msgstr "კოდი"
#: data/code.metainfo.xml.in:10
msgid "The editor that works for you"
@@ -106,324 +109,278 @@ 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 ""
+msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
+msgstr "გაუმჯობესებები:"
+
+#: data/code.metainfo.xml.in:73
+msgid "Search options transferred to searchbar menu"
+msgstr ""
+
+#: data/code.metainfo.xml.in:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "უმნიშვნელო განახლებები:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:69
+#: data/code.metainfo.xml.in:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "განახლებული თარგმანები"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
-msgstr ""
+msgstr "შეცდომების გასწორებები:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr ""
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
-msgstr ""
+msgstr "კოდის ფაილების ცასწორება"
#: data/io.elementary.code.desktop.in.in:6
msgid "Code Editor"
-msgstr ""
-
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
+msgstr "კოდის რედაქტორი"
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
-msgstr ""
+msgstr "text;IDE;scratch;code;კოდი,ინტერფეისი;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "ახალი ფაილი"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
-msgstr ""
+msgstr "ახალი ფანჯარა"
#: data/code.policy.in.in:10
msgid "Run Code as Administrator"
-msgstr ""
+msgstr "Code-ის ადმინისტრატორით გაშვება"
#: data/code.policy.in.in:11
msgid "Authentication is required to run Code as Administrator"
-msgstr ""
+msgstr "Code-ის ადმინისტრატორის უფლებებით გასაშვებად საჭიროა ავთენტიკაცია"
diff --git a/po/extra/kg.po b/po/extra/kg.po
index d0ca1d2fa9..6530a01a04 100644
--- a/po/extra/kg.po
+++ b/po/extra/kg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ki.po b/po/extra/ki.po
index 6471d04b11..ba7baa5e3f 100644
--- a/po/extra/ki.po
+++ b/po/extra/ki.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/kj.po b/po/extra/kj.po
index ea5d90673b..0b97bcf2ec 100644
--- a/po/extra/kj.po
+++ b/po/extra/kj.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/kk.po b/po/extra/kk.po
index 32abc70749..bee7455e3e 100644
--- a/po/extra/kk.po
+++ b/po/extra/kk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/kl.po b/po/extra/kl.po
index 387734bf16..11aaa9b6aa 100644
--- a/po/extra/kl.po
+++ b/po/extra/kl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/km.po b/po/extra/km.po
index a382901ed3..5604a4d649 100644
--- a/po/extra/km.po
+++ b/po/extra/km.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/kn.po b/po/extra/kn.po
index 22c0f64cf8..3b668418cc 100644
--- a/po/extra/kn.po
+++ b/po/extra/kn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ko.po b/po/extra/ko.po
index af0345d179..9f9d3da0bc 100644
--- a/po/extra/ko.po
+++ b/po/extra/ko.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2022-08-08 11:16+0000\n"
"Last-Translator: Jung-Kyu Park \n"
"Language-Team: Korean \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "코드"
@@ -128,300 +128,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "소소한 업데이트:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "최신 번역"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "소소한 업데이트:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "최신 번역"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "gtksourceview-3를 포함한 구문 강조"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-#, fuzzy
-#| msgid "Fix Remove Current View"
-msgid "Remove split view"
-msgstr "현재 보기 제거 수정"
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -432,10 +386,6 @@ msgstr "코드 파일을 편집합니다"
msgid "Code Editor"
msgstr "코드 에디터"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -458,6 +408,19 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "gtksourceview-3를 포함한 구문 강조"
+
+#, fuzzy
+#~| msgid "Fix Remove Current View"
+#~ msgid "Remove split view"
+#~ msgstr "현재 보기 제거 수정"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#, fuzzy
#~ msgid "Don't show temporary files in the folder manager"
#~ msgstr "탭 복원에 임시 파일을 추가하지 마세요"
diff --git a/po/extra/kr.po b/po/extra/kr.po
index 9d981008ad..c5afed0dbd 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ks.po b/po/extra/ks.po
index b058ada5ac..dd293eed2b 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ku.po b/po/extra/ku.po
index 29322b2c8e..a97e53d940 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-06-01 00:06+0000\n"
"Last-Translator: Rokar \n"
"Language-Team: Kurdish \n"
"Language-Team: Kirghiz \n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -117,294 +117,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -416,10 +374,6 @@ msgstr "Тексттик файлдарды оңдоо"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
diff --git a/po/extra/la.po b/po/extra/la.po
index f0206d041b..bd8fd66ea8 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/lb.po b/po/extra/lb.po
index 0224298aa9..213f05a450 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/lg.po b/po/extra/lg.po
index d91869185f..fa64a42b9a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/li.po b/po/extra/li.po
index 85ad51c509..3700360d23 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ln.po b/po/extra/ln.po
index 8781e42743..e4058d168a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/lo.po b/po/extra/lo.po
index cb7965d93d..7ca673f856 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/lt.po b/po/extra/lt.po
index bb4fa94489..975383ef55 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-08-29 15:22+0000\n"
"Last-Translator: Moo \n"
"Language-Team: Lithuanian \n"
"Language-Team: Latvian \n"
@@ -20,7 +20,7 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -115,296 +115,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "sintakses izcelšana ar gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -416,10 +372,6 @@ msgstr "Rediģēt teksta failus"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
@@ -441,6 +393,11 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "sintakses izcelšana ar gtksourceview-3"
+
#, fuzzy
#~ msgid ""
#~ "Make it yours. Code is written from the ground up to be extensible. Keep "
diff --git a/po/extra/meson.build b/po/extra/meson.build
index adf2c250de..5066b627e3 100644
--- a/po/extra/meson.build
+++ b/po/extra/meson.build
@@ -1,5 +1,5 @@
i18n.gettext('extra',
- args: ['--directory='+meson.source_root()],
+ args: ['--directory='+meson.project_source_root()],
install: false,
preset: 'glib'
)
diff --git a/po/extra/mg.po b/po/extra/mg.po
index b459300468..d22e431e17 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/mh.po b/po/extra/mh.po
index ed8a065a52..1a7a001269 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/mi.po b/po/extra/mi.po
index 3921035b5a..596887eda2 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/mk.po b/po/extra/mk.po
index 53c10f046a..86d7a978a0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ml.po b/po/extra/ml.po
index 9f19e6b6f5..cd0e7d99c0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/mn.po b/po/extra/mn.po
index 028f071b1e..a851c4e695 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/mr.po b/po/extra/mr.po
index 7b05c7c83c..1e9efd306d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-03-21 00:15+0000\n"
"Last-Translator: Prachi Joshi \n"
"Language-Team: Marathi \n"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.4.2\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "कोड"
@@ -128,302 +128,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "किरकोळ अद्यतने:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "अद्ययावत अनुवाद"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "किरकोळ अद्यतने:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "अद्ययावत अनुवाद"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "निराकारणे:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "नवीन वैशिष्ट्य:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "WYSIWYG सारख्या संपादनासाठी नवीन मार्कडाउन प्लगइन."
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-#, fuzzy
-#| msgid "Show full document path in tab tooltip"
-msgid "Show full file path in tab tooltips"
-msgstr "टॅब टूलटिपमध्ये दस्तऐवजाचा पूर्ण पाथ दाखवा"
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "मार्कडाउन फायलींमध्ये शब्दलेखन तपासक विस्तारास अनुमती द्या"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "साइडबार खुले आहे की नाही ते लक्षात ठेवा"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "पुढील आणि मागील दस्तऐवजांसाठी कीबोर्ड शॉर्टकट जोडा"
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "टॅब टूलटिपमध्ये दस्तऐवजाचा पूर्ण पाथ दाखवा"
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "gtksourceview-3 द्वारे सिंटॅक्स हायलाइटिंग"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-#, fuzzy
-#| msgid "Fix Remove Current View"
-msgid "Remove split view"
-msgstr "वर्तमान दृश्य काढा दुरुस्ती"
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -434,10 +386,6 @@ msgstr "कोड फायली संपादित करा"
msgid "Code Editor"
msgstr "कोड संपादक"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -460,6 +408,42 @@ msgstr "प्रशासक म्हणून कोड चालवा"
msgid "Authentication is required to run Code as Administrator"
msgstr "प्रशासक म्हणून कोड चालविण्यासाठी प्रमाणीकरण आवश्यक आहे"
+#~ msgid "New features:"
+#~ msgstr "नवीन वैशिष्ट्य:"
+
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "WYSIWYG सारख्या संपादनासाठी नवीन मार्कडाउन प्लगइन."
+
+#, fuzzy
+#~| msgid "Show full document path in tab tooltip"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "टॅब टूलटिपमध्ये दस्तऐवजाचा पूर्ण पाथ दाखवा"
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "मार्कडाउन फायलींमध्ये शब्दलेखन तपासक विस्तारास अनुमती द्या"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "साइडबार खुले आहे की नाही ते लक्षात ठेवा"
+
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "पुढील आणि मागील दस्तऐवजांसाठी कीबोर्ड शॉर्टकट जोडा"
+
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "टॅब टूलटिपमध्ये दस्तऐवजाचा पूर्ण पाथ दाखवा"
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "gtksourceview-3 द्वारे सिंटॅक्स हायलाइटिंग"
+
+#, fuzzy
+#~| msgid "Fix Remove Current View"
+#~ msgid "Remove split view"
+#~ msgstr "वर्तमान दृश्य काढा दुरुस्ती"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
#~ "रिक्त साइडबार लेआउट निश्चित करा, फोल्डर नेहमीच जोडले जाऊ शकतात याची खात्री करा"
diff --git a/po/extra/ms.po b/po/extra/ms.po
index fe2f75c3b4..9f764e37c0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,10 +17,10 @@ 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.4.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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kode"
@@ -52,6 +52,10 @@ msgid ""
"codebases. It comes with helpful Git integration to create and switch "
"between branches and show changed files and lines within your projects."
msgstr ""
+"Kode er designet rundt prosjektbasert arbeidsflyt og kjenner dine "
+"forskjellige kodebaser. Det kommer med nyttig Git-integrasjon for å opprette "
+"og bytte mellom forgreninger og vise endrede filer og linjer i prosjektene "
+"dine."
#: data/code.metainfo.xml.in:14
#, fuzzy
@@ -76,6 +80,9 @@ msgid ""
"Find anything in your current file, specific folders, or your whole project "
"with options for case-sensitivity and regular expressions."
msgstr ""
+"Finn hva som helst i nåværende fil, spesifikke mapper, eller hele prosjekter "
+"med alternativer med søk som gjør forskjell på små og store bokstaver og "
+"bruker regulære uttrykk."
#: data/code.metainfo.xml.in:16
msgid ""
@@ -84,6 +91,10 @@ msgid ""
"optional extensions for Markdown actions, spell checking, whitespace "
"trimming, word completion, and more."
msgstr ""
+"Smarte funksjoner gjennomgående: automatisk innrykk, smart klipp ut/lim inn-"
+"oppførsel, synlige blanktegn for valgt tekst og på slutten av linjer som "
+"forvalg, og valgfrie utvidelser for Markdown-handlinger, stavekontroll, "
+"blanktegnstrimming, ordfullføring, med mer."
#: data/code.metainfo.xml.in:17
msgid ""
@@ -91,340 +102,307 @@ msgid ""
"needed with a handful of useful and well-considered extensions and "
"preferences."
msgstr ""
+"Bruk Kode i din arbeidsflyt. Du kan tilpasse adferd og grensesnitt som det "
+"passer seg med en håndfull nyttige og vel-overveide utvidelser og "
+"innstillinger."
#: data/code.metainfo.xml.in:18
msgid "There's a ton more:"
-msgstr ""
+msgstr "Med mer:"
#: data/code.metainfo.xml.in:20
msgid ""
"Solarized Light, Solarized Dark, and High Contrast color schemes that affect "
"the whole UI"
msgstr ""
+"Solarisert lys, solarisert mørk, og høykontrast-fargedrakter som har "
+"innvirkning på hele grensesnittet."
#: data/code.metainfo.xml.in:21
msgid "Togglable sidebar to fit your workflow"
-msgstr ""
+msgstr "Sidefelt som kan veksles på og av for å passe deg"
#: data/code.metainfo.xml.in:22
msgid "Smart indentation and .editorconfig support"
-msgstr ""
+msgstr "Smart innrykk og .editorconfig-støtte"
#: data/code.metainfo.xml.in:23
+#, fuzzy
msgid ""
"Browser-class tabs with drag-and-drop, duplication, undo closing, and tab "
"history"
msgstr ""
+"Nettleserklasse-faner med dra og slipp, duplisering, angring av lukking, og "
+"fanehistorikk."
#: data/code.metainfo.xml.in:24
msgid "Display the current line and character—and quickly jump to a new line"
-msgstr ""
+msgstr "Vis nåværende linje og tegn, og hopp raskt til en ny linje"
#: 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 ""
+"Rull forbi slutten av filen slik at du kan beholde nåværende linje når det "
+"er beleilig"
#: data/code.metainfo.xml.in:26
msgid "Optional mini-map to make navigating large files easier"
-msgstr ""
+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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
+msgstr "Forbedringer:"
+
+#: data/code.metainfo.xml.in:73
+msgid "Search options transferred to searchbar menu"
+msgstr "Søkealternativer overført til søkefeltsmeny"
+
+#: data/code.metainfo.xml.in:74
+msgid "Whole word search option added"
+msgstr "Mulighet for å søke etter hele ord lagt til"
+
+#: 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:69
-msgid "Redesigned app icon"
+#: data/code.metainfo.xml.in:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Små oppdateringer:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
msgstr ""
-#: data/code.metainfo.xml.in:70
-msgid "New custom dark and light elementary styles for the source view"
+#: 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:71
-msgid "Option to follow the system dark style preference"
+#: 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:72
-msgid "Ability to half tile on small notebook displays"
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Små oppdateringer:"
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Oppdaterte oversettelser"
+
+#: data/code.metainfo.xml.in:121
+msgid "Redesigned app icon"
+msgstr "Redesignet programikon"
+
+#: data/code.metainfo.xml.in:122
+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:123
+msgid "Option to follow the system dark style preference"
+msgstr "Alternativ for følging av mørk stilinnstilling"
+
+#: data/code.metainfo.xml.in:124
+msgid "Ability to half tile on small notebook displays"
+msgstr "Mulighet til å bruke halv-flis på små bærbare"
+
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
msgstr ""
+"Både «Finn på siden» og «Finn i prosjekt» er nå tilgjengelige fra "
+"programmets meny istedenfor tittelfeltet"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Oppdaterte oversettelser"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Fikser:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nye funksjoner:"
-
-#: data/code.metainfo.xml.in:167
-#, fuzzy
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Nytt Markdown-programtillegg for WYSIWYG-lignende redigering."
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Tillat stavekontrollutvidelse i Markdown-filer"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Husk hvorvidt sidepanelet er åpent"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-#, fuzzy
-#| msgid "Add keyboard shortcuts for next and previous documents."
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Tillagte tastatursnarveier for neste og forrige dokument."
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "syntaksmerking med gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -435,10 +413,6 @@ msgstr "Rediger kodefiler"
msgid "Code Editor"
msgstr "Kode -tekstbehandler"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -454,13 +428,43 @@ msgid "New Window"
msgstr "Nytt vindu"
#: data/code.policy.in.in:10
+#, fuzzy
msgid "Run Code as Administrator"
-msgstr ""
+msgstr "Kjør Kode som administrator"
#: data/code.policy.in.in:11
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Vis kjøring av utviklingsforgrening av Kode"
+
+#~ msgid "New features:"
+#~ msgstr "Nye funksjoner:"
+
+#, fuzzy
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Nytt Markdown-programtillegg for WYSIWYG-lignende redigering."
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Tillat stavekontrollutvidelse i Markdown-filer"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Husk hvorvidt sidepanelet er åpent"
+
+#, fuzzy
+#~| msgid "Add keyboard shortcuts for next and previous documents."
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Tillagte tastatursnarveier for neste og forrige dokument."
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "syntaksmerking med gtksourceview-3"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Scroll past the end of a file"
#~ msgstr "Rull forbi filens slutt"
diff --git a/po/extra/nd.po b/po/extra/nd.po
index 023a1fc49a..c97fae43cf 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ne.po b/po/extra/ne.po
index 2c209ca5e9..3c20a82731 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ng.po b/po/extra/ng.po
index 79b511d74c..81d4bdcb94 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/nl.po b/po/extra/nl.po
index 825fb42e8d..7e9a083481 100644
--- a/po/extra/nl.po
+++ b/po/extra/nl.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2022-05-22 06:22+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-04-13 17:59+0000\n"
"Last-Translator: Dennis ten Hoove \n"
"Language-Team: Dutch \n"
"Language: nl\n"
@@ -16,10 +16,10 @@ 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.4.2\n"
+"X-Generator: Weblate 4.16.4\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -76,6 +76,10 @@ msgid ""
"optional extensions for Markdown actions, spell checking, whitespace "
"trimming, word completion, and more."
msgstr ""
+"Alle slimme functies: automatisch inspringen, slim knip-/kopieergedrag, "
+"standaard zichtbare witruimte voor geselecteerde tekst en aan het eind van "
+"regels, en optionele uitbreidingen voor Markdown-acties, spellingcontrole, "
+"witruimte bijsnijden, woordaanvulling en meer."
#: data/code.metainfo.xml.in:17
msgid ""
@@ -83,342 +87,324 @@ msgid ""
"needed with a handful of useful and well-considered extensions and "
"preferences."
msgstr ""
+"Code aanpassen aan uw workflow: u kunt het gedrag en de interface naar wens "
+"aanpassen met een handvol nuttige en goed doordachte uitbreidingen en "
+"voorkeuren."
#: data/code.metainfo.xml.in:18
msgid "There's a ton more:"
-msgstr ""
+msgstr "Er is nog veel meer:"
#: data/code.metainfo.xml.in:20
msgid ""
"Solarized Light, Solarized Dark, and High Contrast color schemes that affect "
"the whole UI"
msgstr ""
+"Solarized Light, Solarized Dark en High Contrast kleurenschema's die de hele "
+"gebruikersinterface beïnvloeden"
#: data/code.metainfo.xml.in:21
msgid "Togglable sidebar to fit your workflow"
-msgstr ""
+msgstr "Schakelbare zijbalk voor uw workflow"
#: data/code.metainfo.xml.in:22
msgid "Smart indentation and .editorconfig support"
-msgstr ""
+msgstr "Slimme inspringing en ondersteuning voor .editorconfig"
#: data/code.metainfo.xml.in:23
msgid ""
"Browser-class tabs with drag-and-drop, duplication, undo closing, and tab "
"history"
msgstr ""
+"Browser-klasse tabbladen met drag-and-drop, duplicatie, ongedaan maken van "
+"sluiten en tabbladgeschiedenis"
#: data/code.metainfo.xml.in:24
msgid "Display the current line and character—and quickly jump to a new line"
msgstr ""
+"De huidige regel en het huidige teken weergeven—en snel naar een nieuwe "
+"regel springen"
#: 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 ""
+"Scroll voorbij het einde van het bestand, zodat je de huidige regel op zijn "
+"plaats kunt houden"
#: data/code.metainfo.xml.in:26
msgid "Optional mini-map to make navigating large files easier"
msgstr ""
+"Optionele mini-kaart om het navigeren door grote bestanden te "
+"vergemakkelijken"
-#: data/code.metainfo.xml.in:60
-#, fuzzy
-#| msgid "elementary LLC."
+#: data/code.metainfo.xml.in:64
msgid "elementary, Inc."
-msgstr "elementary LLC."
+msgstr "elementary, Inc."
-#: data/code.metainfo.xml.in:67 data/code.metainfo.xml.in:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
msgid "Improvements:"
+msgstr "Verbeteringen:"
+
+#: data/code.metainfo.xml.in:73
+msgid "Search options transferred to searchbar menu"
+msgstr ""
+
+#: data/code.metainfo.xml.in:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Kleine updates:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
msgstr ""
-#: data/code.metainfo.xml.in:69
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Bijgewerkte vertalingen"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
-msgstr ""
+msgstr "Optie om het donkere thema van het systeem te volgen"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Kleine updates:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Bijgewerkte vertalingen"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
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:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
-msgstr ""
+msgstr "Verborgen mappen worden nu getoond in de projectzijbalk"
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
+"Het huidige geselecteerde resultaat en het aantal resultaten wordt "
+"weergegeven tijdens het zoeken"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
-msgstr ""
+msgstr "De zoekbalk heeft nu een modus voor reguliere uitdrukkingen"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Opgelost:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
+"Het is nu mogelijk om Git-branch te wijzigen met niet-getraceerde bestanden "
+"aanwezig in een project"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
-msgstr ""
+msgstr "Crashes worden voorkomen bij het zoeken in grote projecten"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
+"Het juiste document is nu gericht na het openen van Code vanuit een extern "
+"programma"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
-msgstr ""
+msgstr "Gebruik de FileChooser-portal in plaats van die van GTK"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
-msgstr ""
+msgstr "De globale zoekdialoog centreren boven het hoofd-Codevenster"
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
-msgstr ""
+msgstr "Zichtbaarheid van Terminal-knop op welkomstpagina verbeteren"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
+"Sommige sneltoetsen die het niet-actieve document beïnvloedden in plaats van "
+"geconcentreerde terminal hersteld"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
+"Terminal sluiten als shell is afgesloten en nieuwe terminal aanmaken als "
+"deze opnieuw wordt geopend zonder shell"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
-msgstr ""
+msgstr "\"Zichtbare witruimte\" combobox is nu een schakelaar"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
-msgstr ""
+msgstr "Fix crash bij het maken van een nieuw venster vanuit een tabblad"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
-msgstr ""
+msgstr "Verberg projectkeuzeknop bij het verbergen van de zijbalk"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
-msgstr ""
-
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nieuwe functies:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
+msgstr "We zorgden ervoor dat alles vertaalbaar was"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "De spellingscontrole extensie is toegestaan in Markdown bestanden"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Onthoud of de zijbalk opengeklapt is"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-#, fuzzy
-#| msgid "Add keyboard shortcuts for next and previous documents."
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Toetsenbord sneltoetsen voor volgende en vorige documenten toegevoegd."
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Syntax-markering met gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-#, fuzzy
-#| msgid "Fix Remove Current View"
-msgid "Remove split view"
-msgstr ""
-"Een probleem met het verwijderen van de huidige schermindeling is opgelost"
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -429,10 +415,6 @@ msgstr "Bewerk bronbestanden"
msgid "Code Editor"
msgstr "Code Editor"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -449,11 +431,40 @@ msgstr "Nieuw venster"
#: data/code.policy.in.in:10
msgid "Run Code as Administrator"
-msgstr ""
+msgstr "Voer code uit als beheerder"
#: data/code.policy.in.in:11
msgid "Authentication is required to run Code as Administrator"
-msgstr ""
+msgstr "Authenticatie is vereist om Code als Administrator uit te voeren"
+
+#~ msgid "New features:"
+#~ msgstr "Nieuwe functies:"
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "De spellingscontrole extensie is toegestaan in Markdown bestanden"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Onthoud of de zijbalk opengeklapt is"
+
+#, fuzzy
+#~| msgid "Add keyboard shortcuts for next and previous documents."
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Toetsenbord sneltoetsen voor volgende en vorige documenten toegevoegd."
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Syntax-markering met gtksourceview-3"
+
+#, fuzzy
+#~| msgid "Fix Remove Current View"
+#~ msgid "Remove split view"
+#~ msgstr ""
+#~ "Een probleem met het verwijderen van de huidige schermindeling is opgelost"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
diff --git a/po/extra/nn.po b/po/extra/nn.po
index 6783070ce9..5216ee4b6a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 3.9.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Còdi"
@@ -110,294 +110,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -408,10 +366,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/oj.po b/po/extra/oj.po
index 8e58ebf3ac..bf44221c36 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/om.po b/po/extra/om.po
index 8000ec9577..d9198f3afd 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/or.po b/po/extra/or.po
index d0d20be6a4..06809528ac 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/os.po b/po/extra/os.po
index 3040e53b44..de1bc7ae3a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/pa.po b/po/extra/pa.po
index 4947e7b3a2..76d729144e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-07-27 11:47+0000\n"
"Last-Translator: elSolus \n"
"Language-Team: Punjabi \n"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 4.4.2\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "ਕੋਡ"
@@ -108,294 +108,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -406,10 +364,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/pi.po b/po/extra/pi.po
index cf01f1f5b6..03831bd974 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/pl.po b/po/extra/pl.po
index 6fd81d0a86..d62c84546f 100644
--- a/po/extra/pl.po
+++ b/po/extra/pl.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-21 11:25+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-06-25 07:07+0000\n"
"Last-Translator: Marcin Serwin \n"
"Language-Team: Polish \n"
"Language: pl\n"
@@ -17,10 +17,10 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2;\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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kod"
@@ -138,38 +138,117 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr "Dodano opcję dopasowania całych słów"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Mniejsze aktualizacje:"
+
+#: 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: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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+"Styl systemowy jest teraz przestrzegany przez zarys symbolu i bez otwartych "
+"dokumentów"
+
+#: 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:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+"Wyniki wyszukiwania nie zmieniają się niespodziewanie przy skupianiu się na "
+"dokumencie"
+
+#: data/code.metainfo.xml.in:84
+msgid ""
+"Now there is always an active project at startup if there are projects in "
+"the sidebar"
+msgstr ""
+"Teraz przy starcie zawsze istnieje aktywny projekt gdy w panelu bocznym są "
+"projekty"
+
+#: 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 ""
+"Jeśli uruchamiana jest wersja deweloperska to pojawia się to w nazwie okna i "
+"tooltipie w doku"
+
+#: 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:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Zaktualizowano tłumaczenia"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "Przeprojektowano ikonę aplikacji"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
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:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "Możliwość ustawienia trybu ciemnego na podstawie ustawień systemu"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
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:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Mniejsze aktualizacje:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -177,15 +256,15 @@ 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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"Options for hiding and showing panels are now all present in a compact set "
"of linked buttons in the app's menu"
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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -193,13 +272,13 @@ msgstr ""
"Panel boczny zawiera teraz przycisk wybierania projektu oraz zajmuje całą "
"wysokość okna"
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+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:80
+#: data/code.metainfo.xml.in:132
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 + \\\""
@@ -207,7 +286,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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -215,7 +294,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:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -223,20 +302,14 @@ msgstr ""
"Gdy ustawienia szerokości wcięcia są zarządzane przez plik EditorConfig "
"pokazywany jest panel z informacją"
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
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:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Zaktualizowano tłumaczenia"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -244,11 +317,11 @@ msgstr ""
"Nazwa pliku aktualnego dokumentu jest teraz pokazywana jako tytuł okna w "
"widoku wielozadaniowym"
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -256,16 +329,16 @@ msgstr ""
"Aktualnie zaznaczony wynik i liczba wyników jest teraz pokazywane podczas "
"wyszukiwania"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr "Pasek wyszukiwania posiada teraz tryb wyrażeń regularnych"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Poprawki:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -273,11 +346,11 @@ msgstr ""
"Możliwe stała się zmiana gałęzi Git z nieśledzonymi plikami obecnymi w "
"projekcie"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
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:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -285,49 +358,49 @@ msgstr ""
"Poprawny dokument jest teraz sfokusowany po otwarciu Kodu przez zewnętrzny "
"program"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Naprawiono widoczność przycisku Terminala na stronie powitalnej"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -335,7 +408,7 @@ msgstr ""
"Naprawiono niektóre skróty klawiszowe działające na niezfokusowanych "
"dokumentach zamiast zfokusowanym terminalu"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -343,169 +416,151 @@ msgstr ""
"Zamknij terminal gdy shell zostanie zamknięty i otwórz terminal gdy otwarty "
"bez shella"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Znacznik „Widoczne białe znaki” jest teraz przełącznikiem"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "Schowano przycisk wyboru projektu przy chowaniu panelu bocznego"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Upewniono się, że kopiuj jest tłumaczone"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nowe funkcje:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Nowy plugin do Markdowna z edycją w stylu WYSWIG."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Modyfikuje pliki z kodem"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Zmieniaj branche Gita lub twórz nowe w menu kontekstowym folderu projektu"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Edytor Kod"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Pokaż status różnic Gita w podglądzie plików źródłowych"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "tekst;IDE;scratch;kod;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Pełnoprawne wyszukiwanie tekstu w folderze projektu."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Nowy plik"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Zapisywanie i przywracanie pozycji kursora pomiędzy sesjami"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Nowe okno"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Zamykanie plików projektu gdy projekt jest zamykany"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Uruchom Kod jako administrator"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Pokazywanie pełnej ścieżki pliku w tooltipach kart"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Uwierzytelnienie jest wymagane by uruchomić Kod jako administrator"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Usuń linię przy użyciu Ctrl + K"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Dodano informację przy wykorzystywaniu wersji deweloperskiej Kodu"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Rozszerzenie do sprawdzania pisowni w plikach Markdown"
+#~ msgid "New features:"
+#~ msgstr "Nowe funkcje:"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Poprawienie działania duplikacji wielu linii"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Nowy plugin do Markdowna z edycją w stylu WYSWIG."
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Zapamiętywanie statusu otwarcia panelu bocznego"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Zmieniaj branche Gita lub twórz nowe w menu kontekstowym folderu projektu"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Ustaw tytuł okna na otwarty plik"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Pokaż status różnic Gita w podglądzie plików źródłowych"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Dodanie skrótów klawiszowych dla następnego i poprzedniego dokumentu"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Pełnoprawne wyszukiwanie tekstu w folderze projektu."
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Pokazywanie pełnej ścieżki dokumentu w tooltipie"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Zapisywanie i przywracanie pozycji kursora pomiędzy sesjami"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Aktualizacja wtyczki Pastebin"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Zamykanie plików projektu gdy projekt jest zamykany"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Poprawnie wcinanie ostatniej linii podczas używania wtyczki do "
-"przechowywania białych znaków"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Pokazywanie pełnej ścieżki pliku w tooltipach kart"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Zachowaj podświetlanie składni podczas duplikowania pliku"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Usuń linię przy użyciu Ctrl + K"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Rozwinięcie zwiniętego folderu przy dwukrotnej próbie otworzenia"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Rozszerzenie do sprawdzania pisowni w plikach Markdown"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Naprawienie problemu z utraconymi wyszukiwaniami gdy Kod przestaje być w "
-"fokusie"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Poprawienie działania duplikacji wielu linii"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Uruchamianie wtyczki Vim w trybie komend"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Zapamiętywanie statusu otwarcia panelu bocznego"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Naprawa i dodanie nowych komend Vima"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Ustaw tytuł okna na otwarty plik"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Pokaż foldery projektów z ukrytym folderem źródłowym"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Dodanie skrótów klawiszowych dla następnego i poprzedniego dokumentu"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-"Umożliwienie uruchamiania z pkexec i uniemożliwienie uruchamiania z sudo"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Pokazywanie pełnej ścieżki dokumentu w tooltipie"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Usunięcie dzielenia widoku"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Aktualizacja wtyczki Pastebin"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Usunięcie podglądu przeglądarki"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Poprawnie wcinanie ostatniej linii podczas używania wtyczki do "
+#~ "przechowywania białych znaków"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Modyfikuje pliki z kodem"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Zachowaj podświetlanie składni podczas duplikowania pliku"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Edytor Kod"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Rozwinięcie zwiniętego folderu przy dwukrotnej próbie otworzenia"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Naprawienie problemu z utraconymi wyszukiwaniami gdy Kod przestaje być w "
+#~ "fokusie"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "tekst;IDE;scratch;kod;"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Uruchamianie wtyczki Vim w trybie komend"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Nowy plik"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Naprawa i dodanie nowych komend Vima"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Nowe okno"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Pokaż foldery projektów z ukrytym folderem źródłowym"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Uruchom Kod jako administrator"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr ""
+#~ "Umożliwienie uruchamiania z pkexec i uniemożliwienie uruchamiania z sudo"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Uwierzytelnienie jest wymagane by uruchomić Kod jako administrator"
+#~ msgid "Remove split view"
+#~ msgstr "Usunięcie dzielenia widoku"
+
+#~ msgid "Remove browser preview"
+#~ msgstr "Usunięcie podglądu przeglądarki"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "Przeciągnij i upuść na tekście zawierającym znaki z akcentami"
diff --git a/po/extra/ps.po b/po/extra/ps.po
index 34ca9604e8..9ab79e9b2e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/pt.po b/po/extra/pt.po
index e1baf2e6c3..3c1f9c84c9 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-06-19 18:07+0000\n"
+"Last-Translator: кубик круглый \n"
"Language-Team: Russian \n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -17,10 +17,10 @@ msgstr ""
"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.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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Код"
@@ -136,38 +136,114 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr "Добавлен поиск по целому слову"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Незначительные обновления:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+"Панель поиска теперь корректно обновляется после изменения активного "
+"документа"
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+"За системным стилем теперь следуют выделение символов и запуск без открытых "
+"документов"
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr "Смешанный поиск с учётом регистра теперь работает должным образом"
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr "Результаты поиска больше не изменяются при фокусировке на документе"
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+"Сочетания клавиш Ctrl+PageUp и Ctrl+PageDown теперь переключают вкладки"
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Обновлены переводы"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "Переработана иконка приложения"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr "Новый тёмный и светлый стиль elementary для кода"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "Опция для следования настройкам темной темы в системе"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr "Возможность развернуть окно на половину экрана на маленьких экранах"
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Незначительные обновления:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -175,15 +251,15 @@ msgstr ""
"«Найти на странице» и «Найти в проекте» теперь доступны из меню приложения, "
"а не в заголовке"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -191,13 +267,13 @@ msgstr ""
"Боковая панель теперь содержит кнопку выбора проекта и занимает всю высоту "
"окна"
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
"Если при начале глобального поиска был выбран текст, то теперь он будет уже "
"введён"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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 + \\\""
@@ -205,7 +281,7 @@ msgstr ""
"Панель обводки символов тепеоь находится справа и можен быть открыта и "
"закрыта с помощью сочетания клавиш «Alt + \\»"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -213,7 +289,7 @@ msgstr ""
"Терминал, обводка символов и убирание пробелов в конце строк теперь входят в "
"основной код приложения"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -221,18 +297,12 @@ msgstr ""
"Показывать сообщение, когда ширина табуляции предопределена файлом "
"EditorConfig"
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr "Сочетание клавиш для перезагрузки списка слов теперь «Ctrl + |»"
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Обновлены переводы"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -240,11 +310,11 @@ msgstr ""
"Название открытого документа теперь отображается как заголовок окна в режиме "
"многозадачности"
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Скрытые папки теперь показываются в боковой панели проекта"
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -252,26 +322,26 @@ msgstr ""
"Выбранный результат и общее количество результатов отображаются во время "
"поиска"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr "Панель поиска теперь имеет режим регулярных выражений"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Исправления:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr "Стало возможным менять ветку Git c неотслеживаемыми файлами в проекте"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr "Исправлены вылеты при поиске в больших проектах"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -279,44 +349,44 @@ msgstr ""
"Теперь правильный документ находится в фокусе после открытия Кода из внешней "
"программы"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "Дублирование строки без выделения теперь выполняется правильно"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Код больше не вылетает при открытии неизвестного URI формата"
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
"Проекты с одинаковыми именами теперь включают названия своих родительских "
"папок"
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"При прокрутке результатов поиска, они немного превышают зону видимости для "
"лучшего просмотра"
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Используется портал FileChooser, а не GTK"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Диалоговое окно глобального поиска теперь центрируется над основным окном "
"Кода"
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Исправлена видимость кнопки Терминала на странице приветствия"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -324,7 +394,7 @@ msgstr ""
"Исправлено задействование некоторых клавиш на документе при фокусе на "
"Терминале"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -332,164 +402,146 @@ msgstr ""
"Терминал закрывается, если выполнен выход из оболочки, и создаётся новый "
"терминал, если было повторное открытие без оболочки"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Выпадающий список «Видимые пробелы» стал переключателем"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr "Исправлен сбой при создании нового окна из выпадающего меню вкладок"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "Исправлено автоматическое открытие создаваемых файлов в боковой панели"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "Меню выбора проектов скрывается вместе с боковой панелью"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Все копии пригодны для преобразования"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Новые возможности:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Новый Markdown плагин для WYSIWYG-подобного редактирования."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Редактирование файлов с кодом"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Переключение веток Git или создание новых в контекстном меню папки проекта"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Редактор кода"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Показывать статус Git diff в желобах представления источника"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "text;IDE;scratch;code;текст;редактор;код;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Полнотекстовый поиск в папке проекта."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Новый файл"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Сохранение и восстановление положения курсора между сеансами"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Новое окно"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Закрытие файлов проекта при завершении работы с проектом"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Запуск Кода от имени администратора"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Отображение полного пути к файлу в подсказке вкладки"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Для запуска Кода от имени администратора требуется аутентификация"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Очистка линий с помощью Ctrl + K"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Отображение сообщения, если запущена версия Код для разработчиков"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Теперь разрешена проверка орфографии в файлах Markdown"
+#~ msgid "New features:"
+#~ msgstr "Новые возможности:"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Улучшение многострочного дублирования"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Новый Markdown плагин для WYSIWYG-подобного редактирования."
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Запоминать, открыта ли боковая панель"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Переключение веток Git или создание новых в контекстном меню папки проекта"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Установка заголовков окна на сфокусированном файле"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Показывать статус Git diff в желобах представления источника"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Добавлены сочетания клавиш для следующих и предыдущих документов"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Полнотекстовый поиск в папке проекта."
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Отображение полного пути к документу в подсказке вкладки"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Сохранение и восстановление положения курсора между сеансами"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Обновлён плагин Pastebin"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Закрытие файлов проекта при завершении работы с проектом"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Правильный отступ последней строки при использовании плагина убирания "
-"пробелов"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Отображение полного пути к файлу в подсказке вкладки"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Сохранение подсветки синтаксиса при дублировании файла"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Очистка линий с помощью Ctrl + K"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Разворот свёрнутой папки, если вы пытаетесь открыть её дважды"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Теперь разрешена проверка орфографии в файлах Markdown"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr "Исправлена проблема, при которой исчезал поиск, когда Код терял фокус"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Улучшение многострочного дублирования"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Запуск плагина Vim в командном режиме"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Запоминать, открыта ли боковая панель"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Исправлены и добавлены новые команды Vim"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Установка заголовков окна на сфокусированном файле"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Отображение папок проекта со скрытой корневой папкой"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Добавлены сочетания клавиш для следующих и предыдущих документов"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "Разрешён запуск с помощью pkexec и запрещён запуск с помощью sudo"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Отображение полного пути к документу в подсказке вкладки"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Удалён раздельный вид"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Обновлён плагин Pastebin"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Убран предварительный просмотр браузера"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Правильный отступ последней строки при использовании плагина убирания "
+#~ "пробелов"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Редактирование файлов с кодом"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Сохранение подсветки синтаксиса при дублировании файла"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Редактор кода"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Разворот свёрнутой папки, если вы пытаетесь открыть её дважды"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Исправлена проблема, при которой исчезал поиск, когда Код терял фокус"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "text;IDE;scratch;code;текст;редактор;код;"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Запуск плагина Vim в командном режиме"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Новый файл"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Исправлены и добавлены новые команды Vim"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Новое окно"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Отображение папок проекта со скрытой корневой папкой"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Запуск Кода от имени администратора"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "Разрешён запуск с помощью pkexec и запрещён запуск с помощью sudo"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Для запуска Кода от имени администратора требуется аутентификация"
+#~ msgid "Remove split view"
+#~ msgstr "Удалён раздельный вид"
+
+#~ msgid "Remove browser preview"
+#~ msgstr "Убран предварительный просмотр браузера"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "Перетаскивание текста содержащего цветные символы"
diff --git a/po/extra/rue.po b/po/extra/rue.po
index 1af6974b86..4e058f3d6e 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/rw.po b/po/extra/rw.po
index 30c180083b..ca7344d17f 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/sa.po b/po/extra/sa.po
index 5d5944b411..cfdc230ad3 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/sc.po b/po/extra/sc.po
index e5a0e32492..f8d0f99b07 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/sd.po b/po/extra/sd.po
index 5cff1f5dc7..17442f9cd0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/se.po b/po/extra/se.po
index c521e84caf..b26807c17f 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/sg.po b/po/extra/sg.po
index 883255b499..b1caaccd60 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/si.po b/po/extra/si.po
index f90fb59163..6a01f7b617 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-03-04 17:58+0000\n"
"Last-Translator: HelaBasa \n"
"Language-Team: Sinhala \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "කේතය"
@@ -109,296 +109,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "gtksourceview-3 සමඟ පද ගැලපුම"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -410,10 +366,6 @@ msgstr "පාඨ ගොනු සංස්කරණය"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
@@ -435,6 +387,11 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "gtksourceview-3 සමඟ පද ගැලපුම"
+
#~ msgid "Additional features include:"
#~ msgstr "අමතර ලක්ෂණ අන්තර්ගතය:"
diff --git a/po/extra/sk.po b/po/extra/sk.po
index 18493ad903..c09fcd979a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2022-09-30 22:14+0000\n"
"Last-Translator: JohnDumpling \n"
"Language-Team: Slovak \n"
@@ -20,7 +20,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kód"
@@ -139,116 +139,174 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Menšie aktualizácie:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Aktualizované preklady"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
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:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Menšie aktualizácie:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Aktualizované preklady"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
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:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
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:104
+#: data/code.metainfo.xml.in:156
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:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Opravy:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -256,52 +314,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:109
+#: data/code.metainfo.xml.in:161
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:110
+#: data/code.metainfo.xml.in:162
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:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
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:127
+#: data/code.metainfo.xml.in:179
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:128
+#: data/code.metainfo.xml.in:180
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:132
+#: data/code.metainfo.xml.in:184
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:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -309,7 +367,7 @@ msgstr ""
"Opravené niektoré klávesové skratky týkajúce sa nezameraného dokumentu "
"namiesto zameraného Terminálu"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -317,168 +375,144 @@ 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:138
+#: data/code.metainfo.xml.in:190
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:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
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:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Zaistené, že všetky kópie sú prekladateľné"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Nové funkcie:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr ""
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Nový zásuvný modul Markdown pre úpravy podobné WYSIWYG."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Upravujte súbory so zdrojovými kódmi"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Prepínajte Git vetvy alebo vytvárajte nové v kontextových menu priečinkov "
-"projektu"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Editor kódu"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Zobrazujte Git diff status v okrajoch zdrojového zobrazenia"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "text;IDE;scratch;kód;program;programovanie;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Úplné textové vyhľadávanie v priečinku projektu"
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Nový súbor"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Uložte a obnovte polohu kurzora medzi rôznymi reláciami"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Nové okno"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Zatvárajte súbory z projektu pri zatvorení daného projektu"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Spustiť Kód ako správca"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Zobrazte úplnú cestu súboru v popisoch kariet"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+"Pre spustenie aplikácie Kód s oprávneniami administrátora je potrebné "
+"overenie"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Vymazávajte riadky pomocou Ctrl + K"
+#~ msgid "New features:"
+#~ msgstr "Nové funkcie:"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Povoliť rozšírenie Kontrola pravopisu v súboroch Markdown"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Nový zásuvný modul Markdown pre úpravy podobné WYSIWYG."
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Vylepšená duplikácia viacerých riadkov naraz"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Prepínajte Git vetvy alebo vytvárajte nové v kontextových menu priečinkov "
+#~ "projektu"
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Pamätať si, či je bočný panel otvorený"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Zobrazujte Git diff status v okrajoch zdrojového zobrazenia"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Nastavovať názov okna ako práve vybraný súbor"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Úplné textové vyhľadávanie v priečinku projektu"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Pridané klávesové skratky pre nasledujúce a predchádzajúce dokumenty"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Uložte a obnovte polohu kurzora medzi rôznymi reláciami"
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Zobraziť úplnú cestu k dokumentu v popise karty"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Zatvárajte súbory z projektu pri zatvorení daného projektu"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Aktualizovaný doplnok Pastebin"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Zobrazte úplnú cestu súboru v popisoch kariet"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Správne odsadzovať posledný riadok pri použití doplnku Zachovať mezdery"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Vymazávajte riadky pomocou Ctrl + K"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Zachovať zvýrazňovanie syntaxe pri duplikovaní súboru"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Povoliť rozšírenie Kontrola pravopisu v súboroch Markdown"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Rozbaliť zatvorený priečinok, ak sa ho pokúsite otvoriť dvakrát"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Vylepšená duplikácia viacerých riadkov naraz"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Opravený problém straty vyhľadávaných výrazov pri prepnutí z okna Kód na iné "
-"okno"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Pamätať si, či je bočný panel otvorený"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Spúšťať doplnok Vim v príkazovom režime"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Nastavovať názov okna ako práve vybraný súbor"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Opravené a pridané nové Vim príkazy"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Pridané klávesové skratky pre nasledujúce a predchádzajúce dokumenty"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Zobrazovať projektové súbory so skrytým priečinkom root"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Zobraziť úplnú cestu k dokumentu v popise karty"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "Povolené spúšťanie s pkexec a zakázané spúšťanie so sudo"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Aktualizovaný doplnok Pastebin"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Odstránené rozdelené zobrazenie"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Správne odsadzovať posledný riadok pri použití doplnku Zachovať mezdery"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Odstránená ukážka v prehliadači"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Zachovať zvýrazňovanie syntaxe pri duplikovaní súboru"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Upravujte súbory so zdrojovými kódmi"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Rozbaliť zatvorený priečinok, ak sa ho pokúsite otvoriť dvakrát"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Editor kódu"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Opravený problém straty vyhľadávaných výrazov pri prepnutí z okna Kód na "
+#~ "iné okno"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Spúšťať doplnok Vim v príkazovom režime"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "text;IDE;scratch;kód;program;programovanie;"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Opravené a pridané nové Vim príkazy"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Nový súbor"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Zobrazovať projektové súbory so skrytým priečinkom root"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Nové okno"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "Povolené spúšťanie s pkexec a zakázané spúšťanie so sudo"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Spustiť Kód ako správca"
+#~ msgid "Remove split view"
+#~ msgstr "Odstránené rozdelené zobrazenie"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr ""
-"Pre spustenie aplikácie Kód s oprávneniami administrátora je potrebné "
-"overenie"
+#~ msgid "Remove browser preview"
+#~ msgstr "Odstránená ukážka v prehliadači"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "Funkcia uchop a pusť pre text obsahujúci znaky s farebným odtieňom"
diff --git a/po/extra/sl.po b/po/extra/sl.po
index e6491dd688..452c996f2f 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-03-02 23:09+0000\n"
"Last-Translator: Marko \n"
"Language-Team: Slovenian \n"
"Language-Team: Albanian \n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -109,296 +109,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Vënia në dukje e sintaksës me gtksourceview-3"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -410,10 +366,6 @@ msgstr "Redakto skedarë teksti"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
@@ -434,6 +386,11 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Vënia në dukje e sintaksës me gtksourceview-3"
+
#~ msgid "Additional features include:"
#~ msgstr "Veçoritë shtesë përfshijnë:"
diff --git a/po/extra/sr.po b/po/extra/sr.po
index 90f99b7b6c..9c78dd9237 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2021-03-11 12:54+0000\n"
"Last-Translator: Мирослав Николић \n"
"Language-Team: Serbian \n"
@@ -20,7 +20,7 @@ msgstr ""
"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Код"
@@ -130,302 +130,254 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Мања освежења:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Освежени преводи"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Мања освежења:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Освежени преводи"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Поправке:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Нове функције:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Нови прикључак означавања за ОШВЈОШД-слично уређивање."
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-#, fuzzy
-#| msgid "Show full document path in tab tooltip"
-msgid "Show full file path in tab tooltips"
-msgstr "Прикажи пуну путању документа у облачићу језичка"
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Допушта проширење провере правописа у датотекама обележавања"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Памти да ли је бочна површ отворена"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Додаје пречице тастатуре за следеће и претходне документе"
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Прикажи пуну путању документа у облачићу језичка"
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "истицање синтаксе са „gtksourceview-3“"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-#, fuzzy
-#| msgid "Fix Remove Current View"
-msgid "Remove split view"
-msgstr "Поправља уклањање текућег прегледа"
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -436,10 +388,6 @@ msgstr "Уредите кодне датотеке"
msgid "Code Editor"
msgstr "Уређивач кода"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
#| msgid "text;IDE;scratch;"
@@ -462,6 +410,42 @@ msgstr "Покрени Код као администратор"
msgid "Authentication is required to run Code as Administrator"
msgstr "Потребно је потврђивање идентитета за покретање Кода као администратор"
+#~ msgid "New features:"
+#~ msgstr "Нове функције:"
+
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Нови прикључак означавања за ОШВЈОШД-слично уређивање."
+
+#, fuzzy
+#~| msgid "Show full document path in tab tooltip"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Прикажи пуну путању документа у облачићу језичка"
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Допушта проширење провере правописа у датотекама обележавања"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Памти да ли је бочна површ отворена"
+
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Додаје пречице тастатуре за следеће и претходне документе"
+
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Прикажи пуну путању документа у облачићу језичка"
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "истицање синтаксе са „gtksourceview-3“"
+
+#, fuzzy
+#~| msgid "Fix Remove Current View"
+#~ msgid "Remove split view"
+#~ msgstr "Поправља уклањање текућег прегледа"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr ""
#~ "Поправља празан распоред бочне површи, осигуравајући да се фасцикле увек "
diff --git a/po/extra/ss.po b/po/extra/ss.po
index b2948dd40a..289bdeb73c 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/st.po b/po/extra/st.po
index f7a6762593..e4b156b075 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/su.po b/po/extra/su.po
index c305a51943..29148897c1 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/sv.po b/po/extra/sv.po
index ff7ca111ce..31390784da 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-21 10:17+0000\n"
"Last-Translator: Fredrik B \n"
"Language-Team: Swedish \n"
"Language-Team: Silesian =20) ? 1 : 2;\n"
"X-Generator: Weblate 3.9.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kod"
@@ -104,294 +104,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -402,10 +360,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ta.po b/po/extra/ta.po
index fb65c2a599..2c51fc5e65 100644
--- a/po/extra/ta.po
+++ b/po/extra/ta.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/te.po b/po/extra/te.po
index 59a6af2e73..f40506a4bc 100644
--- a/po/extra/te.po
+++ b/po/extra/te.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/tg.po b/po/extra/tg.po
index 4ec18facab..3ef68aaf46 100644
--- a/po/extra/tg.po
+++ b/po/extra/tg.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/th.po b/po/extra/th.po
index bfe31d0509..f1ca66644b 100644
--- a/po/extra/th.po
+++ b/po/extra/th.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ti.po b/po/extra/ti.po
index fd1b1c756e..2eac4fd231 100644
--- a/po/extra/ti.po
+++ b/po/extra/ti.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/tk.po b/po/extra/tk.po
index 6d9c104262..7829639fe0 100644
--- a/po/extra/tk.po
+++ b/po/extra/tk.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/tl.po b/po/extra/tl.po
index 4106f50f78..0a55587429 100644
--- a/po/extra/tl.po
+++ b/po/extra/tl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2017-08-22 19:15+0000\n"
"Last-Translator: anjelo del carmen \n"
"Language-Team: Tagalog \n"
"Language-Team: Turkish \n"
@@ -19,7 +19,7 @@ msgstr ""
"X-Generator: Weblate 4.14.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Kod"
@@ -140,89 +140,147 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Küçük güncellemeler:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Çeviriler güncellendi"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
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:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Küçük güncellemeler:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Çeviriler güncellendi"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -230,26 +288,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:102
+#: data/code.metainfo.xml.in:154
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:103
+#: data/code.metainfo.xml.in:155
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:104
+#: data/code.metainfo.xml.in:156
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:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Düzeltmeler:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -257,185 +315,85 @@ msgstr ""
"Bir projede bulunan dokunulmamış dosyalar içeren Git dalını şimdi "
"değiştirmeniz mümkün"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
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:110
+#: data/code.metainfo.xml.in:162
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:111
+#: data/code.metainfo.xml.in:163
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:112
+#: data/code.metainfo.xml.in:164
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:125
+#: data/code.metainfo.xml.in:177
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:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "GTK yerine FileChooser portalı kullanılacak"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
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:149
+#: data/code.metainfo.xml.in:201
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:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "Kenar çubuğunu gizlerken proje seçici düğmesini gizle"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Yeni özellikler:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "WYSIWYG gibi düzenleme yapmak için yeni Markdown eklentisi."
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Markdown dosyalarında Yazım Denetleyicisi uzantısına izin ver"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Kenar çubuğunun açık olup olmadığını hatırla"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr "Önceki ve sonraki belgeler için klavye kısayolları atandı"
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "İpucu sekmesinde tam belge yolunu göster"
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -446,10 +404,6 @@ msgstr "Kod dosyalarını düzenle"
msgid "Code Editor"
msgstr "Kod Düzenleyici"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr "metin;IDE;karalama;text;code;scratch;kod;"
@@ -470,6 +424,27 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#~ msgid "New features:"
+#~ msgstr "Yeni özellikler:"
+
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "WYSIWYG gibi düzenleme yapmak için yeni Markdown eklentisi."
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Markdown dosyalarında Yazım Denetleyicisi uzantısına izin ver"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Kenar çubuğunun açık olup olmadığını hatırla"
+
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr "Önceki ve sonraki belgeler için klavye kısayolları atandı"
+
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "İpucu sekmesinde tam belge yolunu göster"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
+
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr ""
#~ "Aksanlı karakter içeren metinleri sürükleyip bırakma özelliği eklendi"
diff --git a/po/extra/ts.po b/po/extra/ts.po
index 427fa40597..8a64b3d32f 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/tt.po b/po/extra/tt.po
index a36fd02e3f..7d75d009b4 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/tw.po b/po/extra/tw.po
index 46acb5b2da..0582d5fca0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ty.po b/po/extra/ty.po
index ea84881871..ea89a2efd0 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/ug.po b/po/extra/ug.po
index f696fc89ff..4386b34fe4 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-12-07 08:58+0000\n"
"Last-Translator: ablimet \n"
"Language-Team: Uyghur \n"
@@ -18,7 +18,7 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -119,296 +119,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "gtksourceview-3نى گىرامماتىكىلىق كۆرسىتەلەيدۇ،"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -420,10 +376,6 @@ msgstr "تېكىست ھۆججەتلىرىنى تەھرىرلەش"
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
#, fuzzy
msgid "text;IDE;scratch;code;"
@@ -445,6 +397,11 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "gtksourceview-3نى گىرامماتىكىلىق كۆرسىتەلەيدۇ،"
+
#, fuzzy
#~ msgid ""
#~ "Make it yours. Code is written from the ground up to be extensible. Keep "
diff --git a/po/extra/uk.po b/po/extra/uk.po
index d930e7a59c..b5d303528a 100644
--- a/po/extra/uk.po
+++ b/po/extra/uk.po
@@ -7,21 +7,21 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-19 00:25+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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.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 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Код"
@@ -135,38 +135,117 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr "Додано опцію пошуку цілого слова"
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Незначні оновлення:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+"Панель пошуку відтепер оновлюється належним чином після зміни активного "
+"документа"
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+"За стилем системи відтепер слідує контур символів, а також під час запуску "
+"без відкритих документів"
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr "Пошук з урахуванням змішаного регістру відтепер працює належним чином"
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+"Результати пошуку більше не змінюються несподівано при фокусуванні на "
+"документі"
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+"Комбінації клавіш Ctrl+PageUp та Ctrl+PageDown відтепер перемикають вкладки"
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Оновлено переклади"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr "Оновлений дизайн піктограми застосунку"
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr "Нові користувацькі темні та світлі стилі elementary для перегляду коду"
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr "Опція дотримання темного стилю системи"
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr "Можливість розділення плитки навпіл на невеликих дисплеях ноутбуків"
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Незначні оновлення:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
msgid ""
"Both Find on Page and Find in Project are now available from the app's menu "
"instead of in the headerbar"
@@ -174,15 +253,15 @@ msgstr ""
"Функції «Знайти на сторінці» та «Знайти в проєкті» відтепер доступні з меню "
"застосунку, а не з панелі заголовка"
-#: data/code.metainfo.xml.in:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
@@ -190,13 +269,13 @@ msgstr ""
"Бічна панель відтепер містить кнопку вибору проєкту та заповнює всю висоту "
"вікна"
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-"Запущено глобальний пошук з виділеним текстом, який тепер попередньо "
+"Початок глобального пошуку з виділеним текстом, який тепер попередньо "
"заповнює цей текст"
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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 + \\\""
@@ -204,7 +283,7 @@ msgstr ""
"Панель контуру символу відтепер показана праворуч від початкового вигляду і "
"може бути показана і схована комбінацією клавіш «Alt + \\»"
-#: data/code.metainfo.xml.in:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
@@ -212,7 +291,7 @@ msgstr ""
"Плагіни Terminal, Symbol outline та Strip Trailing Whitespace стали частиною "
"основної кодової бази"
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
@@ -220,20 +299,14 @@ msgstr ""
"Показ інфопанелі під час перезапису налаштувань ширини вкладки файлом "
"EditorConfig"
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
"Відтепер «Ctrl + |» — це комбінація клавіш для перебудови списку слів "
"доповнення"
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Оновлено переклади"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
@@ -241,11 +314,11 @@ msgstr ""
"Назва поточного файлу документів тепер показуватиметься назвою вікна у "
"багатозадачному огляді"
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr "Сховані теки відтепер показуються на бічній панелі проєкту"
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
@@ -253,16 +326,16 @@ msgstr ""
"Під час пошуку показується поточний вибраний результат і кількість "
"результатів"
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr "Панель пошуку тепер має режим регулярних виразів"
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "Виправлення:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
@@ -270,11 +343,11 @@ msgstr ""
"Тепер можна змінити гілку Git з не відстежуваними файлами, присутніми в "
"проєкті"
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr "Усунуто збої під час пошуку у великих проєктах"
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
@@ -282,41 +355,41 @@ msgstr ""
"Тепер фокусування відбувається на правильному документі після відкриття коду "
"із зовнішнього застосунку"
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr "Дублювання рядка тепер працює правильно, якщо нічого не вибрано"
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr "Усунуто збої Коду під час запиту відкриття URI невідомого формату"
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr "Проєкти з однаковою назвою тепер містять і назву батьківської теки"
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
"Під час прокрутки результатів пошуку, вони трохи перевищують зону видимості "
"для кращого перегляду"
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr "Використовується портал FileChooser, а не з GTK"
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
"Центрування діалогового вікна глобального пошуку над основним вікном Коду"
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr "Виправлено видимість кнопки терміналу на сторінці привітання"
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
@@ -324,7 +397,7 @@ msgstr ""
"Виправлено деякі комбінації клавіш, що впливають на нефокусований документ, "
"а не на термінал у фокусі"
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
@@ -332,167 +405,149 @@ msgstr ""
"Термінал закривається, якщо виконано вихід з оболонки, і створюються новий "
"термінал, якщо виконано повторне відкриття без оболонки"
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr "Поле «Видимі пробіли» стало перемикачем"
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
"Виправлено збій під час створення нового вікна зі спадного меню вкладок"
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr "Тепер створені з бічної панелі файли відкриваються автоматично"
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr "Меню вибору проєктів ховається разом з бічною панеллю"
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr "Усі копії придатні для перетворення"
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Нові функції:"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
+msgstr "@NAME@"
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr "Новий плагін розмітки для WYSIWYG-подібного редагування."
+#: data/io.elementary.code.desktop.in.in:5
+msgid "Edit code files"
+msgstr "Зміна файлів з кодом"
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-"Перемикання гілок Git або створення нових з контекстного меню теки проєкту"
+#: data/io.elementary.code.desktop.in.in:6
+msgid "Code Editor"
+msgstr "Редактор коду"
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr "Показ стану Git diff у проміжних поданнях джерела"
+#: data/io.elementary.code.desktop.in.in:11
+msgid "text;IDE;scratch;code;"
+msgstr "текст;редактор;код;text;IDE;code;"
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr "Повнотекстовий пошук у теці проєкту."
+#: data/io.elementary.code.desktop.in.in:17
+msgid "New File"
+msgstr "Новий файл"
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr "Збереження та відновлення позиції курсора між сеансами"
+#: data/io.elementary.code.desktop.in.in:21
+msgid "New Window"
+msgstr "Нове вікно"
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr "Закриття файлів з проєкту, коли цей проєкт закрито"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Запуск Коду з правами адміністратора"
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr "Показ повного шляху до файлу у підказках вкладки"
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Потрібна автентифікація для запуску Коду з правами адміністратора"
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr "Очищення рядка за допомогою Ctrl + K"
+#~ msgid "Show when running a development branch of Code"
+#~ msgstr "Показується, коли запущено розробницьку гілку Коду"
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr "Дозволити розширення перевірки правопису у файлах Markdown"
+#~ msgid "New features:"
+#~ msgstr "Нові функції:"
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr "Вдосконалено багаторядкових дублювань"
+#~ msgid "New Markdown plugin for WYSIWYG-like editing."
+#~ msgstr "Новий плагін розмітки для WYSIWYG-подібного редагування."
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Пам'ятати чи відкрито бічну панель"
+#~ msgid ""
+#~ "Switch Git branches or create new ones in project folder context menus"
+#~ msgstr ""
+#~ "Перемикання гілок Git або створення нових з контекстного меню теки проєкту"
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr "Установлення заголовків вікна сфокусованому файлу"
+#~ msgid "Show Git diff status in source view gutters"
+#~ msgstr "Показ стану Git diff у проміжних поданнях джерела"
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-"Додано комбінації клавіш переходу до наступного та попереднього документів"
+#~ msgid "Full text search within project folder."
+#~ msgstr "Повнотекстовий пошук у теці проєкту."
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr "Показ повного шляху до документа у підказці вкладки"
+#~ msgid "Save and restore cursor position between sessions"
+#~ msgstr "Збереження та відновлення позиції курсора між сеансами"
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr "Оновлено плагін Pastebin"
+#~ msgid "Close files from a project when that project is closed"
+#~ msgstr "Закриття файлів з проєкту, коли цей проєкт закрито"
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-"Правильний відступ останнього рядка коли застосовується плагін прибирання "
-"пробілів"
+#~ msgid "Show full file path in tab tooltips"
+#~ msgstr "Показ повного шляху до файлу у підказках вкладки"
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "Збереження підсвічування синтаксису коли дублюється файл"
+#~ msgid "Clear lines with Ctrl + K"
+#~ msgstr "Очищення рядка за допомогою Ctrl + K"
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr "Розгортання згорнутої теки після другої спроби відкрити її"
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr "Дозволити розширення перевірки правопису у файлах Markdown"
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-"Виправлено проблему втрати результатів пошуку після перенесення фокусу з Коду"
+#~ msgid "Improve multi-line duplication"
+#~ msgstr "Вдосконалено багаторядкових дублювань"
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr "Запуск плагіну Vim у командному режимі"
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Пам'ятати чи відкрито бічну панель"
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr "Виправлено та додано нові команди Vim"
+#~ msgid "Set window title to the focused file"
+#~ msgstr "Установлення заголовків вікна сфокусованому файлу"
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr "Показ тек проєкту з прихованою кореневою текою"
+#~ msgid "Add keyboard shortcuts for next and previous documents"
+#~ msgstr ""
+#~ "Додано комбінації клавіш переходу до наступного та попереднього документів"
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr "Дозволено запуск з pkexec і заборонено запуск з sudo"
+#~ msgid "Show full document path in tab tooltip"
+#~ msgstr "Показ повного шляху до документа у підказці вкладки"
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr "Вилучено розділене подання"
+#~ msgid "Update Pastebin plugin"
+#~ msgstr "Оновлено плагін Pastebin"
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
-msgstr "Вилучено попередній перегляд браузера"
+#~ msgid "Correctly indent last line when using the preserve whitespace plugin"
+#~ msgstr ""
+#~ "Правильний відступ останнього рядка коли застосовується плагін прибирання "
+#~ "пробілів"
-#: data/io.elementary.code.desktop.in.in:5
-msgid "Edit code files"
-msgstr "Зміна файлів з кодом"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "Збереження підсвічування синтаксису коли дублюється файл"
-#: data/io.elementary.code.desktop.in.in:6
-msgid "Code Editor"
-msgstr "Редактор коду"
+#~ msgid "Expand a collapsed folder if you attempt to open it twice"
+#~ msgstr "Розгортання згорнутої теки після другої спроби відкрити її"
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr "io.elementary.code"
+#~ msgid "Fix an issue where searches are lost when Code loses focus"
+#~ msgstr ""
+#~ "Виправлено проблему втрати результатів пошуку після перенесення фокусу з "
+#~ "Коду"
-#: data/io.elementary.code.desktop.in.in:11
-msgid "text;IDE;scratch;code;"
-msgstr "текст;редактор;код;text;IDE;code;"
+#~ msgid "Start Vim plugin in command mode"
+#~ msgstr "Запуск плагіну Vim у командному режимі"
-#: data/io.elementary.code.desktop.in.in:17
-msgid "New File"
-msgstr "Новий файл"
+#~ msgid "Fix and add new Vim commands"
+#~ msgstr "Виправлено та додано нові команди Vim"
-#: data/io.elementary.code.desktop.in.in:21
-msgid "New Window"
-msgstr "Нове вікно"
+#~ msgid "Show project folders with a hidden root folder"
+#~ msgstr "Показ тек проєкту з прихованою кореневою текою"
-#: data/code.policy.in.in:10
-msgid "Run Code as Administrator"
-msgstr "Запуск Коду з правами адміністратора"
+#~ msgid "Allow launching with pkexec and disallow launching with sudo"
+#~ msgstr "Дозволено запуск з pkexec і заборонено запуск з sudo"
-#: data/code.policy.in.in:11
-msgid "Authentication is required to run Code as Administrator"
-msgstr "Потрібна автентифікація для запуску Коду з правами адміністратора"
+#~ msgid "Remove split view"
+#~ msgstr "Вилучено розділене подання"
+
+#~ msgid "Remove browser preview"
+#~ msgstr "Вилучено попередній перегляд браузера"
+
+#~ msgid "io.elementary.code"
+#~ msgstr "io.elementary.code"
#~ msgid "Drag and drop with text containing accented characters"
#~ msgstr "Перетягування з текстом, що містить наголоси"
diff --git a/po/extra/ur.po b/po/extra/ur.po
index 070040ef57..60cd3decad 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/uz.po b/po/extra/uz.po
index fd9f8e27a1..9bf0e61342 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-09-26 13:14+0000\n"
"Last-Translator: Shukrullo \n"
"Language-Team: Uzbek \n"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 3.9.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr "Code"
@@ -129,298 +129,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr "Kichik yangilanishlar:"
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr "Yangilangan tarjimalar"
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr "Kichik yangilanishlar:"
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr "Yangilangan tarjimalar"
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr "To'g'rilashlar:"
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr "Yangi imkoniyatlar:"
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-"Markdown fayllarida avtomatik so'zlarni imloga tekshirish qo'shimchasini "
-"yoqish"
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr "Yon panelda qaysi joylar ochilganini eslab qolish"
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-#, fuzzy
-#| msgid "syntax highlighting with gtksourceview-3"
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr "gtksourceview-3 orqali sintaksisni ranglarga ajratish"
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -431,10 +385,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
@@ -455,6 +405,22 @@ msgstr ""
msgid "Authentication is required to run Code as Administrator"
msgstr ""
+#~ msgid "New features:"
+#~ msgstr "Yangi imkoniyatlar:"
+
+#~ msgid "Allow Spell Checker extension in Markdown files"
+#~ msgstr ""
+#~ "Markdown fayllarida avtomatik so'zlarni imloga tekshirish qo'shimchasini "
+#~ "yoqish"
+
+#~ msgid "Remember whether the sidebar is open"
+#~ msgstr "Yon panelda qaysi joylar ochilganini eslab qolish"
+
+#, fuzzy
+#~| msgid "syntax highlighting with gtksourceview-3"
+#~ msgid "Keep syntax highlighting when duplicating a file"
+#~ msgstr "gtksourceview-3 orqali sintaksisni ranglarga ajratish"
+
#, fuzzy
#~ msgid "Fix empty sidebar layout, ensuring folders can always be added"
#~ msgstr "Fix empty sidebar layout, ensuring folders can always be added"
diff --git a/po/extra/ve.po b/po/extra/ve.po
index 455d1a4659..f7de8383e9 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/vi.po b/po/extra/vi.po
index 438c910769..20675cd692 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -107,294 +107,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -405,10 +363,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/vo.po b/po/extra/vo.po
index 4d99b1352e..01bc64d714 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/wa.po b/po/extra/wa.po
index 4cdb7f9049..ba9b3a698b 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/wo.po b/po/extra/wo.po
index 3136acfbe9..07bdf0e075 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/xh.po b/po/extra/xh.po
index c3b4b94cbe..c517e86cd4 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/yi.po b/po/extra/yi.po
index 32638578a8..330fe3d813 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/yo.po b/po/extra/yo.po
index 3429bebd3b..b72cfc9859 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/za.po b/po/extra/za.po
index aa4f2b6bac..285481c2f5 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -106,294 +106,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -404,10 +362,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/zh.po b/po/extra/zh.po
index bfb50d4d60..6a91b1103a 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Chinese \n"
@@ -18,7 +18,7 @@ msgstr ""
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 3.7.1\n"
-#: data/code.metainfo.xml.in:9 data/io.elementary.code.desktop.in.in:4
+#: data/code.metainfo.xml.in:9
msgid "Code"
msgstr ""
@@ -108,294 +108,252 @@ 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:99
-#: data/code.metainfo.xml.in:123 data/code.metainfo.xml.in:151
+#: data/code.metainfo.xml.in:71 data/code.metainfo.xml.in:119
+#: data/code.metainfo.xml.in:151 data/code.metainfo.xml.in:175
+#: data/code.metainfo.xml.in:203
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:74
+msgid "Whole word search option added"
+msgstr ""
+
+#: 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:77 data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:166 data/code.metainfo.xml.in:188
+#: data/code.metainfo.xml.in:207
+msgid "Minor updates:"
+msgstr ""
+
+#: data/code.metainfo.xml.in:79
+msgid "The search bar now updates properly after changing the active document"
+msgstr ""
+
+#: 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:81
+msgid ""
+"The system style is now followed by the symbol outline and when launched "
+"without open documents"
+msgstr ""
+
+#: data/code.metainfo.xml.in:82
+msgid "Mixed case sensitive search now works as expected"
+msgstr ""
+
+#: data/code.metainfo.xml.in:83
+msgid ""
+"The search results no longer change unexpectedly when focusing a document"
+msgstr ""
+
+#: 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: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:86
+msgid "Ctrl+PageUp and Ctrl+PageDown shortcuts now switch tabs"
+msgstr ""
+
+#: data/code.metainfo.xml.in:87
+msgid "Ensure active project at startup (include non-git folders)"
+msgstr ""
+
+#: data/code.metainfo.xml.in:88 data/code.metainfo.xml.in:136
+#: data/code.metainfo.xml.in:168 data/code.metainfo.xml.in:191
+#: data/code.metainfo.xml.in:210
+msgid "Updated translations"
+msgstr ""
+
+#: data/code.metainfo.xml.in:121
msgid "Redesigned app icon"
msgstr ""
-#: data/code.metainfo.xml.in:70
+#: data/code.metainfo.xml.in:122
msgid "New custom dark and light elementary styles for the source view"
msgstr ""
-#: data/code.metainfo.xml.in:71
+#: data/code.metainfo.xml.in:123
msgid "Option to follow the system dark style preference"
msgstr ""
-#: data/code.metainfo.xml.in:72
+#: data/code.metainfo.xml.in:124
msgid "Ability to half tile on small notebook displays"
msgstr ""
-#: data/code.metainfo.xml.in:74 data/code.metainfo.xml.in:114
-#: data/code.metainfo.xml.in:136 data/code.metainfo.xml.in:155
-#: data/code.metainfo.xml.in:176
-msgid "Minor updates:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:76
+#: data/code.metainfo.xml.in:128
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:77
+#: data/code.metainfo.xml.in:129
msgid ""
-"Options for hiding and showing panels and now all present in a compact set "
+"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:78
+#: data/code.metainfo.xml.in:130
msgid ""
"The sidebar now contains the project chooser button and fills the height of "
"the window"
msgstr ""
-#: data/code.metainfo.xml.in:79
-msgid "Started a global search with text selected now pre-fills that text"
+#: data/code.metainfo.xml.in:131
+msgid "Starting a global search with text selected now pre-fills that text"
msgstr ""
-#: data/code.metainfo.xml.in:80
+#: data/code.metainfo.xml.in:132
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:81
+#: data/code.metainfo.xml.in:133
msgid ""
"Terminal, Symbol outline, and the Strip Trailing Whitespace plugins are now "
"part of the main codebase"
msgstr ""
-#: data/code.metainfo.xml.in:82
+#: data/code.metainfo.xml.in:134
msgid ""
"Show an infobar when tab width settings are being overwritten by an "
"EditorConfig file"
msgstr ""
-#: data/code.metainfo.xml.in:83
+#: data/code.metainfo.xml.in:135
msgid ""
"The shortcut for rebuilding the completion word list is now \"Ctrl + |\""
msgstr ""
-#: data/code.metainfo.xml.in:84 data/code.metainfo.xml.in:116
-#: data/code.metainfo.xml.in:139 data/code.metainfo.xml.in:158
-#: data/code.metainfo.xml.in:195
-msgid "Updated translations"
-msgstr ""
-
-#: data/code.metainfo.xml.in:101
+#: data/code.metainfo.xml.in:153
msgid ""
"The current document filename is now shown as the window title in "
"multitasking view"
msgstr ""
-#: data/code.metainfo.xml.in:102
+#: data/code.metainfo.xml.in:154
msgid "Hidden folders are now shown in the project sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:103
+#: data/code.metainfo.xml.in:155
msgid ""
"The currently selected result and the number of results is displayed while "
"searching"
msgstr ""
-#: data/code.metainfo.xml.in:104
+#: data/code.metainfo.xml.in:156
msgid "The search bar now has a regular expression mode"
msgstr ""
-#: data/code.metainfo.xml.in:106 data/code.metainfo.xml.in:130
-#: data/code.metainfo.xml.in:146
+#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:182
+#: data/code.metainfo.xml.in:198
msgid "Fixes:"
msgstr ""
-#: data/code.metainfo.xml.in:108
+#: data/code.metainfo.xml.in:160
msgid ""
"It is now possible to change Git branch with untracked files present in a "
"project"
msgstr ""
-#: data/code.metainfo.xml.in:109
+#: data/code.metainfo.xml.in:161
msgid "Crashes are prevented while searching in large projects"
msgstr ""
-#: data/code.metainfo.xml.in:110
+#: data/code.metainfo.xml.in:162
msgid ""
"The correct document is now focused after opening Code from an external "
"program"
msgstr ""
-#: data/code.metainfo.xml.in:111
+#: data/code.metainfo.xml.in:163
msgid ""
"Line duplication is now actioned correctly if there is no selection present"
msgstr ""
-#: data/code.metainfo.xml.in:112
+#: data/code.metainfo.xml.in:164
msgid "Code no longer crashes when asked to open an unknown URI format"
msgstr ""
-#: data/code.metainfo.xml.in:125
+#: data/code.metainfo.xml.in:177
msgid ""
"Projects with the same name now include their parent folder name as well"
msgstr ""
-#: data/code.metainfo.xml.in:126
+#: data/code.metainfo.xml.in:178
msgid ""
"When scrolling to search results, overshoot slightly for better visibility"
msgstr ""
-#: data/code.metainfo.xml.in:127
+#: data/code.metainfo.xml.in:179
msgid "Use the FileChooser portal instead of the one from GTK"
msgstr ""
-#: data/code.metainfo.xml.in:128
+#: data/code.metainfo.xml.in:180
msgid "Center the global search dialog over the main Code window"
msgstr ""
-#: data/code.metainfo.xml.in:132
+#: data/code.metainfo.xml.in:184
msgid "Fix visibility of Terminal button on Welcome page"
msgstr ""
-#: data/code.metainfo.xml.in:133
+#: data/code.metainfo.xml.in:185
msgid ""
"Fix some keyboard shortcuts affecting unfocused Document instead of focused "
"Terminal"
msgstr ""
-#: data/code.metainfo.xml.in:134
+#: data/code.metainfo.xml.in:186
msgid ""
"Close Terminal if shell exited and create new Terminal if re-opened with no "
"shell"
msgstr ""
-#: data/code.metainfo.xml.in:138
+#: data/code.metainfo.xml.in:190
msgid "\"Visible whitespace\" combobox is now a switch"
msgstr ""
-#: data/code.metainfo.xml.in:148
+#: data/code.metainfo.xml.in:200
msgid "Fix crash when creating new window from tab drop"
msgstr ""
-#: data/code.metainfo.xml.in:149
+#: data/code.metainfo.xml.in:201
msgid "Ensure files created from the sidebar are automatically opened"
msgstr ""
-#: data/code.metainfo.xml.in:153
+#: data/code.metainfo.xml.in:205
msgid "Hide project chooser button when hiding sidebar"
msgstr ""
-#: data/code.metainfo.xml.in:157
+#: data/code.metainfo.xml.in:209
msgid "Ensure all copy is translatable"
msgstr ""
-#: data/code.metainfo.xml.in:165
-msgid "New features:"
-msgstr ""
-
-#: data/code.metainfo.xml.in:167
-msgid "New Markdown plugin for WYSIWYG-like editing."
-msgstr ""
-
-#: data/code.metainfo.xml.in:168
-msgid "Switch Git branches or create new ones in project folder context menus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:169
-msgid "Show Git diff status in source view gutters"
-msgstr ""
-
-#: data/code.metainfo.xml.in:170
-msgid "Full text search within project folder."
-msgstr ""
-
-#: data/code.metainfo.xml.in:171
-msgid "Save and restore cursor position between sessions"
-msgstr ""
-
-#: data/code.metainfo.xml.in:172
-msgid "Close files from a project when that project is closed"
-msgstr ""
-
-#: data/code.metainfo.xml.in:173
-msgid "Show full file path in tab tooltips"
-msgstr ""
-
-#: data/code.metainfo.xml.in:174
-msgid "Clear lines with Ctrl + K"
-msgstr ""
-
-#: data/code.metainfo.xml.in:178
-msgid "Allow Spell Checker extension in Markdown files"
-msgstr ""
-
-#: data/code.metainfo.xml.in:179
-msgid "Improve multi-line duplication"
-msgstr ""
-
-#: data/code.metainfo.xml.in:180
-msgid "Remember whether the sidebar is open"
-msgstr ""
-
-#: data/code.metainfo.xml.in:181
-msgid "Set window title to the focused file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:182
-msgid "Add keyboard shortcuts for next and previous documents"
-msgstr ""
-
-#: data/code.metainfo.xml.in:183
-msgid "Show full document path in tab tooltip"
-msgstr ""
-
-#: data/code.metainfo.xml.in:184
-msgid "Update Pastebin plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:185
-msgid "Correctly indent last line when using the preserve whitespace plugin"
-msgstr ""
-
-#: data/code.metainfo.xml.in:186
-msgid "Keep syntax highlighting when duplicating a file"
-msgstr ""
-
-#: data/code.metainfo.xml.in:187
-msgid "Expand a collapsed folder if you attempt to open it twice"
-msgstr ""
-
-#: data/code.metainfo.xml.in:188
-msgid "Fix an issue where searches are lost when Code loses focus"
-msgstr ""
-
-#: data/code.metainfo.xml.in:189
-msgid "Start Vim plugin in command mode"
-msgstr ""
-
-#: data/code.metainfo.xml.in:190
-msgid "Fix and add new Vim commands"
-msgstr ""
-
-#: data/code.metainfo.xml.in:191
-msgid "Show project folders with a hidden root folder"
-msgstr ""
-
-#: data/code.metainfo.xml.in:192
-msgid "Allow launching with pkexec and disallow launching with sudo"
-msgstr ""
-
-#: data/code.metainfo.xml.in:193
-msgid "Remove split view"
-msgstr ""
-
-#: data/code.metainfo.xml.in:194
-msgid "Remove browser preview"
+#: data/io.elementary.code.desktop.in.in:4
+msgid "@NAME@"
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -406,10 +364,6 @@ msgstr ""
msgid "Code Editor"
msgstr ""
-#: data/io.elementary.code.desktop.in.in:8
-msgid "io.elementary.code"
-msgstr ""
-
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;code;"
msgstr ""
diff --git a/po/extra/zh_CN.po b/po/extra/zh_CN.po
index 0aa1f1cee0..8e339cd553 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,92 +19,96 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "کد"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "کد"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "پنهان کردن نوار جستجو"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
msgid "Find on Page…"
msgstr "باز کردن پرونده"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "پنهان کردن نوار جستجو"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Project templates"
msgid "Show Projects Sidebar"
msgstr "قالب پروژه ها"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "همه ی فایلها"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "پروندههای متنی"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "باز کردن چند پرونده"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "باز کردن"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "انصراف"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -254,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 ""
@@ -281,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "پرونده جدید"
@@ -348,137 +352,185 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "باز کردن پرونده"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "تغییر دادن تنظیمات اسکرچ"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "تغییر دادن تنظیمات اسکرچ"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "انصراف"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "آیا تغییرات سند %s پیش از بسته شدن ذخیره شوند؟"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"اگر تغییرات را ذخیره نکنید، موارد مربوط به ۴ ثانیه پیش از دست خواهند رفت."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "بستن بدون ذخیره کردن"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "ذخیره کردن"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "آیا تغییرات سند %s پیش از بسته شدن ذخیره شوند؟"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "ذخیره پرونده"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "سند جدید"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:781
#, 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 "%s قابل خواندن نیست.شاید خراب شده است."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"مکان فایل %s از دستگاه جدا شده است.مایلید در جایی دیگر آنرا ذخیره نمایید؟"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "ذخیره به عنوان …"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid "The file %s was deleted."
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "پرونده %s حذف شده است."
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, fuzzy, c-format
+#: src/Services/Document.vala:882
+#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"شما نمی توانید تغییرات انجام شده روی %s را ذخیره کنید.مایلید جایی دیگر آنرا "
-"ذخیره کنید؟"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "ذخیره کردن تغییرات در جایی دیگر"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "ارسال"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "ذخیره کردن پرونده کنونی"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "قالبها"
@@ -497,8 +549,8 @@ msgid "No Project Selected"
msgstr "قالب پروژه ها"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -507,62 +559,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "پروندههای متنی"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "نمایش نگارش"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "نمایش شماره خطوط:"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "دندانهگذاری خودکار:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "قرار دادن فاصله به جای تب:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "عرض هر تب:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "رفتن به خط:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -638,59 +690,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "جستجو"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "هرگز"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Next Search"
+msgid "Search Options"
+msgstr "جستجوی بعدی"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "جایگزینی با"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "جایگزینی"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "جايگزينی همه"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -780,10 +850,6 @@ msgstr ""
msgid "Select Format"
msgstr "انتخاب قلم:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "هرگز"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "ده دقیقه"
@@ -813,6 +879,35 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "مجموعه افزونهها"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "مجموعه افزونهها"
+
+#~ msgid "Save As…"
+#~ msgstr "ذخیره به عنوان …"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "شما نمی توانید تغییرات انجام شده روی %s را ذخیره کنید.مایلید جایی دیگر "
+#~ "آنرا ذخیره کنید؟"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "شما نمی توانید تغییرات انجام شده روی %s را ذخیره کنید.مایلید جایی دیگر "
+#~ "آنرا ذخیره کنید؟"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "ذخیره کردن تغییرات در جایی دیگر"
+
#, fuzzy
#~ msgid "Open Project Folder…"
#~ msgstr "باز کردن پرونده"
@@ -836,9 +931,6 @@ msgstr ""
#~ msgid "Others…"
#~ msgstr "دیگر موارد..."
-#~ msgid "Upload"
-#~ msgstr "ارسال"
-
#~ msgid "Other formats"
#~ msgstr "قالبهای دیگر"
@@ -960,9 +1052,6 @@ msgstr ""
#~ msgid "Previous Search"
#~ msgstr "جستجوی قبلی"
-#~ msgid "Save the current file"
-#~ msgstr "ذخیره کردن پرونده کنونی"
-
#~ msgid "Save as"
#~ msgstr "ذخیره به نام"
@@ -1002,9 +1091,6 @@ msgstr ""
#~ msgid "Do you want to reload it?"
#~ msgstr "آیا میخواهید آن را دوباره بارگذاری کنید؟"
-#~ msgid "The file %s was deleted."
-#~ msgstr "پرونده %s حذف شده است."
-
#~ msgid "Do you want to create it again?"
#~ msgstr "آیا میخواهید آن را دوباره بسازید؟"
diff --git a/po/ff.po b/po/ff.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 8aa9886b17..5639dfbb42 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-01-17 17:39+0000\n"
-"PO-Revision-Date: 2022-11-19 08:15+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-03 13:07+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish \n"
"Language: fi\n"
@@ -16,97 +16,95 @@ 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 "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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Koodi (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Koodi"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Piilota hakupalkki"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Find in Project…"
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
-msgstr "Etsi projektista…"
+msgstr "Etsi sivulta…"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "Piilota hakupalkki"
+msgstr "Piilota projektipalkki"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "Näytä esikatselu"
+msgstr "Näytä projektipalkki"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "No Symbols Found"
msgid "Show Symbol Outline"
msgstr "Symboleja ei löytynyt"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Kaikki tiedostot"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Tekstitiedostot"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Avaa tiedostoja"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Avaa"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Peru"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Avaa"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Peru"
@@ -258,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"
@@ -283,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -344,134 +342,179 @@ msgstr[1] "Palauta %u piilotettua asiakirjaa"
msgid "Find in Project…"
msgstr "Etsi projektista…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Muokattu"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Virhe uutta haaraa luotaessa: “%s”"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Uusi haara…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Haara"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s ei ole tekstitiedosto"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Koodi ei voi ladata tämäntyyppistä tiedostoa."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Lataa silti"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "Tiedoston \"%s\" lataaminen kestää kauan"
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "Tiedoston “%s” lataaminen kestää kauan"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Koodi lataa tiedostoa. Ole hyvä ja odota."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Peru lataaminen"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
-msgstr "Tallennetaanko tiedostoon \"%s\" tehdyt muutokset ennen sulkemista?"
+msgid "Save changes to “%s” before closing?"
+msgstr "Tallennetaanko tiedostoon “%s” tehdyt muutokset ennen sulkemista?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Jos et tallenna, muutokset katoavat pysyvästi."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Sulje tallentamatta"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Tallenna"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, 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:605
msgid "Save File"
msgstr "Tallenna tiedosto"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Uusi asiakirja"
-#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#. No path for a new document
+#: src/Services/Document.vala:712
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Tiedostoa \"%s\" ei voitu lukea"
-
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+msgid "Cannot save this document to %s"
msgstr ""
-"Se voi olla rikkoutunut, tai tarvittava käyttöoikeus sen lukemiseen puuttuu."
-#: src/Services/Document.vala:743
+#. Show an error view which says "Hey, I cannot read that file!"
+#: src/Services/Document.vala:778
#, c-format
+msgid "Cannot read text in file “%s”"
+msgstr "Tiedoston “%s” tekstiä ei voi lukea"
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "Tarvittava käyttöoikeus sen lukemiseen saattaa puuttua."
+
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr "Näytä silti"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file “%s” was unmounted. Do you want to save "
+#| "somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"Liitos, jossa tiedosto \"%s\" sijaitsee, irrotettiin. Haluatko tallentaa "
+"Liitos, jossa tiedosto “%s” sijaitsee, irrotettiin. Haluatko tallentaa "
"tiedoston jonnekin muualle?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Tallenna nimellä…"
-
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "Tiedosto \"%s\" poistettiin. Haluatko tallentaa sen silti?"
-
-#: src/Services/Document.vala:769
-#, c-format
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid "File “%s” was modified by an external application."
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "Tiedostoa “%s” muokattiin toisella sovelluksella."
+
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:882
+#, fuzzy, c-format
+#| msgid "File “%s” was modified by an external application."
+msgid "File “%s” was modified by an external application"
+msgstr "Tiedostoa “%s” muokattiin toisella sovelluksella."
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Et voi tallentaa muutoksia tiedostoon \"%s\". Haluatko tallentaa tehdyt "
-"muutokset toiseen sijaintiin?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Tallenna muutokset muualle"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-"Tiedostoa \"%s\" muokattiin toisella sovelluksella. Haluatko ladata "
-"tiedoston uudelleen vai jatkaa muokkaamista?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Lataa"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Tallenna kaksoiskappale…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Jatka"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Lataa uudelleen"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the document elsewhere"
+msgid "Save Document elsewhere"
+msgstr "Tallenna asiakirja muualle"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Mallit"
@@ -488,8 +531,8 @@ msgid "No Project Selected"
msgstr "Projektia ei ole valittu"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Aktiivinen Git-projekti: %s"
@@ -498,61 +541,55 @@ msgstr "Aktiivinen Git-projekti: %s"
msgid "Filter projects"
msgstr "Suodata projekteja"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Tekstitiedosto lähteestä %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Syntaksin korostus"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Rivinumero"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Suodata kieliä"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Tavallinen teksti"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
-msgstr ""
+msgstr "Jotkin asetukset on asetettu EditorConfig-tiedostolla"
-#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "Automaattinen sisennys:"
+msgstr "Automaattinen sisennys"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
-msgstr "Käytä välilyöntejä sarkainten tilalla:"
+msgstr "Käytä välilyöntejä sarkainten tilalla"
-#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "Sarkaimen leveys:"
+msgstr "Sarkaimen leveys"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Siirry riville:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d välilyönti"
msgstr[1] "%d välilyöntiä"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -612,10 +649,8 @@ msgid "Hide Terminal"
msgstr "Piilota pääte"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
-#| msgid "Open Folder"
msgid "Open Folder…"
-msgstr "Avaa kansio"
+msgstr "Avaa kansio…"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
@@ -629,59 +664,75 @@ msgstr "Aakkosta"
msgid "Manage project folders"
msgstr "Hallitse projektikansioita"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Etsi"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr "ei tuloksia"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "Ei tuloksia"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Etsi seuraava"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Etsi seuraava"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Syklinen haku"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Ei koskaan"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Aina"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Huomioi kirjainkoko"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Älä huomioi kirjainkokoa"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "Käytä säännöllisiä lausekkeita"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Hakuvalinnat"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Korvaava merkkijono"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Korvaa"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Korvaa kaikki"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d/%d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "ei tuloksia"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Järjestä valitut rivit"
@@ -763,10 +814,6 @@ msgstr "Käytettävissä olevat muodot"
msgid "Select Format"
msgstr "Valitse muoto"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Ei koskaan"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Kymmenen minuuttia"
@@ -796,6 +843,54 @@ msgstr "Asenna vähintään yksi [aspell]-sanakirja."
msgid "%s - Word Completion"
msgstr "%s - Sanojen täydennys"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Tiedosto “%s” poistettiin."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Laajennusjoukko"
+
+#~ msgid "plugin"
+#~ msgstr "liitännäinen"
+
+#~ msgid "Save As…"
+#~ msgstr "Tallenna nimellä…"
+
+#~ msgid "Load"
+#~ msgstr "Lataa"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Et voi tallentaa muutoksia tiedostoon \"%s\". Haluatko tallentaa tehdyt "
+#~ "muutokset toiseen sijaintiin?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Et voi tallentaa muutoksia tiedostoon \"%s\". Haluatko tallentaa tehdyt "
+#~ "muutokset toiseen sijaintiin?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Tiedostoa \"%s\" ei voitu lukea"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Älä huomioi kirjainkokoa"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Tallenna muutokset muualle"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Avaa projektikansio…"
@@ -814,9 +909,6 @@ msgstr "%s - Sanojen täydennys"
#~ msgid "For selected text"
#~ msgstr "Valitulle tekstille"
-#~ msgid "Always"
-#~ msgstr "Aina"
-
#~ msgid "High Contrast"
#~ msgstr "Suuri kontrasti"
@@ -900,9 +992,6 @@ msgstr "%s - Sanojen täydennys"
#~ msgid "Others…"
#~ msgstr "Muut…"
-#~ msgid "Upload"
-#~ msgstr "Lähetä"
-
#~ msgid "Other formats"
#~ msgstr "Muut muodot"
@@ -1232,9 +1321,6 @@ msgstr "%s - Sanojen täydennys"
#~ msgid "Draw spaces:"
#~ msgstr "Väritä välilyönnit:"
-#~ msgid "Save the current file"
-#~ msgstr "Tallenna nykyinen tiedosto"
-
#~ msgid "Save as"
#~ msgstr "Tallenna nimellä"
@@ -1284,9 +1370,6 @@ msgstr "%s - Sanojen täydennys"
#~ msgid "The file %s was modified."
#~ msgstr "Tiedostoa %s muokattiin."
-#~ msgid "The file %s was deleted."
-#~ msgstr "Tiedosto %s poistettiin."
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "Asiakirjassa on tallentamattomia muutoksia!"
diff --git a/po/fj.po b/po/fj.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/fo.po b/po/fo.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 3949ccbdf8..2ca0c04bf8 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-13 10:04+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-21 09:07+0000\n"
"Last-Translator: Nathan \n"
"Language-Team: French \n"
"Language: fr\n"
@@ -16,97 +16,93 @@ 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 "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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Code (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Cacher la barre de recherche"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr "Rechercher sur la page…"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "Cacher la barre de recherche"
+msgstr "Masquer la barre latérale des projets"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "Afficher l'aperçu"
+msgstr "Afficher la barre latérale des projets"
-#: src/MainWindow.vala:328
-#, fuzzy
-#| msgid "Toggle Symbol Outline"
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr "Liste des symboles"
+msgstr "Masquer le contour des symboles"
-#: src/MainWindow.vala:333
-#, fuzzy
-#| msgid "Toggle Symbol Outline"
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
-msgstr "Liste des symboles"
+msgstr "Afficher le contour des symboles"
+
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Tous les fichiers"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Fichiers texte"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Ouvrez des fichiers"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Ouvrir"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annuler"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Ouvrir"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Annuler"
@@ -257,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"
@@ -282,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -343,136 +339,180 @@ msgstr[1] "Afficher %u documents cachés"
msgid "Find in Project…"
msgstr "Rechercher dans le projet…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Modifié"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Erreur lors de la création de la nouvelle branche : « %s »"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Nouvelle branche…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Branche"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s n'est pas un fichier texte"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code ne chargera pas ce type de fichier."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Ouvrir quand-même"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "Le chargement du fichier « %s » semble prendre beaucoup de temps"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Veuillez patienter pendant que Code charge le fichier."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Annuler le chargement"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-"Voulez-vous enregistrer les modifications apportées à %s avant de fermer ?"
+"Voulez-vous enregistrer les modifications apportées à « %s » avant de "
+"fermer ?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Si vous n'enregistrez pas, les modifications seront perdues définitivement."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Fermer sans enregistrer"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Enregistrer"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "L'enregistrement vers « %s » a échoué."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Enregistrer le fichier"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nouveau document"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Impossible de lire le fichier « %s »"
+msgid "Cannot read text in file “%s”"
+msgstr "Rechercher du texte dans le dossier « %s »"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr "Il peut être corrompu ou vous n'avez pas la permission de le lire."
+#: src/Services/Document.vala:781
+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:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr "Afficher quand-même"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"Le répertoire contenant le fichier « %s » a été démonté. Voulez-vous "
-"l'enregistrer ailleurs ?"
+"L'emplacement contenant le fichier « %s » a été démonté et certaines "
+"modifications n'ont pas été enregistrées."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Enregistrer sous…"
-
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:822
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-"Le fichier « %s » a été supprimé. Voulez-vous tout de même l'enregistrer ?"
+"Le fichier « %s » a été supprimé et certaines modifications n'ont pas été "
+"enregistrées."
-#: src/Services/Document.vala:769
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
+msgid "File “%s” does not have write permission."
+msgstr "Le fichier « %s » n'est pas accessible en écriture."
+
+#: src/Services/Document.vala:882
+#, 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:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Impossible d'enregistrer les modifications dans le fichier « %s ». Voulez-"
-"vous les enregistrer dans un emplacement différent ?"
+"Certaines modifications n'ont pas été enregistrées. Recharger le document "
+"écrasera ces modifications."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Enregistrer les modifications ailleurs"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
+"Le document a été modifié depuis que vous l'avez enregistré pour la première "
+"fois."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Le fichier « %s » a été modifié par une application externe. Voulez-vous le "
-"recharger ou continuer votre édition ?"
+"« %s » ne peut pas être enregistré ici. Enregistrer un doublon ailleurs ?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Ignorer"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Charger"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Enregistrer un doublon…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Continuer"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Recharger"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "Écraser"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "Enregistrer le document ailleurs"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Modèles"
@@ -489,8 +529,8 @@ msgid "No Project Selected"
msgstr "Aucun projet sélectionné"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Projet Git actif : %s"
@@ -499,64 +539,55 @@ msgstr "Projet Git actif : %s"
msgid "Filter projects"
msgstr "Filtrer les projets"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
-msgstr "Fichier texte à partir de %s:%d"
+msgstr "Fichier texte du %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Coloration syntaxique"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Numéro de ligne"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtrer les langages"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Texte brut"
-#: src/Widgets/FormatBar.vala:145
-#, fuzzy
-#| msgid "Indent width and style set by EditorConfig file"
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
-msgstr ""
-"Largeur d'indentation et style de code définis par le fichier EditorConfig"
+msgstr "Certains paramètres sont définis par le fichier EditorConfig"
-#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "Indentation automatique :"
+msgstr "Indentation automatique"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
-msgstr "Insérer des espaces au lieu des tabulations :"
+msgstr "Insérer des espaces au lieu des tabulations"
-#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "Largeur des tabulations :"
+msgstr "Largeur des tabulations"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Aller à la ligne :"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d espace"
msgstr[1] "%d espaces"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -616,10 +647,8 @@ msgid "Hide Terminal"
msgstr "Cacher le terminal"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
-#| msgid "Open Folder"
msgid "Open Folder…"
-msgstr "Ouvrir un dossier"
+msgstr "Ouvrir un dossier…"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
@@ -633,59 +662,75 @@ msgstr "Trier par ordre alphabétique"
msgid "Manage project folders"
msgstr "Gérer les dossiers du projet"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Rechercher"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr "Aucun résultat"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Rechercher le suivant"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Rechercher le précédent"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Recherche cyclique"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Jamais"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Casse mixte"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Toujours"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Sensible à la casse"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Insensible à la casse"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "Utiliser des expressions régulières"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Faire correspondre des mots entiers"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Options de recherche"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Remplacer par"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Remplacer"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Tout remplacer"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d sur %d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "Aucun résultat"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Trier les lignes sélectionnées"
@@ -767,10 +812,6 @@ msgstr "Formats disponibles"
msgid "Select Format"
msgstr "Choisissez un format"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Jamais"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Dix minutes"
@@ -800,6 +841,48 @@ msgstr "Veuillez installer au moins un dictionnaire [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Autocomplétion"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Le fichier « %s » a été supprimé."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Ensemble de plugins"
+
+#~ msgid "plugin"
+#~ msgstr "extension"
+
+#~ msgid "Save As…"
+#~ msgstr "Enregistrer sous…"
+
+#~ msgid "Load"
+#~ msgstr "Charger"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Impossible d'enregistrer le document dans « %s ». Voulez-vous enregistrer "
+#~ "le fichier dans un emplacement différent ?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Impossible d'enregistrer les modifications dans le fichier « %s ». Voulez-"
+#~ "vous les enregistrer dans un emplacement différent ?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Impossible de lire le fichier « %s »"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Insensible à la casse"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Enregistrer les modifications ailleurs"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Ouvrir le dossier du projet…"
@@ -821,9 +904,6 @@ msgstr "%s - Autocomplétion"
#~ msgid "For selected text"
#~ msgstr "Pour le texte sélectionné"
-#~ msgid "Always"
-#~ msgstr "Toujours"
-
#~ msgid "High Contrast"
#~ msgstr "Contraste élevé"
@@ -913,9 +993,6 @@ msgstr "%s - Autocomplétion"
#~ msgid "Others…"
#~ msgstr "Autres…"
-#~ msgid "Upload"
-#~ msgstr "Téléverser"
-
#~ msgid "Other formats"
#~ msgstr "Autres formats"
@@ -1339,12 +1416,6 @@ msgstr "%s - Autocomplétion"
#~ msgid "The file %s was modified."
#~ msgstr "Ce fichier %s a été modifié."
-#~ msgid "The file %s was deleted."
-#~ msgstr "Ce fichier %s a été supprimé."
-
-#~ msgid "Save the current file"
-#~ msgstr "Enregistrer le fichier actuel"
-
#~ msgid "Choose the new location"
#~ msgstr "Choisir le nouvel emplacement"
diff --git a/po/fr_CA.po b/po/fr_CA.po
index 15249eb975..bcdf346b29 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,91 +18,95 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Sykbalke ferbergje"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
msgid "Find on Page…"
msgstr "In bestân iepenje"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Sykbalke ferbergje"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Project templates"
msgid "Show Projects Sidebar"
msgstr "Projektsjabloanen"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "In pear bestannen iepenje"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Iepenje"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -249,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 ""
@@ -275,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -341,130 +345,173 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "In bestân iepenje"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Scratch-ynstellings feroarje"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Scratch-ynstellings feroarje"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Wizigings yn dokumint %s bewarje?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "Slute sûnder bewarje"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Bewarje"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "Wizigings yn dokumint %s bewarje?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Bestân bewarje"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nij dokumint"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Aktive bestân bewarje"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Sjabloanen"
@@ -483,8 +530,8 @@ msgid "No Project Selected"
msgstr "Projektsjabloanen"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -493,55 +540,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -617,59 +664,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Ferfange"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -754,10 +817,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -863,6 +922,3 @@ msgstr ""
#~ "Launchpad Contributions:\n"
#~ " Mario Guerriero https://launchpad.net/~mefrio-g\n"
#~ " Mathijs de J. https://launchpad.net/~mathijs-h"
-
-#~ msgid "Save the current file"
-#~ msgstr "Aktive bestân bewarje"
diff --git a/po/ga.po b/po/ga.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/gd.po b/po/gd.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index 29fae9cacd..539d511ce1 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-02-25 20:09+0000\n"
"Last-Translator: Daniel R. \n"
"Language-Team: Galician \n"
@@ -19,94 +19,99 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "Code"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Agochar a barra de buscas"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "Abrir un cartafol"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Agochar a barra de buscas"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Mostrar vista previa"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "Simbolos"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Todos os ficheiros"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Ficheiros de texto"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Abrir algúns ficheiros"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Abrir"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancelar"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Abrir"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Cancelar"
@@ -261,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"
@@ -286,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -355,135 +360,197 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Abrir un cartafol"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Rama"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Rama"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s non é un ficheiro de texto"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Code non abrirá este tipo de ficheiro."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Cargar de todos modos"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "Cargando Ficheiro \"%s\" Está a Tomar Moito Tempo"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Por favor agarda mentres Code está cargando o ficheiro."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Cancelar carga"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Gardar os cambios ao documento «%s» antes de pechar?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Se non garda o documento, os cambios perderanse permanentemente."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Pechar sen gardar cambios"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Gardar"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, 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:605
msgid "Save File"
msgstr "Gardar o ficheiro"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Novo documento"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "O Ficheiro \"%s\" Non Pode Ser Lido"
+msgid "Cannot read text in file “%s”"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "Cargar de todos modos"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"A ubicación que conten o arquivo \"%s\" está desmotanda. Quere gardar en "
"outro sitio?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Gardar como…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"O arquivo \"%s\" foi modificado por unha aplicación externa. Desexa cargalo "
+"de novo ou continuar editando?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"O arquivo \"%s\" foi modificado por unha aplicación externa. Desexa cargalo "
+"de novo ou continuar editando?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Non se poden gardar os cambios no arquivo \"%s\". Quere gardar os cambios en "
-"outro lugar?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Gardar os cambios noutro lugar"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"O arquivo \"%s\" foi modificado por unha aplicación externa. Desexa cargalo "
-"de novo ou continuar editando?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Cargar"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Continuar"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Enviar"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Gardar o ficheiro actual"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Modelos"
@@ -502,8 +569,8 @@ msgid "No Project Selected"
msgstr "Modelos de proxecto"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -512,61 +579,61 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Ficheiros de texto de %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Realce da sintaxe"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Número de liña"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtrar linguaxes"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Texto plano"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Sangría automática:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Inserir espazos no canto de tabulacións:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Largo do tabulador:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Ir á liña:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Espacio"
msgstr[1] "%d Espacios"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -643,59 +710,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Buscar"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Buscar seguinte"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Buscar anterior"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Búsqueda cíclica"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Nunca"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Sempre"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Buscar anterior"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Substituír por"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Substituír"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Substituír todo"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Ordenar liñas seleccionadas"
@@ -781,10 +866,6 @@ msgstr ""
msgid "Select Format"
msgstr "Escolla un tipo de letra:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Nunca"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Dez minutos"
@@ -814,6 +895,52 @@ msgstr "Por favor, instale polo menos un diccionario [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Completado de palabras"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "O ficheiro %s foi eliminado."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Conxunto de engadidos"
+
+#~ msgid "plugin"
+#~ msgstr "complemento"
+
+#~ msgid "Save As…"
+#~ msgstr "Gardar como…"
+
+#~ msgid "Load"
+#~ msgstr "Cargar"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Non se poden gardar os cambios no arquivo \"%s\". Quere gardar os cambios "
+#~ "en outro lugar?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Non se poden gardar os cambios no arquivo \"%s\". Quere gardar os cambios "
+#~ "en outro lugar?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "O Ficheiro \"%s\" Non Pode Ser Lido"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Gardar os cambios noutro lugar"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -834,9 +961,6 @@ msgstr "%s - Completado de palabras"
#~ msgid "For selected text"
#~ msgstr "Para o texto seleccionado"
-#~ msgid "Always"
-#~ msgstr "Sempre"
-
#~ msgid "High Contrast"
#~ msgstr "Alto contraste"
@@ -910,9 +1034,6 @@ msgstr "%s - Completado de palabras"
#~ msgid "Others…"
#~ msgstr "Outros…"
-#~ msgid "Upload"
-#~ msgstr "Enviar"
-
#~ msgid "Other formats"
#~ msgstr "Outros formatos"
@@ -1146,9 +1267,6 @@ msgstr "%s - Completado de palabras"
#~ msgid "Save as"
#~ msgstr "Gardar como"
-#~ msgid "Save the current file"
-#~ msgstr "Gardar o ficheiro actual"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Gardar o ficheiro actual cun nome diferente"
@@ -1228,9 +1346,6 @@ msgstr "%s - Completado de palabras"
#~ msgid "The file %s was modified."
#~ msgstr "O ficheiro %s foi modificado."
-#~ msgid "The file %s was deleted."
-#~ msgstr "O ficheiro %s foi eliminado."
-
#~ msgid "You can't save changes to:"
#~ msgstr "Non pode gardar os cambios en:"
diff --git a/po/gn.po b/po/gn.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/gu.po b/po/gu.po
index 89e276f192..c92c3f74cd 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Gujarati \n"
@@ -18,91 +18,95 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "શોધ બારને છુપાવો"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
msgid "Find on Page…"
msgstr "ફાઈલ ખોલો"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "શોધ બારને છુપાવો"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Project templates"
msgid "Show Projects Sidebar"
msgstr "પ્રોજેક્ટના ટેમ્પલેટ્સ"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "બધી ફાઇલો"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "ખોલો"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -249,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 ""
@@ -275,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "નવી ફાઈલ"
@@ -341,130 +345,173 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "ફાઈલ ખોલો"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "Scratch ના સેટિંગ્સ બદલો"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "Scratch ના સેટિંગ્સ બદલો"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "સંગ્રહ કર્યા વગર બંધ કરો"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "સાચવો"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "ફાઇલને સાચવો"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:743
+#. 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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "સાચવો આ પ્રમાણે..."
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "ચાલુ રાખો"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "અપલોડ"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "ટેમ્પલેટ્સ"
@@ -483,8 +530,8 @@ msgid "No Project Selected"
msgstr "પ્રોજેક્ટના ટેમ્પલેટ્સ"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -493,62 +540,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "વાક્યરચનાને પ્રકાશિત કરી રહ્યુ છે"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "લીટી નંબર બતાવો"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "સ્વયંસંચાલિત ઇન્ડેનટેસન"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "ટેબ્સને બદલે જગ્યાઓ સામેલ કરો"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "ટૅબની પહોળાઈ"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -624,59 +671,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "શોધો"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "ક્યારેય નહી"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "ની સાથે બદલો"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "બદલો"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "બધા બદલો"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -763,10 +826,6 @@ msgstr ""
msgid "Select Format"
msgstr "અક્ષર પસંદ કરો"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "ક્યારેય નહી"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -796,6 +855,9 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Save As…"
+#~ msgstr "સાચવો આ પ્રમાણે..."
+
#, fuzzy
#~ msgid "Open Project Folder…"
#~ msgstr "ફાઈલ ખોલો"
@@ -803,9 +865,6 @@ msgstr ""
#~ msgid "Find…"
#~ msgstr "શોધો..."
-#~ msgid "Upload"
-#~ msgstr "અપલોડ"
-
#~ msgid "Add New View"
#~ msgstr "નવો દેખાવ ઉમેરો"
diff --git a/po/gv.po b/po/gv.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ha.po b/po/ha.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/he.po b/po/he.po
index d64df16319..617653a487 100644
--- a/po/he.po
+++ b/po/he.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-16 07:00+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-12 15:07+0000\n"
"Last-Translator: Yaron Shahrabani \n"
"Language-Team: Hebrew \n"
"Language: he\n"
@@ -16,89 +16,93 @@ 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: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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "קוד (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "קוד"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "הסתרת סרגל החיפוש"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr "איתור בעמוד…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr "הסתרת סרגל המיזמים"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr "הצגת סרגל המיזמים"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr "הסתרת קווי מתאר של סמלים"
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr "הצגת קווי מתאר של סמלים"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "כל הקבצים"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "קבצי טקסט"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "פתיחת מספר קבצים"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "פתיחה"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "ביטול"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_פתיחה"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_ביטול"
@@ -245,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 "העברה לאשפה"
@@ -270,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "קובץ חדש"
@@ -331,128 +335,168 @@ msgstr[1] "שחזור %u מסמכים נסתרים"
msgid "Find in Project…"
msgstr "איתור במיזם…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "נערכה"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "שגיאה ביצירת ענף חדש: „%s”"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "ענף חדש…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "ענף"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s אינו קובץ טקסט"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "קוד לא ידע לטעון סוג כזה של קובץ."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "לטעון בכל זאת"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "טעינת הקובץ „%s” אורכת זמן רב"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "נא להמתין בזמן שקוד טוען את הקובץ."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "ביטול הטעינה"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "לשמור את השינויים אל „%s” לפני הסגירה?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "בחירה שלא לשמור תוביל לאבדן השינויים לעד."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "סגירה ללא שמירה"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "שמירה"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "השמירה אל „%s” נכשלה."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "שמירת קובץ"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "מסמך חדש"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "לא ניתן לקרוא את הקובץ „%s”"
+msgid "Cannot read text in file “%s”"
+msgstr "לא ניתן לקרוא טקסט בקובץ „%s”"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr "יתכן שהוא פגום או שאין לך את ההרשאות המתאימות כדי לקרוא ממנו."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "כנראה שאין לך הרשאות לקרוא את הקובץ."
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr "להציג בכל זאת"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
-msgstr "בוטלה העגינה של המקום המכיל את הקובץ „%s”. האם לשמור במקום אחר?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
+msgstr "בוטלה העגינה של המקום המכיל את הקובץ „%s” והיו שינויים שלא נשמרו."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "שמירה בשם…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "הקובץ „%s” נמחק ויש שינויים שלא נשמרו."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "הקובץ „%s” נמחק. האם לשמור בכל זאת?"
+msgid "File “%s” does not have write permission."
+msgstr "לקובץ „%s” אין הרשאות כתיבה."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr "הקובץ „%s” נערך ביישום חיצוני"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
-msgstr "לא ניתן לשמור שינויים לקובץ „%s”. לשמור את השינויים לקובץ אחר?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
+msgstr "יש גם שינויים שלא נשמרו. טעינת המסמך מחדש ישכתב את השינויים שלא נשמרו."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "שמירת השינויים במקום אחר"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr "המסמך נערך חיצונית מאז ששמרת אותו לאחרונה."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
-msgstr ""
-"הקובץ „%s” שונה באמצעות יישום חיצוני. האם לטעון אותו שוב או להמשיך בעריכה?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr "אי אפשר לשמור לכאן את „%s”. לשמור שכפול במקום אחר?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "התעלמות"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "טעינה"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "שמירת שכפול…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "המשך"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "רענון"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "לשכתב"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "לשמור את המסמך במקום אחר"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "תבניות"
@@ -469,8 +513,8 @@ msgid "No Project Selected"
msgstr "לא נבחר מיזם"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "מיזם Git פעיל: %s"
@@ -479,55 +523,55 @@ msgstr "מיזם Git פעיל: %s"
msgid "Filter projects"
msgstr "סינון מיזמים"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "קובץ טקסט מ־%s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "הדגשת תחביר"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "שורה מספר"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "סינון שפות"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "טקסט פשוט"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr "חלק מההגדרות הוגדרו על ידי קובץ הגדרות עורך (EditorConfig)"
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr "הזחה אוטומטית"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr "הוספת רווחים במקום טאבים"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr "רוחב טאב"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "מעבר לשורה:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "רווח אחד"
msgstr[1] "%d רווחים"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -602,59 +646,75 @@ msgstr "סידור אלפביתי"
msgid "Manage project folders"
msgstr "ניהול תיקיות המיזם"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "חיפוש"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr "אין תוצאות"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "חיפוש הבא"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "חיפוש הקודם"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "חיפוש מעגלי"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "לעולם לא"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "גדולות וקטנות"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "תמיד"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "תלוי רישיות"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "ללא תלות ברישיות"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "שימוש בביטויים רגולריים"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "לכידת מילים שלמות"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "אפשרויות חיפוש"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "החלפה ב־"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "החלפה"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "החלפת הכול"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d מתוך %d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "אין תוצאות"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "סידור השורות הנבחרות"
@@ -736,10 +796,6 @@ msgstr "תצורות זמינות"
msgid "Select Format"
msgstr "בחירת תצורה"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "לעולם לא"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "עשר דקות"
@@ -769,6 +825,44 @@ msgstr "נא להתקין לפחות מילון [aspell] אחד."
msgid "%s - Word Completion"
msgstr "%s - השלמת מילים"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "הקובץ „%s” נמחק."
+
+#~ msgid "Set of plugins"
+#~ msgstr "ערכת תוספים"
+
+#~ msgid "plugin"
+#~ msgstr "תוסף"
+
+#~ msgid "Save As…"
+#~ msgstr "שמירה בשם…"
+
+#~ msgid "Load"
+#~ msgstr "טעינה"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr "לא ניתן לשמור את המסמך אל „%s”. לשמור את הקובץ במקום אחר?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr "לא ניתן לשמור שינויים לקובץ „%s”. לשמור את השינויים לקובץ אחר?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "לא ניתן לקרוא את הקובץ „%s”"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "ללא תלות ברישיות"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "שמירת השינויים במקום אחר"
+
#~ msgid "Open Project Folder…"
#~ msgstr "לפתוח תיקיית מיזם…"
@@ -790,9 +884,6 @@ msgstr "%s - השלמת מילים"
#~ msgid "For selected text"
#~ msgstr "עבור הטקסט הנבחר"
-#~ msgid "Always"
-#~ msgstr "תמיד"
-
#~ msgid "High Contrast"
#~ msgstr "ניגודיות גבוהה"
@@ -877,9 +968,6 @@ msgstr "%s - השלמת מילים"
#~ msgid "Others…"
#~ msgstr "אחרים…"
-#~ msgid "Upload"
-#~ msgstr "העלאה"
-
#~ msgid "Other formats"
#~ msgstr "תסדירים אחרים"
@@ -1235,9 +1323,6 @@ msgstr "%s - השלמת מילים"
#~ msgid "Save as"
#~ msgstr "שמור בשם"
-#~ msgid "Save the current file"
-#~ msgstr "שומר את הקובץ הנוכחי"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "שומר את הקובץ הנוכחי בשם אחר"
@@ -1256,9 +1341,6 @@ msgstr "%s - השלמת מילים"
#~ msgid "Choose the new location"
#~ msgstr "בחר מיקום חדש"
-#~ msgid "The file %s was deleted."
-#~ msgstr "הקובץ %s נמחק."
-
#~ msgid "Draw spaces:"
#~ msgstr "צייר רווחים:"
diff --git a/po/hi.po b/po/hi.po
index 3bdd804862..c142dd2bbf 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-05-10 06:32+0000\n"
"Last-Translator: Prachi Joshi \n"
"Language-Team: Hindi \n"
@@ -19,95 +19,99 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "कोड"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "कोड"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "सर्च बार छुपायें"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open a folder"
msgid "Find on Page…"
msgstr "एक फ़ोल्डर खोलें"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "सर्च बार छुपायें"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "पूर्वावलोकन दिखाएँ"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "Symbols"
msgid "Show Symbol Outline"
msgstr "संकेत"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "सभी फाइलें"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "टेक्स्ट फाइलें"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "कुछ फ़ाइल खोलें"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "खोलें"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "रद्द करें"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "खोलें (_O)"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "रद्द करें (_C)"
@@ -257,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 "रद्दी में डालें"
@@ -282,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "नई फ़ाइल"
@@ -350,133 +354,195 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "एक फ़ोल्डर खोलें"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "शाखा बदलें"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "शाखा बदलें"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s एक टेक्स्ट फ़ाइल नहीं है"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "कोड इस प्रकार के फ़ाइल को लोड नहीं कर सकता।"
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "वैसे भी लोड करें"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "\"%s\" फ़ाइल लोड होने में ज्यादा समय ले रहा है"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "कृपया प्रतीक्षा करें जब तक कि कोड फ़ाइल लोड नहीं करता।"
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "लोड रद्द करें"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "डाँकयुमेन्ट बंद करनेसे पहले \"%s\" के बदलाव सेव करे?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "अगर आप फाइल को नहीं सहेजेंगे, तो बदलाव हमेशा के लिए खो जाएँगे |"
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "बिना सहेजे बंद करें"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "सहेजें"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Saving to “%s” failed."
+msgstr "डाँकयुमेन्ट बंद करनेसे पहले \"%s\" के बदलाव सेव करे?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "फ़ाइल सहेजें"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "नया दस्तावेज़"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "\"%s\" फ़ाइल पढ़ा नहीं जा सकता"
+msgid "Cannot read text in file “%s”"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "वैसे भी लोड करें"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr "फ़ाइल \"%s\" उक्त स्थान हटा दिया गया था। आप कहीं और सहेजना चाहते हैं?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "इस रूप में सहेजें…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"फ़ाइल \"%s\" किसी बाह्य एप्लीकेशन द्वारा बदला गया है. क्या आप इसे पुनः लोड करना चाहते "
+"हैं या संपादन जारी रखना चाहते हैं?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"फ़ाइल \"%s\" किसी बाह्य एप्लीकेशन द्वारा बदला गया है. क्या आप इसे पुनः लोड करना चाहते "
+"हैं या संपादन जारी रखना चाहते हैं?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"आप फाइल \"%s \" में किए बदलाव सुरक्षित नहीं कर सकते । क्या आप फाइल में किए गए बदलाव "
-"को अन्य स्थान पर सुरक्षित करना चाहते है ?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "बदलाव कहीं और सुरक्षित करें"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-"फ़ाइल \"%s\" किसी बाह्य एप्लीकेशन द्वारा बदला गया है. क्या आप इसे पुनः लोड करना चाहते "
-"हैं या संपादन जारी रखना चाहते हैं?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "लोड करें"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "जारी रखें"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "अपलोड करें"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "वर्तमान फाइल सहेजें"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "नमूने"
@@ -495,8 +561,8 @@ msgid "No Project Selected"
msgstr "प्रोजेक्ट टेम्प्लेट"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -505,61 +571,61 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "टेक्स्ट फाइलें %s से : %d तक"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "सिंटेक्स हाईलाइटिंग"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "पंक्ति नंबर"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "भाषाएं फ़िल्टर करें"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "सादा पाठ"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "स्वचालित हाशिया:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "टैब की जगह रिक्ति डालें:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "टैब चौड़ाई :"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "पंक्ति पर जायें:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d स्पेस"
msgstr[1] "%d स्पेस"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -636,59 +702,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "खोजें"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "अगला खोजे"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "पिछला खोजें"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "चक्रीय ख़ोज"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "कभी नहीं"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "सदैव"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "पिछला खोजें"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "के साथ बदलें"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "बदलें"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "सबको प्रतिस्थापित करें"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "चयनित लाइनों को क्रमबद्ध करें"
@@ -774,10 +858,6 @@ msgstr ""
msgid "Select Format"
msgstr "प्रारूप:"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "कभी नहीं"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "दस मिनट"
@@ -807,6 +887,53 @@ msgstr "कृपया कम से कम एक [aspell] शब्दको
msgid "%s - Word Completion"
msgstr "%s - शब्द समापन"
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr "फ़ाइल \"%s\" हटा दी गई थी।आप फिर भी सहेजना चाहते हैं?"
+
+#~ msgid "Set of plugins"
+#~ msgstr "प्लगइन्स का समूह"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "प्लगइन्स का समूह"
+
+#~ msgid "Save As…"
+#~ msgstr "इस रूप में सहेजें…"
+
+#~ msgid "Load"
+#~ msgstr "लोड करें"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "आप फाइल \"%s \" में किए बदलाव सुरक्षित नहीं कर सकते । क्या आप फाइल में किए गए "
+#~ "बदलाव को अन्य स्थान पर सुरक्षित करना चाहते है ?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "आप फाइल \"%s \" में किए बदलाव सुरक्षित नहीं कर सकते । क्या आप फाइल में किए गए "
+#~ "बदलाव को अन्य स्थान पर सुरक्षित करना चाहते है ?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "\"%s\" फ़ाइल पढ़ा नहीं जा सकता"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "बदलाव कहीं और सुरक्षित करें"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -827,9 +954,6 @@ msgstr "%s - शब्द समापन"
#~ msgid "For selected text"
#~ msgstr "चयनित पाठ के लिए"
-#~ msgid "Always"
-#~ msgstr "सदैव"
-
#~ msgid "High Contrast"
#~ msgstr "अधिक कंट्रास्ट"
@@ -903,9 +1027,6 @@ msgstr "%s - शब्द समापन"
#~ msgid "Others…"
#~ msgstr "अन्य…"
-#~ msgid "Upload"
-#~ msgstr "अपलोड करें"
-
#~ msgid "Other formats"
#~ msgstr "अन्य प्रारूप"
@@ -1117,9 +1238,6 @@ msgstr "%s - शब्द समापन"
#~ msgid "Save as"
#~ msgstr "ऐसे सहेजें"
-#~ msgid "Save the current file"
-#~ msgstr "वर्तमान फाइल सहेजें"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "वर्तमान फाइल अलग नाम से सहेजें"
diff --git a/po/ho.po b/po/ho.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index c25a634378..1bacdd4ceb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index 6fafec6b9a..a9b7b19613 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,99 +7,103 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-19 00:25+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-12 15:07+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"
"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: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…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "Kód (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Kód"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "A keresősáv elrejtése"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr "Keresés az oldalon…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr "A Projektek oldalsáv elrejtése"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr "A Projektek oldalsáv megjelenítése"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr "Szimbólumok körvonalának elrejtése"
+msgstr "Szimbólumkiemelés elrejtése"
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
-msgstr "Szimbólumok körvonalának megjelenítése"
+msgstr "Szimbólumkiemelés megjelenítése"
+
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Minden fájl"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Szövegfájlok"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Nyisson meg fájlokat"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Megnyitás"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Mégse"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "Meg_nyitás"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Mégse"
@@ -249,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"
@@ -274,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -335,135 +339,174 @@ msgstr[1] "%u elrejtett dokumentum visszaállítása"
msgid "Find in Project…"
msgstr "Keresés a projektben…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "Módosítva"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "Hiba az ág létrehozása közben: \"%s\""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "Új ág…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Ág"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "A(z) %s nem szövegfájl"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "A Kód nem tölt be ilyen típusú fájlt."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Betöltés mindenképp"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "A(z) \"%s\" fájl betöltése túl sokáig tart"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Várjon, amíg a Kód betölti a fájlt."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Betöltés megszakítása"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Menti a(z) %s módosításait bezárás előtt?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "Ha nem menti, akkor a módosítások véglegesen elvesznek."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Bezárás mentés nélkül"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Mentés"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "Mentés a(z) %s fájlba sikertelen."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "Fájl mentése"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Új dokumentum"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "A(z) \"%s\" fájl nem olvasható"
+msgid "Cannot read text in file “%s”"
+msgstr "A szöveg beolvasása sikertelen a(z) \"%s\" fájlban"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-"Lehet, hogy sérült, vagy nem rendelkezik a szükséges engedélyekkel ahhoz, "
-"hogy elolvashassa."
+"Lehet, hogy nem rendelkezik a szükséges engedélyekkel ahhoz, hogy olvashassa "
+"a fájlt."
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr "Megnyitás mindenképp"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"A hely, amely tartalmazta a(z) \"%s\" fájlt, leválasztásra került. Szeretné "
-"máshová menteni?"
+"A hely, amely tartalmazta a(z) \"%s\" fájlt, leválasztásra került és nem "
+"mentett módosítások vannak."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Mentés másként…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "A(z) \"%s\" fájl törōlve és nem mentett módosítások vannak."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "A(z) \"%s\" fájl törölve lett. Szeretné mégis menteni?"
+msgid "File “%s” does not have write permission."
+msgstr "A(z) \"%s\" fájlhoz nincs írási engedélye."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, 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:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Nem menthetők a(z) \"%s\" fájlon végzett módosítások. Szeretné a fájl "
-"módosításait egy másik helyre menteni?"
+"Nem mentett módosítások is vannak. A dokumentum újratöltése felülírja a nem "
+"mentett módosításokat."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Változtatások mentése máshova"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr "A dokumentum külső forrásból módosult a legutóbbi mentés óta."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
-msgstr ""
-"A(z) \"%s\" fájlt egy külső alkalmazás módosította. Szeretné újratölteni, "
-"vagy folytatja a szerkesztést?"
+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:809
-msgid "Load"
-msgstr "Betöltés"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Mellőzés"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Másolat mentése…"
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Folytatás"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Újratöltés"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "Felülírás"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "A dokumentum mentése máshova"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Sablonok"
@@ -480,8 +523,8 @@ msgid "No Project Selected"
msgstr "Nincs kiválasztott projekt"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "Aktív Git projekt: %s"
@@ -490,55 +533,55 @@ msgstr "Aktív Git projekt: %s"
msgid "Filter projects"
msgstr "Projektek szűrése"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "Szöveges fájl innen: %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Szintaxiskiemelés"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Sorszám"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Nyelvek szűrése"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Egyszerű szöveg"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr "Néhány beállítás az EditorConfig fájl által lett beállítva"
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr "Automatikus behúzás"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr "Szóközök beillesztése tabulátorok helyett"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr "Tabulátorok szélessége"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Ugrás erre a sorra:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d szóköz"
msgstr[1] "%d szóköz"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -587,7 +630,7 @@ msgstr "Rendszertéma követése"
#: src/Widgets/HeaderBar.vala:195 src/Widgets/HeaderBar.vala:265
msgid "Show Terminal"
-msgstr "Terminál mutatása"
+msgstr "Terminál megjelenítése"
#: src/Widgets/HeaderBar.vala:239
msgid "Menu"
@@ -613,59 +656,75 @@ msgstr "Betűrendbe"
msgid "Manage project folders"
msgstr "Projekt mappáinak kezelése"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Keresés"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr "nincs találat"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "Nincs találat"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Következő keresése"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Előző keresése"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Ciklikus keresés"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Soha"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Kevert"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Mindig"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Kis-nagybetű érzékeny"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Nem kis-nagybetű érzékeny"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "Reguláris kifejezések használata"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Teljes szavak illesztése"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Keresési beállítások"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Csere ezzel"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Csere"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Összes cseréje"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d/%d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "nincs találat"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "A kiválasztott sorok sorrendbe rakása"
@@ -747,10 +806,6 @@ msgstr "Elérhető formátumok"
msgid "Select Format"
msgstr "Formátum kiválasztása"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Soha"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Tíz perc"
@@ -780,6 +835,48 @@ msgstr "Telepítsen legalább egy [aspell] szótárt."
msgid "%s - Word Completion"
msgstr "%s - szókiegészítés"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "A(z) “%s” fájl törölve."
+
+#~ 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…"
+
+#~ msgid "Load"
+#~ msgstr "Betöltés"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Nem menthető a dokumentum a(z) \"%s\" helyre. Szeretné a fájlt egy másik "
+#~ "helyre menteni?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Nem menthetők a(z) \"%s\" fájlon végzett módosítások. Szeretné a fájl "
+#~ "módosításait egy másik helyre menteni?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "A(z) \"%s\" fájl nem olvasható"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Nem kis-nagybetű érzékeny"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Változtatások mentése máshova"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Projektmappa megnyitása…"
@@ -801,9 +898,6 @@ msgstr "%s - szókiegészítés"
#~ msgid "For selected text"
#~ msgstr "A kiválasztott szöveghez"
-#~ msgid "Always"
-#~ msgstr "Mindig"
-
#~ msgid "High Contrast"
#~ msgstr "Magas kontraszt"
@@ -882,9 +976,6 @@ msgstr "%s - szókiegészítés"
#~ msgid "Others…"
#~ msgstr "Egyéb..."
-#~ msgid "Upload"
-#~ msgstr "Feltöltés"
-
#~ msgid "Other formats"
#~ msgstr "Egyéb formátumok"
@@ -1204,9 +1295,6 @@ msgstr "%s - szókiegészítés"
#~ msgid "Save as"
#~ msgstr "Mentés másként"
-#~ msgid "Save the current file"
-#~ msgstr "A jelenlegi fájl mentése"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "A jelenlegi fájl mentése más néven"
@@ -1280,9 +1368,6 @@ msgstr "%s - szókiegészítés"
#~ msgid "There are unsaved changes!"
#~ msgstr "Mentetlen módosítások vannak!"
-#~ msgid "The file %s was deleted."
-#~ msgstr "A(z) %s fájl törölve."
-
#~ msgid "Save unsaved changes to file %s before closing?"
#~ msgstr "Menti a mentetlen változtatásokat a(z) %s fájlba bezárás előtt?"
diff --git a/po/hy.po b/po/hy.po
index a3a2465cfb..87c786d361 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:38+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Փոխարինել"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/hz.po b/po/hz.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ia.po b/po/ia.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/id.po b/po/id.po
index 28edf41fd0..e516653eba 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,159 +6,152 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+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-08-01 20:46+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
+#, c-format
+msgid "Code (%s)"
+msgstr "Kode (%s)"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
-msgstr "Code"
+msgstr "Kode"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
-msgstr "Sembunyikan bilah cari"
+msgstr "Sembunyikan bilah pencarian"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Open a folder"
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
-msgstr "Buka Folder"
+msgstr "Temukan pada Halaman…"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "Sembunyikan bilah cari"
+msgstr "Sembunyikan Bilah Sisi Proyek"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "Tampilkan Pratinjau"
+msgstr "Tampilkan Bilah Sisi Proyek"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr ""
+msgstr "Sembunyikan Simbol Garis Tepi Luar"
-#: src/MainWindow.vala:333
-#, fuzzy
-#| msgid "Symbols"
+#: src/MainWindow.vala:356
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:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Semua berkas"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Berkas teks"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
-msgstr "Buka beberapa file"
+msgstr "Buka beberapa berkas"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Buka"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Batal"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Buka"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
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"
@@ -166,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"
@@ -185,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:"
@@ -209,7 +200,7 @@ msgstr "Tutup"
#: src/Dialogs/PreferencesDialog.vala:105
msgid "Extensions"
-msgstr "Ekstensi"
+msgstr "Pengaya"
#: src/Dialogs/PreferencesDialog.vala:114
msgid "Editor"
@@ -217,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:"
@@ -243,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -322,175 +310,201 @@ 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:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
-msgstr ""
+msgstr "Diubah"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: 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:573
-#, fuzzy
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
-msgstr "Ubah pengaturan Scratch"
+msgstr "Cabang Baru…"
-#: src/FolderManager/ProjectFolderItem.vala:586
-#, fuzzy
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
-msgstr "Ubah pengaturan Scratch"
+msgstr "Cabang"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s Bukan sebuah Berkas Teks"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
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:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Muat Saja"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "Memuat Berkas \"%s\" Memakan Waktu Lama"
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "Memuat Berkas “%s” Memakan Waktu Lama"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
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:302
-#, fuzzy
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Batal Memuat"
-#: src/Services/Document.vala:395
-#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
-msgstr "Simpan perubahan dalam dokumane %s sebelum menutup?"
+#: src/Services/Document.vala:431
+#, c-format
+msgid "Save changes to “%s” before closing?"
+msgstr "Simpan perubahan ke “%s” sebelum menutup?"
-#: src/Services/Document.vala:396
-#, fuzzy
+#: src/Services/Document.vala:432
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:402
-#, fuzzy
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
-msgstr "Tutup tanpa menyimpan"
+msgstr "Tutup Tanpa Menyimpan"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Simpan"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "Menyimpan ke “%s” gagal."
+
+#: src/Services/Document.vala:605
msgid "Save File"
-msgstr "Simpan File"
+msgstr "Simpan Berkas"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Dokumen Baru"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, c-format
+msgid "Cannot save this document to %s"
+msgstr "Tidak dapat menyimpan dokumen ini ke %s"
+
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Berkas \"%s\" Tidak Dapat Dibaca"
+msgid "Cannot read text in file “%s”"
+msgstr "Tidak dapat membaca teks pada berkas “%s”"
-#: src/Services/Document.vala:730
-#, fuzzy
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr ""
-"Mungkin berkas tersebut rusak atau Anda tidak memiliki izin yang diperlukan "
-"untuk membacanya."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "Anda mungkin tidak memiliki izin untuk membaca berkasnya."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
+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:789
+msgid "Show Anyway"
+msgstr "Tampilkan Saja"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid "The location containing the file “%s” was unmounted."
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
-msgstr ""
-"Lokasi yang berisi berkas \"%s\" tidak terisi. Apakah Anda ingin menyimpan "
-"tempat lain?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
+msgstr "Lokasi yang berisi berkas “%s” telah dilepas."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Simpan Sebagai…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid "File “%s” was modified by an external application."
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "Berkas “%s” telah dimodifikasi oleh aplikasi eksternal."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "Berkas \"%s\" telah dihapus Apakah Anda ingin menyimpannya?"
+msgid "File “%s” does not have write permission."
+msgstr "Berkas “%s” tidak memiliki izin tulis."
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, fuzzy, c-format
+#| msgid "File “%s” was modified by an external application."
+msgid "File “%s” was modified by an external application"
+msgstr "Berkas “%s” telah dimodifikasi oleh aplikasi eksternal."
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Anda tidak dapat menyimpan perubahan pada berkas \"%s\". Apakah Anda ingin "
-"menyimpan perubahan ke berkas ini di lokasi yang berbeda?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Simpan perubahan di lain tempat"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
-msgstr ""
-"Berkas \"%s\" telah dimodifikasi oleh aplikasi eksternal. Apakah Anda ingin "
-"memuatnya lagi atau melanjutkan penyuntingan Anda?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr "“%s” tidak bisa disimpan di sini. Simpan duplikat di tempat lain?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "Hiraukan"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Memuat"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "Simpan Duplikat…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Lanjutkan"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "Muat Ulang"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Simpan berkas tertampil"
+
#: 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
@@ -500,76 +514,68 @@ 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:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: 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:158
-#, fuzzy, c-format
+#: src/Widgets/DocumentView.vala:161
+#, c-format
msgid "Text file from %s:%d"
-msgstr "Berkas teks dari %s"
+msgstr "Berkas teks dari %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
-msgstr "Sorot Sintaksi"
+msgstr "Penyorotan Sintaks"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Nomor baris"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Saring bahasa"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
-msgstr "Teks Biasa"
+msgstr "Teks Polos"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
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:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "Indentasi otomatis:"
+msgstr "Indentasi Otomatis"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
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:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "Lebar tab:"
+msgstr "Lebar tab"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Tuju Baris:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Spasi"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -581,7 +587,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"
@@ -605,7 +611,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"
@@ -613,7 +619,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"
@@ -628,75 +634,89 @@ 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:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Temukan"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr ""
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "Tidak Ada Hasil"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
-msgstr "Cari kemunculan selanjutnya"
+msgstr "Cari selanjutnya"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
-msgstr "Cari kemunculan sebelumnya"
+msgstr "Cari sebelumnya"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Pencarian Siklik"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Jangan Pernah"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "Abjad Campur"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Selalu"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
-msgstr ""
+msgstr "Abjad Kapital Sensitif"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr ""
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr "Gunakan Ekspresi Regular"
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
-msgstr ""
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "Cocokkan Seluruh Kata"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "Opsi Pencarian"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Ganti Dengan"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Ganti"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Ganti semua"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
-msgstr ""
+msgstr "%d dari %d"
+
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "tidak ada hasil"
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
@@ -744,7 +764,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
@@ -761,13 +781,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"
@@ -775,17 +793,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:"
-
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Jangan Pernah"
+msgstr "Pilih Format"
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
@@ -805,19 +817,55 @@ 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"
+
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Berkas “%s” telah dihapus."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Kumpulan pengaya"
+
+#~ msgid "plugin"
+#~ msgstr "Pengaya"
+
+#~ msgid "Save As…"
+#~ msgstr "Simpan Sebagai…"
+
+#~ msgid "Load"
+#~ msgstr "Memuat"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Anda tidak dapat menyimpan perubahan pada berkas \"%s\". Apakah Anda "
+#~ "ingin menyimpan perubahan ke berkas ini di lokasi yang berbeda?"
+
+#, fuzzy, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Anda tidak dapat menyimpan perubahan pada berkas \"%s\". Apakah Anda "
+#~ "ingin menyimpan perubahan ke berkas ini di lokasi yang berbeda?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Berkas \"%s\" Tidak Dapat Dibaca"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Simpan perubahan di lain tempat"
#, fuzzy
#~| msgid "Open a folder"
@@ -839,9 +887,6 @@ msgstr "%s - Pelengkap kata otomatis"
#~ msgid "For selected text"
#~ msgstr "Untuk teks terpilih"
-#~ msgid "Always"
-#~ msgstr "Selalu"
-
#~ msgid "High Contrast"
#~ msgstr "Kontras Tinggi"
@@ -917,9 +962,6 @@ msgstr "%s - Pelengkap kata otomatis"
#~ msgid "Others…"
#~ msgstr "Lainnya…"
-#~ msgid "Upload"
-#~ msgstr "Unggah"
-
#~ msgid "Other formats"
#~ msgstr "Format lain"
@@ -1284,9 +1326,6 @@ msgstr "%s - Pelengkap kata otomatis"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argumen untuk kumpulan pengaya"
-#~ msgid "Save the current file"
-#~ msgstr "Simpan berkas tertampil"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Simpan berkas tertampil dalam nama lain"
@@ -1325,6 +1364,3 @@ msgstr "%s - Pelengkap kata otomatis"
#~ msgid "The file %s was modified."
#~ msgstr "Berkas %s telah diubah."
-
-#~ msgid "The file %s was deleted."
-#~ msgstr "Berkas %s telah dihapus."
diff --git a/po/ie.po b/po/ie.po
index cd400a858a..0660a1f871 100644
--- a/po/ie.po
+++ b/po/ie.po
@@ -1,90 +1,94 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -230,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 ""
@@ -255,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -316,127 +320,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -453,8 +498,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -463,55 +508,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -586,59 +631,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -720,10 +781,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ig.po b/po/ig.po
index 284db0e0e4..5a33fa2a1b 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Saúl Núñez \n"
"Language-Team: Igbo \n"
@@ -14,86 +14,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -239,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 ""
@@ -264,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -322,127 +326,169 @@ msgstr[0] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:882
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” was modified by an external application"
msgstr ""
-#: src/Services/Document.vala:769
-#, c-format
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -459,8 +505,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -469,55 +515,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -592,59 +638,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -726,10 +788,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -762,9 +820,6 @@ msgstr ""
#~ msgid "File \"%s\" Cannot Be Created"
#~ msgstr "El archivo \"%s\" no pudo ser creado"
-#~ msgid "Maybe you do not have the necessary permissions."
-#~ msgstr "Probablemente no tienes los permisos necesarios."
-
#~ msgid "Maybe the file path provided is not valid."
#~ msgstr "Tal vez la ruta del archivo proporcionada no es valida."
diff --git a/po/ii.po b/po/ii.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ik.po b/po/ik.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/io.elementary.code.pot b/po/io.elementary.code.pot
index c2f01c1860..38ed1ad69c 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -18,86 +18,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -243,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 ""
@@ -268,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -329,127 +333,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -466,8 +511,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -476,55 +521,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -599,59 +644,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -733,10 +794,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/io.po b/po/io.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/is.po b/po/is.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/it.po b/po/it.po
index 4f03ce4f4e..51439a922d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2020-10-23 17:15+0000\n"
"Last-Translator: Fabio Zaramella \n"
"Language-Team: Italian \n"
@@ -19,94 +19,99 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "Codice"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "Codice"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Nascondi la barra di ricerca"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Open Project Folder…"
msgid "Find on Page…"
msgstr "Apri cartella progetto…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Nascondi la barra di ricerca"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "Mostra anteprima"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "No Symbols Found"
msgid "Show Symbol Outline"
msgstr "Nessun simbolo trovato"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Tutti i file"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "File di testo"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "Apri alcuni file"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Apri"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annulla"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "_Apri"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_Annulla"
@@ -266,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"
@@ -291,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -357,140 +362,202 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Apri cartella progetto…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
#, fuzzy
#| msgid "%s, Modified"
msgid "Modified"
msgstr "%s, modificato"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
#| msgid "Branch"
msgid "New Branch…"
msgstr "Ramo di sviluppo"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "Ramo di sviluppo"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s non è un file di testo"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "Codice non può caricare questo tipo di file."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "Carica lo stesso"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "Il caricamento del file \"%s\" sta impiegando molto tempo"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "Attendere mentre Codice carica il file."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "Annulla il caricamento"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "Salvare le modifiche apportate a \"%s\" prima di chiudere?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
"Se non esegui il salvataggio le modifiche verranno perse in modo permanente."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "Chiudi senza salvare"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Salva"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, 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:605
msgid "Save File"
msgstr "Salva il file"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Nuovo documento"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "Impossibile leggere il file \"%s\""
+msgid "Cannot read text in file “%s”"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+#, 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 ""
"Potrebbe essere danneggiato o potresti non possedere i permessi necessari ad "
"aprirlo."
-#: src/Services/Document.vala:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "Carica lo stesso"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"Il percorso che contiene il file \"%s\" è stato smontato. Vuoi salvarlo da "
"qualche altra parte?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "Salva come…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"Il file \"%s\" è stato modificato da un programma esterno. Vuoi caricare "
+"nuovamente o continuare la modifica?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"Il file \"%s\" è stato modificato da un programma esterno. Vuoi caricare "
+"nuovamente o continuare la modifica?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"Non è possibile salvare le modifiche sul file \"%s\". Vuoi salvare le "
-"modifiche a questo file in una posizione diversa?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "Salva i cambiamenti in un'altra posizione"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"Il file \"%s\" è stato modificato da un programma esterno. Vuoi caricare "
-"nuovamente o continuare la modifica?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "Carica"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr ""
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "Continua"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "Carica"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Salva il file corrente"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Modelli"
@@ -509,8 +576,8 @@ msgid "No Project Selected"
msgstr "Modelli di progetto"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -519,61 +586,61 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "File di testo da %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "Evidenziazione sintassi"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "Numero di riga"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "Filtra i linguaggi"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "Testo semplice"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "Capoverso automatico:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "Inserisci spazi invece di tabulazioni:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "Larghezza di tabulazione:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "Vai alla linea:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d spazio"
msgstr[1] "%d spazi"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -650,59 +717,77 @@ msgstr "Disponi in ordine alfabetico"
msgid "Manage project folders"
msgstr "Gestisci le cartelle dei progetti"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "Cerca"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "Cerca successivo"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "Cerca precedente"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "Ricerca ciclica"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "Mai"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "Sempre"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "Che tiene conto del maiuscolo o minuscolo"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "Nessuna distinzione fra maiuscolo e minuscolo"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "Cerca precedente"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "Sostituisci con"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Sostituisci"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "Sostituisci tutto"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "Ordina le linee selezionate"
@@ -784,10 +869,6 @@ msgstr "Formati disponibili"
msgid "Select Format"
msgstr "Seleziona il formato"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "Mai"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Dieci minuti"
@@ -817,6 +898,55 @@ msgstr "Installa almeno un dizionario [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Autocompletamento parole"
+#, fuzzy, c-format
+#~| msgid "The file %s was deleted."
+#~ msgid "File “%s” was deleted."
+#~ msgstr "Il file «%s» è stato eliminato."
+
+#~ msgid "Set of plugins"
+#~ msgstr "Raccolta di estensioni"
+
+#~ msgid "plugin"
+#~ msgstr "Componenti aggiuntivi"
+
+#~ msgid "Save As…"
+#~ msgstr "Salva come…"
+
+#~ msgid "Load"
+#~ msgstr "Carica"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Non è possibile salvare le modifiche sul file \"%s\". Vuoi salvare le "
+#~ "modifiche a questo file in una posizione diversa?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "Non è possibile salvare le modifiche sul file \"%s\". Vuoi salvare le "
+#~ "modifiche a questo file in una posizione diversa?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "Impossibile leggere il file \"%s\""
+
+#~ msgid "Case Insensitive"
+#~ msgstr "Nessuna distinzione fra maiuscolo e minuscolo"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "Salva i cambiamenti in un'altra posizione"
+
#~ msgid "Open Project Folder…"
#~ msgstr "Apri cartella progetto…"
@@ -835,9 +965,6 @@ msgstr "%s - Autocompletamento parole"
#~ msgid "For selected text"
#~ msgstr "Per il testo selezionato"
-#~ msgid "Always"
-#~ msgstr "Sempre"
-
#~ msgid "High Contrast"
#~ msgstr "Contrasto elevato"
@@ -913,9 +1040,6 @@ msgstr "%s - Autocompletamento parole"
#~ msgid "Others…"
#~ msgstr "Altri…"
-#~ msgid "Upload"
-#~ msgstr "Carica"
-
#~ msgid "Other formats"
#~ msgstr "Altri formati"
@@ -1270,9 +1394,6 @@ msgstr "%s - Autocompletamento parole"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argomento per la raccolta di plugin"
-#~ msgid "Save the current file"
-#~ msgstr "Salva il file corrente"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Salva il file corrente con un nome diverso"
@@ -1318,9 +1439,6 @@ msgstr "%s - Autocompletamento parole"
#~ msgid "The file %s was modified."
#~ msgstr "Il file «%s» è stato modificato."
-#~ msgid "The file %s was deleted."
-#~ msgstr "Il file «%s» è stato eliminato."
-
#~ msgid ""
#~ "Do you want to save the changes to this file in a different location?"
#~ msgstr ""
diff --git a/po/iu.po b/po/iu.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index b80bafef7e..8efa8fb264 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2023-01-21 11:25+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-12 15:07+0000\n"
"Last-Translator: Ryo Nakano \n"
"Language-Team: Japanese \n"
"Language: ja\n"
@@ -16,89 +16,93 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 4.14.2\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 "新しいタブ"
-#: 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 "[ファイル…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "コード (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "コード"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "検索バーを非表示"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr "ページ内を検索…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr "プロジェクトサイドバーを非表示"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr "プロジェクトサイドバーを表示"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr "シンボルアウトラインを非表示"
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr "シンボルアウトラインを表示"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "すべてのファイル"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "テキストファイル"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "複数のファイルを開く"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "開く"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "キャンセル"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "開く(_O)"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "キャンセル(_C)"
@@ -246,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 "ゴミ箱に移動"
@@ -271,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "新しいファイル"
@@ -329,133 +333,171 @@ msgstr[0] "%u 項目の非表示にしたドキュメントを復元"
msgid "Find in Project…"
msgstr "プロジェクト内を検索…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "変更済み"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "新しいブランチの作成中にエラーが発生しました: “%s”"
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "新しいブランチ…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "ブランチ"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s はテキストファイルではありません"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "“コード”はこの種類のファイルを読み込むことができません。"
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "強制的に読み込む"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "ファイル \"%s\" の読み込みに時間がかかっています"
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "ファイル “%s” の読み込みに時間がかかっています"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "ファイルが読み込まれるまでお待ちください。"
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "読み込みをキャンセル"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
-msgstr "閉じる前に \"%s\" への変更を保存しますか?"
+msgid "Save changes to “%s” before closing?"
+msgstr "閉じる前に “%s” への変更を保存しますか?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "保存しない場合、変更は破棄されます。"
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "保存せずに閉じる"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "保存"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "“%s” に保存できませんでした。"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "ファイルを保存"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "新しいドキュメント"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "ファイル \"%s\" を読み込めません"
+msgid "Cannot read text in file “%s”"
+msgstr "ファイル “%s” 内のテキストを読み込めません"
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr "ファイルが破損しているか、読み込む権限がない可能性があります。"
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "ファイルを読み込む権限がない可能性があります。"
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr "強制的に表示"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-"ファイル \"%s\" を含む場所はアンマウントされています。別の場所に保存します"
-"か?"
+"ファイル “%s” を含む場所はアンマウントされていて、未保存の変更があります。"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "名前を付けて保存…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "ファイル “%s” は削除されていて、未保存の変更があります。"
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "\"%s\" は削除されています。それでも保存しますか?"
+msgid "File “%s” does not have write permission."
+msgstr "“%s” への書き込み権限がありません。"
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr "ファイル “%s” は外部のアプリケーションによって変更されました"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"ファイル \"%s\" に変更内容を保存できません。変更内容を別の場所に保存します"
-"か?"
+"未保存の変更も存在します。ドキュメントを最読み込みすると、未保存の変更は上書"
+"きされます。"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "別の場所に変更内容を保存"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr "ドキュメントは、最後の保存以降に外部で変更されました。"
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
-msgstr ""
-"ファイル \"%s\" は外部のアプリケーションによって変更されました。ファイルを再"
-"読み込みしますか? または編集を続行しますか?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr "“%s” はここには保存できません。複製をほかの場所に保存しますか?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "再読み込み"
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "無視"
+
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "複製を保存…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "編集を続行"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "再読み込み"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "上書きする"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "ドキュメントをほかの場所に保存"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "テンプレート"
@@ -469,11 +511,11 @@ msgstr "シンボル"
#: src/Widgets/ChooseProjectButton.vala:20
msgid "No Project Selected"
-msgstr "プロジェクトが選択されていません"
+msgstr "プロジェクト未選択"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "アクティブな Git プロジェクト: %s"
@@ -482,54 +524,54 @@ msgstr "アクティブな Git プロジェクト: %s"
msgid "Filter projects"
msgstr "プロジェクトをフィルター"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
-msgstr "%s:%d のテキストファイル"
+msgstr "テキストファイル %s:%d"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "シンタックスハイライト"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "行番号"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "言語をフィルター"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "プレーンテキスト"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr "一部は EditorConfig ファイルによって設定されています"
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr "自動インデント"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr "タブの代わりにスペースを挿入"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr "タブ幅"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "行へ移動:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d個のスペース"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -561,15 +603,15 @@ msgstr "共有"
#: src/Widgets/HeaderBar.vala:83
msgid "Zoom Out"
-msgstr "ズームアウト"
+msgstr "縮小"
#: src/Widgets/HeaderBar.vala:91
msgid "Zoom 1:1"
-msgstr "100% ズーム"
+msgstr "100 % 表示"
#: src/Widgets/HeaderBar.vala:99
msgid "Zoom In"
-msgstr "ズームイン"
+msgstr "拡大"
#: src/Widgets/HeaderBar.vala:144
msgid "Follow System Style"
@@ -603,59 +645,75 @@ msgstr "アルファベット順に並び替え"
msgid "Manage project folders"
msgstr "プロジェクトフォルダーを管理"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "検索"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr "結果がありません"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "次を検索"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "前を検索"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "循環検索"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "なし"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "検索用語に大文字も小文字も含まれる場合"
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "常に"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr "大文字と小文字を区別"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr "大文字と小文字を区別しない"
-
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr "正規表現を使う"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "完全一致"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "検索オプション"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "置換後の文字"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "置換"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "すべて置換"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d / %d件"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "結果がありません"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "選択された行を並べ替え"
@@ -737,10 +795,6 @@ msgstr "利用可能な書式"
msgid "Select Format"
msgstr "書式を選択"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "なし"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "10分間"
@@ -770,6 +824,47 @@ msgstr "少なくとも 1 つ以上の [aspell] 辞書をインストールし
msgid "%s - Word Completion"
msgstr "%s - 単語補完"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "ファイル “%s” は削除されました。"
+
+#~ msgid "Set of plugins"
+#~ msgstr "プラグインのセット"
+
+#~ msgid "plugin"
+#~ msgstr "プラグイン"
+
+#~ msgid "Save As…"
+#~ msgstr "名前を付けて保存…"
+
+#~ msgid "Load"
+#~ msgstr "再読み込み"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "ドキュメントを “%s” に保存できません。ファイルをほかの場所に保存しますか?"
+
+#, c-format
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "ファイル “%s” に変更内容を保存できません。変更内容を別の場所に保存します"
+#~ "か?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "ファイル \"%s\" を読み込めません"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "大文字と小文字を区別しない"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "別の場所に変更内容を保存"
+
#~ msgid "Open Project Folder…"
#~ msgstr "プロジェクトフォルダーを開く…"
@@ -791,9 +886,6 @@ msgstr "%s - 単語補完"
#~ msgid "For selected text"
#~ msgstr "選択されたテキストに対して表示"
-#~ msgid "Always"
-#~ msgstr "常に表示"
-
#~ msgid "High Contrast"
#~ msgstr "ハイコントラスト"
@@ -883,9 +975,6 @@ msgstr "%s - 単語補完"
#~ msgid "Others…"
#~ msgstr "そのほか…"
-#~ msgid "Upload"
-#~ msgstr "アップロード"
-
#~ msgid "Other formats"
#~ msgstr "ほかの形式"
@@ -1253,9 +1342,6 @@ msgstr "%s - 単語補完"
#~ msgid "Create a new document in a new tab"
#~ msgstr "新しいタブでドキュメントを作成"
-#~ msgid "Save the current file"
-#~ msgstr "現在のファイルを保存"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "現在のファイルを別名で保存"
@@ -1274,9 +1360,6 @@ msgstr "%s - 単語補完"
#~ msgid "The file %s was modified."
#~ msgstr "ファイル %s は変更されました。"
-#~ msgid "The file %s was deleted."
-#~ msgstr "ファイル %s は消去されました。"
-
#~ msgid "Save unsaved changes to file %s before closing?"
#~ msgstr "閉じる前にファイル %s への保存されていない変更を保存しますか?"
diff --git a/po/jv.po b/po/jv.po
index f177a814bd..02e854d1f1 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:38+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Javanese \n"
@@ -18,90 +18,93 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "Umpetke papan golek"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
msgid "Find on Page…"
msgstr "Bukak berkas"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "Umpetke papan golek"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "Kabeh berkas"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "Berkas aksara"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "Bukak"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -249,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 ""
@@ -275,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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"
@@ -341,127 +344,170 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "Bukak berkas"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "Simpen"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "dokumen anyar"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:743
+#. 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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
+
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "Simpen berkas sing saiki"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "Cetakan"
@@ -478,8 +524,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -488,55 +534,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Berkas aksara"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -612,59 +658,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Next Search"
+msgid "Search Options"
+msgstr "Goleki sak teruse"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "Tumpuk"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -749,10 +813,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
@@ -782,6 +842,13 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "Tempelan"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "Tempelan"
+
#, fuzzy
#~ msgid "Open Project Folder…"
#~ msgstr "Bukak berkas"
@@ -849,9 +916,6 @@ msgstr ""
#~ msgid "Save as"
#~ msgstr "Simpen dadi"
-#~ msgid "Save the current file"
-#~ msgstr "Simpen berkas sing saiki"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "Simpen berkas sing saiki nganggo jeneng liyo"
diff --git a/po/ka.po b/po/ka.po
index 970e15e30b..79abf25797 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2,156 +2,152 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2023-01-17 17:39+0000\n"
-"PO-Revision-Date: 2016-09-10 18:45+0000\n"
-"Last-Translator: Beqa Arabuli \n"
-"Language-Team: LANGUAGE \n"
-"Language: \n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
+"PO-Revision-Date: 2023-07-14 18:07+0000\n"
+"Last-Translator: NorwayFun \n"
+"Language-Team: Georgian \n"
+"Language: ka\n"
"MIME-Version: 1.0\n"
"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.17\n"
"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 "გაფართოებების კომპლექტი"
+msgstr "ვერსიის ინფორმაციის გამოტანა და გასვლა"
-#: src/Application.vala:42
-#, fuzzy
-msgid "plugin"
-msgstr "გაფართოებების კომპლექტი"
-
-#: src/Application.vala:43
+#: src/Application.vala:40
msgid "[FILE…]"
-msgstr ""
+msgstr "[ფაილი...]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr "კოდი (%s)"
+
+#: src/MainWindow.vala:209
msgid "Code"
-msgstr ""
+msgstr "კოდი"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
-msgstr "პოვნის ზოლის დამლავა"
+msgstr "ძებნის პანელის დამალვა"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
-#, fuzzy
-#| msgid "Open a folder"
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
-msgstr "საქაღალდის გახსნა"
+msgstr "გვერდზე ძებნა…"
-#: src/MainWindow.vala:314
-#, fuzzy
-#| msgid "Hide search bar"
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
-msgstr "პოვნის ზოლის დამლავა"
+msgstr "პროექტების პანელის დამალვა"
-#: src/MainWindow.vala:319
-#, fuzzy
-#| msgid "Show Preview"
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
-msgstr "პრევიუს ჩვენება"
+msgstr "პროექტების პანელის ჩვენება"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
-msgstr ""
+msgstr "სიმბოლოების მონახაზის დამალვა"
-#: src/MainWindow.vala:333
-#, fuzzy
-#| msgid "Symbols"
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
-msgstr "სიმბოლოები"
+msgstr "სიმბოლოების მონახაზის ჩვენება"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr "%s - %s"
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "ყველა ფაილი"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
-msgstr "ტექსტ ფაილები"
+msgstr "ტექსტური ფაილები"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
-msgstr "ზოგიერთი ფაილის გახსნა"
+msgstr "გახსენით რამდენიმე ფაილი"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "გახსნა"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "გაუქმება"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "გახ_სნა"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "_გაუქმება"
#: src/Dialogs/GlobalSearchDialog.vala:69
#, c-format
msgid "Search for text in “%s”"
-msgstr ""
+msgstr "ტექსტის მოძებნა \"%s\"-ში"
#: src/Dialogs/GlobalSearchDialog.vala:70
msgid "The search term must be at least 3 characters long."
-msgstr ""
+msgstr "მოსაძებნი სტრიქონი 3 სიმბოლოს მაინც უნდა შეიცავდეს."
#: src/Dialogs/GlobalSearchDialog.vala:83
msgid "Case sensitive:"
-msgstr ""
+msgstr "რეგისტრზე-დამოკიდებული:"
#: src/Dialogs/GlobalSearchDialog.vala:92
msgid "Use regular expressions:"
-msgstr ""
+msgstr "რეგულარული გამოსახულებების გამოყენება:"
#: src/Dialogs/GlobalSearchDialog.vala:111
-#, fuzzy
-#| msgid "Search next"
msgid "Search"
-msgstr "შემდეგის პოვნა"
+msgstr "ძებნა"
#: src/Dialogs/NewBranchDialog.vala:43
#, c-format
msgid "Create a new branch of “%s/%s”"
-msgstr ""
+msgstr "“%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 ""
+"ბრენჩის სახელი უნიკალური უნდა იყოს და Git-ის სახელის წესებს უნდა იცავდეს."
#: src/Dialogs/NewBranchDialog.vala:56
-#, fuzzy
msgid "Create Branch"
-msgstr "Scratch-ის პარამეტრების შეცვლა"
+msgstr "ბრენჩის შექმნა"
#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:217
msgid "Preferences"
-msgstr "პარამეტრები"
+msgstr "გამართვა"
#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
+"ამოჭრა ან კოპირება მონიშვნის გარეშე მთელ მიმდინარე ხაზს ამოჭრის ან "
+"დააკოპირებს"
#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
@@ -163,7 +159,7 @@ msgstr "ფაილების შენახვა ცვლილები
#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
-msgstr ""
+msgstr "ხაზების ჭკვიანი ამოჭრა/კოპირება:"
#: src/Dialogs/PreferencesDialog.vala:61
msgid "Tabs"
@@ -171,17 +167,15 @@ msgstr "ჩანართები"
#: src/Dialogs/PreferencesDialog.vala:62
msgid "Automatic indentation:"
-msgstr "ავტომატური აბზაცი:"
+msgstr "ავტომატური სწორება:"
#: src/Dialogs/PreferencesDialog.vala:64
msgid "Insert spaces instead of tabs:"
-msgstr "ტაბის ნაცვლად გამოტოვებების ჩასმა:"
+msgstr "ტაბულაციის მაგიერ გამოტოვებების ჩასმა:"
#: src/Dialogs/PreferencesDialog.vala:66
-#, fuzzy
-#| msgid "Strip trailing whitespace on save"
msgid "Strip trailing whitespace:"
-msgstr "დამახსოვრებისას მცოცავი თეთრი სივრცის შემოცლა"
+msgstr "ბოლო ცარიელი ადგილის მოჭრა:"
#: src/Dialogs/PreferencesDialog.vala:68
msgid "Tab width:"
@@ -210,107 +204,98 @@ msgstr "რედაქტორი"
#: src/Dialogs/PreferencesDialog.vala:116
msgid "Highlight matching brackets:"
-msgstr "შესაფერისი ფრჩხილების შეფერადება:"
+msgstr "შესაბამისი ბრჭყალების გამოკვეთა:"
#: src/Dialogs/PreferencesDialog.vala:119
msgid "Line wrap:"
-msgstr "ხაზის გახვევა:"
+msgstr "ხაზების გადატანა:"
#: src/Dialogs/PreferencesDialog.vala:122
-#, fuzzy
-#| msgid "Strip trailing whitespace"
msgid "Visible whitespace:"
-msgstr "მცოცავი თეთრი სივრცის შემოცლა"
+msgstr "ხილული გამოტოვებები:"
#: src/Dialogs/PreferencesDialog.vala:128
msgid "Show Mini Map:"
-msgstr ""
+msgstr "მინი რუკის ჩვენება:"
#: src/Dialogs/PreferencesDialog.vala:131
msgid "Line width guide:"
-msgstr "ხაზის სიგანის მეგზური:"
+msgstr "ხაზის სიგანის გიდი:"
#: src/Dialogs/PreferencesDialog.vala:139
msgid "Font"
-msgstr ""
+msgstr "ფონტი"
#: src/Dialogs/PreferencesDialog.vala:141
msgid "Custom font:"
-msgstr "შრიფტი ხელით:"
+msgstr "ფონტის ხელით მითითება:"
#: src/Dialogs/RestoreConfirmationDialog.vala:31
msgid "Are You Sure You Want to Restore This File?"
-msgstr ""
+msgstr "დარწმუნებული ბრძანდებით, რომ გნებავთ, აღადგინოთ ეს ფაილი?"
#: src/Dialogs/RestoreConfirmationDialog.vala:32
msgid "Restoring a file will undo all changes made since opening it"
-msgstr ""
+msgstr "ფაილის აღდგენა მისი გახსნის შემდეგ შეტანილ ყველა ცვლილებას გააუქმებს"
#: src/Dialogs/RestoreConfirmationDialog.vala:34
msgid "Don't Restore"
-msgstr ""
+msgstr "არ აღადგინო"
#: src/Dialogs/RestoreConfirmationDialog.vala:36
msgid "Restore Anyway"
-msgstr ""
+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 ""
+msgstr "სხვა პროგრამა…"
-#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
-#, fuzzy
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:188
msgid "Open In"
-msgstr "გახსნა"
+msgstr "გახსნა, როგორც"
-#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
-#, fuzzy
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:116
msgid "Other Actions"
-msgstr "სხვა ფორმატები"
+msgstr "სხვა ქმედებები"
-#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:119
msgid "Rename"
-msgstr ""
+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 ""
+msgstr "ფაილის ნაგავში გადატანა"
#: src/FolderManager/FileView.vala:42
msgid "Folders"
msgstr "საქაღალდეები"
-#: src/FolderManager/FolderItem.vala:106
-#, fuzzy
-#| msgid "Open a folder"
+#: src/FolderManager/FolderItem.vala:128
msgid "Find in Folder…"
-msgstr "საქაღალდის გახსნა"
+msgstr "საქაღალდეში ძებნა…"
-#: src/FolderManager/FolderItem.vala:173
-#, fuzzy
+#: src/FolderManager/FolderItem.vala:195
msgid "Folder"
-msgstr "საქაღალდეები"
+msgstr "საქაღალდე"
-#: src/FolderManager/FolderItem.vala:176
+#: src/FolderManager/FolderItem.vala:198
msgid "Empty File"
-msgstr ""
+msgstr "ცარიელი ფაილი"
#. scan all children
#. No need to show status when children shown
-#: src/FolderManager/FolderItem.vala:183
-#: src/FolderManager/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
-#, fuzzy
+#: src/FolderManager/FolderItem.vala:205
+#: src/FolderManager/ProjectFolderItem.vala:251
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "New"
-msgstr "ახალი ჩანართი"
+msgstr "ახალი"
-#: src/FolderManager/FolderItem.vala:366
+#: src/FolderManager/FolderItem.vala:360
msgid "untitled folder"
-msgstr ""
+msgstr "ახალი დასტა"
-#: src/FolderManager/FolderItem.vala:366
-#, fuzzy
+#: src/FolderManager/FolderItem.vala:360
msgid "new file"
msgstr "ახალი ფაილი"
@@ -319,177 +304,204 @@ msgid "Close Folder"
msgstr "საქაღალდის დახურვა"
#: src/FolderManager/ProjectFolderItem.vala:116
-#, fuzzy
-#| msgid "Close Folder"
msgid "Close Other Folders"
-msgstr "საქაღალდის დახურვა"
+msgstr "სხვა საქაღალდეების დახურვა"
#: src/FolderManager/ProjectFolderItem.vala:121
#, c-format
msgid "Close %u Open Document"
msgid_plural "Close %u Open Documents"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%u ღია დოკუმენტის დახურვა"
+msgstr[1] "%u ღია დოკუმენტის დახურვა"
#: 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] "ახალი დოკუმენტი"
-msgstr[1] "ახალი დოკუმენტი"
+msgstr[0] "%u ღია დოკუმენტის დამალვა"
+msgstr[1] "%u ღია დოკუმენტის დამალვა"
#: src/FolderManager/ProjectFolderItem.vala:150
#, c-format
msgid "Restore %u Hidden Document"
msgid_plural "Restore %u Hidden Documents"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%u დამალული დოკუმენტის აღდგენა"
+msgstr[1] "%u დამალული დოკუმენტის აღდგენა"
#: src/FolderManager/ProjectFolderItem.vala:170 src/Widgets/HeaderBar.vala:130
-#, fuzzy
-#| msgid "Open a folder"
msgid "Find in Project…"
-msgstr "საქაღალდის გახსნა"
+msgstr "პროექტში ძებნა…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
-msgstr ""
+msgstr "შეიცვალა"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
-msgstr ""
+msgstr "შეცდომა ახალი ბრენჩის შექმნისას: \"%s\""
-#: src/FolderManager/ProjectFolderItem.vala:573
-#, fuzzy
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
-msgstr "Scratch-ის პარამეტრების შეცვლა"
+msgstr "ახალი ბრენჩი…"
-#: src/FolderManager/ProjectFolderItem.vala:586
-#, fuzzy
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
-msgstr "Scratch-ის პარამეტრების შეცვლა"
+msgstr "ბრენჩი"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
-msgstr ""
+msgstr "%s ტექსტურ ფაილი არაა"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
-msgstr ""
+msgstr "Code-ი ამ ტიპის ფაილს არ ჩატვირთავს."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
-msgstr ""
+msgstr "მაინც ჩატვირთვა"
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr ""
+msgid "Loading File “%s” Is Taking a Long Time"
+msgstr "\"%s\" ფაილის ჩატვირთვას საკმაო დრო დასჭირდება"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
-msgstr ""
+msgstr "მოითმინეთ, სანამ Code ფაილს ჩატვირთავს."
-#: src/Services/Document.vala:302
-#, fuzzy
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
-msgstr "გაუქმება"
+msgstr "ჩატვირთვის გაუქმება"
-#: src/Services/Document.vala:395
-#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
-msgstr "შეინახოს დოკუმენტ %s-ის ცვლილებები დახურვამდე?"
+#: src/Services/Document.vala:431
+#, c-format
+msgid "Save changes to “%s” before closing?"
+msgstr "შევინახო \"%s\"-ის ცვლილებები დახურვამდე?"
-#: src/Services/Document.vala:396
-#, fuzzy
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
-msgstr ""
-"თუ არ დიამახსოვრებთ, ბოლო 4 წამის განმავლობაში განცხორცილებული ცვლილებები "
-"სამუდამო დაიკარგება."
+msgstr "თუ არ შეინახავთ, ცვლილებები სამუდამოდ დაიკარგება."
-#: src/Services/Document.vala:402
-#, fuzzy
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "დახურვა შენახვის გარეშე"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "შენახვა"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr "\"%s\"-ში შენახვის შეცდომა."
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "ფაილის შენახვა"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "ახალი დოკუმენტი"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr ""
+msgid "Cannot read text in file “%s”"
+msgstr "ფაილში \"%s\" ტექსტის წაკითხვა შეუძლებელია"
-#: src/Services/Document.vala:730
-#, fuzzy
-msgid "It may be corrupt or you don't have permission to read it."
-msgstr ""
-"ფაილ \"%s\"-ის წაკითხვა ვერ მოხერხდა. შესაძლოა ის დაზიანებულია\n"
-"ან თქვენ არ გაქვთ მისი ნახვისთვის საჭირო უფლებები."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr "შეიძლებ ფაილის წაკითხვის უფლება არ გაქვთ."
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
+msgstr "ფაილი შეიძლება დაზიანებულია, ან ტექსტურ ფაილს არ წარმოადგენს"
-#: src/Services/Document.vala:743
+#. 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:789
+msgid "Show Anyway"
+msgstr "მაინც ჩვენება"
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
-msgstr "ფაილ \"%s\"-ის შემცველი მდებარეობა მოიხსნა. გსურთ სხვაგან შენახვა?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
+msgstr ""
+"მდებარეობა, რომელიც ფაილს \"%s\" შეიცავდა, მოხსნილია და მას შეუნახავი "
+"ცვლილებები გააჩნია."
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "შენახვა როგორც ..."
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "ფაილი \"%s\" წაშლილია და მას შეუნახავი ცვლილებები გააჩნია."
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "ფაილი \"%s\" წაიშალა. მაინც გსურთ შენახვა?"
+msgid "File “%s” does not have write permission."
+msgstr "ფაილს \"%s\" შენახვის წვდომა არ გააჩნია."
-#: src/Services/Document.vala:769
-#, fuzzy, c-format
+#: src/Services/Document.vala:882
+#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr "ფაილი \"%s\" გარე პროგრამის მიერ შეიცვალა"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"თქვენ არ შეგიძლიათ ფაილ \"%s\"-ზე ცვლილებების შენახვა. გსურთ განხორციელებული "
-"ცვლილებების სხვა მდებარეობაში შენახვა?"
+"აღმოჩენილია შეუნახავი ცვლილებები. დოკუმენტის თავიდან ჩატვირთვა ყველა "
+"შეუნახავ ცვლილებას თავზე გადააწერს."
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "ცვლილებების სხვაგან შენახვა"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr "ბოლოს შენახვის შემდეგ დოკუმენტი გარედან შეიცვალა."
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
msgstr ""
-"ფაილი \"%s\" შეიცვალა გარე პროგრამის მიერ. მისი ხელახლა ჩატვირთვა გსურთ თუ "
-"რედაქტირების გაგრძელება?"
+"\"%s\"-ს აქ ვერ შეინახავთ. გნებავთ მისი დუბლიკატის შენახვა სადმე სხვაგან?"
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
+msgstr "იგნორირება"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "ჩატვირთვა"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr "დუბლიკატის შენახვა.…"
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "გაგრძელება"
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr "თავიდან ჩატვირთვა"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr "თავზე გადაწერა"
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr "დოკუმენტის სხვაგან შენახვა"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
-msgstr "შაბლონები"
+msgstr "ნიმუშები"
#. Remove fake fields created by the vala parser.
#: src/SymbolPane/C/CtagsSymbolOutline.vala:56
@@ -499,83 +511,74 @@ msgid "Symbols"
msgstr "სიმბოლოები"
#: src/Widgets/ChooseProjectButton.vala:20
-#, fuzzy
-#| msgid "Project templates"
msgid "No Project Selected"
-msgstr "პროექტის შაბლონები"
+msgstr "პროექტი არჩეული არაა"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
-msgstr ""
+msgstr "აქტიური Git პროექტი: %s"
#: src/Widgets/ChooseProjectButton.vala:53
msgid "Filter projects"
-msgstr ""
+msgstr "პროექტების გაფილტვრა"
-#: src/Widgets/DocumentView.vala:158
-#, fuzzy, c-format
+#: src/Widgets/DocumentView.vala:161
+#, c-format
msgid "Text file from %s:%d"
-msgstr "ტექსტ-ფაილი "
+msgstr "ტექსტური ფაილი %s:%d-დან"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
-msgstr "სინტაქსის შეფერადება"
+msgstr "სინტაქსის გამოკვეთა"
-#: src/Widgets/FormatBar.vala:56
-#, fuzzy
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
-msgstr "ხაზის ციფრების ჩვენება:"
+msgstr "ხაზის ნომერი"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
-msgstr ""
+msgstr "ენების გაფილტვრა"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
-msgstr ""
+msgstr "უბრალო ტექსტი"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
-msgstr ""
+msgstr "ზოგიერთი პარამეტრი EditorConfig ფაილის მიერაა დაყენებული"
-#: src/Widgets/FormatBar.vala:148
-#, fuzzy
-#| msgid "Automatic indentation:"
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
-msgstr "ავტომატური აბზაცი:"
+msgstr "ავტომატური სწორება"
-#: src/Widgets/FormatBar.vala:150
-#, fuzzy
-#| msgid "Insert spaces instead of tabs:"
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
-msgstr "ტაბის ნაცვლად გამოტოვებების ჩასმა:"
+msgstr "ტაბულაციის მაგიერ გამოტოვებების ჩასმა"
-#: src/Widgets/FormatBar.vala:152
-#, fuzzy
-#| msgid "Tab width:"
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
-msgstr "ტაბულაციის სიგანე:"
+msgstr "ტაბულაციის სიგანე"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
-msgstr "გადასვლა ხაზზე:"
+msgstr "ხაზზე გადასვლა:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d ადგილი"
+msgstr[1] "%d ადგილი"
-#: src/Widgets/FormatBar.vala:271
-#, fuzzy, c-format
+#: src/Widgets/FormatBar.vala:289
+#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
-msgstr[0] "ახალი ჩანართი"
-msgstr[1] "ახალი ჩანართი"
+msgstr[0] "%d ჩანართი"
+msgstr[1] "%d ჩანართი"
#: src/Widgets/HeaderBar.vala:37
msgid "Open a file"
@@ -583,7 +586,7 @@ msgstr "ფაილის გახსნა"
#: src/Widgets/HeaderBar.vala:43
msgid "Project templates"
-msgstr "პროექტის შაბლონები"
+msgstr "პროექტის ნიმუშები"
#: src/Widgets/HeaderBar.vala:50
msgid "Save this file"
@@ -602,22 +605,20 @@ msgid "Share"
msgstr "გაზიარება"
#: src/Widgets/HeaderBar.vala:83
-#, fuzzy
msgid "Zoom Out"
-msgstr "გადიდება"
+msgstr "დაპატარავება"
#: src/Widgets/HeaderBar.vala:91
msgid "Zoom 1:1"
msgstr "გადიდება 1:1"
#: src/Widgets/HeaderBar.vala:99
-#, fuzzy
msgid "Zoom In"
msgstr "გადიდება"
#: src/Widgets/HeaderBar.vala:144
msgid "Follow System Style"
-msgstr ""
+msgstr "სისტემის სტილის მიყოლა"
#: src/Widgets/HeaderBar.vala:195 src/Widgets/HeaderBar.vala:265
msgid "Show Terminal"
@@ -625,89 +626,104 @@ msgstr "ტერმინალის ჩვენება"
#: src/Widgets/HeaderBar.vala:239
msgid "Menu"
-msgstr ""
+msgstr "მენიუ"
#: src/Widgets/HeaderBar.vala:260
msgid "Hide Terminal"
msgstr "ტერმინალის დამალვა"
#: src/Widgets/Sidebar.vala:57
-#, fuzzy
msgid "Open Folder…"
-msgstr "საქაღალდის გახსნა"
+msgstr "საქაღალდის გახსნა…"
#: src/Widgets/Sidebar.vala:60
msgid "Collapse All"
-msgstr ""
+msgstr "ყველას ჩაკეცვა"
#: src/Widgets/Sidebar.vala:64
msgid "Alphabetize"
-msgstr ""
+msgstr "ანბანიზაცია"
#: src/Widgets/Sidebar.vala:76
msgid "Manage project folders"
-msgstr ""
+msgstr "პროექტის საქაღალდეების მართვა"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
-msgstr "პოვნა"
+msgstr "მოძებნა"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
-msgstr ""
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
+msgstr "შედეგების გარეშე"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "შემდეგის პოვნა"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "წინას პოვნა"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
-msgstr "ციკლური პოვნა"
+msgstr "ციკლური ძებნა"
+
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "არასდროს"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr "შერეული რეგისტრი"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "ყოველთვის"
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
-msgstr ""
+msgstr "დიდი ასოს გმრძნობიარე"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
-msgstr ""
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr "რეგულარული გამოსახულებების გამოყენება"
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
-msgstr ""
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr "მთლიანი სიტყვების დამთხვევა"
+
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
+msgstr "ძებნის მორგება"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "ჩანაცვლება"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "ჩანაცვლება"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "ყველას ჩანაცვლება"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
-msgstr ""
+msgstr "%d-დან %d"
+
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "შედეგების გარეშე"
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
-msgstr ""
+msgstr "მონიშნული ხაზების დალაგება"
#: src/Widgets/SourceView.vala:535
msgid "Toggle Comment"
-msgstr ""
+msgstr "კომენტარის გადართვა"
#: src/Widgets/Terminal.vala:39
msgid "Copy"
@@ -719,38 +735,35 @@ msgstr "ჩასმა"
#: src/Widgets/WelcomeView.vala:26
msgid "No Files Open"
-msgstr "ფაილები არაა გახსნილი"
+msgstr "ფაილების გახსნა არ არის"
#: src/Widgets/WelcomeView.vala:27
msgid "Open a file to begin editing."
-msgstr "რედაქტირების დასაწყებად გახსენით ფაილი"
+msgstr "ჩასწორების დასაწყებად გახსენით ფაილი."
#: src/Widgets/WelcomeView.vala:32
-#, fuzzy
msgid "New File"
-msgstr "/ახალი ფაილი"
+msgstr "ახალი ფაილი"
#: src/Widgets/WelcomeView.vala:32
msgid "Create a new empty file."
-msgstr "ახალი ცარიელი ფაილის შექმნა"
+msgstr "ახალი ცარიელი ფაილის შექმნა."
#: src/Widgets/WelcomeView.vala:33
-#, fuzzy
msgid "Open File"
msgstr "ფაილის გახსნა"
#: src/Widgets/WelcomeView.vala:33
msgid "Open a saved file."
-msgstr "შენახული ფაილის გახსნა"
+msgstr "შენახული ფაილის გახსნა."
#: src/Widgets/WelcomeView.vala:34
-#, fuzzy
msgid "Open Folder"
msgstr "საქაღალდის გახსნა"
#: src/Widgets/WelcomeView.vala:34
msgid "Add a project folder to the sidebar."
-msgstr ""
+msgstr "პროექტის საქაღალდის დამატება გვერდით პანელზე."
#: plugins/pastebin/pastebin_dialog.vala:248
#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
@@ -762,19 +775,16 @@ msgid "Name:"
msgstr "სახელი:"
#: plugins/pastebin/pastebin_dialog.vala:261
-#, fuzzy
msgid "Format:"
-msgstr "ფორმატი: "
+msgstr "ფორმატი:"
#: plugins/pastebin/pastebin_dialog.vala:268
msgid "Choose different format"
-msgstr ""
+msgstr "აირჩიეთ სხვა ფორმატი"
#: plugins/pastebin/pastebin_dialog.vala:290
-#, fuzzy
-#| msgid "Expiry time:"
msgid "Expiration:"
-msgstr "ვადის ამოწურვის დრო:"
+msgstr "ვადა:"
#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
@@ -782,17 +792,11 @@ msgstr "გახდეს ეს ჩასმა პირადული"
#: plugins/pastebin/pastebin_dialog.vala:354
msgid "Available Formats"
-msgstr ""
+msgstr "ხელმისაწვდომი ფორმატები"
#: plugins/pastebin/pastebin_dialog.vala:380
-#, fuzzy
-#| msgid "Select font:"
msgid "Select Format"
-msgstr "შრიფტის არჩევა:"
-
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "არასოდეს"
+msgstr "აირჩიეთ ფორმატი"
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
@@ -812,17 +816,62 @@ msgstr "ერთი თვე"
#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
-msgstr ""
+msgstr "შესაბამისი ლექსიკონები აღმოჩენილი არაა"
#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
-msgstr ""
+msgstr "გთხოვთ, დააყენოთ სულ ცოტა ერთი [aspell] ლექსიკონი."
#: plugins/word-completion/plugin.vala:165
#, c-format
msgid "%s - Word Completion"
msgstr "%s - სიტყვის დაბოლოება"
+#, c-format
+#~ msgid "File “%s” was deleted."
+#~ msgstr "ფაილი \"%s\" წაშლილია."
+
+#~ msgid "Set of plugins"
+#~ msgstr "გაფართოებების სეტი"
+
+#~ msgid "plugin"
+#~ msgstr "გაფართოება"
+
+#~ msgid "Save As…"
+#~ msgstr "შენახვა, როგორც…"
+
+#~ msgid "Load"
+#~ msgstr "ჩატვირთვა"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "ცვლილებების შენახვა ფაილში \"%s\" შეუძლებელია. გნებავთ ცვლილებები სადმე "
+#~ "სხვაგან შეინახოთ?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "ცვლილებების შენახვა ფაილში \"%s\" შეუძლებელია. გნებავთ ცვლილებები სადმე "
+#~ "სხვაგან შეინახოთ?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "ფაილის \"%s\" წაკითხვა შეუძლებელია"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "დიდი და პატარა ასოების იგნორი"
+
#, fuzzy
#~| msgid "Open a folder"
#~ msgid "Open Project Folder…"
@@ -857,9 +906,6 @@ msgstr "%s - სიტყვის დაბოლოება"
#~ msgid "Others…"
#~ msgstr "სხვები..."
-#~ msgid "Upload"
-#~ msgstr "ატვირთვა"
-
#~ msgid "Other formats"
#~ msgstr "სხვა ფორმატები"
diff --git a/po/kg.po b/po/kg.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ki.po b/po/ki.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/kj.po b/po/kj.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/kk.po b/po/kk.po
index 2b19e23e80..466fbd3859 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2016-07-08 22:28+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -325,127 +329,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "Жаңа құжат"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -462,8 +507,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -472,55 +517,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -595,59 +640,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -729,10 +790,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/kl.po b/po/kl.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/km.po b/po/km.po
index 6c841e9ba3..8714782b87 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Khmer \n"
@@ -18,90 +18,93 @@ 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 ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
+msgstr ""
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "លាក់របារស្វែងរក"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
msgid "Find on Page…"
msgstr "បើកឯកសារ"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "លាក់របារស្វែងរក"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "ឯកសារទាំងអស់"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "ឯកសារអត្ថបទ"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "បើក"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "បោះបង់"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -251,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 ""
@@ -278,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "ឯកសារថ្មី"
@@ -345,132 +348,179 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr "បើកឯកសារ"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
#, fuzzy
msgid "New Branch…"
msgstr "ប្ដូរការកំណត់របស់ Scratch"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
#, fuzzy
msgid "Branch"
msgstr "ប្ដូរការកំណត់របស់ Scratch"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
#, fuzzy
msgid "Cancel Loading"
msgstr "បោះបង់"
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, fuzzy, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "តើរក្សាទុកការប្រែប្រួលក្នុងឯកសារ %s មុនបិទឬទេ ?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
#, fuzzy
msgid "If you don't save, changes will be permanently lost."
msgstr "បើអ្នកមិនរក្សាទុកទេ នោះការប្រែប្រួលពី ៤ វិនាទីចុងក្រោយនេះ នឹងត្រូវបាត់បង់ជាអចិន្រ្តៃយហើយ ។"
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
#, fuzzy
msgid "Close Without Saving"
msgstr "បិទដោយមិនរក្សាទុក"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "រក្សាទុក"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+msgid "Saving to “%s” failed."
+msgstr "តើរក្សាទុកការប្រែប្រួលក្នុងឯកសារ %s មុនបិទឬទេ ?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "រក្សាទុកឯកសារ"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "ឯកសារថ្មី"
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:783
+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:789
+msgid "Show Anyway"
+msgstr ""
+
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "រក្សាទុកជា..."
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid "The file %s was deleted."
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr "ឯកសារ %s បានលុបចោលហើយ ។"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "រក្សាទុកការប្រែប្រួលនៅទីតាំងផ្សេងទៀត"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "ផ្ទុក"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "បន្ត"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "ផ្ទុកឡើង"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "រក្សាទុកឯកសារបច្ចុប្បន្ន"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "ពុម្ព"
@@ -487,8 +537,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -497,62 +547,62 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "ឯកសារអត្ថបទ"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "ការបន្លិចវាក្យសម្ពន្ធ"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
#, fuzzy
msgid "Line number"
msgstr "បង្ហាញលេខរបស់បន្ទាត់ ៖"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "ការចូលបន្ទាត់ស្វ័យប្រវត្តិ ៖"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "បញ្ចូលចន្លោះជំនួសថេប ៖"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "ទទឹងថេប ៖"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "ទៅដល់បន្ទាប់ ៖"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -628,59 +678,77 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "រក"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "ស្វែងរកពីក្រោយ"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "ស្វែងរកពីមុន"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "ស្វែងរក Cyclic"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "មិនដែល"
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "ស្វែងរកពីមុន"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "ជំនួសដោយ"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "ជំនួស"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -770,10 +838,6 @@ msgstr ""
msgid "Select Format"
msgstr "ជ្រើសរើសពុម្ពអក្សរ ៖"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "មិនដែល"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "ដប់នាទី"
@@ -803,6 +867,22 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Set of plugins"
+#~ msgstr "សំណុំកម្មវិធីជំនួយ"
+
+#, fuzzy
+#~ msgid "plugin"
+#~ msgstr "សំណុំកម្មវិធីជំនួយ"
+
+#~ msgid "Save As…"
+#~ msgstr "រក្សាទុកជា..."
+
+#~ msgid "Load"
+#~ msgstr "ផ្ទុក"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "រក្សាទុកការប្រែប្រួលនៅទីតាំងផ្សេងទៀត"
+
#, fuzzy
#~ msgid "Open Project Folder…"
#~ msgstr "បើកឯកសារ"
@@ -828,9 +908,6 @@ msgstr ""
#~ msgid "Others…"
#~ msgstr "ឯទៀត..."
-#~ msgid "Upload"
-#~ msgstr "ផ្ទុកឡើង"
-
#~ msgid "Other formats"
#~ msgstr "ទ្រង់ទ្រាយឯទៀត"
@@ -941,9 +1018,6 @@ msgstr ""
#~ msgid "Save as"
#~ msgstr "រក្សាទុកជា"
-#~ msgid "Save the current file"
-#~ msgstr "រក្សាទុកឯកសារបច្ចុប្បន្ន"
-
#~ msgid "Save the current file with a different name"
#~ msgstr "រក្សាទុកឯកសារបច្ចុប្បន្នដោយប្រើឈ្មោះផ្សេង"
@@ -1007,9 +1081,6 @@ msgstr ""
#~ msgid "The file %s was modified."
#~ msgstr "ឯកសារ %s បានកែប្រែហើយ ។"
-#~ msgid "The file %s was deleted."
-#~ msgstr "ឯកសារ %s បានលុបចោលហើយ ។"
-
#~ msgid "You can't save changes to:"
#~ msgstr "មិនអាចរក្សាទុកការប្រែប្រួលដល់ ៖"
diff --git a/po/kn.po b/po/kn.po
index da5b7681bf..5a3982bedc 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,94 +19,99 @@ 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 "[파일…]"
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:207
+#, fuzzy, c-format
+#| msgid "Code"
+msgid "Code (%s)"
+msgstr "코드"
+
+#: src/MainWindow.vala:209
msgid "Code"
msgstr "코드"
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr "검색 바 숨기기"
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
#, fuzzy
#| msgid "Find in Project…"
msgid "Find on Page…"
msgstr "프로젝트에서 찾기…"
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
#, fuzzy
#| msgid "Hide search bar"
msgid "Hide Projects Sidebar"
msgstr "검색 바 숨기기"
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
#, fuzzy
#| msgid "Show Preview"
msgid "Show Projects Sidebar"
msgstr "미리 보기"
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
#, fuzzy
#| msgid "No Symbols Found"
msgid "Show Symbol Outline"
msgstr "심볼이 없습니다"
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr "모든 파일"
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr "텍스트 파일"
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr "파일 열기"
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr "열기"
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "취소"
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr "열기(_O)"
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr "취소(_C)"
@@ -255,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 "휴지통에 버리기"
@@ -280,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 "새 파일"
@@ -339,132 +344,195 @@ msgstr[0] ""
msgid "Find in Project…"
msgstr "프로젝트에서 찾기…"
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr "수정함"
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr "새 브랜치를 만드는 동안 생긴 오류: \"%s\""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr "새 브랜치…"
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr "브랜치"
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s는 텍스트 파일이 아닙니다"
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr "코드에서는 이런 종류의 파일을 가져오지 않습니다."
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr "그래도 가져오기"
-#: src/Services/Document.vala:299
-#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+#: src/Services/Document.vala:341
+#, fuzzy, c-format
+#| msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr "파일 \"%s\" 불러 오는데 시간이 오래 걸립니다"
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr "코드가 파일을 불러오는 동안 기다려주세요."
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr "불러오기 취소"
-#: src/Services/Document.vala:395
-#, c-format
-msgid "Save changes to \"%s\" before closing?"
+#: src/Services/Document.vala:431
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr "닫기 전에 %s 문서의 변경 사항을 저장하시겠습니까?"
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr "저장하지 않으면, 변경한 내용은 사라집니다."
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr "저장하지 않고 닫기"
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr "저장"
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, fuzzy, c-format
+#| msgid "Save changes to \"%s\" before closing?"
+msgid "Saving to “%s” failed."
+msgstr "닫기 전에 %s 문서의 변경 사항을 저장하시겠습니까?"
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr "파일 저장"
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr "새 문서"
-#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:729
+#. No path for a new document
+#: src/Services/Document.vala:712
#, c-format
-msgid "File \"%s\" Cannot Be Read"
-msgstr "파일 \"%s\" 읽을 수 없습니다"
+msgid "Cannot save this document to %s"
+msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. Show an error view which says "Hey, I cannot read that file!"
+#: src/Services/Document.vala:778
+#, fuzzy, c-format
+#| msgid "Search for text in “%s”"
+msgid "Cannot read text in file “%s”"
+msgstr "\"%s\"에서 텍스트 검색"
+
+#: src/Services/Document.vala:781
+#, 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:743
-#, c-format
+#: src/Services/Document.vala:783
+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:789
+#, fuzzy
+#| msgid "Load Anyway"
+msgid "Show Anyway"
+msgstr "그래도 가져오기"
+
+#: src/Services/Document.vala:820
+#, fuzzy, c-format
+#| msgid ""
+#| "The location containing the file \"%s\" was unmounted. Do you want to "
+#| "save somewhere else?"
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
"파일 \"%s\"를 포함한 위치가 언마운트 되었습니다. 다른 곳에 저장하시겠습니까?"
-#: src/Services/Document.vala:746
-msgid "Save As…"
-msgstr "다른 이름으로 저장…"
+#: src/Services/Document.vala:822
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was deleted and there are unsaved changes."
+msgstr ""
+"파일 \"%s\" 는 외부 프로그램에 의해서 수정되었습니다. 다시 읽어 들일까요 아니"
+"면 편집을 계속하실건가요?"
-#: src/Services/Document.vala:752
-#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
+#, 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:769
-#, c-format
+#: src/Services/Document.vala:882
+#, fuzzy, c-format
+#| msgid ""
+#| "File \"%s\" was modified by an external application. Do you want to load "
+#| "it again or continue your editing?"
+msgid "File “%s” was modified by an external application"
+msgstr ""
+"파일 \"%s\" 는 외부 프로그램에 의해서 수정되었습니다. 다시 읽어 들일까요 아니"
+"면 편집을 계속하실건가요?"
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-"이 파일의 변경된 내용을 저장할 수 없습니다 \"%s\". 이 파일의 변경된 내용을 다"
-"른 위치에 저장하시겠습니까?"
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
-msgstr "다른 곳에 변경사항을 저장하기"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
+msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-"파일 \"%s\" 는 외부 프로그램에 의해서 수정되었습니다. 다시 읽어 들일까요 아니"
-"면 편집을 계속하실건가요?"
-#: src/Services/Document.vala:809
-msgid "Load"
-msgstr "불러오기"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
+msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr "계속"
+#: src/Services/Document.vala:969
+#, fuzzy
+#| msgid "Upload"
+msgid "Reload"
+msgstr "업로드"
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+#, fuzzy
+#| msgid "Save the current file"
+msgid "Save Document elsewhere"
+msgstr "현재 파일을 저장합니다"
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr "서식"
@@ -481,8 +549,8 @@ msgid "No Project Selected"
msgstr "선택한 프로젝트 없음"
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr "활성한 Git 프로젝트: %s"
@@ -491,60 +559,60 @@ msgstr "활성한 Git 프로젝트: %s"
msgid "Filter projects"
msgstr "필터 프로젝트"
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr "%s의 텍스트 파일:%d개"
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr "구문 강조"
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr "줄 번호"
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr "언어 필터링"
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr "일반 텍스트"
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
#, fuzzy
#| msgid "Automatic indentation:"
msgid "Automatic Indentation"
msgstr "자동 들여쓰기:"
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
#, fuzzy
#| msgid "Insert spaces instead of tabs:"
msgid "Insert Spaces Instead Of Tabs"
msgstr "탭 대신 빈칸 표시:"
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
#, fuzzy
#| msgid "Tab width:"
msgid "Tab width"
msgstr "탭 너비:"
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr "줄로 이동:"
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d개 빈 칸"
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -620,59 +688,81 @@ msgstr "알파벳순으로"
msgid "Manage project folders"
msgstr "프로젝트 폴더 관리"
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr "찾기"
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+#, fuzzy
+#| msgid "no results"
+msgid "No Results"
msgstr "결과 없음"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr "다음 내용 검색"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr "이전 내용 검색"
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr "순환 검색"
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Sensitive"
-msgstr "대소문자 구분"
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr "사용 안 함"
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr "언제나"
+
+#: src/Widgets/SearchBar.vala:107
+msgid "Case Sensitive"
msgstr "대소문자 구분"
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:114
+#, fuzzy
+#| msgid "Use regular expressions"
+msgid "Use Regular Expressions"
msgstr "정규식 표현 사용"
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:136
+#, fuzzy
+#| msgid "Search previous"
+msgid "Search Options"
+msgstr "이전 내용 검색"
+
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr "바꿀 문자열"
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr "바꾸기"
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr "모두 바꾸기"
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr "%d / %d"
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr "결과 없음"
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr "선택한 줄 정렬"
@@ -754,10 +844,6 @@ msgstr "가능한 포맷"
msgid "Select Format"
msgstr "포맷 선택"
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr "사용 안 함"
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "10분"
@@ -787,6 +873,55 @@ msgstr "적어도 맞춤법 사전 [aspell] 한 개는 설치해주세요."
msgid "%s - Word Completion"
msgstr "%s - 단어 완성"
+#, fuzzy, c-format
+#~| msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+#~ msgid "File “%s” was deleted."
+#~ msgstr "파일 \"%s\"가 지워졌습니다. 그래도 저장하시겠습니까?"
+
+#~ msgid "Set of plugins"
+#~ msgstr "플러그인 모음"
+
+#~ msgid "plugin"
+#~ msgstr "플러그인"
+
+#~ msgid "Save As…"
+#~ msgstr "다른 이름으로 저장…"
+
+#~ msgid "Load"
+#~ msgstr "불러오기"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save the document to “%s”. Do you want to save the file "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "이 파일의 변경된 내용을 저장할 수 없습니다 \"%s\". 이 파일의 변경된 내용"
+#~ "을 다른 위치에 저장하시겠습니까?"
+
+#, fuzzy, c-format
+#~| msgid ""
+#~| "You cannot save changes to the file \"%s\". Do you want to save the "
+#~| "changes somewhere else?"
+#~ msgid ""
+#~ "You cannot save changes to the file “%s”. Do you want to save the changes "
+#~ "somewhere else?"
+#~ msgstr ""
+#~ "이 파일의 변경된 내용을 저장할 수 없습니다 \"%s\". 이 파일의 변경된 내용"
+#~ "을 다른 위치에 저장하시겠습니까?"
+
+#, c-format
+#~ msgid "File \"%s\" Cannot Be Read"
+#~ msgstr "파일 \"%s\" 읽을 수 없습니다"
+
+#~ msgid "Case Insensitive"
+#~ msgstr "대소문자 구분"
+
+#~ msgid "Save changes elsewhere"
+#~ msgstr "다른 곳에 변경사항을 저장하기"
+
#~ msgid "Open Project Folder…"
#~ msgstr "프로젝트 폴더 열기…"
@@ -805,9 +940,6 @@ msgstr "%s - 단어 완성"
#~ msgid "For selected text"
#~ msgstr "선택한 텍스트"
-#~ msgid "Always"
-#~ msgstr "언제나"
-
#~ msgid "High Contrast"
#~ msgstr "고 대비"
@@ -881,9 +1013,6 @@ msgstr "%s - 단어 완성"
#~ msgid "Others…"
#~ msgstr "기타…"
-#~ msgid "Upload"
-#~ msgstr "업로드"
-
#~ msgid "Other formats"
#~ msgstr "다른 형식들"
@@ -1204,9 +1333,6 @@ msgstr "%s - 단어 완성"
#~ msgid "Create a new document from a template"
#~ msgstr "서식으로부터 새 문서를 만들기"
-#~ msgid "Save the current file"
-#~ msgstr "현재 파일을 저장합니다"
-
#~ msgid "Save as"
#~ msgstr "다른 이름으로 저장"
diff --git a/po/kr.po b/po/kr.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ks.po b/po/ks.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ku.po b/po/ku.po
index d30fc262f8..137d77895f 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+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,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/kw.po b/po/kw.po
index 06e5ea28a3..c189ddecec 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/ky.po b/po/ky.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/la.po b/po/la.po
index ea1f7a9a69..f53299d6cb 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,86 +13,90 @@ 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"
+#: src/Application.vala:40
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:43
-msgid "[FILE…]"
+#: src/MainWindow.vala:207
+#, c-format
+msgid "Code (%s)"
msgstr ""
-#: src/MainWindow.vala:151 src/MainWindow.vala:488 src/MainWindow.vala:516
+#: src/MainWindow.vala:209
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:298
+#: src/MainWindow.vala:321
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:303 src/Widgets/HeaderBar.vala:121
+#: src/MainWindow.vala:326 src/Widgets/HeaderBar.vala:121
msgid "Find on Page…"
msgstr ""
-#: src/MainWindow.vala:314
+#: src/MainWindow.vala:337
msgid "Hide Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:319
+#: src/MainWindow.vala:342
msgid "Show Projects Sidebar"
msgstr ""
-#: src/MainWindow.vala:328
+#: src/MainWindow.vala:351
msgid "Hide Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:333
+#: src/MainWindow.vala:356
msgid "Show Symbol Outline"
msgstr ""
-#: src/MainWindow.vala:802 src/Services/Document.vala:508
+#. Update MainWindow title
+#. / TRANSLATORS: First placeholder is document name, second placeholder is app name
+#: src/MainWindow.vala:533
+#, c-format
+msgid "%s - %s"
+msgstr ""
+
+#: src/MainWindow.vala:838 src/Services/Document.vala:597
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:806 src/Services/Document.vala:512
+#: src/MainWindow.vala:842 src/Services/Document.vala:601
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:810
+#: src/MainWindow.vala:846
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:813
+#: src/MainWindow.vala:849
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:814 src/Dialogs/GlobalSearchDialog.vala:109
-#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:405
-#: src/Services/Document.vala:520 plugins/pastebin/pastebin_dialog.vala:327
+#: src/MainWindow.vala:850 src/Dialogs/GlobalSearchDialog.vala:109
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:441
+#: src/Services/Document.vala:609 plugins/pastebin/pastebin_dialog.vala:327
#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:839
+#: src/MainWindow.vala:875
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:840
+#: src/MainWindow.vala:876
msgid "_Cancel"
msgstr ""
@@ -238,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 ""
@@ -263,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/ProjectFolderItem.vala:247
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: 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 ""
@@ -324,127 +328,168 @@ msgstr[1] ""
msgid "Find in Project…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:253
+#: src/FolderManager/ProjectFolderItem.vala:257
msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:291
+#: src/FolderManager/ProjectFolderItem.vala:295
#, c-format
msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:573
+#: src/FolderManager/ProjectFolderItem.vala:577
msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:586
+#: src/FolderManager/ProjectFolderItem.vala:590
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:275
+#: src/Services/Document.vala:317
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:276
+#: src/Services/Document.vala:318
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:278
+#: src/Services/Document.vala:320
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:299
+#: src/Services/Document.vala:341
#, c-format
-msgid "Loading File \"%s\" Is Taking a Long Time"
+msgid "Loading File “%s” Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:300
+#: src/Services/Document.vala:342
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:302
+#: src/Services/Document.vala:344
msgid "Cancel Loading"
msgstr ""
-#: src/Services/Document.vala:395
+#: src/Services/Document.vala:431
#, c-format
-msgid "Save changes to \"%s\" before closing?"
+msgid "Save changes to “%s” before closing?"
msgstr ""
-#: src/Services/Document.vala:396
+#: src/Services/Document.vala:432
msgid "If you don't save, changes will be permanently lost."
msgstr ""
-#: src/Services/Document.vala:402
+#: src/Services/Document.vala:438
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:406 src/Services/Document.vala:519
-#: src/Services/Document.vala:755
+#: src/Services/Document.vala:442 src/Services/Document.vala:608
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:516
+#: src/Services/Document.vala:567
+#, c-format
+msgid "Saving to “%s” failed."
+msgstr ""
+
+#: src/Services/Document.vala:605
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:597 src/Services/Document.vala:606
+#: src/Services/Document.vala:692 src/Services/Document.vala:710
msgid "New Document"
msgstr ""
+#. No path for a new document
+#: src/Services/Document.vala:712
+#, 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:729
+#: src/Services/Document.vala:778
#, c-format
-msgid "File \"%s\" Cannot Be Read"
+msgid "Cannot read text in file “%s”"
+msgstr ""
+
+#: src/Services/Document.vala:781
+msgid "You may not have permission to read the file."
+msgstr ""
+
+#: src/Services/Document.vala:783
+msgid "The file may be corrupt or may not be a text file"
msgstr ""
-#: src/Services/Document.vala:730
-msgid "It may be corrupt or you don't have permission to read it."
+#. 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:789
+msgid "Show Anyway"
msgstr ""
-#: src/Services/Document.vala:743
+#: src/Services/Document.vala:820
#, c-format
msgid ""
-"The location containing the file \"%s\" was unmounted. Do you want to save "
-"somewhere else?"
+"The location containing the file “%s” was unmounted and there are unsaved "
+"changes."
msgstr ""
-#: src/Services/Document.vala:746
-msgid "Save As…"
+#: src/Services/Document.vala:822
+#, c-format
+msgid "File “%s” was deleted and there are unsaved changes."
msgstr ""
-#: src/Services/Document.vala:752
+#. Check external changes after loading
+#. The file has become unwritable while changes are pending
+#: src/Services/Document.vala:836
#, c-format
-msgid "File \"%s\" was deleted. Do you want to save it anyway?"
+msgid "File “%s” does not have write permission."
msgstr ""
-#: src/Services/Document.vala:769
+#: src/Services/Document.vala:882
#, c-format
+msgid "File “%s” was modified by an external application"
+msgstr ""
+
+#: src/Services/Document.vala:887
msgid ""
-"You cannot save changes to the file \"%s\". Do you want to save the changes "
-"somewhere else?"
+"There are also unsaved changes. Reloading the document will overwrite the "
+"unsaved changes."
msgstr ""
-#: src/Services/Document.vala:772
-msgid "Save changes elsewhere"
+#: src/Services/Document.vala:891
+msgid "The document changed externally since you last saved it."
msgstr ""
-#: src/Services/Document.vala:806
+#: src/Services/Document.vala:907
#, c-format
-msgid ""
-"File \"%s\" was modified by an external application. Do you want to load it "
-"again or continue your editing?"
+msgid "“%s” can't be saved here. Save a duplicate somewhere else?"
+msgstr ""
+
+#: src/Services/Document.vala:916
+msgid "Ignore"
msgstr ""
-#: src/Services/Document.vala:809
-msgid "Load"
+#: src/Services/Document.vala:918
+msgid "Save Duplicate…"
msgstr ""
-#: src/Services/Document.vala:812
+#: src/Services/Document.vala:967
msgid "Continue"
msgstr ""
+#: src/Services/Document.vala:969
+msgid "Reload"
+msgstr ""
+
+#: src/Services/Document.vala:972
+msgid "Overwrite"
+msgstr ""
+
+#: src/Services/Document.vala:975
+msgid "Save Document elsewhere"
+msgstr ""
+
#: src/Services/TemplateManager.vala:198
msgid "Templates"
msgstr ""
@@ -461,8 +506,8 @@ msgid "No Project Selected"
msgstr ""
#: src/Widgets/ChooseProjectButton.vala:38
-#: src/Widgets/ChooseProjectButton.vala:100
-#: src/Widgets/ChooseProjectButton.vala:139
+#: src/Widgets/ChooseProjectButton.vala:112
+#: src/Widgets/ChooseProjectButton.vala:162
#, c-format
msgid "Active Git project: %s"
msgstr ""
@@ -471,55 +516,55 @@ msgstr ""
msgid "Filter projects"
msgstr ""
-#: src/Widgets/DocumentView.vala:158
+#: src/Widgets/DocumentView.vala:161
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:46
+#: src/Widgets/FormatBar.vala:50
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:56
+#: src/Widgets/FormatBar.vala:60
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:83
+#: src/Widgets/FormatBar.vala:87
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:107
+#: src/Widgets/FormatBar.vala:111
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:145
+#: src/Widgets/FormatBar.vala:149
msgid "Some settings set by EditorConfig file"
msgstr ""
-#: src/Widgets/FormatBar.vala:148
+#: src/Widgets/FormatBar.vala:152
msgid "Automatic Indentation"
msgstr ""
-#: src/Widgets/FormatBar.vala:150
+#: src/Widgets/FormatBar.vala:154
msgid "Insert Spaces Instead Of Tabs"
msgstr ""
-#: src/Widgets/FormatBar.vala:152
+#: src/Widgets/FormatBar.vala:156
msgid "Tab width"
msgstr ""
-#: src/Widgets/FormatBar.vala:218
+#: src/Widgets/FormatBar.vala:236
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/FormatBar.vala:269
+#: src/Widgets/FormatBar.vala:287
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:271
+#: src/Widgets/FormatBar.vala:289
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -594,59 +639,75 @@ msgstr ""
msgid "Manage project folders"
msgstr ""
-#: src/Widgets/SearchBar.vala:67
+#: src/Widgets/SearchBar.vala:71
msgid "Find"
msgstr ""
-#. We don't want to flicker back to no results while we're still searching but we have previous results
-#: src/Widgets/SearchBar.vala:69 src/Widgets/SearchBar.vala:585
-#: src/Widgets/SearchBar.vala:588
-msgid "no results"
+#: src/Widgets/SearchBar.vala:74
+msgid "No Results"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:86
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:96
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:98
+#: src/Widgets/SearchBar.vala:99
msgid "Cyclic Search"
msgstr ""
-#. Need to SYNC_CREATE so tooltip present before toggled
-#. tooltip_val.set_string () does not work (?)
-#: src/Widgets/SearchBar.vala:111
+#: src/Widgets/SearchBar.vala:102 plugins/pastebin/pastebin_dialog.vala:467
+msgid "Never"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:103
+msgid "Mixed Case"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:104
+msgid "Always"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:107
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:111
-msgid "Case Insensitive"
+#: src/Widgets/SearchBar.vala:114
+msgid "Use Regular Expressions"
+msgstr ""
+
+#: src/Widgets/SearchBar.vala:115
+msgid "Match Whole Words"
msgstr ""
-#: src/Widgets/SearchBar.vala:119
-msgid "Use regular expressions"
+#: src/Widgets/SearchBar.vala:136
+msgid "Search Options"
msgstr ""
-#: src/Widgets/SearchBar.vala:140
+#: src/Widgets/SearchBar.vala:168
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:143
+#: src/Widgets/SearchBar.vala:171
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:146
+#: src/Widgets/SearchBar.vala:174
msgid "Replace all"
msgstr ""
-#: src/Widgets/SearchBar.vala:584
+#: src/Widgets/SearchBar.vala:576
#, c-format
msgid "%d of %d"
msgstr ""
+#: src/Widgets/SearchBar.vala:581
+msgid "no results"
+msgstr ""
+
#: src/Widgets/SourceView.vala:522
msgid "Sort Selected Lines"
msgstr ""
@@ -728,10 +789,6 @@ msgstr ""
msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:467
-msgid "Never"
-msgstr ""
-
#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
diff --git a/po/lb.po b/po/lb.po
index 69eb3998bd..269412693d 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-01-17 17:39+0000\n"
+"POT-Creation-Date: 2023-08-01 20:46+0000\n"
"PO-Revision-Date: 2017-08-09 15:06+0000\n"
"Last-Translator: Yvo Marques