diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
new file mode 100644
index 0000000000..9e752573ca
--- /dev/null
+++ b/.github/workflows/ci.yml
@@ -0,0 +1,61 @@
+name: CI
+
+on:
+ pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
+
+jobs:
+ build:
+ runs-on: ubuntu-latest
+
+ container:
+ image: elementary/docker:unstable
+
+ steps:
+ - uses: actions/checkout@v2
+ - 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
+ - name: Build
+ env:
+ DESTDIR: out
+ run: |
+ meson build
+ ninja -C build
+ ninja -C build install
+
+ flatpak:
+ name: Flatpak
+ runs-on: ubuntu-latest
+
+ container:
+ image: ghcr.io/elementary/flatpak-platform/runtime:daily
+ options: --privileged
+
+ steps:
+ - name: Checkout
+ uses: actions/checkout@v2
+
+ - name: Build
+ uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v3
+ with:
+ bundle: code.flatpak
+ manifest-path: io.elementary.code.yml
+ repository-name: appcenter
+ repository-url: https://flatpak.elementary.io/repo.flatpakrepo
+ cache-key: "flatpak-builder-${{ github.sha }}"
+
+ lint:
+ runs-on: ubuntu-latest
+
+ container:
+ image: valalang/lint
+
+ steps:
+ - uses: actions/checkout@v2
+ - name: Lint
+ run: io.elementary.vala-lint -d .
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
deleted file mode 100644
index c31e8dea42..0000000000
--- a/.github/workflows/main.yml
+++ /dev/null
@@ -1,16 +0,0 @@
-name: CI
-
-on: [push, pull_request]
-
-jobs:
- lint:
-
- runs-on: ubuntu-latest
-
- container:
- image: valalang/lint
-
- steps:
- - uses: actions/checkout@v1
- - name: Lint
- run: io.elementary.vala-lint -d .
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2243aef0f6..58d6e4bc74 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,4 +16,4 @@ jobs:
GIT_USER_NAME: "elementaryBot"
GIT_USER_EMAIL: "builds@elementary.io"
with:
- release_branch: 'juno'
+ release_branch: 'odin'
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index b92c14185b..0000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,27 +0,0 @@
----
-
-language: node_js
-
-node_js:
- - 10.17.0
-
-sudo: required
-
-services:
- - docker
-
-addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - libstdc++-5-dev
-
-install:
- - npm i -g @elementaryos/houston
-
-script:
- - houston ci
- --type system-app
- --name-domain io.elementary.code
- --name-human Code
diff --git a/README.md b/README.md
index e0c471c52a..68e05a2289 100644
--- a/README.md
+++ b/README.md
@@ -11,15 +11,14 @@ You'll need the following dependencies:
* libgail-3-dev
* libgee-0.8-dev
* libgit2-glib-1.0-dev
-* libgtksourceview-3.0-dev >= 3.24
+* libgtksourceview-4-dev
* libgtkspell3-3-dev
* libgranite-dev >= 5.2.0
+* libhandy-1-dev >= 0.90.0
* libpeas-dev
* libsoup2.4-dev
* libvala-0.34-dev (or higher)
* libvte-2.91-dev
-* libwebkit2gtk-4.0-dev
-* libzeitgeist-2.0-dev
* valac
Run `meson build` to configure the build environment. Change to the build directory and run `ninja test` to build
diff --git a/data/Application.css b/data/Application.css
index e8d01885f1..4020d41d60 100644
--- a/data/Application.css
+++ b/data/Application.css
@@ -16,43 +16,6 @@
* Boston, MA 02110-1301 USA
*/
-.color-button radio,
-.color-button radio:checked {
- border-color: alpha (#000, 0.3);
- box-shadow:
- inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),
- inset 0 0 0 1px alpha (@inset_dark_color, 0.3),
- 0 1px 0 0 alpha (@bg_highlight_color, 0.3);
- padding: 10px;
- -gtk-icon-shadow: none;
-}
-
-.color-button radio:focus {
- border-color: @colorAccent;
- box-shadow:
- inset 0 1px 0 0 alpha (@inset_dark_color, 0.7),
- inset 0 0 0 1px alpha (@inset_dark_color, 0.3),
- inset 0 0 0 1px alpha (@bg_highlight_color, 0.05),
- 0 1px 0 0 alpha (@bg_highlight_color, 0.3),
- 0 0 0 1px alpha (@colorAccent, 0.25);
-}
-
-.color-dark radio {
- background: #252E32;
- border-color: #151B1C;
- color: #fff;
-}
-
-.color-light radio {
- background: #fdf6e3;
- color: #4d4d4d;
-}
-
-.color-white radio {
- background: #fff;
- color: #000;
-}
-
textview.scrubber {
border: 0;
}
diff --git a/data/code.policy.in.in b/data/code.policy.in.in
new file mode 100644
index 0000000000..9528044a13
--- /dev/null
+++ b/data/code.policy.in.in
@@ -0,0 +1,20 @@
+
+
+
+ elementary
+ https://github.com/elementary/code
+ io.elementary.code
+
+ Run Code as Administrator
+ Authentication is required to run Code as Administrator
+
+ auth_admin
+ auth_admin
+ auth_admin
+
+ @install_prefix@/@bin_dir@/@exec_name@
+ true
+
+
diff --git a/data/icons/48/git.svg b/data/icons/48/git.svg
new file mode 100644
index 0000000000..31452bcece
--- /dev/null
+++ b/data/icons/48/git.svg
@@ -0,0 +1,141 @@
+
+
diff --git a/data/io.elementary.code.appdata.xml.in b/data/io.elementary.code.appdata.xml.in
index fdcd3d40af..75dc5089b0 100644
--- a/data/io.elementary.code.appdata.xml.in
+++ b/data/io.elementary.code.appdata.xml.in
@@ -1,5 +1,5 @@
-
+
io.elementary.code
CC0-1.0
@@ -46,6 +46,36 @@
+
+
+ New features:
+
+ - New Markdown plugin for WYSIWYG-like editing.
+ - Full text search within project folder.
+
+ Minor updates:
+
+ - Allow Spell Checker extension in Markdown files
+ - Remember whether the sidebar is open
+ - Add keyboard shortcuts for next and previous documents
+ - Show full document path in tab tooltip
+
+
+
+
+
+ Fixes:
+
+ - Fix empty sidebar layout, ensuring folders can always be added
+
+ Minor updates:
+
+ - Scroll past the end of a file
+ - More efficiently save and restore window position
+ - Updated translations
+
+
+
New features:
@@ -180,11 +210,11 @@
none
none
- elementary LLC.
- http://elementary.io/
+ elementary, Inc.
+ https://elementary.io/
https://github.com/elementary/code/issues
https://elementary.io/get-involved#funding
- https://elementaryos.stackexchange.com/questions/tagged/code
+ https://github.com/elementary/code/discussions/categories/q-a
https://l10n.elementary.io/projects/code
contact_AT_elementary.io
diff --git a/data/io.elementary.code.gresource.xml b/data/io.elementary.code.gresource.xml
index 6865c5aa99..d9482ebc23 100644
--- a/data/io.elementary.code.gresource.xml
+++ b/data/io.elementary.code.gresource.xml
@@ -2,5 +2,6 @@
Application.css
+ icons/48/git.svg
diff --git a/data/io.elementary.code.gschema.xml b/data/io.elementary.code.gschema.xml
index d4dd76dbf7..6ec10220c8 100644
--- a/data/io.elementary.code.gschema.xml
+++ b/data/io.elementary.code.gschema.xml
@@ -17,25 +17,15 @@
The saved state of the window.
The saved state of the window.
-
- 850
- The saved width of the window.
- The saved width of the window. Must be greater than 700, or it will not take effect.
-
-
- 550
- The saved height of the window.
- The saved height of the window. Must be greater than 400, or it will not take effect.
-
-
- -1
-
-
+
+ (-1, -1)
+ Window position
+ Most recent window position (x, y)
-
- -1
-
-
+
+ (850, 550)
+ Most recent window size
+ Most recent window size (width, height)
125
@@ -47,6 +37,11 @@
+
+ true
+ Sidebar visibility
+ Whether or not the sidebar is open
+
@@ -55,14 +50,9 @@
Enabled Plugins
Enabled Plugins
-
- []
- Files opened in the previously session of Code on the first view
- It is used to open the files opened in the last Code session
-
-
+
[]
- Files opened in the previously session of Code on the second view
+ Files opened in the previously session of Code and the cursor position
It is used to open the files opened in the last Code session
@@ -135,12 +125,7 @@
Preferred Style Scheme
Set the preferred style scheme.
-
- ''
- Remember the last focused document.
- Restore the focused document from a previous session when opening Code.
-
-
+
''
Remember the last focused document.
Restore the focused document from a previous session when opening Code.
@@ -156,6 +141,7 @@
Whether text searching should cycle back to the beginning of the document after reaching the end of the document.
+
'None'
@@ -173,11 +159,12 @@
Set the preferred policy.
-
-
- []
- Opened folders.
- Opened folders that should be restored in startup.
-
-
+
+
+
+ []
+ Opened folders.
+ Opened folders that should be restored in startup.
+
+
diff --git a/data/meson.build b/data/meson.build
index 49153895ed..c2ff0c2881 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -49,3 +49,26 @@ appstream_file = i18n.merge_file(
install_dir: join_paths(get_option('datadir'), 'metainfo'),
install: true
)
+
+config_data = configuration_data()
+config_data.set('install_prefix', get_option('prefix'))
+config_data.set('bin_dir', get_option('bindir'))
+config_data.set('exec_name', meson.project_name())
+
+if get_option ('have_pkexec')
+ policy_in = configure_file(
+ input: 'code.policy.in.in',
+ output: meson.project_name() + '.policy.in',
+ configuration: config_data,
+ install: false,
+ )
+
+ i18n.merge_file(
+ 'policy',
+ input: policy_in,
+ output: meson.project_name() + '.policy',
+ po_dir: join_paths(meson.source_root (), 'po', 'extra'),
+ install: true,
+ install_dir: join_paths(get_option('datadir'), 'polkit-1', 'actions'),
+ )
+endif
diff --git a/io.elementary.code.yml b/io.elementary.code.yml
new file mode 100644
index 0000000000..29cdbc54c2
--- /dev/null
+++ b/io.elementary.code.yml
@@ -0,0 +1,128 @@
+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: 'daily'
+sdk: io.elementary.Sdk
+command: io.elementary.code
+finish-args:
+ - '--filesystem=host'
+
+ - '--share=ipc'
+ - '--socket=fallback-x11'
+ - '--socket=wayland'
+
+ - '--talk-name=org.gtk.vfs.*'
+ - '--talk-name=org.gnome.SettingsDaemon'
+ - '--talk-name=org.elementary.Contractor'
+
+ - '--metadata=X-DConf=migrate-path=/io/elementary/code/'
+cleanup:
+ - '/include'
+ - '/lib/pkgconfig'
+ - '/lib/cmake'
+ - '/lib/girepository-1.0'
+ - '/share/gir-1.0'
+ - '/share/vala'
+ - '*.a'
+ - '*.la'
+modules:
+ - name: gtksourceview
+ buildsystem: meson
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/gtksourceview.git
+ tag: '4.8.0'
+
+ - name: peas
+ buildsystem: meson
+ config-opts:
+ - '-Dgtk-doc=false'
+ - '-Ddemos=false'
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/libpeas.git
+ tag: libpeas-1.28.0
+
+ - name: git2-glib
+ buildsystem: meson
+ builddir: true
+ config-opts:
+ - '-Dpython=false'
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/libgit2-glib.git
+ tag: v0.99.0.1
+ modules:
+ - name: ssh2
+ buildsystem: cmake-ninja
+ config-opts:
+ - '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
+ - '-DBUILD_SHARED_LIBS:BOOL=ON'
+ - '-DBUILD_EXAMPLES:BOOL=OFF'
+ - '-DBUILD_TESTING:BOOL=OFF'
+ - '-DCMAKE_INSTALL_LIBDIR:PATH=/app/lib'
+ cleanup:
+ - '/share/man'
+ - '/share/doc'
+ sources:
+ - type: git
+ url: https://github.com/libssh2/libssh2.git
+ tag: libssh2-1.9.0
+ - name: libgit2
+ buildsystem: cmake-ninja
+ config-opts:
+ - '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
+ sources:
+ - type: git
+ url: https://github.com/libgit2/libgit2.git
+ tag: 'v1.1.0'
+
+ - name: editorconfig
+ buildsystem: cmake-ninja
+ config-opts:
+ - '-DCMAKE_BUILD_TYPE=RelWithDebInfo'
+ - '-DBUILD_DOCUMENTATION:BOOL=OFF'
+ sources:
+ - type: git
+ url: https://github.com/editorconfig/editorconfig-core-c.git
+ tag: 'v0.12.4'
+
+ - name: gtkspell
+ config-opts:
+ - '--disable-gtk-doc-html'
+ cleanup:
+ - '/share/gtk-doc' # for some reason, it still install the html folder.
+ sources:
+ - type: archive
+ url: https://downloads.sourceforge.net/gtkspell/gtkspell3-3.0.10.tar.xz
+ sha256: b040f63836b347eb344f5542443dc254621805072f7141d49c067ecb5a375732
+ modules:
+ - name: intltool
+ cleanup:
+ - '*'
+ sources:
+ - type: archive
+ url: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
+ md5: 12e517cac2b57a0121cda351570f1e63
+
+ - name: vte
+ buildsystem: meson
+ config-opts:
+ - '-Dbuildtype=debugoptimized'
+ sources:
+ - type: git
+ url: https://gitlab.gnome.org/GNOME/vte.git
+ branch: '0.62.1'
+
+ - name: universal-ctags
+ sources:
+ - type: git
+ url: https://github.com/universal-ctags/ctags.git
+ tag: p5.9.20201101.0
+
+ - name: code
+ buildsystem: meson
+ config-opts:
+ - '-Dhave_pkexec=false'
+ sources:
+ - type: dir
+ path: .
diff --git a/meson.build b/meson.build
index 7a31ce3dc3..40bc01635e 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project(
'io.elementary.code',
'vala', 'c',
- version: '3.4.0'
+ version: '3.4.1'
)
add_project_arguments([
@@ -15,6 +15,10 @@ add_project_arguments(
language: 'vala'
)
+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')
@@ -25,8 +29,9 @@ glib_dep = dependency('glib-2.0', version: '>=2.30.0')
gio_unix_dep = dependency('gio-unix-2.0', version: '>=2.20')
gee_dep = dependency('gee-0.8', version: '>=0.8.5')
gtk_dep = dependency('gtk+-3.0', version: '>=3.6.0')
-granite_dep = dependency('granite', version: '>=5.2.0')
-gtksourceview_dep = dependency('gtksourceview-3.0', version: '>=3.24')
+granite_dep = dependency('granite', version: '>=6.0.0')
+handy_dep = dependency('libhandy-1', version: '>=0.90.0')
+gtksourceview_dep = dependency('gtksourceview-4')
peas_dep = dependency('libpeas-1.0')
peasgtk_dep = dependency('libpeas-gtk-1.0')
git_dep = dependency('libgit2-glib-1.0')
@@ -45,6 +50,7 @@ dependencies = [
gee_dep,
gtk_dep,
granite_dep,
+ handy_dep,
gtksourceview_dep,
peas_dep,
peasgtk_dep,
@@ -54,14 +60,6 @@ dependencies = [
posix_dep,
]
-zeitgeist_dep = dependency('zeitgeist-2.0', required: false)
-if zeitgeist_dep.found ()
- add_project_arguments('--define=HAVE_ZEITGEIST', language : 'vala')
- dependencies += zeitgeist_dep
-else
- warning ('Zeitgeist integration will NOT be built due to missing dependency')
-endif
-
subdir('data')
subdir('src')
if get_option('plugins')
diff --git a/meson_options.txt b/meson_options.txt
index e870f608fa..59819d1b4a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,2 @@
option ('plugins', type : 'boolean', value : true)
+option('have_pkexec', type : 'boolean', value : 'true', description : 'Allow launching with pkexec. Should not be used in FlatPak')
diff --git a/plugins/brackets-completion/brackets-completion.vala b/plugins/brackets-completion/brackets-completion.vala
index 35e6e2b852..bf3f4cf15c 100644
--- a/plugins/brackets-completion/brackets-completion.vala
+++ b/plugins/brackets-completion/brackets-completion.vala
@@ -261,7 +261,7 @@ public class Scratch.Plugins.BracketsCompletion : Peas.ExtensionBase, Peas.Activ
return;
}
- if (!(prev_char in brackets)) {
+ if (!brackets.has_key (prev_char)) {
return;
}
diff --git a/plugins/browser-preview/BrowserView.vala b/plugins/browser-preview/BrowserView.vala
deleted file mode 100644
index dd285ec999..0000000000
--- a/plugins/browser-preview/BrowserView.vala
+++ /dev/null
@@ -1,54 +0,0 @@
-// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
-/***
- BEGIN LICENSE
-
- Copyright (C) 2011-2012 Mario Guerriero
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License version 3, as published
- by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranties of
- MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program. If not, see
-
- END LICENSE
-***/
-
-namespace Scratch.Plugins.BrowserPreview {
- public class BrowserView : Gtk.Grid, Code.PaneSwitcher {
- public string icon_name { get; set; }
- public string title { get; set; }
-
- private WebKit.WebView web_view;
- public unowned Scratch.Services.Document doc;
-
- public BrowserView (Scratch.Services.Document doc) {
- this.doc = doc;
- width_request = 200;
- title = _("Web Preview");
- icon_name = "web-browser-symbolic";
- web_view = new WebKit.WebView ();
- web_view.expand = true;
- add (web_view);
- web_view.get_settings ().enable_developer_extras = true;
- web_view.get_settings ().allow_file_access_from_file_urls = true;
- web_view.get_inspector ().open_window.connect (() => {return false;});
-
- web_view.load_uri (doc.file.get_uri ());
- doc.doc_saved.connect (reload_preview);
- }
-
- private void reload_preview () {
- var doc_uri = doc.file.get_uri ();
- if (web_view.uri != doc_uri) {
- web_view.load_uri (doc_uri);
- } else {
- web_view.reload ();
- }
- }
- }
-}
diff --git a/plugins/browser-preview/browser-preview.plugin b/plugins/browser-preview/browser-preview.plugin
deleted file mode 100644
index bba21259e2..0000000000
--- a/plugins/browser-preview/browser-preview.plugin
+++ /dev/null
@@ -1,10 +0,0 @@
-[Plugin]
-Module=browser-preview
-Loader=C
-IAge=2
-Name=Browser Preview
-Description=Get a preview of your work in a web page
-Icon=emblem-web
-Authors=Mario Guerriero
-Copyright=Copyright © 2012 Code and Euclide Developers
-Website=https://github.com/elementary/code
diff --git a/plugins/browser-preview/browser-preview.vala b/plugins/browser-preview/browser-preview.vala
deleted file mode 100644
index 9c499845ae..0000000000
--- a/plugins/browser-preview/browser-preview.vala
+++ /dev/null
@@ -1,121 +0,0 @@
-// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
-/***
- BEGIN LICENSE
-
- Copyright (C) 2011-2012 Mario Guerriero
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License version 3, as published
- by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranties of
- MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program. If not, see
-
- END LICENSE
-***/
-
-namespace Scratch.Plugins {
- public class BrowserPreviewPlugin : Peas.ExtensionBase, Peas.Activatable {
- Gtk.ToggleButton? tool_button = null;
- Gee.LinkedList previews = new Gee.LinkedList ();
-
- unowned BrowserPreview.BrowserView? view = null;
- Scratch.Services.Document? doc = null;
-
- Scratch.Services.Interface plugins;
- public Object object { owned get; construct; }
-
- public void update_state () {
- }
-
- public void activate () {
- plugins = (Scratch.Services.Interface) object;
-
- plugins.hook_window.connect ((w) => {
- this.doc = w.get_current_document ();
- });
-
- plugins.hook_document.connect (set_current_document);
-
- plugins.hook_split_view.connect (on_hook_split_view);
-
- plugins.hook_toolbar.connect (on_hook_toolbar);
- }
-
- public void deactivate () {
- if (tool_button != null)
- tool_button.destroy ();
- }
-
- void on_hook_split_view (Scratch.Widgets.SplitView view) {
- this.tool_button.visible = ! view.is_empty ();
- view.welcome_shown.connect (() => {
- this.tool_button.visible = false;
- });
- view.welcome_hidden.connect (() => {
- this.tool_button.visible = true;
- });
- }
-
- void on_hook_toolbar (Scratch.Widgets.HeaderBar toolbar) {
- if (tool_button != null)
- return;
-
- tool_button = new Gtk.ToggleButton ();
- tool_button.image = new Gtk.Image.from_icon_name ("emblem-web", Gtk.IconSize.LARGE_TOOLBAR);
- tool_button.tooltip_text = _("Show Preview");
- tool_button.clicked.connect (toggle_plugin_visibility);
-
- tool_button.show_all ();
-
- toolbar.pack_end (tool_button);
- }
-
- void toggle_plugin_visibility () {
- if (tool_button.active) {
- if (view == null) {
- var preview = new BrowserPreview.BrowserView (doc);
- preview.show_all ();
- previews.add (preview);
- doc.pane.add_tab (preview);
- view = preview;
- }
-
- tool_button.tooltip_text = _("Hide Preview");
- } else {
- if (view != null) {
- previews.remove (view);
- view.destroy ();
- view = null;
- }
-
- tool_button.tooltip_text = _("Show Preview");
- }
- }
-
- void set_current_document (Scratch.Services.Document? d) {
- if (d != null) {
- doc = d;
- view = null;
- foreach (var preview in previews) {
- if (preview.doc == doc) {
- view = preview;
- }
- }
-
- tool_button.active = view != null;
- }
- }
- }
-}
-
-[ModuleInit]
-public void peas_register_types (GLib.TypeModule module) {
- var objmodule = module as Peas.ObjectModule;
- objmodule.register_extension_type (typeof (Peas.Activatable),
- typeof (Scratch.Plugins.BrowserPreviewPlugin));
-}
diff --git a/plugins/markdown-actions/markdown-actions.plugin b/plugins/markdown-actions/markdown-actions.plugin
new file mode 100644
index 0000000000..937ca8e69b
--- /dev/null
+++ b/plugins/markdown-actions/markdown-actions.plugin
@@ -0,0 +1,10 @@
+[Plugin]
+Module=markdown-actions
+Loader=C
+IAge=2
+Name=Markdown Actions
+Description=Adds keyboard shortcuts for quick editing Markdown files
+Icon=format-text-bold
+Authors=Igor Montagner
+Copyright=Copyright © 2020 Igor Montagner
+Hidden=false
diff --git a/plugins/markdown-actions/markdown-actions.vala b/plugins/markdown-actions/markdown-actions.vala
new file mode 100644
index 0000000000..707e518af1
--- /dev/null
+++ b/plugins/markdown-actions/markdown-actions.vala
@@ -0,0 +1,247 @@
+// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
+/***
+ BEGIN LICENSE
+
+ Copyright (C) 2020 Igor Montagner
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License version 3, as published
+ by the Free Software Foundation.
+
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranties of
+ MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
+ PURPOSE. See the GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see
+
+ END LICENSE
+***/
+
+public class Code.Plugins.MarkdownActions : Peas.ExtensionBase, Peas.Activatable {
+ Scratch.Widgets.SourceView current_source;
+ Scratch.Services.Interface plugins;
+
+ public Object object { owned get; construct; }
+
+ public void update_state () {}
+
+ public void activate () {
+ plugins = (Scratch.Services.Interface) object;
+ plugins.hook_document.connect ((doc) => {
+ if (current_source != null) {
+ current_source.key_press_event.disconnect (shortcut_handler);
+ current_source.notify["language"].disconnect (configure_shortcuts);
+ }
+
+ current_source = doc.source_view;
+ configure_shortcuts ();
+
+ current_source.notify["language"].connect (configure_shortcuts);
+ });
+ }
+
+ private void configure_shortcuts () {
+ var lang = current_source.language;
+ if (lang != null && lang.id == "markdown") {
+ current_source.key_press_event.connect (shortcut_handler);
+ } else {
+ current_source.key_press_event.disconnect (shortcut_handler);
+ }
+ }
+
+ private bool shortcut_handler (Gdk.EventKey evt) {
+ var control = (evt.state & Gdk.ModifierType.CONTROL_MASK) != 0;
+ var shift = (evt.state & Gdk.ModifierType.SHIFT_MASK) != 0;
+ var other_mods = (evt.state & Gtk.accelerator_get_default_mod_mask () &
+ ~Gdk.ModifierType.SHIFT_MASK &
+ ~Gdk.ModifierType.CONTROL_MASK) != 0;
+
+ if (evt.is_modifier == 1 || other_mods == true) {
+ return false;
+ }
+
+ if (control && shift) {
+ switch (evt.keyval) {
+ case Gdk.Key.B:
+ add_markdown_tag ("**");
+ return true;
+ case Gdk.Key.I:
+ add_markdown_tag ("_");
+ return true;
+ case Gdk.Key.K:
+ insert_link ();
+ break;
+ }
+ }
+
+ if (evt.keyval == Gdk.Key.Return) {
+ char ul_marker;
+ int ol_number = 1;
+ string item_text;
+ var line = get_current_line ();
+ if (parse_unordered_list_item (line, out ul_marker)) {
+ if (line.length <= 3) { // empty item
+ delete_empty_item ();
+ } else {
+ string to_insert = "\n%c ".printf (ul_marker);
+ current_source.buffer.insert_at_cursor (to_insert, to_insert.length);
+ }
+ return true;
+ } else if (parse_ordered_list_item (line, ref ol_number, out item_text)) {
+ if (item_text.length == 0) {
+ delete_empty_item ();
+ } else {
+ string to_insert = "\n%d. ".printf (ol_number + 1);
+ current_source.buffer.insert_at_cursor (to_insert, to_insert.length);
+ fix_ordered_list_numbering ();
+ }
+ return true;
+ }
+ }
+ return false;
+ }
+
+ private void delete_empty_item () {
+ Gtk.TextIter start, end;
+ var current_buffer = current_source.buffer;
+ current_buffer.get_iter_at_offset (out start, current_buffer.cursor_position);
+ start.backward_chars (start.get_line_offset ());
+ end = start;
+ end.forward_to_line_end ();
+ current_buffer.delete (ref start, ref end);
+ current_buffer.insert_at_cursor ("\n", 1);
+ }
+
+ private void fix_ordered_list_numbering () {
+ Gtk.TextIter next;
+ var current_buffer = current_source.buffer;
+ current_buffer.get_iter_at_offset (out next, current_buffer.cursor_position);
+ var line = get_current_line (next).strip ();
+ int count = 1;
+ string item_text;
+ parse_ordered_list_item (line, ref count, out item_text);
+
+ while (next.forward_line ()) {
+ count++;
+ line = get_current_line (next).strip ();
+ if (line.length == 0) {
+ break;
+ }
+
+ var next_mark = current_buffer.create_mark (null, next, true);
+ var point_offset = line.index_of_char ('.');
+ var start = next;
+ var end = start;
+ end.forward_chars (point_offset);
+
+ current_buffer.delete (ref start, ref end);
+ current_buffer.get_iter_at_mark (out next, next_mark);
+
+ var to_insert = "%d".printf (count);
+ current_buffer.insert (ref next, to_insert, to_insert.length);
+ }
+ }
+
+ private string get_current_line (Gtk.TextIter? start=null) {
+ var current_buffer = current_source.buffer;
+ Gtk.TextIter end;
+
+ if (start == null) {
+ current_buffer.get_iter_at_offset (out start, current_buffer.cursor_position);
+ }
+
+ start.backward_chars (start.get_line_offset ());
+ end = start;
+ end.forward_to_line_end ();
+
+ return current_buffer.get_text (start, end, false);
+ }
+
+ private bool parse_ordered_list_item (string line, ref int current_number, out string item_text) {
+ int first_point_character = line.index_of_char ('.');
+ if (first_point_character < 0) {
+ return false;
+ }
+
+ item_text = line.substring (first_point_character + 1).strip ();
+
+ var line_start = line.substring (0, first_point_character);
+ if (!int.try_parse (line_start, out current_number)) {
+ return false;
+ }
+ return true;
+ }
+
+ private bool parse_unordered_list_item (string line, out char ul_marker) {
+ if ((line[0] == '*' || line[0] == '-') && line[1] == ' ') {
+ ul_marker = line[0];
+ return true;
+ }
+ ul_marker = '\0';
+ return false;
+ }
+
+ private void insert_link () {
+ var current_buffer = current_source.buffer;
+ current_buffer.begin_user_action ();
+ if (current_buffer.has_selection) {
+ insert_around_selection ("[", "]");
+ current_buffer.insert_at_cursor ("()", 2);
+ go_back_n_chars (1);
+ } else {
+ current_buffer.insert_at_cursor ("[]", 2);
+ current_buffer.insert_at_cursor ("()", 2);
+ go_back_n_chars (3);
+ }
+ current_buffer.end_user_action ();
+ }
+
+ private void go_back_n_chars (int back_chars) {
+ Gtk.TextIter insert_position;
+ var current_buffer = current_source.buffer;
+ current_buffer.get_iter_at_offset (out insert_position, current_buffer.cursor_position - back_chars);
+ current_buffer.place_cursor (insert_position);
+ }
+
+ private void insert_around_selection (string before, string after) {
+ Gtk.TextIter start, end;
+ var current_buffer = current_source.buffer;
+ current_buffer.get_selection_bounds (out start, out end);
+ var mark_end = new Gtk.TextMark (null);
+ current_buffer.add_mark (mark_end, end);
+ current_buffer.place_cursor (start);
+ current_buffer.insert_at_cursor (before, before.length);
+
+ current_buffer.get_iter_at_mark (out end, mark_end);
+ current_buffer.place_cursor (end);
+ current_buffer.insert_at_cursor (after, after.length);
+ }
+
+ public void add_markdown_tag (string tag) {
+ var current_buffer = current_source.buffer;
+ current_buffer.begin_user_action ();
+ if (current_buffer.has_selection) {
+ insert_around_selection (tag, tag);
+ } else {
+ current_buffer.insert_at_cursor (tag, tag.length);
+ current_buffer.insert_at_cursor (tag, tag.length);
+ }
+ current_buffer.end_user_action ();
+ go_back_n_chars (tag.length);
+ }
+
+ public void deactivate () {
+ if (current_source != null) {
+ current_source.key_press_event.disconnect (shortcut_handler);
+ current_source.notify["language"].disconnect (configure_shortcuts);
+ }
+ }
+}
+
+[ModuleInit]
+public void peas_register_types (TypeModule module) {
+ var objmodule = module as Peas.ObjectModule;
+ objmodule.register_extension_type (typeof (Peas.Activatable),
+ typeof (Code.Plugins.MarkdownActions));
+}
diff --git a/plugins/browser-preview/meson.build b/plugins/markdown-actions/meson.build
similarity index 82%
rename from plugins/browser-preview/meson.build
rename to plugins/markdown-actions/meson.build
index 9fdb8e2ec0..d8d15aad3d 100644
--- a/plugins/browser-preview/meson.build
+++ b/plugins/markdown-actions/meson.build
@@ -1,15 +1,11 @@
-module_name = 'browser-preview'
+module_name = 'markdown-actions'
module_files = [
- 'browser-preview.vala',
- 'BrowserView.vala'
+ 'markdown-actions.vala',
]
-webkit_dep = dependency('webkit2gtk-4.0')
-
module_deps = [
codecore_dep,
- webkit_dep,
]
shared_module(
diff --git a/plugins/meson.build b/plugins/meson.build
index fea292da38..2e8855ee1d 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -1,10 +1,10 @@
msgfmt = find_program('msgfmt')
subdir('brackets-completion')
-subdir('browser-preview')
subdir('detect-indent')
subdir('editorconfig')
subdir('highlight-word-selection')
+subdir('markdown-actions')
subdir('outline')
subdir('pastebin')
subdir('preserve-indent')
diff --git a/plugins/outline/C/CtagsSymbolOutline.vala b/plugins/outline/C/CtagsSymbolOutline.vala
index d57d7048e9..59205380e3 100644
--- a/plugins/outline/C/CtagsSymbolOutline.vala
+++ b/plugins/outline/C/CtagsSymbolOutline.vala
@@ -33,8 +33,11 @@ public class Code.Plugins.CtagsSymbolOutline : Object, Code.Plugins.SymbolOutlin
store = new Granite.Widgets.SourceList ();
store.root.add (root);
store.item_selected.connect ((selected) => {
- if (selected == null) return;
- goto (doc, (selected as CtagsSymbol).line);
+ if (selected == null) {
+ return;
+ }
+
+ goto (doc, ((CtagsSymbol)selected).line);
store.selected = null;
});
}
diff --git a/plugins/outline/OutlinePlugin.vala b/plugins/outline/OutlinePlugin.vala
index c076f0bca2..4523219740 100644
--- a/plugins/outline/OutlinePlugin.vala
+++ b/plugins/outline/OutlinePlugin.vala
@@ -28,7 +28,19 @@ namespace Code.Plugins {
Gee.LinkedList views;
+ private Gtk.Grid placeholder;
+
construct {
+ var placeholder_label = new Gtk.Label (_("No Symbols Found"));
+ placeholder_label.get_style_context ().add_class (Granite.STYLE_CLASS_H3_LABEL);
+
+ placeholder = new Gtk.Grid ();
+ placeholder.halign = placeholder.valign = Gtk.Align.CENTER;
+ placeholder.row_spacing = 3;
+ placeholder.get_style_context ().add_class (Gtk.STYLE_CLASS_DIM_LABEL);
+ placeholder.attach (new Gtk.Image.from_icon_name ("plugin-outline-symbolic", Gtk.IconSize.DND), 0, 0);
+ placeholder.attach (placeholder_label, 0, 1);
+
views = new Gee.LinkedList ();
weak Gtk.IconTheme default_theme = Gtk.IconTheme.get_default ();
default_theme.add_resource_path ("/io/elementary/code/plugin/outline");
@@ -41,7 +53,9 @@ namespace Code.Plugins {
}
public void deactivate () {
- container.destroy ();
+ remove_container ();
+ scratch_interface.hook_document.disconnect (on_hook_document);
+ scratch_interface.hook_window.disconnect (on_hook_window);
}
public void update_state () {
@@ -49,18 +63,26 @@ namespace Code.Plugins {
}
void on_hook_window (Scratch.MainWindow window) {
- if (container != null)
+ if (container != null) {
return;
+ }
this.window = window;
container = new OutlinePane ();
- container.visible = false;
+ container.add (placeholder);
}
void on_hook_document (Scratch.Services.Document doc) {
- if (current_view != null && current_view.doc == doc)
+ if (current_view != null &&
+ current_view.doc == doc &&
+ current_view.get_source_list ().get_parent () != null) {
+
+ /* Ensure correct source list shown */
+ container.set_visible_child (current_view.get_source_list ());
+
return;
+ }
SymbolOutline view = null;
foreach (var v in views) {
@@ -94,20 +116,22 @@ namespace Code.Plugins {
if (view != null) {
var source_list = view.get_source_list ();
- if (source_list.parent == null)
+ if (source_list.parent == null) {
container.add (source_list);
+ }
+
container.set_visible_child (source_list);
container.show_all ();
current_view = view;
add_container ();
} else {
- remove_container ();
+ container.set_visible_child (placeholder);
}
}
void add_container () {
if (container.get_parent () == null) {
- window.project_pane.add_tab (container);
+ window.sidebar.add_tab (container);
container.show_all ();
}
}
@@ -115,17 +139,23 @@ namespace Code.Plugins {
void remove_container () {
var parent = container.get_parent ();
if (parent != null) {
- parent.remove (container);
+ window.sidebar.remove_tab (container);
}
+
+ container.destroy ();
}
void remove_view (SymbolOutline view) {
views.remove (view);
var source_list = view.get_source_list ();
- if (source_list.parent == container)
+ if (source_list.parent == container) {
container.remove (source_list);
- if (views.is_empty)
+ }
+
+ if (views.is_empty) {
remove_container ();
+ }
+
view.goto.disconnect (goto);
}
diff --git a/plugins/outline/Vala/ValaSymbolOutline.vala b/plugins/outline/Vala/ValaSymbolOutline.vala
index c8db339e2e..94c38401ed 100644
--- a/plugins/outline/Vala/ValaSymbolOutline.vala
+++ b/plugins/outline/Vala/ValaSymbolOutline.vala
@@ -32,7 +32,7 @@ public class Code.Plugins.ValaSymbolOutline : Object, Code.Plugins.SymbolOutline
store = new Granite.Widgets.SourceList ();
store.item_selected.connect ((selected) => {
- goto (doc, (selected as ValaSymbolItem).symbol.source_reference.begin.line);
+ goto (doc, ((ValaSymbolItem)selected).symbol.source_reference.begin.line);
});
root = new Granite.Widgets.SourceList.ExpandableItem (_("Symbols"));
@@ -61,7 +61,11 @@ public class Code.Plugins.ValaSymbolOutline : Object, Code.Plugins.SymbolOutline
public void parse_symbols () {
var context = new Vala.CodeContext ();
+#if VALA_0_50
+ context.set_target_profile (Vala.Profile.GOBJECT, false);
+#else
context.profile = Vala.Profile.GOBJECT;
+#endif
context.add_source_filename (doc.file.get_path ());
context.report = new Report ();
if (cancellable != null)
diff --git a/plugins/pastebin/pastebin.vala b/plugins/pastebin/pastebin.vala
index d4a45575b9..0cf3448f16 100644
--- a/plugins/pastebin/pastebin.vala
+++ b/plugins/pastebin/pastebin.vala
@@ -36,7 +36,7 @@ namespace Scratch.Services {
if (paste_code.length == 0) { link = "No text to paste"; return false; }
- string api_url = "http://pastebin.com/api/api_post.php";
+ string api_url = "https://pastebin.com/api/api_post.php";
var session = new Soup.Session ();
var message = new Soup.Message ("POST", api_url);
@@ -58,7 +58,7 @@ namespace Scratch.Services {
var output = (string) message.response_body.data;
link = output;
- if (Uri.parse_scheme (output) == null) {
+ if (Uri.parse_scheme (output) == null || message.status_code != 200) {
// A URI was not returned
return false;
}
@@ -71,8 +71,9 @@ namespace Scratch.Services {
public class Scratch.Plugins.Pastebin : Peas.ExtensionBase, Peas.Activatable {
Gtk.MenuItem? menuitem = null;
- [NoAcessorMethod]
public Object object { owned get; construct; }
+
+ Scratch.Services.Document? doc = null;
Scratch.Services.Interface plugins;
public void update_state () {
@@ -81,27 +82,29 @@ public class Scratch.Plugins.Pastebin : Peas.ExtensionBase, Peas.Activatable {
public void activate () {
plugins = (Scratch.Services.Interface) object;
- plugins.hook_share_menu.connect (on_hook);
+ plugins.hook_document.connect ((doc) => {
+ this.doc = doc;
+ });
+
+ plugins.hook_share_menu.connect (on_hook_share_menu);
}
- void on_hook (Gtk.Menu menu) {
- plugins.hook_document.connect ((doc) => {
- if (menuitem != null)
- menuitem.destroy ();
- menuitem = new Gtk.MenuItem.with_label (_("Upload to Pastebin"));
- menuitem.activate.connect (() => {
- MainWindow window = plugins.manager.window;
- new Dialogs.PasteBinDialog (window, doc);
- });
- menu.append (menuitem);
- menuitem.show_all ();
+ void on_hook_share_menu (Gtk.Menu menu) {
+ if (menuitem != null)
+ return;
+
+ menuitem = new Gtk.MenuItem.with_label (_("Upload to Pastebin"));
+ menuitem.activate.connect (() => {
+ MainWindow window = plugins.manager.window;
+ new Dialogs.PasteBinDialog (window, doc);
});
+ menu.append (menuitem);
+ menuitem.show_all ();
}
public void deactivate () {
menuitem.destroy ();
}
-
}
[ModuleInit]
diff --git a/plugins/pastebin/pastebin_dialog.vala b/plugins/pastebin/pastebin_dialog.vala
index 2a3d33015c..db4ad5d5be 100644
--- a/plugins/pastebin/pastebin_dialog.vala
+++ b/plugins/pastebin/pastebin_dialog.vala
@@ -22,10 +22,11 @@ using Scratch.Services;
namespace Scratch.Dialogs {
- public class PasteBinDialog : Gtk.Dialog {
+ public class PasteBinDialog : Granite.Dialog {
public string[,] languages = {
//if default, code, desc, Code-equivalent
+ {"n", "text", "None", "text"},
{"n", "4cs", "4CS", ""},
{"n", "6502acme", "6502 ACME Cross Assembler", ""},
{"n", "6502kickass", "6502 Kick Assembler", ""},
@@ -203,7 +204,6 @@ namespace Scratch.Dialogs {
{"n", "tsql", "T-SQL", ""},
{"n", "tcl", "TCL", ""},
{"n", "teraterm", "Tera Term", ""},
- {"n", "text", "None", "text"},
{"n", "thinbasic", "thinBasic", ""},
{"n", "typoscript", "TypoScript", ""},
{"n", "unicon", "Unicon", ""},
@@ -230,39 +230,43 @@ namespace Scratch.Dialogs {
public Scratch.Services.Document doc { get; construct; }
- private Gtk.Button send_button;
+ private Gtk.Button close_button;
+ private Gtk.Button upload_button;
private Gtk.Entry name_entry;
private Gtk.ComboBoxText expiry_combo;
private Gtk.CheckButton private_check;
private Gtk.ComboBoxText format_combo;
- private Gtk.Window format_others_win;
- private Gtk.TreeView format_others_view;
- private Gtk.ListStore format_store;
+ private Granite.Dialog format_dialog;
private Gtk.Stack stack;
+ private Gtk.ListBox languages_listbox;
public PasteBinDialog (Gtk.Window? parent, Scratch.Services.Document doc) {
Object (
- border_width: 5,
- deletable: false,
+ resizable: false,
doc: doc,
transient_for: parent,
- title: _("Share via Pastebin")
+ title: _("Upload to Pastebin")
);
}
construct {
- name_entry = new Gtk.Entry ();
+ name_entry = new Gtk.Entry () {
+ hexpand = true
+ };
- var name_entry_l = new Gtk.Label (_("Name:"));
- name_entry_l.halign = Gtk.Align.END;
+ var name_entry_l = new Gtk.Label (_("Name:")) {
+ halign = Gtk.Align.END
+ };
- var format_label = new Gtk.Label (_("Format:"));
- format_label.halign = Gtk.Align.END;
+ var format_label = new Gtk.Label (_("Format:")) {
+ halign = Gtk.Align.END
+ };
format_combo = new Gtk.ComboBoxText ();
- var format_button = new Gtk.Button.with_label (_("Others…"));
- format_button.clicked.connect (format_button_clicked);
+ var format_button = new Gtk.Button.from_icon_name ("view-more-horizontal-symbolic") {
+ tooltip_text = _("Choose different format")
+ };
//populate combo box
var sel_lang = doc.get_language_id ();
@@ -283,20 +287,19 @@ namespace Scratch.Dialogs {
format_combo.set_active_id ("text");
}
- var expiry_combo_l = new Gtk.Label (_("Expiry time:"));
- expiry_combo_l.halign = Gtk.Align.END;
+ var expiry_combo_l = new Gtk.Label (_("Expiration:")) {
+ halign = Gtk.Align.END
+ };
expiry_combo = new Gtk.ComboBoxText ();
populate_expiry_combo ();
private_check = new Gtk.CheckButton.with_label (_("Keep this paste private"));
- private_check.margin_top = 12;
- var grid = new Gtk.Grid ();
- grid.column_spacing = 6;
- grid.row_spacing = 12;
- grid.margin = 5;
- grid.margin_top = 0;
+ var grid = new Gtk.Grid () {
+ column_spacing = 6,
+ row_spacing = 12
+ };
grid.attach (name_entry_l, 0, 0, 1, 1);
grid.attach (name_entry, 1, 0, 1, 1);
grid.attach (format_label, 0, 1, 1, 1);
@@ -304,39 +307,39 @@ namespace Scratch.Dialogs {
grid.attach (format_button, 2, 1, 1, 1);
grid.attach (expiry_combo_l, 0, 2, 1, 1);
grid.attach (expiry_combo, 1, 2, 1, 1);
- grid.attach (private_check, 1, 3, 2, 1);
-
- var spinner = new Gtk.Spinner ();
- spinner.active = true;
- spinner.height_request = 32;
- spinner.valign = Gtk.Align.CENTER;
-
- stack = new Gtk.Stack ();
+ grid.attach (private_check, 1, 3, 1, 1);
+
+ var spinner = new Gtk.Spinner () {
+ active = true,
+ height_request = 32,
+ valign = Gtk.Align.CENTER
+ };
+
+ stack = new Gtk.Stack () {
+ margin = 12,
+ margin_top = 0
+ };
stack.add (grid);
stack.add (spinner);
- var content_area = get_content_area () as Gtk.Box;
- content_area.add (stack);
-
- send_button = new Gtk.Button.with_label (_("Upload"));
+ get_content_area ().add (stack);
- var cancel_button = new Gtk.Button.with_label (_("Close"));
-
- var action_area = get_action_area () as Gtk.Box;
- action_area.margin_top = 7;
- action_area.add (cancel_button);
- action_area.add (send_button);
+ close_button = (Gtk.Button)add_button (_("Cancel"), Gtk.ResponseType.CANCEL);
+ upload_button = (Gtk.Button)add_button (_("Upload to Pastebin"), Gtk.ResponseType.OK);
+ upload_button.get_style_context ().add_class (Gtk.STYLE_CLASS_SUGGESTED_ACTION);
read_settings ();
show_all ();
- send_button.clicked.connect (() => {
+ format_button.clicked.connect (format_button_clicked);
+
+ upload_button.clicked.connect (() => {
stack.visible_child = spinner;
- send_button_clicked ();
+ upload_button_clicked ();
});
- cancel_button.clicked.connect (() => {
+ close_button.clicked.connect (() => {
destroy ();
});
@@ -345,85 +348,90 @@ namespace Scratch.Dialogs {
});
}
-
private void format_button_clicked () {
- format_others_win = new Gtk.Window ();
- format_others_win.modal = true;
- format_others_win.title = _("Other formats");
- format_others_win.set_default_size (250, 300);
+ format_dialog = new Granite.Dialog () {
+ resizable = false,
+ title = _("Available Formats")
+ };
+ format_dialog.set_default_size (220, 300);
- format_others_view = new Gtk.TreeView ();
- format_others_view.set_headers_visible (false);
+ languages_listbox = new Gtk.ListBox () {
+ selection_mode = Gtk.SelectionMode.SINGLE
+ };
- format_store = new Gtk.ListStore (2, typeof (string), typeof (string));
- format_others_view.set_model (format_store);
- format_others_view.insert_column_with_attributes (-1, "Language", new Gtk.CellRendererText (), "text", 0);
-
- Gtk.TreeIter iter;
for (var i=0; i < languages.length[0]; i++) {
- format_store.append (out iter);
- format_store.set (iter, 0, languages[i, 2], 1, languages[i, 1]);
+ var label = new Gtk.Label (languages[i, 2]) {
+ halign = Gtk.Align.START,
+ margin = 6
+ };
+
+ languages_listbox.add (label);
}
- var format_others_scroll = new Gtk.ScrolledWindow (null, null);
- format_others_scroll.add (format_others_view);
+ var languages_scrolled = new Gtk.ScrolledWindow (null, null) {
+ hscrollbar_policy = Gtk.PolicyType.NEVER,
+ height_request = 250,
+ expand = true
+ };
+ languages_scrolled.add (languages_listbox);
- var format_others_ok = new Gtk.Button.from_icon_name ("dialog-ok", Gtk.IconSize.BUTTON);
- format_others_ok.clicked.connect (format_others_ok_clicked);
+ var cancel_button = (Gtk.Button)format_dialog.add_button (_("Cancel"), Gtk.ResponseType.CANCEL);
- var format_others_cancel = new Gtk.Button.from_icon_name ("dialog-cancel", Gtk.IconSize.BUTTON);
- format_others_cancel.clicked.connect (format_others_cancel_clicked);
+ var select_button = (Gtk.Button)format_dialog.add_button (_("Select Format"), Gtk.ResponseType.OK);
+ select_button.get_style_context ().add_class (Gtk.STYLE_CLASS_SUGGESTED_ACTION);
+ select_button.clicked.connect (select_button_clicked);
- var format_others_buttons = new Gtk.ButtonBox (Gtk.Orientation.HORIZONTAL);
- format_others_buttons.set_layout (Gtk.ButtonBoxStyle.CENTER);
- format_others_buttons.pack_start (format_others_cancel);
- format_others_buttons.pack_start (format_others_ok);
+ var frame = new Gtk.Frame (null) {
+ margin = 12,
+ margin_top = 0
+ };
+ frame.add (languages_scrolled);
- var format_others_box = new Gtk.Box (Gtk.Orientation.VERTICAL, 10);
- format_others_box.pack_start (format_others_scroll);
- format_others_box.pack_start (format_others_buttons);
+ format_dialog.get_content_area ().add (frame);
+ format_dialog.show_all ();
- format_others_win.add (format_others_box);
- format_others_win.show_all ();
- }
-
- private void format_others_cancel_clicked () {
- format_others_win.destroy ();
+ cancel_button.clicked.connect (() => {
+ format_dialog.destroy ();
+ });
}
- private void format_others_ok_clicked () {
-
- var selection = format_others_view.get_selection ();
- Gtk.TreeIter iter;
- if (selection.get_selected (null, out iter) == true) {
- Value lang_name;
- Value lang_code;
- format_store.get_value (iter, 0, out lang_name);
- format_store.get_value (iter, 1, out lang_code);
-
- format_combo.append ((string) lang_code, (string) lang_name);
- format_combo.set_active_id ((string) lang_code);
+ private void select_button_clicked () {
+ var selection = languages_listbox.get_selected_row ();
+ if (selection != null) {
+ var label = (Gtk.Label)selection.get_child ();
+ var lang_name = label.label;
+ var lang_code = "";
+
+ for (var i=0; i < languages.length[0]; i++) {
+ if (languages[i, 2] == lang_name) {
+ lang_code = languages[i, 1];
+ format_combo.append (lang_code, lang_name);
+ format_combo.set_active_id (lang_code);
+ break;
+ }
+ }
}
- format_others_win.destroy ();
+ format_dialog.destroy ();
}
private void read_settings () {
string paste_name = this.doc.get_basename ();
name_entry.text = paste_name;
- expiry_combo.set_active_id (Scratch.services.expiry_time);
- private_check.set_active (Scratch.services.set_private);
+ expiry_combo.set_active_id (Scratch.service_settings.get_string ("expiry-time"));
+ private_check.set_active (Scratch.service_settings.get_boolean ("set-private"));
}
private void write_settings () {
- Scratch.services.paste_format_code = format_combo.get_active_id ();
- Scratch.services.expiry_time = expiry_combo.get_active_id ();
- Scratch.services.set_private = private_check.get_active ();
+ Scratch.service_settings.set_string ("paste-format-code", format_combo.active_id);
+ Scratch.service_settings.set_string ("expiry-time", expiry_combo.active_id);
+ Scratch.service_settings.set_boolean ("set-private", private_check.active);
}
- private void send_button_clicked () {
- send_button.sensitive = false;
+ private void upload_button_clicked () {
+ upload_button.sensitive = false;
+ close_button.label = _("Close");
string link;
var submit_result = submit_paste (out link);
@@ -444,7 +452,6 @@ namespace Scratch.Dialogs {
stack.visible_child = box;
}
-
private bool submit_paste (out string link) {
// Get the values
string paste_code = this.doc.get_text ();
diff --git a/plugins/preserve-indent/preserve-indent.vala b/plugins/preserve-indent/preserve-indent.vala
index b5c14466cd..6f07e0c3d3 100644
--- a/plugins/preserve-indent/preserve-indent.vala
+++ b/plugins/preserve-indent/preserve-indent.vala
@@ -63,10 +63,10 @@ public class Scratch.Plugins.PreserveIndent : Peas.ExtensionBase, Peas.Activatab
pos = line_begin;
int indent = 0;
- int tabwidth = Scratch.settings.indent_width;
+ int tabwidth = Scratch.settings.get_int ("indent-width");
unichar ch = pos.get_char ();
- while (pos.get_offset () < iter.get_offset () && ch != '\n') {
+ while (pos.get_offset () < iter.get_offset () && ch != '\n' && ch.isspace ()) {
if (ch == '\t') {
indent += tabwidth;
} else {
@@ -159,9 +159,12 @@ public class Scratch.Plugins.PreserveIndent : Peas.ExtensionBase, Peas.Activatab
) {
int first_line = region_begin.get_line ();
int last_line = region_end.get_line ();
+ int buf_last_line = view.buffer.get_line_count () - 1;
int nlines = (first_line - last_line).abs () + 1;
- if (nlines < 1 || nchars < 1 || last_line < first_line || !view.editable) {
+ if (nlines < 1 || nchars < 1 || last_line < first_line || !view.editable
+ || first_line == buf_last_line
+ ) {
return;
}
@@ -171,7 +174,7 @@ public class Scratch.Plugins.PreserveIndent : Peas.ExtensionBase, Peas.Activatab
if (view.insert_spaces_instead_of_tabs) {
indent_str = string.nfill (nchars, ' ');
} else {
- int tabwidth = Scratch.settings.indent_width;
+ int tabwidth = Scratch.settings.get_int ("indent-width");
int tabs = nchars / tabwidth;
int spaces = nchars % tabwidth;
@@ -203,7 +206,7 @@ public class Scratch.Plugins.PreserveIndent : Peas.ExtensionBase, Peas.Activatab
}
Gtk.TextBuffer buffer = view.buffer;
- int tabwidth = Scratch.settings.indent_width;
+ int tabwidth = Scratch.settings.get_int ("indent-width");
Gtk.TextIter del_begin, del_end, itr;
for (var line = first_line; line <= last_line; ++line) {
diff --git a/plugins/spell/Settings.vala b/plugins/spell/Settings.vala
deleted file mode 100644
index f580618ed6..0000000000
--- a/plugins/spell/Settings.vala
+++ /dev/null
@@ -1,35 +0,0 @@
-// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
-/***
- BEGIN LICENSE
-
- Copyright (C) 2015 gero-bare
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License version 3, as published
- by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranties of
- MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program. If not, see
-
- END LICENSE
-***/
-
-namespace Scratch.Plugins.SpellSettings {
-
- /**
- * Class for interacting with gsettings.
- */
- internal class Settings : Granite.Services.Settings {
- private const string SCHEMA = Constants.PROJECT_NAME + ".plugins.spell";
-
- public string language { get; set; }
-
- public Settings () {
- base (SCHEMA);
- }
- }
-}
diff --git a/plugins/spell/meson.build b/plugins/spell/meson.build
index ec49e981c6..15bd141f10 100644
--- a/plugins/spell/meson.build
+++ b/plugins/spell/meson.build
@@ -1,7 +1,6 @@
module_name = 'spell'
module_files = [
- 'Settings.vala',
'spell.vala'
]
diff --git a/plugins/spell/spell.vala b/plugins/spell/spell.vala
index 10c92a1366..6e90e60e2f 100644
--- a/plugins/spell/spell.vala
+++ b/plugins/spell/spell.vala
@@ -17,7 +17,7 @@ public class Scratch.Plugins.Spell: Peas.ExtensionBase, Peas.Activatable {
Scratch.Services.Interface plugins;
- Scratch.Plugins.SpellSettings.Settings settings;
+ private GLib.Settings settings;
MainWindow window = null;
@@ -35,11 +35,10 @@ public class Scratch.Plugins.Spell: Peas.ExtensionBase, Peas.Activatable {
}
public void activate () {
-
- this.settings = new Scratch.Plugins.SpellSettings.Settings ();
+ settings = new GLib.Settings (Constants.PROJECT_NAME + ".plugins.spell");
// Restore the last dictionary used.
- this.lang_dict = settings.language;
+ lang_dict = settings.get_string ("language");
settings.changed.connect (settings_changed);
@@ -101,8 +100,9 @@ public class Scratch.Plugins.Spell: Peas.ExtensionBase, Peas.Activatable {
// Deactivate Spell checker when we are editing a code file
var source_buffer = (Gtk.SourceBuffer) d.source_view.buffer;
var lang = source_buffer.language;
- if (lang != null)
+ if (lang != null && lang.id != "markdown") {
spell.detach ();
+ }
// Detect language changed event
view.notify["language"].connect (() => language_changed_spell (view));
@@ -136,8 +136,8 @@ public class Scratch.Plugins.Spell: Peas.ExtensionBase, Peas.Activatable {
public void settings_changed () {
if (spell != null) {
try {
- spell.set_language (settings.language);
- this.lang_dict = settings.language;
+ spell.set_language (settings.get_string ("language"));
+ lang_dict = settings.get_string ("language");
} catch (Error e) {
warning (e.message);
}
@@ -146,7 +146,7 @@ public class Scratch.Plugins.Spell: Peas.ExtensionBase, Peas.Activatable {
public void save_settings () {
// Save the last dictionary used.
- settings.language = this.lang_dict;
+ settings.set_string ("language", lang_dict);
}
public void deactivate () {
diff --git a/plugins/terminal/Settings.vala b/plugins/terminal/Settings.vala
deleted file mode 100644
index 55e61d21a2..0000000000
--- a/plugins/terminal/Settings.vala
+++ /dev/null
@@ -1,35 +0,0 @@
-// -*- Mode: vala; indent-tabs-mode: nil; tab-width: 4 -*-
-/***
- BEGIN LICENSE
-
- Copyright (C) 2015 Artem Anufrij
- This program is free software: you can redistribute it and/or modify it
- under the terms of the GNU Lesser General Public License version 3, as published
- by the Free Software Foundation.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranties of
- MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
- PURPOSE. See the GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program. If not, see
-
- END LICENSE
-***/
-
-namespace Scratch.Plugins.TerminalViewer {
- /**
- * Class for interacting with gsettings.
- */
- internal class Settings : Granite.Services.Settings {
-
- private const string SCHEMA = Constants.PROJECT_NAME + ".plugins.terminal";
-
- public string last_opened_path { get; set; }
-
- public Settings () {
- base (SCHEMA);
- }
- }
-}
diff --git a/plugins/terminal/meson.build b/plugins/terminal/meson.build
index 58c7e8d198..0b2852aa9a 100644
--- a/plugins/terminal/meson.build
+++ b/plugins/terminal/meson.build
@@ -1,7 +1,6 @@
module_name = 'terminal'
module_files = [
- 'Settings.vala',
'terminal.vala'
]
diff --git a/plugins/terminal/terminal.vala b/plugins/terminal/terminal.vala
index 375c488140..61c2343e6d 100644
--- a/plugins/terminal/terminal.vala
+++ b/plugins/terminal/terminal.vala
@@ -24,7 +24,7 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
MainWindow window = null;
- Scratch.Plugins.TerminalViewer.Settings settings;
+ private GLib.Settings settings;
Gtk.Notebook? bottombar = null;
Scratch.Widgets.HeaderBar? toolbar = null;
@@ -77,8 +77,6 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
}
});
- plugins.hook_split_view.connect (on_hook_split_view);
-
on_hook_notebook ();
}
@@ -94,7 +92,7 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
}
void save_last_working_directory () {
- settings.last_opened_path = get_shell_location ();
+ settings.set_string ("last-opened-path", get_shell_location ());
}
bool on_window_key_press_event (Gdk.EventKey event) {
@@ -158,16 +156,6 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
return false;
}
- void on_hook_split_view (Scratch.Widgets.SplitView view) {
- this.tool_button.visible = ! view.is_empty ();
- view.welcome_shown.connect (() => {
- this.tool_button.visible = false;
- });
- view.welcome_hidden.connect (() => {
- this.tool_button.visible = true;
- });
- }
-
void on_hook_toolbar (Scratch.Widgets.HeaderBar toolbar) {
var icon = new Gtk.Image.from_icon_name ("utilities-terminal", Gtk.IconSize.LARGE_TOOLBAR);
tool_button = new Gtk.ToggleToolButton ();
@@ -197,13 +185,13 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
try {
return GLib.FileUtils.read_link ("/proc/%d/cwd".printf (pid));
} catch (GLib.FileError error) {
- warning ("An error occured while fetching the current dir of shell");
+ warning ("An error occurred while fetching the current dir of shell");
return "";
}
}
void on_hook_notebook () {
- this.settings = new Scratch.Plugins.TerminalViewer.Settings ();
+ this.settings = new GLib.Settings (Constants.PROJECT_NAME + ".plugins.terminal");
this.terminal = new Vte.Terminal ();
this.terminal.scrollback_lines = -1;
@@ -252,13 +240,13 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
this.terminal.button_press_event.connect ((event) => {
if (event.button == 3) {
menu.select_first (false);
- menu.popup (null, null, null, event.button, event.time);
+ menu.popup_at_pointer (event);
}
return false;
});
try {
- string last_opened_path = settings.last_opened_path == "" ? "~/" : settings.last_opened_path;
+ string last_opened_path = settings.get_string ("last-opened-path") == "" ? "~/" : settings.get_string ("last-opened-path");
terminal.spawn_sync (Vte.PtyFlags.DEFAULT, last_opened_path, { Vte.get_user_shell () }, null, GLib.SpawnFlags.SEARCH_PATH, null, out child_pid);
} catch (GLib.Error e) {
warning (e.message);
@@ -281,9 +269,6 @@ public class Scratch.Plugins.Terminal : Peas.ExtensionBase, Peas.Activatable {
font_name = pantheon_terminal_settings.get_string ("font");
- bool allow_bold_setting = pantheon_terminal_settings.get_boolean ("allow-bold");
- this.terminal.set_allow_bold (allow_bold_setting);
-
bool audible_bell_setting = pantheon_terminal_settings.get_boolean ("audible-bell");
this.terminal.set_audible_bell (audible_bell_setting);
diff --git a/plugins/vim-emulation/vim-emulation.vala b/plugins/vim-emulation/vim-emulation.vala
index 92b9b2c851..d3e9c0ffef 100644
--- a/plugins/vim-emulation/vim-emulation.vala
+++ b/plugins/vim-emulation/vim-emulation.vala
@@ -25,7 +25,7 @@ public class Scratch.Plugins.VimEmulation : Peas.ExtensionBase, Peas.Activatable
VISUAL
}
- Mode mode = Mode.INSERT;
+ Mode mode = Mode.COMMAND;
string number = "";
string action = "";
bool g = false;
@@ -185,6 +185,17 @@ public class Scratch.Plugins.VimEmulation : Peas.ExtensionBase, Peas.Activatable
buffer.place_cursor (start);
debug ("Vim Emulation: INSERT Mode!");
break;
+ case Gdk.Key.a:
+ if (mode == Mode.INSERT) {
+ return false;
+ }
+ // clean action string
+ action = "";
+
+ mode = Mode.INSERT;
+ view.move_cursor (Gtk.MovementStep.VISUAL_POSITIONS, number == "" ? 1 : int.parse (number), false);
+ debug ("Vim Emulation: INSERT Mode!");
+ return true;
case Gdk.Key.A:
if (mode == Mode.INSERT) {
return false;
@@ -194,6 +205,31 @@ public class Scratch.Plugins.VimEmulation : Peas.ExtensionBase, Peas.Activatable
view.move_cursor (Gtk.MovementStep.DISPLAY_LINE_ENDS, 1, false);
debug ("Vim Emulation: INSERT Mode!");
break;
+ case Gdk.Key.o:
+ if (mode == Mode.INSERT) {
+ return false;
+ }
+ mode = Mode.INSERT;
+ debug ("Vim Emulation: INSERT Mode!");
+
+ view.move_cursor (Gtk.MovementStep.PARAGRAPH_ENDS, 1, false);
+ view.insert_at_cursor ("\n");
+ break;
+ case Gdk.Key.O:
+ if (mode == Mode.INSERT) {
+ return false;
+ }
+ mode = Mode.INSERT;
+ debug ("Vim Emulation: INSERT Mode!");
+
+ // Move to start of current line
+ view.move_cursor (Gtk.MovementStep.PARAGRAPH_ENDS, -1, false);
+ view.move_cursor (Gtk.MovementStep.DISPLAY_LINE_ENDS, -1, false);
+ // Insert newline before current line
+ view.insert_at_cursor ("\n");
+ // Move to beginning of the new line
+ view.move_cursor (Gtk.MovementStep.PARAGRAPHS, -1, false);
+ break;
case 46: // Dot "."
debug (action);
view.insert_at_cursor (action);
@@ -201,7 +237,8 @@ public class Scratch.Plugins.VimEmulation : Peas.ExtensionBase, Peas.Activatable
case Gdk.Key.Home:
case Gdk.Key.@0:
if (number == "") {
- view.move_cursor (Gtk.MovementStep.DISPLAY_LINES, 1, false);
+ view.move_cursor (Gtk.MovementStep.PARAGRAPH_ENDS, -1, false);
+ view.move_cursor (Gtk.MovementStep.DISPLAY_LINE_ENDS, -1, false);
} else {
number += "0";
}
diff --git a/plugins/word-completion/completion-provider.vala b/plugins/word-completion/completion-provider.vala
index 3b16787f65..7a9071a793 100644
--- a/plugins/word-completion/completion-provider.vala
+++ b/plugins/word-completion/completion-provider.vala
@@ -25,7 +25,6 @@ public class Scratch.Plugins.CompletionProvider : Gtk.SourceCompletionProvider,
public const string COMPLETION_END_MARK_NAME = "ScratchWordCompletionEnd";
public const string COMPLETION_START_MARK_NAME = "ScratchWordCompletionStart";
- private Gdk.Pixbuf icon;
private Gtk.TextView? view;
private Gtk.TextBuffer? buffer;
private Euclide.Completion.Parser parser;
@@ -162,7 +161,9 @@ public class Scratch.Plugins.CompletionProvider : Gtk.SourceCompletionProvider,
Gee.TreeSet prop_word_list;
if (parser.get_for_word (to_find, out prop_word_list)) {
foreach (var word in prop_word_list) {
- var item = new Gtk.SourceCompletionItem (word, word, null, null);
+ var item = new Gtk.SourceCompletionItem ();
+ item.label = word;
+ item.text = word;
props.prepend (item);
}
diff --git a/po/LINGUAS b/po/LINGUAS
index 177b85cd90..0f9101870b 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -197,3 +197,4 @@ zh_CN
zh_HK
zh_TW
zu
+ca@valencia
diff --git a/po/POTFILES b/po/POTFILES
index d168ab2c75..5e3d292840 100644
--- a/po/POTFILES
+++ b/po/POTFILES
@@ -1,6 +1,8 @@
src/Application.vala
src/MainWindow.vala
src/Utils.vala
+src/Dialogs/GlobalSearchDialog.vala
+src/Dialogs/NewBranchDialog.vala
src/Dialogs/PreferencesDialog.vala
src/Dialogs/RestoreConfirmationDialog.vala
src/FolderManager/ContractMenuItem.vala
@@ -15,15 +17,13 @@ src/Services/FileHandler.vala
src/Services/PluginManager.vala
src/Services/Settings.vala
src/Services/TemplateManager.vala
-src/Services/ZeitgeistLogger.vala
src/Widgets/DocumentView.vala
src/Widgets/FormatBar.vala
src/Widgets/HeaderBar.vala
-src/Widgets/Pane.vala
+src/Widgets/Sidebar.vala
src/Widgets/PaneSwitcher.vala
src/Widgets/SearchBar.vala
src/Widgets/SourceView.vala
-src/Widgets/SplitView.vala
src/Widgets/WelcomeView.vala
plugins/pastebin/pastebin_dialog.vala
plugins/pastebin/pastebin.vala
@@ -37,14 +37,10 @@ plugins/outline/Vala/ValaSymbolResolver.vala
plugins/outline/OutlinePane.vala
plugins/outline/OutlinePlugin.vala
plugins/outline/SymbolOutline.vala
-plugins/terminal/Settings.vala
plugins/terminal/terminal.vala
plugins/brackets-completion/brackets-completion.vala
plugins/strip-trailing-save/strip-trailing-save.vala
-plugins/browser-preview/BrowserView.vala
-plugins/browser-preview/browser-preview.vala
plugins/vim-emulation/vim-emulation.vala
-plugins/spell/Settings.vala
plugins/spell/spell.vala
plugins/word-completion/plugin.vala
plugins/word-completion/engine.vala
diff --git a/po/aa.po b/po/aa.po
index 883f30c647..57314ea023 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ab.po b/po/ab.po
index 883f30c647..57314ea023 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ae.po b/po/ae.po
index e171b28dc8..6dc396c9dc 100644
--- a/po/ae.po
+++ b/po/ae.po
@@ -1,208 +1,204 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -222,96 +218,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -328,69 +339,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -398,122 +408,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -521,43 +511,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -593,112 +585,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/af.po b/po/af.po
index 04711d58f1..2f7b6a6bef 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2017-04-09 21:07+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Afrikaans \n"
@@ -18,204 +18,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Nuwe Blad"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nuwe Venster"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr ""
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Vind…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Alle lêers"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Teks lêers"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Kanselleer"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr ""
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr ""
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Stoor lêers op gewysiging"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automatiese inkeping"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Inkeping Wydte"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Sluit"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Onderstreep bypassende hakies"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Lyn wydte gids"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Persoonlike font"
@@ -235,99 +231,114 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "Ander formate"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Nuwe Blad"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Teks lêers"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "Kanselleer"
@@ -346,31 +357,31 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Maak toe sonder om te stoor"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Stoor"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Stoor lêer"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nuwe dokument"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr "Die \"%s\" lêer kan nie gelees word nie. Dalk is dit korrup"
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -379,17 +390,16 @@ msgstr ""
"Die plek wat die \"%s\" lêer bevat is ontkoppel. Wil jy op 'n ander plek "
"stoor?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Stoor as…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Die \"%s\" lêer was verwyder. Wil jy dit in elk geval stoor?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -398,22 +408,22 @@ 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:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Stoor wysigings op 'n ander plek"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -421,123 +431,103 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Teks lêers"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "Wys lyn nommers"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Nuwe Blad"
msgstr[1] "Nuwe Blad"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -545,43 +535,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Vervang"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -619,115 +611,105 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "Deel via PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Naam:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "Formaat "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "Andere..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Verval tyd"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Houd die plakker privaat"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Oplaai"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Ander formate"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Selekteer font"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Nooit"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Tien minute"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Een uur"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Een dag"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Een maand"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Wys terminaal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Steek terminaal weg"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminaal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopieër"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Plak"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -736,6 +718,20 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "Deel via PasteBin"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "Andere..."
+
+#~ msgid "Upload"
+#~ msgstr "Oplaai"
+
+#~ msgid "Other formats"
+#~ msgstr "Ander formate"
+
#~ msgid "Highlight current line:"
#~ msgstr "Verhoogliggend huidige lyn"
@@ -798,6 +794,3 @@ msgstr ""
#~ msgid "Font and Color Scheme:"
#~ msgstr "Font en kleur skema"
-
-#~ msgid "Select font:"
-#~ msgstr "Selekteer font"
diff --git a/po/ak.po b/po/ak.po
index a06044752b..9d40f96e16 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2017-04-09 20:11+0000\n"
"Last-Translator: aberba \n"
"Language-Team: LANGUAGE \n"
@@ -13,205 +13,201 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Tab Foforɔ"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Window Foforɔ"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Printe"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Plugins Ahoroɔ"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Plugins Ahoroɔ"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr ""
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Gyae"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr ""
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr ""
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -231,100 +227,117 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Bue file"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+msgid "Find in Folder…"
+msgstr "Bue file"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Tab Foforɔ"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "File foforɔ"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
msgid "Close Other Folders"
msgstr "Bue file"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+msgid "Find in Project…"
+msgstr "Bue file"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "Gyae"
@@ -346,31 +359,31 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Dum no. Mempɛ sɛ wo kora no"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Kora"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Kora file no"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Document Foforɔ"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr "File %s antumi ambue. Ebia na asɛe anaa wo nni ho kwan sɛ wo bue."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -378,28 +391,27 @@ msgid ""
msgstr ""
"Bɛbi a file %s wɔ no nnya mmounte yɛ. Wopɛ sɛ wo kora no baabi fofor anaa?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Kora no sɛ ..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "File %s nni akoraɛ biara mu. Wo pɛ sɛ wo kora to hɔ anna?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, 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?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Kora to baabi fororɔ"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -408,11 +420,11 @@ msgstr ""
"Dwumadi foforɔ ayɛ nsesaɛ wɔ %s mu. Wopɛ sɛ wo hwɛ nsesaɛ no ansa na wakora "
"no bio anaa?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Yi"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Toa so"
@@ -420,123 +432,103 @@ msgstr "Toa so"
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Yɛ ntwerɛe foforɔ firi "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Ma ntwereɛ no Kola"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Tab Foforɔ"
msgstr[1] "Tab Foforɔ"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Kɔ line:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Fa ma"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Fa View Foforɔ Ka Ho"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Yi Seesei View No Fi Hɔ"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Bue file"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -544,43 +536,45 @@ msgstr ""
msgid "Find"
msgstr "Hwehwɛ"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Fa wei sesa no"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Si ananmu"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Sesa ne nyinaa"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -619,112 +613,100 @@ msgstr "Bue file"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -733,6 +715,12 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Add New View"
+#~ msgstr "Fa View Foforɔ Ka Ho"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Yi Seesei View No Fi Hɔ"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "File foforɔ"
diff --git a/po/am.po b/po/am.po
index 8cc73b7f72..a121700f18 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-21 13:39+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Amharic \n"
@@ -18,205 +18,204 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "አዲስ ንዑስ መስኮት"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "አዲስ መስኮት"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "የ እትሙን መረጃ ማተሚያ እና መውጫ"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "የ ተሰኪዎች ማሰናጃ"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "የ ተሰኪዎች ማሰናጃ"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "መፈለጊያ…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "የመፈለጊያ ባሩን መደበቂያ"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "ሁሉንም ፋይሎች"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "የጽሁፍ ፋይሎች"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "አንዳንድ ፋይሎች መክፈቻ"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "መክፈቻ"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "መሰረዣ"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_መክፈቻ"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_መሰረዣ"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Next Search"
+msgid "Search"
+msgstr "የሚቀጥለው መፈለጊያ"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "የ ስክራች ማሰናጃዎች መቀየሪያ"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "ምርጫዎች"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "ፋይሎች በሚቀየሩ ጊዜ ማስቀመጫ:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "ራሱ በራሱ ማስረጊያ:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "የ ንዑስ መስኮት ስፋት:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "ባህሪ"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "ግንኙነት"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "መዝጊያ"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "ተጨማሪዎች"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "ተመሳሳይ ቅንፎችን ማድመቂያ:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "የ መስመር ስፋት ምምሪያ:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -236,104 +235,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "መክፈቻ"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "ለሎች አቀራረቦች"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "ፎልደሮች"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "ፎልደር መክፈቻ"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "ፎልደሮች"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "አዲስ ንዑስ መስኮት"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "አዲስ ፋይል"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "ፎልደር መዝጊያ"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "ፎልደር መዝጊያ"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "ፎልደር መክፈቻ"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "የ ስክራች ማሰናጃዎች መቀየሪያ"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "የ ስክራች ማሰናጃዎች መቀየሪያ"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "መሰረዣ"
@@ -352,69 +371,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr "ሳያስቀምጡ መዝጊያ"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "ማስቀመጫ"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "ፋይል ማስቀመጫ"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "አዲስ ሰነድ"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "ማስቀመጫ እንደ..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "ለውጦቹን ሌላ ቦታ ማስቀመጫ"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "መጫኛ"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "ይቀጥሉ"
@@ -422,127 +440,107 @@ msgstr "ይቀጥሉ"
msgid "Templates"
msgstr "ቴምፕሌትስ"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "የጽሁፍ ፋይሎች"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "የ መስመር ቁጥር ማሳያ:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "አዲስ ንዑስ መስኮት"
msgstr[1] "አዲስ ንዑስ መስኮት"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "ወደ መስመር መሄጃ :"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "ፋይል መክፈቻ"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "የ እቅድ ቴምፕሌቶች"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "ይህን ፋይል ማስቀመጫ"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "ይህን ፋይል በ ሌላ ስም ማስቀመጫ"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "ይህን ፋይል እንደነበር መመለሻ"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "ማካፈያ"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "ማሳያ"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "ማሳያ 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "ማሳያ"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "አዲስ መመለከቻ መጨመሪያ"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "የ አሁኑን መመልከቻ ማስወገጃ"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "ፎልደር መክፈቻ"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -550,43 +548,45 @@ msgstr ""
msgid "Find"
msgstr "መፈለጊያ"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "መተኪያ በ"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "መቀየሪያ"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "ኩሉንም መቀየሪያ"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -625,114 +625,105 @@ msgstr "ፎልደር መክፈቻ"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "ስም :"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "አቀራረብ : "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "ሌሎች..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "መጫኛ"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "ለሎች አቀራረቦች"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "ፊደል ይምረጡ :"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "በፍጹም"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "አስር ደቂቃ"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "አንድ ሰአት"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "አንድ ቀን"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "አንድ ወር"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "ምልክቶች"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "ምልክቶች"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "ተርሚናል"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "ኮፒ"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "መለጠፊያ"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -741,6 +732,22 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "ሌሎች..."
+
+#~ msgid "Upload"
+#~ msgstr "መጫኛ"
+
+#~ msgid "Other formats"
+#~ msgstr "ለሎች አቀራረቦች"
+
+#~ msgid "Add New View"
+#~ msgstr "አዲስ መመለከቻ መጨመሪያ"
+
+#~ msgid "Remove Current View"
+#~ msgstr "የ አሁኑን መመልከቻ ማስወገጃ"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "አዲስ ፋይል"
@@ -892,9 +899,6 @@ msgstr ""
#~ msgid "Previous Search"
#~ msgstr "ቀደም ያለው መፈለጊያ"
-#~ msgid "Next Search"
-#~ msgstr "የሚቀጥለው መፈለጊያ"
-
#~ msgid "Create a new document from a template"
#~ msgstr "ከቲምፕሌቱ ውስጥ አዲስ ሰነድ መፍጠሪያ"
@@ -916,9 +920,6 @@ msgstr ""
#~ msgid "General:"
#~ msgstr "ባጠቃላይ :"
-#~ msgid "Select font:"
-#~ msgstr "ፊደል ይምረጡ :"
-
#~ msgid "Editor:"
#~ msgstr "አራሚ:"
diff --git a/po/an.po b/po/an.po
index b3e9da8ac9..ac884a3218 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-21 13:36+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -338,69 +349,68 @@ msgstr "Si no alzas, os camios d´os 4 segundos zaguers se ´n trafegueran"
msgid "Close Without Saving"
msgstr "Trancar sin alzar"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nueu Decumento"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -408,122 +418,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -531,43 +521,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -603,112 +595,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ar.po b/po/ar.po
index 9fc178fdcd..b338ce3a5c 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2020-03-11 16:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-26 16:48+0000\n"
"Last-Translator: nasserbinlaboun \n"
"Language-Team: Arabic \n"
"Language: ar\n"
@@ -17,580 +17,588 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "ربما ليس لديك الأذونات اللازمة."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "لسان جديد"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "نافذة جديدة"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
-msgstr ""
+msgstr "اطبع معلومات الاصدار وقم بالاغلاق"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "مجموعة من الاضافات"
-#: src/Application.vala:251
-#, fuzzy
+#: src/Application.vala:42
msgid "plugin"
-msgstr "مجموعة من الاضافات"
+msgstr "اضافة"
+
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
-#: src/MainWindow.vala:137
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "شيفرة برمجية"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "إبحث…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "اخفاء شريط البحث"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "كل الملفات"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "ملفات نصية"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
-msgstr ""
+msgstr "فتح بعض الملفات"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "إفتح"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
-msgstr ""
+msgstr "الغاء"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
-msgstr ""
+msgstr "_فتح"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
+msgstr "_الغاء"
+
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+#, fuzzy
+#| msgid "Case Insensitive"
+msgid "Case sensitive:"
+msgstr "غير حساسة لحالة الأحرف (غير مهم الأحرف كبيرة أو صغيرة)"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "البحث عن التالي"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "انشاء نموذج جديد"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+#| msgid "Branch"
+msgid "Create Branch"
+msgstr "تفرع"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "اﻹعدادات"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
-msgstr ""
+msgstr "القص أو النسخ بدون تحديد شيء سينسخ أو يقص كامل السطر الحالي"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
-msgstr ""
+msgstr "عام"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "إحفظ الملفات عند تغييرها:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
-msgstr ""
+msgstr "القص/النسخ الذكي للأسطر:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
-msgstr ""
+msgstr "التبويبات"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
-msgstr ""
+msgstr "التعرف التلقائي على المسافات الفارغة:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
-msgstr ""
+msgstr "ادخل مسافات بدلا من tabs:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
-msgstr ""
+msgstr "عرض التبويب:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
-msgstr ""
+msgstr "السلوك"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "الواجهة"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "اغلق"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "الامتدادات"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
-msgstr ""
+msgstr "المحرر"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "إبراز الاقواس :"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
+#, fuzzy
msgid "Line wrap:"
-msgstr ""
+msgstr "تنزيل المؤشر لسطر جديد بسبب امتلاء السطر السابق:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
-msgstr ""
+msgstr "ارسم مسافات:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
-msgstr ""
+msgstr "للنصوص المختارة"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
-msgstr ""
+msgstr "دائما"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
-msgstr ""
+msgstr "اظهر خارطة مصغرة:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
-msgstr ""
+msgstr "دليل سمك الخط:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
-msgstr ""
+msgstr "الخط"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
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
-#, fuzzy
msgid "Restore Anyway"
-msgstr "حمل على أي حال"
+msgstr "استرجع على اية حال"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
-msgstr ""
+msgstr "تطبيقات أخرى…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
-#, fuzzy
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
-msgstr "إفتح"
+msgstr "إفتح في"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
-#, fuzzy
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
-msgstr "صيغ اخري"
+msgstr "اجراءات اخرى"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "إعادة التسمية"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "انقل الى سلة المهملات"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "المجلدات"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open project folder…"
+msgid "Find in Folder…"
+msgstr "فتح مجلد المشروع…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "مجلد"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "ملف فارغ"
-#: src/FolderManager/FolderItem.vala:174
-#, fuzzy
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
-msgstr "لسان جديد"
+msgstr "جديد"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
-msgstr ""
+msgstr "ملف غير مسمى"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "ملف جديد"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "أغلق المجلد"
-#: src/FolderManager/ProjectFolderItem.vala:99
-#, fuzzy
-#| msgid "Close Folder"
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
-msgstr "أغلق المجلد"
+msgstr "اغلق المجلدات الاخرى"
+
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open project folder…"
+msgid "Find in Project…"
+msgstr "فتح مجلد المشروع…"
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr ""
+#, fuzzy
+#| msgid "%s, Modified"
+msgid "Modified"
+msgstr "%s, المعدل"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
#, fuzzy
+#| msgid "Branch"
+msgid "New Branch…"
+msgstr "تفرع"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
-msgstr "تغيير إعدادات خربشات"
+msgstr "تفرع"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s ليس بملف نصي"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
-msgstr ""
+msgstr "الشيفرة البرمجية لن يحمل نوع الملفات هذا."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "حمل على أي حال"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr ""
+msgstr "جاري العمل على الملف “%s” قد يستغرق بعض الوقت"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
-msgstr ""
+msgstr "الرجاء الانتظار بينما الشيفرة البرمجية يقوم بتحميل الملف."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "الغاء التحميل"
#: src/Services/Document.vala:391
-#, fuzzy, c-format
+#, c-format
msgid "Save changes to \"%s\" before closing?"
-msgstr "حفظ التغيرات الى المُستند %s قبل اﻹغلاق ؟"
+msgstr "حفظ التغيرات الخاصة بـ “%s” قبل اﻹغلاق؟"
#: src/Services/Document.vala:392
-#, fuzzy
msgid "If you don't save, changes will be permanently lost."
-msgstr "إن لم تحفظ فستختفى نهائياً جميع التغيرات الحادثه فى اخر 4 ثوانى."
+msgstr "إن لم تحفظ فستختفى نهائيا جميع التغيرات."
#: src/Services/Document.vala:398
-#, fuzzy
msgid "Close Without Saving"
-msgstr "إغلق بدون حفظ"
+msgstr "اغلق بدون حفظ"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "إحفظ"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "حفظ الملف"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "مُستند جديد"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "الملف \"%s\" لا يمكن قراءته"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
-msgstr ""
+msgstr "قد يكون تالفا أو أنك ليس لديك الصلاحيات لقراءته."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
-msgstr ""
+msgstr "المكان يحتوي على الملف “%s” ولم يكن مركبا. هل تريد حفظه فيه مكان آخر؟"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
-msgstr ""
+msgstr "حفظ باسم…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr ""
+msgstr "الملف “%s” قد تم حذفه. هل تريد حفظه على اية حال؟"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
-msgstr ""
+msgstr "لا يمكنك التغيير على الملف “%s”. هل تريد حفظ التغييرات في مكان آخر؟"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
-msgstr ""
+msgstr "احفظ التغييرات في مكان آخر"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
+"الملف “%s” قد تم تعديله من طرف خارجي. هل تريد إعادة تحميله أم تريد اكمال "
+"التعديل عليه؟"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
-msgstr ""
+msgstr "تحميل"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
-msgstr ""
+msgstr "استمرار"
#: src/Services/TemplateManager.vala:192
msgid "Templates"
msgstr "القوالب"
-#: src/Widgets/DocumentView.vala:133
-#, fuzzy, c-format
+#: src/Widgets/DocumentView.vala:126
+#, c-format
msgid "Text file from %s:%d"
-msgstr "ملفات نصية"
+msgstr "ملف نصي من %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "إبراز تراكيب الجمله"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "إعرض رقم السطر"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
-msgstr ""
+msgstr "ترشيح اللغات"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
-msgstr ""
+msgstr "نص بسيط"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
-msgstr[0] ""
-msgstr[1] ""
-
-#: src/Widgets/FormatBar.vala:207
-#, fuzzy, c-format
+msgstr[0] "بدون مسافات"
+msgstr[1] "مسافة"
+msgstr[2] "مسافتان"
+msgstr[3] "%d مسافات"
+msgstr[4] "%d مسافات"
+msgstr[5] "%d مسافات"
+
+#: src/Widgets/FormatBar.vala:191
+#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
-msgstr[0] "لسان جديد"
-msgstr[1] "لسان جديد"
+msgstr[0] "بدون تبويب"
+msgstr[1] "تبويب %d"
+msgstr[2] "تبويبان"
+msgstr[3] "%d تبويبات"
+msgstr[4] "%d تبويبات"
+msgstr[5] "%d تبويبات"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "إذهب الى السطر :"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "إفتح ملفاً"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "قوالب المشروع"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
-msgstr ""
+msgstr "حفظ هذا الملف"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
-msgstr ""
+msgstr "احفظ هذا الملف باسم آخر"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "إستعد هذا الملف"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "المشاركه"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
-msgstr ""
+msgstr "تصغير للخارج"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
-msgstr ""
+msgstr "تكبير مقاس 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
+msgstr "تكبير للداخل"
-#: src/Widgets/HeaderBar.vala:144
-#, fuzzy
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "الشريط الجانبي"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "إحذف منطقه العرض الحاليه"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
-msgstr ""
+msgstr "القائمة"
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
-msgstr "إفتح ملف"
+#| msgid "Open project folder…"
+msgid "Open Project Folder…"
+msgstr "فتح مجلد المشروع…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
-msgstr ""
+msgstr "طي الكل"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
-msgstr ""
+msgstr "ترتيب بالأبجدية"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
-msgstr ""
+msgstr "إدارة مجلدات المشروع"
#: src/Widgets/SearchBar.vala:63
msgid "Find"
-msgstr ""
+msgstr "بحث"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
-msgstr ""
+msgstr "البحث عن التالي"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
-msgstr ""
+msgstr "البحث عن السابق"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
-msgstr ""
+msgstr "دورة البحث"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "حساسة لحالة الأحرف (يهم إذا الأحرف كبيرة أو صغيرة)"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "غير حساسة لحالة الأحرف (غير مهم الأحرف كبيرة أو صغيرة)"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "استبدل بـ"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "إستبدال"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
-msgstr ""
+msgstr "استبدال الكل"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
-msgstr ""
+msgstr "رتب الأسطر التي تم اختيارها"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
-msgstr ""
+msgstr "تحويل لتعليق"
#: src/Widgets/WelcomeView.vala:26
msgid "No Files Open"
-msgstr ""
+msgstr "لا ملفات مفتوحة"
#: src/Widgets/WelcomeView.vala:27
msgid "Open a file to begin editing."
@@ -605,139 +613,219 @@ msgid "Create a new empty file."
msgstr "أنشأ ملفاً فارغاً جديداً."
#: src/Widgets/WelcomeView.vala:33
-#, fuzzy
msgid "Open File"
-msgstr "إفتح ملف"
+msgstr "افتح ملف"
#: src/Widgets/WelcomeView.vala:33
msgid "Open a saved file."
msgstr "إفتح ملفاً محفوظاً."
#: src/Widgets/WelcomeView.vala:34
-#, fuzzy
msgid "Open Folder"
-msgstr "إفتح ملف"
+msgstr "افتح مجلد"
#: src/Widgets/WelcomeView.vala:34
msgid "Add a project folder to the sidebar."
-msgstr ""
+msgstr "اضف مجلد المشروع للشريط الجانبي."
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "مشاركة بواسطة PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "رفع إلى Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "الاسم :"
-#: plugins/pastebin/pastebin_dialog.vala:259
-#, fuzzy
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
-msgstr "الصيغة: "
+msgstr "الصيغة:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "أخرى..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "وقت الانتهاء :"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
-msgstr ""
+msgstr "اجعل اللصق خاص"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "رفع"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "صيغ اخري"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "إختر الخط :"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "أبداً"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "10 دقائق"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "ساعة واحدة"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "يوم واحد"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
-msgstr ""
-
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
+msgstr "شهر واحد"
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
-msgstr ""
+msgstr "ازالة الاماكن الوهمية المنشأة من قبل ( vala parser )"
+
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "ازالة الاماكن الوهمية المنشأة من قبل ( vala parser )"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
-msgstr ""
+msgstr "اظهر الطرفية"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
-msgstr ""
+msgstr "اخفي الطرفية"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
-msgstr ""
+msgstr "الطرفية"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
-msgstr ""
+msgstr "نسخ"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
-msgstr ""
-
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
+msgstr "لصق"
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
-msgstr ""
+msgstr "لا قواميس مناسبة تم ايجادها"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
-msgstr ""
+msgstr "رجاءً قم بتثبيت قاموس [aspell] واحد على الأقل."
#: plugins/word-completion/plugin.vala:173
#, c-format
msgid "%s - Word Completion"
-msgstr ""
+msgstr "اتمام %s من الكلمات"
+
+#~ msgid "High Contrast"
+#~ msgstr "تباين عالي"
+
+#~ msgid "Solarized Light"
+#~ msgstr "الوضع الفاتح"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "الوضع المظلم"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "اضف مجلد المشروع للشريط الجانبي."
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "اضف مجلد المشروع للشريط الجانبي."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "البحث عن التالي"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "برمجية “zeitgeist” كمصدر معلومات للكود"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, الجديد"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "الملف “%s” لا يمكن انشاؤه"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "ربما ليس لديك الأذونات اللازمة."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "ربما مسار الملف المعطى غير صحيح."
+
+#~ msgid "The location is read-only."
+#~ msgstr "المكان قابل للقراءة فقط."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "المجلد الأب غير موجود."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "هذا المكان قابل لتركيب الملفات عليه."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "هذا ملف “مميز” مثل الفيش,\n"
+#~ " FIFO, جهاز الحظر, أو جهاز مميز."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "هذا نوع ملف “غير معروف”."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "الملف “%s” لا يمكن فتحه"
+
+#~ msgid "Web Preview"
+#~ msgstr "معاينة الصفحة"
+
+#~ msgid "Show Preview"
+#~ msgstr "اظهر المعاينة"
+
+#~ msgid "Hide Preview"
+#~ msgstr "اخفي المعاينة"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "مشاركة بواسطة PasteBin"
+
+#~ msgid "Others…"
+#~ msgstr "اخرى…"
+
+#~ msgid "Upload"
+#~ msgstr "رفع"
+
+#~ msgid "Other formats"
+#~ msgstr "صيغ اخري"
+
+#~ msgid "Add New View"
+#~ msgstr "اضافة رؤية جديدة"
+
+#~ msgid "Remove Current View"
+#~ msgstr "إحذف منطقه العرض الحاليه"
#~ msgid "new file %d"
#~ msgstr "ملف جديد %d"
@@ -855,9 +943,6 @@ msgstr ""
#~ msgid "Save the current file with a different name"
#~ msgstr "حفظ الملف الحالي باسم مختلف"
-#~ msgid "Create a new instance"
-#~ msgstr "انشاء نموذج جديد"
-
#~ msgid "Bottom Panel"
#~ msgstr "الشريط السفلي"
@@ -918,6 +1003,3 @@ msgstr ""
#~ msgid "Draw spaces:"
#~ msgstr "إرسم المسافات :"
-
-#~ msgid "Select font:"
-#~ msgstr "إختر الخط :"
diff --git a/po/as.po b/po/as.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/av.po b/po/av.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ay.po b/po/ay.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/az.po b/po/az.po
index 76d7f309b6..ee602136d6 100644
--- a/po/az.po
+++ b/po/az.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-01-17 15:18+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,205 +13,203 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Yeni Vərəqə"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Yeni Pəncərə"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Versiya məlumatlarını çap et və çıx"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Pluqinləri təyin et"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Pluqinləri təyin et"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr ""
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "İmtina"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Sonrakını axtar"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr ""
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -231,97 +229,112 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Yeni Vərəqə"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "İmtina"
@@ -341,33 +354,33 @@ msgstr "Əgər yaddaşa yazılmazsa 4 saniyə sonra dəyişikliklər silinəcək
msgid "Close Without Saving"
msgstr "Yaddaşa qeyd etmədən bağla"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Yaddaşa al"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Faylı yaddaşa al"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Yeni Fayl"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
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:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -375,17 +388,16 @@ msgid ""
msgstr ""
"%s faylı olan ünvan çıxarılmışdır. Başqa bir yerdə saxlamaq istəyirsiniz?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Fərqli Qeyd Et..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Fayl \"% s\" silindi. Buna baxmayaraq onu saxlamaq istəyirsiniz?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -394,11 +406,11 @@ 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:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Dəyişiklikləri başqa yerdə saxla"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -407,11 +419,11 @@ 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:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Yük"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Davam et"
@@ -419,122 +431,102 @@ msgstr "Davam et"
msgid "Templates"
msgstr "Şablonlar"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Mətn faylı "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Sintaksis İşıqlandırması"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Yeni Vərəqə"
msgstr[1] "Yeni Vərəqə"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Sətirə get:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Paylaş"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -542,43 +534,45 @@ msgstr ""
msgid "Find"
msgstr "Axtar"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Sonrakını axtar"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Əvvəlkini axtar"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Tsiklik axtar"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Bununla əvəz et"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Əvəz et"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Hamısını dəyiş"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -616,112 +610,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -730,6 +712,11 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Sonrakını axtar"
+
#~ msgid "Current working directory"
#~ msgstr "Hazırki iş qovluğu"
diff --git a/po/ba.po b/po/ba.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/be.po b/po/be.po
index 3c6716f08b..29f20079e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-03-03 17:53+0000\n"
"Last-Translator: Dmitry Taranovich \n"
"Language-Team: LANGUAGE \n"
@@ -13,206 +13,204 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Стварыць укладку"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Стварыць акно"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Надрукаваць інфармацыю аб версіі і выйсці"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Набор надбудоў"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Набор надбудоў"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Знайсці..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Схаваць поле пошуку"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Крыніца дадзеных Zeitgeist для Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Усе файлы"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Тэкставыя файлы"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Адкрыць некалькі файлаў"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Адкрыць"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Скасаваць"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Адкрыць"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Адмяніць"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Шукаць далей"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Змяніць параметры Scratch"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Параметры"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Захоўваць файлы пры змяненні:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Аўтаматычнае структураванне:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Устаўляць прабелы замест табуляцый:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Шырыня ўкладкі:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Паводзіны"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Інтэрфейс"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Закрыць"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Пашырэнні"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Падсвечваць парныя дужкі:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Разрыў радку:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Напраўляючая шырыні радку:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Асабісты шрыфт:"
@@ -232,104 +230,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Адкрыць"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "Іншыя фарматы"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Тэчкі"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "Адкрыць тэчку"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "Тэчкі"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Стварыць укладку"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Стварыць файл"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Закрыць тэчку"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "Закрыць тэчку"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "Адкрыць тэчку"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Змяніць параметры Scratch"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Змяніць параметры Scratch"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "Скасаваць"
@@ -350,50 +368,49 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Закрыць не захоўваючы"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Захаваць"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Захаваць файл"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Новы дакумент"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"Немагчыма прачытаць файл \"%s\". Магчыма, ён сапсаваны альбо Вы не маеце "
"патрэбных прывілеяў, каб яго прачытаць."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr "Месца з файлам \"%s\" адмацавана. Жадаеце захаваць у іншым месцы?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Захаваць як..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Файл \"%s\" быў выдалены. Захаваць усё роўна?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -402,11 +419,11 @@ msgstr ""
"Вы не можаце захаваць змены ў файле \"%s\". Жадаеце захаваць змены гэтага "
"файла дзе-небудзь яшчэ?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Захаваць змены ў іншым месцы"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -415,11 +432,11 @@ msgstr ""
"Файл \"%s\" быў зменены знешнім прыкладаннем. Загрузіць яго зноў ці "
"працягнуць рэдагаванне?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Загрузіць"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Працягваць"
@@ -427,127 +444,107 @@ msgstr "Працягваць"
msgid "Templates"
msgstr "Шаблоны"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Тэкставы файл з "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Падсветка сінтаксісу"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "Паказваць нумар радку:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Стварыць укладку"
msgstr[1] "Стварыць укладку"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Перайсці да радку:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Адкрыць файл"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Шаблоны праектаў"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Захаваць гэты файл"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Захаваць гэты файл з іншай назвай"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Аднавіць гэты файл"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Падзяліцца"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "Маштабіраваць"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Маштаб 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "Маштабіраваць"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Дадаць новы выгляд"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Выдаліць бягучы выгляд"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Адкрыць тэчку"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -555,43 +552,45 @@ msgstr ""
msgid "Find"
msgstr "Знайсці"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Шукаць далей"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Шукаць раней"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Цыклічны пошук"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Замяніць на"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Замяніць"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Замяніць усё"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -630,115 +629,107 @@ msgstr "Адкрыць тэчку"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "Падзяліцца праз PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Загрузіць у Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Імя:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "Фарматаваць: "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "Іншае..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Часу да заканчэння:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Захоўваць гэтую ўстаўку прыватнай"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Загрузіць"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Іншыя фарматы"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Выберыце шрыфт:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Ніколі"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Дзесяць хвілін"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Адна гадзіна"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Адзін дзень"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Адзін месяц"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Загрузіць у Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Сімвалы"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "Сімвалы"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Паказаць Тэрмінал"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Схаваць Тэрмінал"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Тэрмінал"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Капіраваць"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Уставіць"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Вэб-перадпрагляд"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Паказаць перадпрагляд"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Схаваць перадпрагляд"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -747,6 +738,44 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Дапаўненне слоў"
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Шукаць далей"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Крыніца дадзеных Zeitgeist для Scratch"
+
+#~ msgid "Web Preview"
+#~ msgstr "Вэб-перадпрагляд"
+
+#~ msgid "Show Preview"
+#~ msgstr "Паказаць перадпрагляд"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Схаваць перадпрагляд"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "Падзяліцца праз PasteBin"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "Іншае..."
+
+#~ msgid "Upload"
+#~ msgstr "Загрузіць"
+
+#~ msgid "Other formats"
+#~ msgstr "Іншыя фарматы"
+
+#~ msgid "Add New View"
+#~ msgstr "Дадаць новы выгляд"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Выдаліць бягучы выгляд"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "Стварыць файл"
@@ -1012,9 +1041,6 @@ msgstr "%s - Дапаўненне слоў"
#~ msgid "Editor:"
#~ msgstr "Рэдактар:"
-#~ msgid "Select font:"
-#~ msgstr "Выберыце шрыфт:"
-
#~ msgid "Draw spaces:"
#~ msgstr "Адлюстроўваць прабелы:"
diff --git a/po/bg.po b/po/bg.po
index 1b81454cb9..98b749a81f 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/bi.po b/po/bi.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/bm.po b/po/bm.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/bn.po b/po/bn.po
index a90cee11a2..cf6dbcfd4d 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2017-01-21 09:06+0000\n"
"Last-Translator: Hasan Sumon \n"
"Language-Team: LANGUAGE \n"
@@ -13,213 +13,204 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-"\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
-"%s"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "আপনার হয়ত প্রয়োজনীয় অনুমতি নেই।"
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "হয়ত প্রদানকৃত ফাইল এর পথটি গ্রহনযোগ্য নয়।"
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "এই লোকেশানটি রিড-অনলি।"
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "প্যারেন্ট ডিরেক্টরি'র অস্তিত্ব নেই।"
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "এই লোকেশানটি মাউন্ট করা যাবে।"
-
-#: src/Application.vala:168
-#, fuzzy
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"এটি একটি \"বিশেষ\" ফাইল যেমন সকেট,\n"
-" ফিফো, ব্লক ডিভাইস, অথবা ক্যারেক্টার ডিভাইস।"
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "এটি একটি \"অপরিচিত\" ফাইল টাইপ।"
-
-#: src/Application.vala:176
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-"\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
-"%s"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "নতুন ট্যাব"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "নতুন উইন্ডো"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "ভার্সন এর তথ্য মুদ্রণ করে প্রস্থান করুন"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "প্লাগিন এর সেট"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "প্লাগিন এর সেট"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "খুঁজুন..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "অনুসন্ধান বার লুকিয়ে রাখুন"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "স্ক্র্যাচ এর জন্যে জেইটগেইস্ট ডাটাসোর্স"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "সব ফাইল"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "টেক্সট ফাইলসমূহ"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "কিছু ফাইল খুলুন"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "খুলুন"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "বাতিল করুন"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_খুলুন"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_বাতিল"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "পরবর্তী খুঁজুন"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "স্ক্র্যাচ সেটিংস পরিবর্তন করুন"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "পছন্দসমূহ"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "সাধারন"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "ফাইল সংরক্ষণ করুন যখনঃ"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "ট্যাবসমূহ"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "স্বয়ংক্রিয় ইনডেন্টেশানঃ"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "ট্যাব এর বদলে স্পেস ব্যবহার করুনঃ"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "ট্যাব এর প্রস্থঃ"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "বৈশিষ্ট্য"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "ইন্টারফেস"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "বন্ধ করুন"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "এক্সটেনশানসমূহ"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "সম্পাদক"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "একই ধরনের ব্র্যাকেট হাইলাইট করুনঃ"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "লাইন মোড়ানোঃ"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "ফাঁকা স্থান বসানঃ"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "ছোট ম্যাপ দেখানঃ"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "লাইন এর প্রস্থ নির্দেশিকাঃ"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "কাস্টম ফন্টঃ"
@@ -239,104 +230,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "খুলুন"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "অন্যান্য ফরম্যাটসমূহ"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "ফোল্ডারসমূহ"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "একটি ফোল্ডার খুলুন"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "ফোল্ডারসমূহ"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "নতুন ট্যাব"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "নতুন ফাইল"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "ফোল্ডার বন্ধ করুন"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "ফোল্ডার বন্ধ করুন"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "একটি ফোল্ডার খুলুন"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "স্ক্র্যাচ সেটিংস পরিবর্তন করুন"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "স্ক্র্যাচ সেটিংস পরিবর্তন করুন"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "বাতিল করুন"
@@ -358,35 +369,35 @@ msgstr ""
msgid "Close Without Saving"
msgstr "সংরক্ষণ না করে বন্ধ করুন"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "সংরক্ষণ করুন"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "ফাইল সংরক্ষণ করুন"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "নতুন ডকুমেন্ট"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, fuzzy, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
"\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
"%s"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"\"%s\" ফাইলটি নির্ণয় করে যাচ্ছেনা। হয়ত এটি নষ্ট\n"
"অথবা আপনার প্রয়োজনীয় অনুমতি নেই।"
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -395,17 +406,16 @@ msgstr ""
"\"%s\" ফাইলটি যে অবস্থা এ ছিল সে লোকেশানটি সরিয়ে নেয়া হয়েছে। আপনি কী অন্য "
"কোথায় সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "নতুনভাবে সংরক্ষণ করুন..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "\"%s\" ফাইলটি মুছে দেওয়া হয়েছিলো। যাই হোক আপনি কি এটি সংরক্ষণ করতে চান?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -414,11 +424,11 @@ msgstr ""
"আপনি \"%s\" ফাইলটিতে সংরক্ষণ করতে পারবেননা। এই ফাইলের পরিবর্তনগুলো আরেকটি "
"লোকেশনে সংরক্ষণ করতে চান?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "পরিবর্তনগুলো অন্য কোথাও সংরক্ষণ করুন"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -427,11 +437,11 @@ msgstr ""
"\"%s\" ফাইলটি একটি এক্সটার্নাল এপ্লিকেশান কর্তৃক পরিবর্তিত হয়েছে। আপনি কী ফাইলটিকে "
"পুনরায় লোড করে সম্পাদনা চালিয়ে যেতে চান?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "লোড"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "পরবর্তী"
@@ -439,127 +449,107 @@ msgstr "পরবর্তী"
msgid "Templates"
msgstr "টেমপ্লেট"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "টেক্সট ফাইল এখান থেকে "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "বাক্যরীতি হাইলাইট করা"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "লাইন নাম্বার দেখানঃ"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, fuzzy, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "ফাঁকা স্থান বসানঃ"
msgstr[1] "ফাঁকা স্থান বসানঃ"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "নতুন ট্যাব"
msgstr[1] "নতুন ট্যাব"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "লাইন এ যানঃ"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "একটি ফাইল খুলুন"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "প্রজেক্ট টেম্পলেটসমূহ"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "এই ফাইলটি সংরক্ষণ করুন"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "এই ফাইলটি ভিন্ন নামে সংরক্ষণ করুন"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "ফাইলটি পূর্বাবস্থায় নিয়ে যান"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "শেয়ার করুন"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "বড় আকারে প্রদর্শন"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "১:১ অনুপাতে বড় করে প্রদর্শন"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "বড় আকারে প্রদর্শন"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "নতুন ভিউ যোগ করুন"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "বর্তমান ভিউ সরিয়ে দিন"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "একটি ফোল্ডার খুলুন"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -567,43 +557,45 @@ msgstr ""
msgid "Find"
msgstr "খুঁজুন"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "পরবর্তী খুঁজুন"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "পূর্ববর্তী খুঁজুন"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "সাইক্লিক অনুসন্ধান"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "প্রতিস্থাপক শব্দ/শব্দগুচ্ছ"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "প্রতিস্থাপন"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "সব প্রতিস্থাপন করুন"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -642,115 +634,106 @@ msgstr "একটি ফোল্ডার খুলুন"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "পেস্টবিন এর মাধ্যমে শেয়ার করুন"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "পেস্টবিন এ আপলোড করুন"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "নামঃ"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "ফরম্যাটঃ "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "অন্যান্য..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "মেয়াদ উত্তীর্ণের সময়ঃ"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "এই প্রতিলেপন'টি ব্যক্তিগত হিসেবে রাখুন"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "আপলোড"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "অন্যান্য ফরম্যাটসমূহ"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+msgid "Select Format"
+msgstr "ফরম্যাটঃ "
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "কখনো নয়"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "দশ মিনিট"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "এক ঘন্টা"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "এক দিন"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "এক মাস"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "পেস্টবিন এ আপলোড করুন"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "চিহ্নসমূহ"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "চিহ্নসমূহ"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "টার্মিনাল দেখান"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "টার্মিনাল লুকিয়ে রাখুন"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "টার্মিনাল"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "অনুলিপি"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "প্রতিলেপন"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "ওয়েব প্রিভিউ"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "প্রিভিউ দেখান"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "প্রিভিউ লুকিয়ে রাখুন"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
#, fuzzy
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -762,6 +745,82 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - শব্দ পরিপূরণ"
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "পরবর্তী খুঁজুন"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "স্ক্র্যাচ এর জন্যে জেইটগেইস্ট ডাটাসোর্স"
+
+#, fuzzy
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr ""
+#~ "\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
+#~ "%s"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "আপনার হয়ত প্রয়োজনীয় অনুমতি নেই।"
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "হয়ত প্রদানকৃত ফাইল এর পথটি গ্রহনযোগ্য নয়।"
+
+#~ msgid "The location is read-only."
+#~ msgstr "এই লোকেশানটি রিড-অনলি।"
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "প্যারেন্ট ডিরেক্টরি'র অস্তিত্ব নেই।"
+
+#~ msgid "It is a mountable location."
+#~ msgstr "এই লোকেশানটি মাউন্ট করা যাবে।"
+
+#, fuzzy
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "এটি একটি \"বিশেষ\" ফাইল যেমন সকেট,\n"
+#~ " ফিফো, ব্লক ডিভাইস, অথবা ক্যারেক্টার ডিভাইস।"
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "এটি একটি \"অপরিচিত\" ফাইল টাইপ।"
+
+#, fuzzy
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr ""
+#~ "\"%s\" ফাইলটি সৃষ্টি করা যাবে না।\n"
+#~ "%s"
+
+#~ msgid "Web Preview"
+#~ msgstr "ওয়েব প্রিভিউ"
+
+#~ msgid "Show Preview"
+#~ msgstr "প্রিভিউ দেখান"
+
+#~ msgid "Hide Preview"
+#~ msgstr "প্রিভিউ লুকিয়ে রাখুন"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "পেস্টবিন এর মাধ্যমে শেয়ার করুন"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "অন্যান্য..."
+
+#~ msgid "Upload"
+#~ msgstr "আপলোড"
+
+#~ msgid "Other formats"
+#~ msgstr "অন্যান্য ফরম্যাটসমূহ"
+
+#~ msgid "Add New View"
+#~ msgstr "নতুন ভিউ যোগ করুন"
+
+#~ msgid "Remove Current View"
+#~ msgstr "বর্তমান ভিউ সরিয়ে দিন"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "নতুন ফাইল"
diff --git a/po/bo.po b/po/bo.po
index 1454986bb3..92741dcb4c 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-08-29 15:22+0000\n"
"Last-Translator: གངས་རྒྱན། \n"
"Language-Team: Tibetan \n"
@@ -14,204 +14,200 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
+#: src/MainWindow.vala:140
+msgid "Code"
+msgstr "Code"
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
-msgstr "Code"
-
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -231,96 +227,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -337,69 +348,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -407,122 +417,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -530,43 +520,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -602,112 +594,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/br.po b/po/br.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/bs.po b/po/bs.po
index d4794bd966..79cbf7f793 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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,122 +16,118 @@ 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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "No es pot crear el fitxer \"%s\"."
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Potser no en teniu els permisos necessaris."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Potser el camí del fitxer no és vàlid."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "La ubicació es només de lectura."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "El directori pare no existeix."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "És una ubicació muntable."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"És un fitxer especial, com ara un sòcol,\n"
-" FIFO, dispositiu de bloc o dispositiu de caràcters."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "És un tipus de fitxer desconegut."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "No es pot obrir el fitxer \"%s\"."
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Pestanya nova"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Finestra nova"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Imprimeix informació de la versió i surt"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Conjunt de connectors"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "connector"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[FITXER…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Codi"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Cerca…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
-msgstr "Oculta la barra de cerca"
-
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Font de dades del Zeitgeist per al Codi"
+msgstr "Amaga la barra de cerca"
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Tots els fitxers"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Fitxers de text"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Obriu alguns fitxers"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Obre"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancel·la"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Obre"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Cancel·la"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "Cerca text a %s"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "El terme de la cerca ha de tenir com a mínim 3 caràcters."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "Distinció de majúscules:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "Usa expressions regulars:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "Cerca"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr "Crea una branca nova per a %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 ""
+"El nom de la branca ha de ser únic i ha de seguir les regles de denominació "
+"de Git."
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr "Crea'n una branca"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Preferències"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
@@ -139,88 +135,88 @@ msgstr ""
"Retallar o copiar sense una selecció activa tallarà o copiarà tota la línia "
"actual."
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "General"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Desa els fitxers quan es produeixin canvis:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "Línies de retall / còpia intel·ligents:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Pestanyes"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Sagnat automàtic:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Inserir espais en comptes de tabulacions:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Amplada del tabulador:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Comportament"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interfície"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Tanca"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Extensions"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Realça la parella de claudàtors:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Ajust de línia:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Dibuxa espais:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Per al text seleccionat"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Sempre"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Mostra el minimapa:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Guia d'amplada de línia:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Lletra"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Tipus de lletra personalitzada:"
@@ -242,96 +238,111 @@ msgstr "No el restauris"
msgid "Restore Anyway"
msgstr "Restaura'l tanmateix"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Una altra aplicació…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Obre amb"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Altres accions"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Canvia'n el nom"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Mou a la paperera"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Carpetes"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "Troba a la carpeta…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Carpeta"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Fitxer buit"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Nou"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "carpeta sense nom"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "fitxer nou"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Tanca la carpeta"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "Tanca altres carpetes"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "Troba al projecte…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr "%s, modificat"
+msgid "Modified"
+msgstr "Modificat"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr "%s, nou"
+msgid "Error while creating new branch: “%s”"
+msgstr "Error en crear una branca nova: %s"
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "Branca nova…"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "Branca"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s no és un fitxer de text"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "El Codi no carregarà aquest tipus de fitxer."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Carrega'l tanmateix"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "La càrrega del fitxer \"%s\" està trigant molt."
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Si us plau, espereu mentre el Codi carrega el fitxer."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Cancel·la la càrrega"
@@ -348,31 +359,31 @@ msgstr "Si no deseu el document, els canvis es perdran permanentment."
msgid "Close Without Saving"
msgstr "Tanca'l sense desar-lo"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Desa"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Desa el fitxer"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Document nou"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "No es pot llegir el fitxer \"%s\"."
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
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:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -381,17 +392,16 @@ msgstr ""
"La ubicació que contenia el fitxer %s s'ha desmuntat. El voleu desar en un "
"altre lloc?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Anomena i desa…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, 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?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -400,11 +410,11 @@ msgstr ""
"No podeu desar els canvis al fitxer %s. Voleu desar els canvis en un altre "
"lloc?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Desa els canvis a una altra ubicació"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -413,11 +423,11 @@ msgstr ""
"Una aplicació externa ha modificat el fitxer %s . Voleu tornar-lo a carregar "
"o continuar l'edició?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Carrega"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Continua"
@@ -425,122 +435,102 @@ msgstr "Continua"
msgid "Templates"
msgstr "Plantilles"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Fitxer de text de %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Realçat de sintaxi"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Número de línia"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filtra llenguatges"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Text pla"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d espai"
msgstr[1] "%d espais"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d pestanya"
msgstr[1] "%d pestanyes"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Ves a la línia:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Obre un fitxer"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Plantilles de projectes"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Desa aquest fitxer"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Desa aquest fitxer amb un nom diferent"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Restaura aquest fitxer"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Comparteix"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Allunya"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Ampliació 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Apropa"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Contrast alt"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Llum de dia clara"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Llum de dia fosca"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Commuta la barra lateral"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Afegeix una nova vista"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Suprimeix la vista actual"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menú"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
-msgstr "Obre la carpeta de projectes…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
+msgstr "Obre la carpeta del projecte…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "Replega-ho tot"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "Per ordre alfabètic"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "Gestioneu les carpetes de projectes"
@@ -548,43 +538,45 @@ msgstr "Gestioneu les carpetes de projectes"
msgid "Find"
msgstr "Cerca"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Cerca el següent"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Cerca l'anterior"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Cerca cíclica"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr "Distinció de majúscules"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr "No distinció de majúscules"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Reemplaça amb"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Reemplaça"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Reemplaça-ho tot"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Classifica les línies seleccionades"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Commuta el comentari"
@@ -620,112 +612,100 @@ msgstr "Obre una carpeta"
msgid "Add a project folder to the sidebar."
msgstr "Afegeix la carpeta d'un projecte a la barra lateral."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Comparteix amb el Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Puja al Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nom:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Format:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Altres…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Trieu un format diferent"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "Temps d'expiració:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "Caducitat:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Mantén aquest retall com a privat"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Puja"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Formats disponibles"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Altres formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Seleccioneu un format"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Mai"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Deu minuts"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Una hora"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Un dia"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Un mes"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Puja al Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Simbols"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "No s'ha trobat cap símbol."
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Mostra el terminal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Amaga el terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Copia"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Enganxa"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Previsualitzció web"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Previsualitza"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Amaga la previsualització"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "No s'ha trobat cap diccionari adient."
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Si us plau, instal·leu com a mínim un diccionari (aspell)."
@@ -734,8 +714,108 @@ msgstr "Si us plau, instal·leu com a mínim un diccionari (aspell)."
msgid "%s - Word Completion"
msgstr "%s - Compleció de paraules"
-#~ msgid "Add Project Folder…"
-#~ msgstr "Afegeix una carpeta de projecte…"
+#~ msgid "High Contrast"
+#~ msgstr "Contrast alt"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Llum de dia clara"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Llum de dia fosca"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr ""
+#~ "Heu de tenir un projecte de Git actiu abans de crear una branca nova."
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Obriu la carpeta d'un projecte de Git a la barra lateral."
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Obriu un document d'una carpeta d'un projecte de Git a la barra lateral o "
+#~ "useu un menú contextual del projecte."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "El nom de la branca ha de complir les regles de Git i no ha d'existir "
+#~ "prèviament."
+
+#~ msgid ""
+#~ "The branch name must be lower-case, start with a letter, and be at least "
+#~ "3 characters"
+#~ msgstr ""
+#~ "El nom de la branca ha de ser en minúscula, ha de començar amb una lletra "
+#~ "i ha de tenir com a mínim 3 caràcters."
+
+#~ msgid "Search for:"
+#~ msgstr "Cerca el següent:"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Font de dades del Zeitgeist per al Codi"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, nou"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "No es pot crear el fitxer \"%s\"."
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Potser no en teniu els permisos necessaris."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Potser el camí del fitxer no és vàlid."
+
+#~ msgid "The location is read-only."
+#~ msgstr "La ubicació es només de lectura."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "El directori pare no existeix."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "És una ubicació muntable."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "És un fitxer especial, com ara un sòcol,\n"
+#~ " FIFO, dispositiu de bloc o dispositiu de caràcters."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "És un tipus de fitxer desconegut."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "No es pot obrir el fitxer \"%s\"."
+
+#~ msgid "Web Preview"
+#~ msgstr "Previsualitzció web"
+
+#~ msgid "Show Preview"
+#~ msgstr "Previsualitza"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Amaga la previsualització"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Comparteix amb el Pastebin"
+
+#~ msgid "Others…"
+#~ msgstr "Altres…"
+
+#~ msgid "Upload"
+#~ msgstr "Puja"
+
+#~ msgid "Other formats"
+#~ msgstr "Altres formats"
+
+#~ msgid "Add New View"
+#~ msgstr "Afegeix una nova vista"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Suprimeix la vista actual"
#~ msgid "untitled folder %d"
#~ msgstr "carpeta sense nom %d"
@@ -1112,15 +1192,9 @@ msgstr "%s - Compleció de paraules"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argument per al conjunt de connectors"
-#~ msgid "Create a new instance"
-#~ msgstr "Crea una nova instància"
-
#~ msgid "Show margin on right:"
#~ msgstr "Mostra un marge a la dreta:"
-#~ msgid "Select font:"
-#~ msgstr "Seleccioneu un tipus de lletra:"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "Hi ha canvis sense desar a l'Scratch."
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
index 0afbb6fb9b..1e02a386c3 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
+#: src/Application.vala:39
+msgid "New Tab"
+msgstr "Новая вкладка"
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
-msgstr "Новая вкладка"
-
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,97 +226,112 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Новая вкладка"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -337,69 +348,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -407,122 +417,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Новая вкладка"
msgstr[1] "Новая вкладка"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -530,43 +520,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -602,112 +594,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ch.po b/po/ch.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ckb.po b/po/ckb.po
index 8f9db19a9e..01715e8a03 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-09-11 11:53+0000\n"
"Last-Translator: Hiwa \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,203 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "ئەکرێ مۆڵەتی پێویستت نەبێ."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "ئەکرێ ناونیشانی پەڕگەی دراو بەکار نەبێ."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "جێگاکە تەنها ئەخوێنرێتەوە."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "بوخچەی باوان بوونی نیە."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "جێگایەکە ئەکرێ بوخچەی لێ بارکرێ."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "پەنجەرەیەکی نوێ"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr ""
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "گەڕان..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "شاردنەوەی شریتی گەڕان"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "کردنەوەی چەند پەڕگەیەک"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "كردنەوە"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "داخستن"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "گەڕان بۆ دواتر"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "گۆڕینی ڕێکخستنەکانی (بنەڕەت)"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "هەڵبژاردەکان"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "گشتی"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "پەڕگەکان پاشەکەوت بکە کاتێک کە گۆڕدران:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "پەنجەرەکان"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "خۆکارانە شوێن واڵا بکە له دەستپێکی دێرێ نوێدا:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "لەجیاتی پەنجەرەکان بۆشاییەکان دابنێ:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "پانایی پەنجەرەکان"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "هەڵسوکەوت"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "ڕووكار"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "داخستن"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "زیادکراوەکان"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "دەستکاریکەر"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "بەرچاوکردنی کەوانە لەیەکچووەکان"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "پێچانەوەی دێڕ"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "بۆشاییە یەکسانەکان:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "پیشاندانی نەخشۆکە"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "ڕابەری پانایی دێڕەکان"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "فۆنتی راسپێردراو"
@@ -230,100 +229,118 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "كردنەوە"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+msgid "Find in Folder…"
+msgstr "کردنەوەی فایل"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "پەڕگەیەکی نوێ"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
msgid "Close Other Folders"
msgstr "کردنەوەی فایل"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+msgid "Find in Project…"
+msgstr "کردنەوەی فایل"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "گۆڕینی ڕێکخستنەکانی (بنەڕەت)"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "گۆڕینی ڕێکخستنەکانی (بنەڕەت)"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "داخستن"
@@ -343,33 +360,33 @@ msgstr "ئەگەر پاشەکەوتی نەکەیت، گۆڕانکارییەکا
msgid "Close Without Saving"
msgstr "داخستن بەبێ پاشەکەوتکردن"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "پاشهكهوت كردن"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "پاشەکەوتکردنی پەڕگە"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "پەڕگەیەکی نوێ"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"پەڕگەی s% ناخوێندرێتەوە. لەوانەیە تێکچووبێت\n"
"یاخود مۆڵەتی کردنەوەیت نەبێت."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, fuzzy, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -378,17 +395,16 @@ msgstr ""
"شوێنی هەڵگری پەڕگەی \"s%\" ناجێگیر کرا. ئایا دەتەوێت شوێنێکی تر پاشەکەوت "
"بکەیت؟"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "پاشەکەوتکردن وەک..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, fuzzy, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "پەڕگەی s% سڕدرایەوە. دەتەوێت هێشتا پاشەکەوتی بکەیت؟"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -397,11 +413,11 @@ msgstr ""
"ناتوانی گۆڕانکارییەکانی پەڕگەی \"s%\" پاشەکەوت بکەیت. دەتەوێت "
"گۆڕانکارییەکانی ئەم پەڕگەیە لەشوێنێکی تر پاشەکەوت بکەیت؟"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "پاشەکەوتکردنی گۆڕانکارییەکان لەشوێنێکی دی"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, fuzzy, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -410,11 +426,11 @@ msgstr ""
"پەڕگەی \"s%\" لەلایەن نەرمەکاڵایەکی دەرەکییەوە گۆڕدراوە. ئایا دەتەوێت "
"دووبارە بیکەیتەوە یاخود دەتەوێت بەردەوامبیت لە دەستکاریکردنی پەڕەی دیاریکراو؟"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "بارکردن"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "بهردهوام به"
@@ -422,126 +438,106 @@ msgstr "بهردهوام به"
msgid "Templates"
msgstr "داڕێژەکان"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "پەڕگە بنووسە لە "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "بەرچاوکردنی ڕستەکار"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "پیشاندانی ژمارەی دێڕەکان"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, fuzzy, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "بۆشاییە یەکسانەکان:"
msgstr[1] "بۆشاییە یەکسانەکان:"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "بڕۆ بۆ دێڕی:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "کردنەوەی پەڕگەیەک"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "پڕۆژەی داڕێژەکان"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "پاشەکەوتکردنی ئەم پەڕگەیە"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "پاشەکەوتکردنی ئەم پەڕگەیە بەناوێکی جیاواز"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "هێنانەوەی ئەم پەڕگەیە"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "هاوبەشیکردن"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "دوورپێش"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "دوورپێشی 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "دوورپێش"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "زیادکردنی پیشاندانی نوێ"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "لابردنی پیشاندانی هەنووکەیی"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "کردنەوەی فایل"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -549,43 +545,45 @@ msgstr ""
msgid "Find"
msgstr "دۆزینهوه"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "گەڕان بۆ دواتر"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "گەڕان بۆ پێشتر"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "گەڕانی خولی"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "جێ گۆڕینەوە لەگەڵ"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "جێ گۆڕینەوە"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "جێ گۆڕینەوەی هەموویان"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -624,112 +622,100 @@ msgstr "کردنەوەی فایل"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -738,6 +724,32 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "گەڕان بۆ دواتر"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "ئەکرێ مۆڵەتی پێویستت نەبێ."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "ئەکرێ ناونیشانی پەڕگەی دراو بەکار نەبێ."
+
+#~ msgid "The location is read-only."
+#~ msgstr "جێگاکە تەنها ئەخوێنرێتەوە."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "بوخچەی باوان بوونی نیە."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "جێگایەکە ئەکرێ بوخچەی لێ بارکرێ."
+
+#~ msgid "Add New View"
+#~ msgstr "زیادکردنی پیشاندانی نوێ"
+
+#~ msgid "Remove Current View"
+#~ msgstr "لابردنی پیشاندانی هەنووکەیی"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "پەڕگەیەکی نوێ"
diff --git a/po/co.po b/po/co.po
index 341ab8db8d..2376eb59e1 100644
--- a/po/co.po
+++ b/po/co.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/cr.po b/po/cr.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/cs.po b/po/cs.po
index e4eb727f88..a6164cf7e5 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,375 +7,392 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2019-09-10 14:54+0000\n"
-"Last-Translator: damianv2 \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-05-30 10:11+0000\n"
+"Last-Translator: p-bo \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 3.7.1\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "Soubor \"%s\" nelze přečíst"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Možná nemáte potřebná oprávnění."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Je možné, že poskytnutá cesta k souboru není platná."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "Určená složka je pouze ke čtení."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "Nadřazená složka neexistuje."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Je to připojitelné umístění."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"Jde o \"speciální\" soubor jako socket,\n"
-"FIFO, block device nebo character device."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Je to \"neznámý\" typ souboru."
-
-#: src/Application.vala:176
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "Soubor \"%s\" nelze přečíst"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Nová karta"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nové okno"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Zobrazit informace o verzi a ukončit"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Sada doplňků"
-#: src/Application.vala:251
-#, fuzzy
+#: src/Application.vala:42
msgid "plugin"
-msgstr "Sada doplňků"
+msgstr "zásuvný modul"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Hledat…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Skrýt vyhledávací panel"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zdroj dat Zeitgeist pro Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Všechny soubory"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Textové soubory"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Otevřít nějaké soubory"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Otevřít"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Zrušit"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Otevřít"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Zrušit"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+#, fuzzy
+#| msgid "Case Insensitive"
+msgid "Case sensitive:"
+msgstr "Nerozlišovat malá/VELKÁ písmna"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Najít další"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Vytvořit novou instanci"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+#| msgid "Branch"
+msgid "Create Branch"
+msgstr "Větev"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Předvolby"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
+"Vyjmutí/kopírování bez vybrání vyjme/zkopíruje celý řádek na aktuální pozici"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Obecné"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Automaticky ukládat soubory po upravení:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
-msgstr ""
+msgstr "Chytré vyjímání/kopírování řádků:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Tabulátory"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automatické odsazování:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Vkládat mezery místo tabulátorů:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Šířka tabulátoru:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Chování"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Rozhraní"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Zavřít"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Rozšíření"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Zvýraznit odpovídající závorky:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Zalamovat řádky:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Vykreslit mezery:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Pro vybraný text"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Vždy"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Zobrazit mini mapu:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Vodítko délky řádku:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Písmo"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Vlastní písmo:"
#: src/Dialogs/RestoreConfirmationDialog.vala:31
msgid "Are You Sure You Want to Restore This File?"
-msgstr ""
+msgstr "Opravdu chcete obnovit tento soubor?"
#: src/Dialogs/RestoreConfirmationDialog.vala:32
msgid "Restoring a file will undo all changes made since opening it"
-msgstr ""
+msgstr "Obnovení souboru smaže všechny provedené změny od jeho otevření"
#: src/Dialogs/RestoreConfirmationDialog.vala:34
msgid "Don't Restore"
-msgstr ""
+msgstr "Neobnovovat"
#: src/Dialogs/RestoreConfirmationDialog.vala:36
-#, fuzzy
msgid "Restore Anyway"
-msgstr "Přesto načíst"
+msgstr "Přesto obnovit"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Jiná aplikace…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Otevřít v"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Jiné akce"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Přejmenovat"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Přesunout do koše"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Složky"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open project folder…"
+msgid "Find in Folder…"
+msgstr "Otevřít složku projektu…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Složka"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Prázdný soubor"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Nový"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "složka bez názvu"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "nový soubor"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Zavřít složku"
-#: src/FolderManager/ProjectFolderItem.vala:99
-#, fuzzy
-#| msgid "Close Folder"
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
-msgstr "Zavřít složku"
+msgstr "Zavřít ostatní složky"
+
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open project folder…"
+msgid "Find in Project…"
+msgstr "Otevřít složku projektu…"
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr ""
+#, fuzzy
+#| msgid "%s, Modified"
+msgid "Modified"
+msgstr "%s, Upravený"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
#, fuzzy
+#| msgid "Branch"
+msgid "New Branch…"
+msgstr "Větev"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
-msgstr "Změnit větev"
+msgstr "Větev"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s není textový soubor"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Code nenačte tento typ souboru."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Přesto načíst"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Načítání souboru \"%s\" trvá hodně dlouho"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Prosím počkejte, než Code načte soubor."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Zrušit načítání"
#: src/Services/Document.vala:391
-#, fuzzy, c-format
+#, c-format
msgid "Save changes to \"%s\" before closing?"
-msgstr "Uložit před ukončením změny do dokumentu %s?"
+msgstr "Uložit před ukončením změny do „%s“?"
#: src/Services/Document.vala:392
-#, fuzzy
msgid "If you don't save, changes will be permanently lost."
-msgstr "Pokud neuložíte, změny za posledních 4 sekundy se nenávratně ztratí."
+msgstr "Pokud neuložíte, změny nenávratně ztratí."
#: src/Services/Document.vala:398
-#, fuzzy
msgid "Close Without Saving"
msgstr "Zavřít bez uložení"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Uložit"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Uložit soubor"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nový dokument"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Soubor \"%s\" nelze přečíst"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
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í."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -383,17 +400,16 @@ msgid ""
msgstr ""
"Úložiště obsahující soubor \"%s\" bylo odpojeno. Přejete si jej uložit jinde?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Uložit jako…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Soubor \"%s\" byl smazán. Přejete si jej přesto uložit?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -401,11 +417,11 @@ msgid ""
msgstr ""
"Změny nelze uložit do souboru \"%s\". Přejete si tyto změny uložit jinam?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Uložit změny jinam"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -414,11 +430,11 @@ msgstr ""
"Soubor \"%s\" byl pozměněn jinou aplikací. Přejete si jej otevřít znovu nebo "
"chcete pokračovat v úpravách?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Načíst"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Pokračovat"
@@ -426,28 +442,28 @@ msgstr "Pokračovat"
msgid "Templates"
msgstr "Šablony"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Textový soubor z %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Zvýraznění syntaxe"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Číslo řádku"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filtrovat jazyky"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Prostý text"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
@@ -455,7 +471,7 @@ msgstr[0] "%d mezera"
msgstr[1] "%d mezery"
msgstr[2] "%d mezer"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
@@ -463,135 +479,117 @@ msgstr[0] "%d tabulátor"
msgstr[1] "%d tabulátory"
msgstr[2] "%d tabulátorů"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Přejít na řádek:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Otevřít soubor"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Šablony projektu"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Uložit"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Uložit soubor pod jiným názvem"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Obnovit tento soubor"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Sdílet"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Oddálit"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zvětšení 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Přiblížit"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Vysoký kontrast"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarizovaný světlý"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarizovaný tmavý"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Skrýt/Zobrazit postranní panel"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Přidat nové zobrazení"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Odstranit současné zobrazení"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menu"
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-#| msgid "Open a folder"
-msgid "Open project folder…"
-msgstr "Otevřít složku"
+#| msgid "Open project folder…"
+msgid "Open Project Folder…"
+msgstr "Otevřít složku projektu…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
-msgstr ""
+msgstr "Sbalit vše"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
-msgstr ""
+msgstr "Řadit podle abecedy"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
-msgstr ""
+msgstr "Spravovat složky projektu"
#: src/Widgets/SearchBar.vala:63
msgid "Find"
msgstr "Najít"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Najít další"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Najít předchozí"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Opakované hledání"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Rozlišovat malá/VELKÁ písmena"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "Nerozlišovat malá/VELKÁ písmna"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Nahradit za"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Nahradit"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Nahradit vše"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Seřadit vybrané řádky"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
-msgstr "Skrýt/Zobrazit komentář"
+msgstr "Přepněte komentář"
#: src/Widgets/WelcomeView.vala:26
msgid "No Files Open"
@@ -625,123 +623,202 @@ msgstr "Otevřít složku"
msgid "Add a project folder to the sidebar."
msgstr "Přidat složku projektu do bočního panelu."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Sdílet pomocí Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Nahrát na Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Jméno:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Formát:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Ostatní…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Doba použitelnosti:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Ponechte si vložit soukromý"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Nahrát"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Jiné formáty"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Vybrat písmo:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Nikdy"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Deset minut"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Jedna hodina"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Jeden den"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Jeden měsíc"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Nahrát na Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Znaky"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "Nenalezeny žádné symboly"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Zobrazit terminál"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Schovat terminál"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminál"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopírovat"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Vložit"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Náhled webu"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Zobrazit náhled"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Skrýt náhled"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "Nebyla nalezena žádná vhodná slovíčka"
-#: plugins/spell/spell.vala:75
-#, fuzzy
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
-msgstr ""
-"Nebyly nalezeny žádné použitelné slovníky.\n"
-"Nainstalujte prosím alespoň jeden [aspell] slovník"
+msgstr "Nainstalujte prosím alespoň jeden [aspell] slovník."
#: plugins/word-completion/plugin.vala:173
#, c-format
msgid "%s - Word Completion"
msgstr "%s - dokončených slov"
+#~ msgid "High Contrast"
+#~ msgstr "Vysoký kontrast"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarizovaný světlý"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarizovaný tmavý"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Přidat složku projektu do bočního panelu."
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "Přidat složku projektu do bočního panelu."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Najít další"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zdroj dat Zeitgeist pro Code"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, Nový"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "Soubor \"%s\" nelze vytvořit"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Možná nemáte potřebná oprávnění."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Je možné, že poskytnutá cesta k souboru není platná."
+
+#~ msgid "The location is read-only."
+#~ msgstr "Určená složka je pouze ke čtení."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "Nadřazená složka neexistuje."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Je to připojitelné umístění."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "Jde o \"speciální\" soubor jako socket,\n"
+#~ "FIFO, block device nebo character device."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Je to \"neznámý\" typ souboru."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "Soubor \"%s\" nelze otevřít"
+
+#~ msgid "Web Preview"
+#~ msgstr "Náhled webu"
+
+#~ msgid "Show Preview"
+#~ msgstr "Zobrazit náhled"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Skrýt náhled"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Sdílet pomocí Pastebin"
+
+#~ msgid "Others…"
+#~ msgstr "Ostatní…"
+
+#~ msgid "Upload"
+#~ msgstr "Nahrát"
+
+#~ msgid "Other formats"
+#~ msgstr "Jiné formáty"
+
+#~ msgid "Add New View"
+#~ msgstr "Přidat nové zobrazení"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Odstranit současné zobrazení"
+
#~ msgid "untitled folder %d"
#~ msgstr "složka bez názvu %d"
@@ -1044,9 +1121,6 @@ msgstr "%s - dokončených slov"
#~ msgid "Heuristically detect tab or space settings"
#~ msgstr "Heuristicky zjišťovat nastavení tabulátoru a mezer"
-#~ msgid "Select font:"
-#~ msgstr "Vybrat písmo:"
-
#~ msgid "Changes to this file haven't been saved."
#~ msgstr "Změny v tomto souboru nebyly dosud uloženy."
@@ -1105,9 +1179,6 @@ msgstr "%s - dokončených slov"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argument pro set pluginů"
-#~ msgid "Create a new instance"
-#~ msgstr "Vytvořit novou instanci"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "Jsou zde neuložené změny!"
diff --git a/po/cu.po b/po/cu.po
index e171b28dc8..6dc396c9dc 100644
--- a/po/cu.po
+++ b/po/cu.po
@@ -1,208 +1,204 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -222,96 +218,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -328,69 +339,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -398,122 +408,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -521,43 +511,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -593,112 +585,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/cv.po b/po/cv.po
index 32e5f55265..67f9496613 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,205 +13,201 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Çĕнĕ вкладка"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Çĕнĕ чÿрече"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Верси информацине пичетле те тух"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Плагинсен наборе"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Плагинсен наборе"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr ""
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "вăйран кăлар"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr ""
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr ""
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -231,97 +227,112 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Çĕнĕ вкладка"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "вăйран кăлар"
@@ -342,70 +353,69 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Упраса хăвармасăрах хуп"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Упраса хăвар"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Файл упраса хăвар"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Çĕнĕ документ"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr "Вулаймастăп \"%s\" файла. Тен вăл ваннă"
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Упраса хăвар çак ятпа"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "\"%s\" файла шăлса тасатнă. Çапах упраса хăвармалла-и ăна?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr "\"%s\" файл вырнаçнă вырăна кăларнă. Урăх вырăна упраса хăвармалла-и?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -413,122 +423,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Çĕнĕ вкладка"
msgstr[1] "Çĕнĕ вкладка"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -536,43 +526,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -610,112 +602,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/cy.po b/po/cy.po
index 21eeff12a2..2190dbd9f7 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/da.po b/po/da.po
index 476e589acf..4ef8c3f353 100644
--- a/po/da.po
+++ b/po/da.po
@@ -7,379 +7,395 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2019-01-28 21:43+0000\n"
-"Last-Translator: Kaj Printz Madsen \n"
-"Language-Team: Danish \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-05-30 10:11+0000\n"
+"Last-Translator: Rantyrant \n"
+"Language-Team: Danish \n"
"Language: da\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 3.0.1\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "Filen \"%s\" Kan Ikke Læses"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Du har muligvis ikke de nødvendige tilladelser."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Måske er den angive filsti ikke gyldig."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "Placeringen er skrivebeskyttet."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "Forældermappen findes ikke."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Det er en monterbar placering."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"Det er en \"speciel\" fil, såsom en socket,\n"
-" FIFO, blok enhed eller karakter enhed."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Det er en \"ukendt\" filtype."
-
-#: src/Application.vala:176
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "Filen \"%s\" Kan Ikke Læses"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Nyt faneblad"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nyt Vindue"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Print versionsinfo og afslut"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Pluginsæt"
-#: src/Application.vala:251
-#, fuzzy
+#: src/Application.vala:42
msgid "plugin"
-msgstr "Pluginsæt"
+msgstr "plugin"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Find…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Skjul søgelinjen"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zeitgeist-datakilde til Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Alle filer"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Tekstfiler"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Åbn nogle filer"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Åbn"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annuller"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Åbn"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Annuller"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+#, fuzzy
+#| msgid "Case Insensitive"
+msgid "Case sensitive:"
+msgstr "Versalfølsom"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Søg næste"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Opret en ny instans"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+#| msgid "Branch"
+msgid "Create Branch"
+msgstr "Branch"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Præferencer"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
+"Klip eller kopiering uden en aktiv selektion vil klippe eller kopiere hele "
+"den nuværende linje"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Generalt"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Gem filer ved ændring:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
-msgstr ""
+msgstr "Smart klip/kopi af linjer:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Faneblade"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automatisk indrykning:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Indsæt mellemrum i stedet for tab:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Tab bredde:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Opførsel"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Brugergrænseflade"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Luk"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Udvidelser"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Redigering"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Fremhæv matchende klammer (brackets):"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Linjeombrydning:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Tegn mellemrum:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "For valgte tekst"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Altid"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Vis minikort:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Linje bredde guide:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Font"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Tilpasset skrifttype:"
#: src/Dialogs/RestoreConfirmationDialog.vala:31
msgid "Are You Sure You Want to Restore This File?"
-msgstr ""
+msgstr "Er Du Sikker På At du Ønsker At Gendanne Denne Fil?"
#: src/Dialogs/RestoreConfirmationDialog.vala:32
msgid "Restoring a file will undo all changes made since opening it"
msgstr ""
+"Gendannelse af en fil vil fortryde alle ændringer der er lavet siden åbning"
#: src/Dialogs/RestoreConfirmationDialog.vala:34
msgid "Don't Restore"
-msgstr ""
+msgstr "Genskab Ikke"
#: src/Dialogs/RestoreConfirmationDialog.vala:36
-#, fuzzy
msgid "Restore Anyway"
msgstr "Indlæs Alligevel"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Anden Applikation…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Åbn I"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Andre Handlinger"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Omdøb"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Flyt til Skrald"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Mapper"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open project folder…"
+msgid "Find in Folder…"
+msgstr "Åbn projekt mappe…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Mappe"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Tom Fil"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Ny"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "unavngivet mappe"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "ny fil"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Luk Mappen"
-#: src/FolderManager/ProjectFolderItem.vala:99
-#, fuzzy
-#| msgid "Close Folder"
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
-msgstr "Luk Mappen"
+msgstr "Luk Andre Mapper"
+
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open project folder…"
+msgid "Find in Project…"
+msgstr "Åbn projekt mappe…"
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr ""
+#, fuzzy
+#| msgid "%s, Modified"
+msgid "Modified"
+msgstr "%s, Modificeret"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
#, fuzzy
+#| msgid "Branch"
+msgid "New Branch…"
+msgstr "Branch"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
-msgstr "Skift Branch"
+msgstr "Branch"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s Er Ikke En Tekstfil"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Code kan ikke indlæse denne type fil."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Indlæs Alligevel"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Indlæsning af Filen \"%s\" Tager Lang Tid"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Vent venligst, mens Code indlæser filen."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Annuller Indlæsning"
#: src/Services/Document.vala:391
-#, fuzzy, c-format
+#, c-format
msgid "Save changes to \"%s\" before closing?"
-msgstr "Gem ændringer til dokumentet %s, inden lukning?"
+msgstr "Gem ændringer til dokumentet \"%s\", inden lukning?"
#: src/Services/Document.vala:392
-#, fuzzy
msgid "If you don't save, changes will be permanently lost."
-msgstr ""
-"Hvis ikke du gemmer, vil ændringer fra de sidste 4 sekunder gå tabt "
-"permanent."
+msgstr "Hvis ikke du gemmer, vil ændringer gå tabt permanent."
#: src/Services/Document.vala:398
-#, fuzzy
msgid "Close Without Saving"
msgstr "Luk uden at gemme"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Gem"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Gem fil"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nyt Dokument"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Filen \"%s\" Kan Ikke Læses"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"Den kan være beskadiget, eller du kan mangle tilladelse til at læse den."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -388,17 +404,16 @@ msgstr ""
"Placeringen som indeholder filen \"%s\" blev afmonteret. Vil du gemme et "
"andet sted?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Gem som…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Filen \"%s\" blev slettet. Vil du gemme den alligevel?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -407,11 +422,11 @@ msgstr ""
"Du kan ikke gemme dine ændringer i filen \"%s\". Vil du gemme ændringerne et "
"andet sted?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Gem ændringer et andet sted"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -420,11 +435,11 @@ 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:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Indlæs"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Fortsæt"
@@ -432,168 +447,150 @@ msgstr "Fortsæt"
msgid "Templates"
msgstr "Skabeloner"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Tekstfil fra %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Syntaksfremhævning"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Linjenummer"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filtrér sprog"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Simpel Tekst"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Mellemrum"
msgstr[1] "%d Mellemrum"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d Faneblad"
msgstr[1] "%d Faneblade"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Gå til linje:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Åbn en fil"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Projekt skabeloner"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Gem denne fil"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Gem denne fil med et andet navn"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Genskab denne fil"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Del"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Zoom Ud"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zoom 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Zoom Ind"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Høj Kontrast"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarized Light"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarized Dark"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Vis/Skjul Sidepanel"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Tilføj ny visning"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Fjern nuværende visning"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menu"
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-#| msgid "Open a folder"
-msgid "Open project folder…"
-msgstr "Åbn en mappe"
+#| msgid "Open project folder…"
+msgid "Open Project Folder…"
+msgstr "Åbn projekt mappe…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
-msgstr ""
+msgstr "Skjul Alle"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
-msgstr ""
+msgstr "Alfabetisér"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
-msgstr ""
+msgstr "Administrer projektmapper"
#: src/Widgets/SearchBar.vala:63
msgid "Find"
msgstr "Find"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Søg næste"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Søg forrige"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Start forfra når bunden er nået"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Versalfølsom"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "Versalfølsom"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Erstat med"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Erstat"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Erstat alle"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Sorter Valgte Linjer"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Slå Kommentarer til/fra"
@@ -629,123 +626,202 @@ msgstr "Åben Mappe"
msgid "Add a project folder to the sidebar."
msgstr "Tilføj en projektmappe til sidepanelet."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Del via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Upload til Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Navn:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Format:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Andre…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Udløb tid:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Hold denne past privat"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Andre formater"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Vælg skrifttype:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Aldrig"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Ti minutter"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "En time"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "En dag"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "En måned"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Upload til Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Symboler"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "Ingen Symboler Fundet"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Vis terminal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Skjul terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopiér"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Indsæt"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Webforhåndsvisning"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Vis forhåndsvisning"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Skjul forhåndsvisning"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
-msgstr ""
+msgstr "Ingen Passende Ordbøger Blev Fundet"
-#: plugins/spell/spell.vala:75
-#, fuzzy
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
-msgstr ""
-"Ingen egnede mapper blev fundet.\n"
-"Installer venligt mindst en [aspell]-mappe"
+msgstr "Installer venligst mindst en [aspell] ordbog."
#: plugins/word-completion/plugin.vala:173
#, c-format
msgid "%s - Word Completion"
msgstr "%s - Fuldførsel af ord"
+#~ msgid "High Contrast"
+#~ msgstr "Høj Kontrast"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solariseret lys"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solariseret Mørk"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Tilføj en projektmappe til sidepanelet."
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "Tilføj en projektmappe til sidepanelet."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Søg næste"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zeitgeist-datakilde til Code"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, Ny"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "Filen \"%s\" Kan Ikke Oprettes"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Du har muligvis ikke de nødvendige tilladelser."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Måske er den angive filsti ikke gyldig."
+
+#~ msgid "The location is read-only."
+#~ msgstr "Placeringen er skrivebeskyttet."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "Forældermappen findes ikke."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Det er en monterbar placering."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "Det er en \"speciel\" fil, såsom en socket,\n"
+#~ " FIFO, blok enhed eller karakter enhed."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Det er en \"ukendt\" filtype."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "Filen \"%s\" Kan Ikke Åbnes"
+
+#~ msgid "Web Preview"
+#~ msgstr "Webforhåndsvisning"
+
+#~ msgid "Show Preview"
+#~ msgstr "Vis forhåndsvisning"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Skjul forhåndsvisning"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Del via Pastebin"
+
+#~ msgid "Others…"
+#~ msgstr "Andre…"
+
+#~ msgid "Upload"
+#~ msgstr "Upload"
+
+#~ msgid "Other formats"
+#~ msgstr "Andre formater"
+
+#~ msgid "Add New View"
+#~ msgstr "Tilføj ny visning"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Fjern nuværende visning"
+
#~ msgid "untitled folder %d"
#~ msgstr "unavngivet mappe %d"
@@ -1049,9 +1125,6 @@ msgstr "%s - Fuldførsel af ord"
#~ msgid "Do you want to save changes before closing this file?"
#~ msgstr "Ønsker du at gemme ændringerne, inden filen lukkes?"
-#~ msgid "Select font:"
-#~ msgstr "Vælg skrifttype:"
-
#~ msgid "Go to line..."
#~ msgstr "Gå til linie..."
@@ -1134,9 +1207,6 @@ msgstr "%s - Fuldførsel af ord"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argument for sæt af plugins"
-#~ msgid "Create a new instance"
-#~ msgstr "Opret en ny instans"
-
#~ msgid "Save unsaved changes to file %s before closing?"
#~ msgstr "Gem ændringer, der ikke er gemt til fil %s før nedlukning?"
diff --git a/po/de.po b/po/de.po
index 8b1faa7973..d9b6442bd0 100644
--- a/po/de.po
+++ b/po/de.po
@@ -7,131 +7,126 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2020-03-13 20:03+0000\n"
-"Last-Translator: Tucan Holmes \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-19 14:59+0000\n"
+"Last-Translator: Uwe S \n"
"Language-Team: German \n"
"Language: de\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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "Datei \"%s\" kann nicht erstellt werden"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Vielleicht fehlen die nötigen Rechte."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Möglicherweise ist der angegebene Dateipfad nicht gültig."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "Nur Leserechte an diesem Ort."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "Das übergeordnete Verzeichnis existiert nicht."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Dies ist ein mountbarer Ort."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"Es ist eine \"spezielle\" Datei wie z.B. ein Socket,\n"
-" FIFO, Blockgerät oder Zeichengerät."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Dies ist ein »unbekannter« Dateityp."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "Datei »%s« kann nicht geöffnet werden"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Neuer Tab"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Neues Fenster"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Versionsinformation anzeigen und beenden"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Erweiterungssammlung"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "Plugin"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[DATEI…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Suchen …"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Suchleiste ausblenden"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zeitgeist Datenquelle für Code"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Alle Dateien"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Textdateien"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Ein paar Dateien öffnen"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Öffnen"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Abbrechen"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Öffnen"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Abbrechen"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "Text in »%s« suchen"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "Der Suchbegriff muss mindestens drei Zeichen umfassen."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "Groß- und Kleinschreibung beachten:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "Reguläre Ausdrücke verwenden:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "Suchen"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr "Neuen Zweig von »%s/%s« erstellen"
+
+#. /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 ""
+"Der Zweigname muss eindeutig sein und den Git-Namensregeln entsprechen."
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr "Zweig erstellen"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Einstellungen"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
@@ -139,88 +134,88 @@ msgstr ""
"Beim Ausschneiden oder Kopieren ohne eine aktive Auswahl wird die gesamte "
"aktuelle Zeile ausgeschnitten oder kopiert"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Allgemein"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Dateien bei Änderungen speichern:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "Intelligentes Ausschneiden/Kopieren von Zeilen:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Tabulatoren"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automatisches Einrücken:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Leerzeichen anstelle von Tabulatoren einfügen:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Tabulatorbreite:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Verhalten"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Oberfläche"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Schließen"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Erweiterungen"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Zusammengehörende Klammern hervorheben:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Zeilenumbruch:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Leerstellen erzeugen:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Für markierten Text"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Immer"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Miniaturansicht zeigen:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Zeilenbreitenführungslinie:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Schriftart"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Benutzerdefinierte Schrift:"
@@ -242,96 +237,111 @@ msgstr "Nicht Wiederherstellen"
msgid "Restore Anyway"
msgstr "Trotzdem wiederherstellen"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Andere Anwendung…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Öffnen in"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Andere Aktionen"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Umbenennen"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "In den Papierkorb verschieben"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Ordner"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "Im Ordner suchen …"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Ordner"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Leere Datei"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Neu"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "unbenannter Ordner"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "neue Datei"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Ordner schließen"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "Andere Ordner schließen"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "Im Projekt suchen …"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr ""
+msgid "Modified"
+msgstr "Geändert"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr ""
+msgid "Error while creating new branch: “%s”"
+msgstr "Fehler beim Erstellen eines neuen Zweigs: »%s«"
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "Neuer Zweig …"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "Branch"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s ist keine Textdatei"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Code wird diesen Dateityp nicht laden."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Trotzdem Laden"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Das Laden von \"%s\" dauert sehr lange"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Bitte warten Sie, während Code die Datei lädt."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Laden abbrechen"
@@ -349,32 +359,32 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Schließen ohne zu speichern"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Speichern"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Datei speichern"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Neues Dokument"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Datei \"%s\" kann nicht gelesen werden"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"Möglicherweise ist sie beschädigt oder Sie verfügen nicht über die "
"benötigten Rechte zum Lesen."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -383,17 +393,16 @@ msgstr ""
"Der Ort, an dem sich die Datei \"%s\" befindet, wurde ausgehängt. Möchten "
"Sie an einem anderen Ort speichern?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Speichern unter …"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, 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?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -402,11 +411,11 @@ msgstr ""
"Sie können die Änderungen an der Datei »%s« nicht speichern. Möchten Sie die "
"Änderungen an einem anderen Ort speichern?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Änderungen woanders speichern"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -415,11 +424,11 @@ msgstr ""
"Die Datei \"%s\" wurde von einer externen Anwendung bearbeitet. Möchten Sie "
"sie noch einmal laden oder mit Ihrer Bearbeitung fortfahren?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Laden"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Fortfahren"
@@ -427,122 +436,102 @@ msgstr "Fortfahren"
msgid "Templates"
msgstr "Vorlagen"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Textdatei aus %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Syntax hervorheben"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Zeilennummer"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Sprachen filtern"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Einfacher Text"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Leerzeichen"
msgstr[1] "%d Leerzeichen"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d Tabulator"
msgstr[1] "%d Tabulatoren"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Zur Zeile gehen:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Datei öffnen"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Projektvorlagen"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Diese Datei speichern"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Diese Datei unter anderem Namen speichern"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Diese Datei wiederherstellen"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Freigeben"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Verkleinern"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Normale Ansichtsgröße"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Vergrößern"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Hoher Kontrast"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarisiert Hell"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarisiert Dunkel"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Seitenleiste umschalten"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Neue Ansicht hinzufügen"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Aktuelle Ansicht entfernen"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menü"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
-msgstr "Projektordner öffnen…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
+msgstr "Projektordner öffnen …"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "Alle zusammenklappen"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "Alphabetisieren"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "Projektordner verwalten"
@@ -550,43 +539,45 @@ msgstr "Projektordner verwalten"
msgid "Find"
msgstr "Suchen"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Nächstes Suchergebnis"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Vorheriges Suchergebnis"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Suche immer am Textanfang fortsetzen"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Groß- und Kleinschreibung beachten"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "Groß- und Kleinschreibung beachten"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Ersetzen durch"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Ersetzen"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Alle ersetzen"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Markierte Zeilen sortieren"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Kommentar umschalten"
@@ -622,112 +613,100 @@ msgstr "Ordner öffnen"
msgid "Add a project folder to the sidebar."
msgstr "Das Verzeichnis eines Projekts in der Seitenleiste anzeigen."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Über Pastebin teilen"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Zu Pastebin hochladen"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Name:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Format:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Andere…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Anderes Format wählen"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "Ablaufzeit:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "Ablaufzeitpunkt:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Diese Kopie als privat einstufen"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Hochladen"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Verfügbare Formate"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Andere Formate"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Format wählen"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Nie"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Zehn Minuten"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Eine Stunde"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Ein Tag"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Ein Monat"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Zu Pastebin hochladen"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Symbole"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "Keine Symbole gefunden"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Terminal anzeigen"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Terminal ausblenden"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopieren"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Einfügen"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Webvorschau"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Vorschau anzeigen"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Vorschau ausblenden"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
-msgstr "Keine geeigneten Wörterbucher gefunden"
+msgstr "Keine geeigneten Wörterbücher gefunden"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Bitte mindestens ein [aspell]-Wörterbuch installieren."
@@ -736,8 +715,109 @@ msgstr "Bitte mindestens ein [aspell]-Wörterbuch installieren."
msgid "%s - Word Completion"
msgstr "%s – Wortvervollständigung"
-#~ msgid "Add Project Folder…"
-#~ msgstr "Projektordner hinzufügen…"
+#~ msgid "High Contrast"
+#~ msgstr "Hoher Kontrast"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarisiert Hell"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarisiert Dunkel"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr ""
+#~ "Bevor ein neuer Zweig erstellt werden kann, muss ein aktives Git-Projekt "
+#~ "zur Verfügung stehen."
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Git-Projekt-Ordner in der Seitenleiste öffnen."
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Dokument in einem Git-Projekt-Ordner in der Seitenleiste oder über das "
+#~ "Projekt-Kontextmenü öffnen."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "Die Bezeichnung des Zweigs muss den git-Regeln entsprechen und darf noch "
+#~ "nicht vorhanden sein."
+
+#~ msgid ""
+#~ "The branch name must be lower-case, start with a letter, and be at least "
+#~ "3 characters"
+#~ msgstr ""
+#~ "Voraussetzungen für die Zweigbezeichnung: Kleinschreibung, Buchstabe am "
+#~ "Anfang und mindestens drei Zeichen lang"
+
+#~ msgid "Search for:"
+#~ msgstr "Suchen nach:"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zeitgeist Datenquelle für Code"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, Neu"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "Datei \"%s\" kann nicht erstellt werden"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Vielleicht fehlen die nötigen Rechte."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Möglicherweise ist der angegebene Dateipfad nicht gültig."
+
+#~ msgid "The location is read-only."
+#~ msgstr "Nur Leserechte an diesem Ort."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "Das übergeordnete Verzeichnis existiert nicht."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Dies ist ein mountbarer Ort."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "Es ist eine \"spezielle\" Datei wie z.B. ein Socket,\n"
+#~ " FIFO, Blockgerät oder Zeichengerät."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Dies ist ein »unbekannter« Dateityp."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "Datei »%s« kann nicht geöffnet werden"
+
+#~ msgid "Web Preview"
+#~ msgstr "Webvorschau"
+
+#~ msgid "Show Preview"
+#~ msgstr "Vorschau anzeigen"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Vorschau ausblenden"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Über Pastebin teilen"
+
+#~ msgid "Others…"
+#~ msgstr "Andere…"
+
+#~ msgid "Upload"
+#~ msgstr "Hochladen"
+
+#~ msgid "Other formats"
+#~ msgstr "Andere Formate"
+
+#~ msgid "Add New View"
+#~ msgstr "Neue Ansicht hinzufügen"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Aktuelle Ansicht entfernen"
#~ msgid "untitled folder %d"
#~ msgstr "unbenannter Ordner %d"
@@ -1122,9 +1202,6 @@ msgstr "%s – Wortvervollständigung"
#~ "Möchten Sie die Änderungen an der Datei speichern, bevor Sie diese "
#~ "schließen?"
-#~ msgid "Create a new instance"
-#~ msgstr "Eine neue Instanz erstellen"
-
#~ msgid "Changes to this file haven't been saved."
#~ msgstr "Die Änderungen an dieser Datei wurden noch nicht gespeichert."
@@ -1168,8 +1245,5 @@ msgstr "%s – Wortvervollständigung"
#~ msgid "Tabs:"
#~ msgstr "Tabs:"
-#~ msgid "Select font:"
-#~ msgstr "Schrift auswählen:"
-
#~ msgid "Font and Color Scheme:"
#~ msgstr "Schrift und Farbschema:"
diff --git a/po/dv.po b/po/dv.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/dz.po b/po/dz.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ee.po b/po/ee.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/el.po b/po/el.po
index b95db2d287..0d18791d2d 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Greek \n"
@@ -19,206 +19,205 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Ίσως δεν έχετε τα απαραίτητα δικαιώματα."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Ίσως η διαδρομή αρχείου που δώσατε δεν είναι έγκυρη."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Ο τύπος αρχείου είναι άγνωστος."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Νέα Καρτέλα"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Νέο Παράθυρο"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Εκτύπωση πληροφοριών έκδοσης και έξοδος"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Σετ προσθέτων"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Σετ προσθέτων"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Κώδικας"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Εύρεση…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Απόκρυψη γραμμής αναζήτησης"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Πηγή δεδομένων Zeitgeist για το Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Όλα τα αρχεία"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Αρχεία κειμένου"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Άνοιγμα μερικών αρχείων"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Άνοιγμα"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Ακύρωση"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Άνοιγμα"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Ακύρωση"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Αναζήτηση επόμενου"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Δημιουργία Νέου Στιγμιότυπου"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Αλλαγή ρυθμίσεων του Scratch"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Προτιμήσεις"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Γενικά"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Αποθήκευση αρχείων όταν μεταβάλλονται:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Καρτέλες"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Αυτόματη εσοχή:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Εισαγωγή κενών αντί για καρτέλες:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Πλάτος καρτέλας:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Συμπεριφορά"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Περιβάλλον Χρήστη"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Κλείσιμο"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Επεκτάσεις"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Συντάκτης"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Επισήμανση ζεύγων αγκυλών:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Αναδίπλωση γραμμών:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Για το επιλεγμένο κείμενο"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Πάντα"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Οδηγός πλάτους γραμμής:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Γραμματοσειρά"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Προσαρμοσμένη γραμματοσειρά:"
@@ -238,104 +237,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Άλλη εφαρμογή…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Άνοιγμα"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "Άλλες μορφές"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Μετονομασία"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Μετακίνηση στον κάδο"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Φάκελοι"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "Άνοιγμα ενός φακέλου"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "Φάκελοι"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Άδειο αρχείο"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Νέα Καρτέλα"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "φάκελος χωρίς τίτλο"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Νέο αρχείο"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Κλείσιμο φακέλου"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "Κλείσιμο φακέλου"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "Άνοιγμα ενός φακέλου"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Αλλαγή ρυθμίσεων του Scratch"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Αλλαγή ρυθμίσεων του Scratch"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "Το %s δεν είναι αρχείο κειμένου"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Ο κώδικας δεν μπορεί να φορτώσει αυτόν τον τύπο αρχείου."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Φόρτωσέ το"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Παρακαλώ περιμένετε όσο ο κώδικας φορτώνει το αρχείο."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "Ακύρωση"
@@ -357,31 +376,31 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Κλείσιμο χωρίς αποθήκευση"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Αποθήκευση"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Αποθήκευση Αρχείου"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Νέο έγγραφο"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Το αρχείο \"%s\" δεν μπορεί να διαβαστεί"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr "Ίσως δεν έχετε τα απαραίτητα δικαιώματα."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -390,18 +409,17 @@ msgstr ""
"Η τοποθεσία που περιέχει το αρχείο \"%s\" δεν μπορεί να βρεθεί. Θέλετε να "
"αποθηκεύσετε σε κάποια άλλη τοποθεσία;"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Αποθήκευση Ως…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
"Το αρχείο \"%s\" έχει διαγραφεί. Θέλετε να το αποθηκεύσετε ούτως ή άλλως;"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -410,11 +428,11 @@ msgstr ""
"Δεν μπορείτε να αποθηκεύσετε τις αλλαγές στο αρχείο \"%s\". Θέλετε να "
"αποθηκεύσετε τις αλλαγές σε αυτό το αρχείο σε μια διαφορετική τοποθεσία;"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Αποθήκευση των αλλαγών αλλού"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -423,11 +441,11 @@ msgstr ""
"Το αρχείο \"%s\" τροποποιήθηκε από κάποια άλλη εφαρμογή. Θέλετε να το "
"φορτώσετε ξανά ή να συνεχίσετε την επεξεργασία;"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Φόρτωση"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Συνέχεια"
@@ -435,128 +453,108 @@ msgstr "Συνέχεια"
msgid "Templates"
msgstr "Πρότυπα"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Αρχείο κειμένου από "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Επισήμανση σύνταξης"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "Εμφάνιση αριθμών γραμμών:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Φιλτράρετε τις γλώσσες"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Απλό κείμενο"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Κενό"
msgstr[1] "%d Κενά"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Νέα Καρτέλα"
msgstr[1] "Νέα Καρτέλα"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Μετάβαση Στη Γραμμή:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Άνοιγμα αρχείου"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Πρότυπα έργων"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Αποθήκευση αυτού του αρχείου"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Αποθήκευση αυτού του αρχείου με διαφορετικό όνομα"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Επαναφορά αυτού του αρχείου"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Κοινή χρήση"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "Μεγέθυνση"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Μεγέθυνση 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "Μεγέθυνση"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Υψηλό Contrast"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
#, fuzzy
msgid "Toggle Sidebar"
msgstr "Πλευρική Στήλη"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Προσθήκη Νέας Προβολής"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Αφαίρεση Τρέχουσας Προβολής"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Μενού"
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Άνοιγμα ενός φακέλου"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -564,43 +562,45 @@ msgstr ""
msgid "Find"
msgstr "Εύρεση"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Αναζήτηση επόμενου"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Αναζήτηση προηγούμενου"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Αντικατάσταση Με"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Αντικατάσταση"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Αντικατάσταση Όλων"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -639,115 +639,107 @@ msgstr "Άνοιγμα ενός φακέλου"
msgid "Add a project folder to the sidebar."
msgstr "Προσθήκη project στην πλευρική εργαλειοθήκη."
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "Κοινή χρήση μέσω PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Μεταφόρτωση στον Κάδο επικόλλησης"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Όνομα:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "Μορφή: "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "Άλλοι..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Ώρα λήξης:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Διατήρηση αυτής της επικόλλησης ως ιδιωτική"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Μεταφόρτωση"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Άλλες μορφές"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Επιλέξτε γραμματοσειρά:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Ποτέ"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Δέκα λεπτά"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Μία ώρα"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Μία ημέρα"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Ένας μήνας"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Μεταφόρτωση στον Κάδο επικόλλησης"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Σύμβολα"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "Σύμβολα"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Προβολή τερματικού"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Απόκρυψη τερματικού"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Τερματικό"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Αντιγραφή"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Επικόλληση"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Προεπισκόπηση στο διαδίκτυο"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Εμφάνιση προεπισκόπησης"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Απόκρυψη προεπισκόπησης"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -756,6 +748,68 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Συμπλήρωση Λέξεων"
+#~ msgid "High Contrast"
+#~ msgstr "Υψηλό Contrast"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Προσθήκη project στην πλευρική εργαλειοθήκη."
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "Προσθήκη project στην πλευρική εργαλειοθήκη."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Αναζήτηση επόμενου"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Πηγή δεδομένων Zeitgeist για το Scratch"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Ίσως δεν έχετε τα απαραίτητα δικαιώματα."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Ίσως η διαδρομή αρχείου που δώσατε δεν είναι έγκυρη."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Ο τύπος αρχείου είναι άγνωστος."
+
+#~ msgid "Web Preview"
+#~ msgstr "Προεπισκόπηση στο διαδίκτυο"
+
+#~ msgid "Show Preview"
+#~ msgstr "Εμφάνιση προεπισκόπησης"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Απόκρυψη προεπισκόπησης"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "Κοινή χρήση μέσω PasteBin"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "Άλλοι..."
+
+#~ msgid "Upload"
+#~ msgstr "Μεταφόρτωση"
+
+#~ msgid "Other formats"
+#~ msgstr "Άλλες μορφές"
+
+#~ msgid "Add New View"
+#~ msgstr "Προσθήκη Νέας Προβολής"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Αφαίρεση Τρέχουσας Προβολής"
+
#~ msgid "untitled folder %d"
#~ msgstr "φάκελος χωρίς τίτλο %d"
@@ -1113,9 +1167,6 @@ msgstr "%s - Συμπλήρωση Λέξεων"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Παράμετρος Για Το Σετ Προσθέτων"
-#~ msgid "Create a new instance"
-#~ msgstr "Δημιουργία Νέου Στιγμιότυπου"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "Υπάρχουν Μή Αποθηκευμένες Αλλαγές Στο Scratch!"
@@ -1136,6 +1187,3 @@ msgstr "%s - Συμπλήρωση Λέξεων"
#~ msgid "Font and Color Scheme:"
#~ msgstr "Σχήμα Χρωμάτων και Γραμματοσειρών"
-
-#~ msgid "Select font:"
-#~ msgstr "Επιλέξτε γραμματοσειρά:"
diff --git a/po/en_AU.po b/po/en_AU.po
index 7e1695fd5e..1dfad1b18d 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-12 16:08+0000\n"
+"Last-Translator: Ciarán Ainsworth \n"
"Language-Team: English (United Kingdom) \n"
"Language: en_GB\n"
@@ -17,122 +17,116 @@ 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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "File \"%s\" Cannot Be Created"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Maybe you do not have the necessary permissions."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Maybe the file path provided is not valid."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "The location is read-only."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "The parent directory doesn't exist."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "It is a mountable location."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"It is a \"special\" file such as a socket,\n"
-"FIFO, block device, or character device."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "It is an \"unknown\" file type."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "File \"%s\" Cannot Be Opened"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "New Tab"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "New Window"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Print version info and exit"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Set of plug-ins"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "plugin"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[FILE…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Find…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Hide search bar"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zeitgeist Datasource for Code"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "All files"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Text files"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Open some files"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Open"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancel"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Open"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Cancel"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "Search for text in “%s”"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "The search term must be at least 3 characters long."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "Case sensitive:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "Use regular expressions:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "Search"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr "Create a new branch of “%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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr "Create Branch"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Preferences"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
@@ -140,88 +134,88 @@ msgstr ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "General"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Save files when changed:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "Smart cut/copy lines:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Tabs"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automatic indentation:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Insert spaces instead of tabs:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Tab width:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Behaviour"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interface"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Close"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Extensions"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Highlight matching square brackets:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Line wrap:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Draw Spaces:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "For selected text"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Always"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Show Mini Map:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Line width guide:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Font"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Custom font:"
@@ -241,96 +235,111 @@ msgstr "Don't Restore"
msgid "Restore Anyway"
msgstr "Restore Anyway"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Other Application…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Open In"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Other Actions"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Rename"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Move to Rubbish Bin"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Folders"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "Find in Folder…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Folder"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Empty File"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "New"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "untitled folder"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "new file"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Close Folder"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "Close Other Folders"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "Find in Project…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr "%s, Modified"
+msgid "Modified"
+msgstr "Modified"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr "%s, New"
+msgid "Error while creating new branch: “%s”"
+msgstr "Error while creating new branch: “%s”"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "New Branch…"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "Branch"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s Is Not a Text File"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Code will not load this type of file."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Load Anyway"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Loading File \"%s\" Is Taking a Long Time"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Please wait while Code is loading the file."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Cancel Loading"
@@ -347,30 +356,30 @@ msgstr "If you don't save, changes will be permanently lost."
msgid "Close Without Saving"
msgstr "Close Without Saving"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Save"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Save File"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "New Document"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "File \"%s\" Cannot Be Read"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
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."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -379,17 +388,16 @@ msgstr ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Save As…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, 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?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -398,11 +406,11 @@ msgstr ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Save changes elsewhere"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -411,11 +419,11 @@ msgstr ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Load"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Continue"
@@ -423,122 +431,102 @@ msgstr "Continue"
msgid "Templates"
msgstr "Templates"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Text file from %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Syntax Highlighting"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Line number"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filter languages"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Plain Text"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Space"
msgstr[1] "%d Spaces"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d Tab"
msgstr[1] "%d Tabs"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Go To Line:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Open a file"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Project templates"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Save this file"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Save this file with a different name"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Restore this file"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Share"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Zoom Out"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zoom 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Zoom In"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "High Contrast"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarised Light"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarised Dark"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Toggle Sidebar"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Add New View"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Remove Current View"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menu"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
-msgstr "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
+msgstr "Open Project Folder…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "Collapse All"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "Alphabetise"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "Manage project folders"
@@ -546,43 +534,45 @@ msgstr "Manage project folders"
msgid "Find"
msgstr "Find"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Search next"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Search previous"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Cyclic Search"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Case Sensitive"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "Case Insensitive"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Replace With"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Replace"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Replace all"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Sort Selected Lines"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Toggle Comment"
@@ -618,112 +608,100 @@ msgstr "Open Folder"
msgid "Add a project folder to the sidebar."
msgstr "Add a project folder to the sidebar."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Upload to Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Name:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Format:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Choose different format"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "Expiration:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Keep this paste private"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Available Formats"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Select Format"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Never"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Ten minutes"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "One hour"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "One day"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "One month"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Upload to Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Symbols"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "No Symbols Found"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Show Terminal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Hide Terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Copy"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Paste"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Web Preview"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Show Preview"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Hide Preview"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "No Suitable Dictionaries Were Found"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Please install at least one [aspell] dictionary."
@@ -732,6 +710,108 @@ msgstr "Please install at least one [aspell] dictionary."
msgid "%s - Word Completion"
msgstr "%s - Word Completion"
+#~ msgid "High Contrast"
+#~ msgstr "High Contrast"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarised Light"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarised Dark"
+
+#, fuzzy
+#~| msgid "You must have an active git project before creating a new branch."
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr "You must have an active git project before creating a new branch."
+
+#, fuzzy
+#~| msgid "Open a git project folder in the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Open a git project folder in the sidebar."
+
+#, fuzzy
+#~| msgid ""
+#~| "Open a document in a git project folder in the sidebar or use a project "
+#~| "context menu."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Open a document in a git project folder in the sidebar or use a project "
+#~ "context menu."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "The branch name must comply with Git rules and must not already exist."
+
+#~ msgid "Search for:"
+#~ msgstr "Search for:"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zeitgeist Datasource for Code"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, New"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "File \"%s\" Cannot Be Created"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Maybe you do not have the necessary permissions."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Maybe the file path provided is not valid."
+
+#~ msgid "The location is read-only."
+#~ msgstr "The location is read-only."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "The parent directory doesn't exist."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "It is a mountable location."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ "FIFO, block device, or character device."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "It is an \"unknown\" file type."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "File \"%s\" Cannot Be Opened"
+
+#~ msgid "Web Preview"
+#~ msgstr "Web Preview"
+
+#~ msgid "Show Preview"
+#~ msgstr "Show Preview"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Hide Preview"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Share via Pastebin"
+
+#~ msgid "Others…"
+#~ msgstr "Others…"
+
+#~ msgid "Upload"
+#~ msgstr "Upload"
+
+#~ msgid "Other formats"
+#~ msgstr "Other formats"
+
+#~ msgid "Add New View"
+#~ msgstr "Add New View"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Remove Current View"
+
#~ msgid "untitled folder %d"
#~ msgstr "untitled folder %d"
@@ -1021,9 +1101,6 @@ msgstr "%s - Word Completion"
#~ msgid "Do you want to save changes before closing this file?"
#~ msgstr "Do you want to save changes before closing this file?"
-#~ msgid "Select font:"
-#~ msgstr "Select font:"
-
#~ msgid "Normal text"
#~ msgstr "Normal text"
@@ -1101,9 +1178,6 @@ msgstr "%s - Word Completion"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argument for the set of plug-ins"
-#~ msgid "Create a new instance"
-#~ msgstr "Create a new instance"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "There are unsaved changes in Scratch!"
diff --git a/po/eo.po b/po/eo.po
index 4ad8ea91dd..5693ac232a 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2020-03-14 21:09+0000\n"
"Last-Translator: Shtonchjo \n"
"Language-Team: Esperanto \n"
"Language-Team: Spanish \n"
"Language: es\n"
@@ -16,211 +16,207 @@ 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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "No se puede crear el archivo «%s»"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Tal vez no cuente con los privilegios necesarios."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Tal vez la ruta del archivo proporcionada no es válida."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "La ubicación es de solo lectura."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "El directorio superior no existe."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Es una ubicación montable."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"Es un archivo «especial», como un socket,\n"
-" FIFO, un dispositivo de bloqueo o un dispositivo de caracteres."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Es un tipo de archivo «desconocido»."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "No se puede abrir el archivo «%s»"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Pestaña nueva"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Ventana nueva"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Mostrar información de la versión y salir"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Conjunto de complementos"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "complemento"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[ARCHIVO…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Buscar…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Ocultar la barra de búsqueda"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Fuente de datos de Zeitgeist para Code"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Todos los archivos"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Archivos de texto"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
-msgstr "Abre algunos archivos"
+msgstr "Abra algunos archivos"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Abrir"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancelar"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Abrir"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Cancelar"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "Buscar texto en «%s»"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "El término de búsqueda debe tener al menos 3 caracteres."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "Distinguir mayúsculas y minúsculas:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "Utilizar expresiones regulares:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "Buscar"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr "Crea una rama nueva de «%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 ""
+"El nombre de la rama debe ser único y seguir las reglas de nomenclatura de "
+"Git."
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr "Crear rama"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Preferencias"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
-"Cortar o copiar sin una selección activa cortará o copiará toda la línea "
+"Cortar o copiar sin una selección activa cortará o copiará todo el renglón "
"actual"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "General"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
-msgstr "Guardar archivos al ser modificados:"
+msgstr "Guardar archivos al modificarlos:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "Corte y copia inteligente de renglones:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Tabulaciones"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Sangría automática:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
-msgstr "Insertar espacios en lugar de tabulaciones:"
+msgstr "Insertar espacios en lugar de tabuladores:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Anchura del tabulador:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Comportamiento"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interfaz"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Cerrar"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Extensiones"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Resaltar corchetes correspondientes:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Ajuste de renglones:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Hacer espacios visibles:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Para el texto seleccionado"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Siempre"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Mostrar el minimapa:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Guía de longitud de renglón:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Tipo de letra"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Tipo de letra personalizado:"
@@ -241,96 +237,111 @@ msgstr "No restaurar"
msgid "Restore Anyway"
msgstr "Cargar de todos modos"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Otra aplicación…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Abrir en"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Otras acciones"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Cambiar nombre"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Mover a la papelera"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Carpetas"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "Buscar en carpeta…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Carpeta"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Archivo vacío"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Nuevo"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "carpeta sin título"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
-msgstr "Nuevo archivo"
+msgstr "archivo nuevo"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Cerrar carpeta"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "Cerrar otras carpetas"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "Buscar en el proyecto…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr "%s, modificado"
+msgid "Modified"
+msgstr "Modificado"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr "%s, nuevo"
+msgid "Error while creating new branch: “%s”"
+msgstr "Error al crear una rama nueva: «%s»"
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "Rama nueva…"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "Rama"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s no es un archivo de texto"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
-msgstr "Código no cargará este tipo de archivo."
+msgstr "Code no cargará este tipo de archivo."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Cargar de todos modos"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
-msgstr "Cargar el archivo \"%s\" está tomando mucho tiempo"
+msgstr "La carga del archivo «%s» está demorando mucho"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
-msgstr "Espere mientras Code está cargando el archivo."
+msgstr "Espere mientras Code carga el archivo."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Cancelar carga"
@@ -345,32 +356,32 @@ msgstr "Si no guarda el documento, los cambios se perderán permanentemente."
#: src/Services/Document.vala:398
msgid "Close Without Saving"
-msgstr "Cerrar sin guardar cambios"
+msgstr "Cerrar sin guardar"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Guardar"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Guardar archivo"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
-msgstr "Nuevo documento"
+msgstr "Documento nuevo"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
-msgstr "El archivo \"%s\" no se puede leer"
+msgstr "No se puede leer el archivo «%s»"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr "Tal vez esté dañado o no tenga los permisos necesarios para leerlo."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -379,30 +390,29 @@ msgstr ""
"La ubicación que contiene el archivo «%s» fue desmontada. ¿Quiere guardarlo "
"en otra ubicación?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Guardar como…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "El archivo «%s» fue eliminado. ¿Quiere guardarlo de todos modos?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-"No puedes guardar los cambios en el archivo «%s». ¿Quieres guardar los "
-"cambios de este archivo en otra ubicación?"
+"No puede guardar los cambios en el archivo «%s». ¿Quiere guardar los cambios "
+"de este archivo en otra ubicación?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Guardar cambios en otro sitio"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -411,11 +421,11 @@ msgstr ""
"El archivo «%s» fue modificado por una aplicación externa. ¿Quiere cargarlo "
"nuevamente o continuar editándolo?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Cargar"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Continuar"
@@ -423,166 +433,148 @@ msgstr "Continuar"
msgid "Templates"
msgstr "Plantillas"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
-msgstr "Archivo de texto de %s"
+msgstr "Archivo de texto de %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
-msgstr "Resalte de sintaxis"
+msgstr "Coloración sintáctica"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
-msgstr "Número de línea"
+msgstr "Número de renglón"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filtrar lenguajes"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Texto sin formato"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
-msgstr[0] "%d Espacio"
-msgstr[1] "%d Espacios"
+msgstr[0] "%d espacio"
+msgstr[1] "%d espacios"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
-msgstr[0] "%d tabulación"
-msgstr[1] "%d tabulaciones"
+msgstr[0] "%d tabulador"
+msgstr[1] "%d tabuladores"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
-msgstr "Ir a la línea:"
+msgstr "Ir al renglón:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Abrir un archivo"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Plantillas de proyectos"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Guardar este archivo"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
-msgstr "Guardar este archivo con un nombre diferente"
+msgstr "Guardar este archivo con otro nombre"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Restaurar este archivo"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Compartir"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
-msgstr "Disminuir el zoom"
+msgstr "Alejar"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Escala 1∶1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
-msgstr "Aumentar el zoom"
+msgstr "Acercar"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Alto contraste"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solar claro"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solar oscuro"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
-msgstr "Mostrar / ocultar panel lateral"
+msgstr "Mostrar/ocultar barra lateral"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Añadir vista nueva"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Quitar vista actual"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menú"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr "Abrir carpeta de proyecto…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
-msgstr "Desplegar todo"
+msgstr "Contraer todo"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "Por orden alfabético"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
-msgstr "Administrar carpetas de proyecto"
+msgstr "Gestionar carpetas de proyecto"
#: src/Widgets/SearchBar.vala:63
msgid "Find"
msgstr "Buscar"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Buscar siguiente"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Buscar anterior"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Búsqueda cíclica"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Distinguir mayúsculas y minúsculas"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "No distinguir mayúsculas y minúsculas"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Reemplazar con"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Reemplazar"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Reemplazar todo"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Ordenar líneas seleccionadas"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Alternar comentario"
@@ -596,7 +588,7 @@ msgstr "Abre un archivo para comenzar la edición."
#: src/Widgets/WelcomeView.vala:32
msgid "New File"
-msgstr "Nuevo archivo"
+msgstr "Archivo nuevo"
#: src/Widgets/WelcomeView.vala:32
msgid "Create a new empty file."
@@ -616,124 +608,211 @@ msgstr "Abrir carpeta"
#: src/Widgets/WelcomeView.vala:34
msgid "Add a project folder to the sidebar."
-msgstr "Agregar una carpeta de proyecto a la barra lateral."
+msgstr "Añadir una carpeta de proyecto a la barra lateral."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Compartir via PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Enviar a Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nombre:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Formato:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Otros…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Elija un formato distinto"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "Fecha de vencimiento:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "Vencimiento:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
-msgstr "Conservar el texto pegado como privado"
+msgstr "Mantener privado el texto pegado"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Subir"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Formatos disponibles"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Otros formatos"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Seleccione un formato"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Nunca"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Diez minutos"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Una hora"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Un día"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Un mes"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Subir a Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Símbolos"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "No se encontró ningún símbolo"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
-msgstr "Mostrar consola"
+msgstr "Mostrar terminal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
-msgstr "Ocultar consola"
+msgstr "Ocultar terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Copiar"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Pegar"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Previsualización web"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Mostrar previsualización"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Ocultar previsualización"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "No se encontraron diccionarios adecuados"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Instale por lo menos un diccionario [de aspell]."
#: plugins/word-completion/plugin.vala:173
#, c-format
msgid "%s - Word Completion"
-msgstr "%s - Compleción de palabras"
+msgstr "%s. Compleción de palabras"
+
+#~ msgid "High Contrast"
+#~ msgstr "Contraste alto"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarizado claro"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarizado oscuro"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr "Debe tener un proyecto de Git activo antes de crear una rama nueva."
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Abrir una carpeta de proyecto Git en la barra lateral."
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Abrir un documento en una carpeta de proyecto Git en la barra lateral o "
+#~ "utilizar un menú contextual del proyecto."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "El nombre de la rama debe cumplir con las reglas de Git y no debe existir "
+#~ "todavía."
+
+#~ msgid ""
+#~ "The branch name must be lower-case, start with a letter, and be at least "
+#~ "3 characters"
+#~ msgstr ""
+#~ "El nombre de la rama debe estar en minúsculas, comenzar con una letra y "
+#~ "tener al menos 3 caracteres"
-#~ msgid "Add Project Folder…"
-#~ msgstr "Añadir carpeta de proyecto…"
+#~ msgid "Search for:"
+#~ msgstr "Buscar:"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Fuente de datos de Zeitgeist para Code"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, nuevo"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "No se puede crear el archivo «%s»"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Tal vez no cuente con los privilegios necesarios."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Tal vez la ruta del archivo proporcionada no es válida."
+
+#~ msgid "The location is read-only."
+#~ msgstr "La ubicación es de solo lectura."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "El directorio superior no existe."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Es una ubicación montable."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "Es un archivo «especial», como un socket,\n"
+#~ " FIFO, un dispositivo de bloqueo o un dispositivo de caracteres."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Es un tipo de archivo «desconocido»."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "No se puede abrir el archivo «%s»"
+
+#~ msgid "Web Preview"
+#~ msgstr "Previsualización web"
+
+#~ msgid "Show Preview"
+#~ msgstr "Mostrar previsualización"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Ocultar previsualización"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Compartir mediante Pastebin"
+
+#~ msgid "Others…"
+#~ msgstr "Otros…"
+
+#~ msgid "Upload"
+#~ msgstr "Enviar"
+
+#~ msgid "Other formats"
+#~ msgstr "Otros formatos"
+
+#~ msgid "Add New View"
+#~ msgstr "Añadir vista nueva"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Quitar vista actual"
#~ msgid "untitled folder %d"
#~ msgstr "carpeta sin título %d"
@@ -1168,9 +1247,6 @@ msgstr "%s - Compleción de palabras"
#~ msgid "Save the current file with a different name"
#~ msgstr "Guardar archivo actual con un nombre diferente"
-#~ msgid "Create a new instance"
-#~ msgstr "Crear nueva instancia"
-
#~ msgid "Show margin on right:"
#~ msgstr "Mostrar margen derecho"
@@ -1199,9 +1275,6 @@ msgstr "%s - Compleción de palabras"
#~ msgstr ""
#~ "¿Desea guardar los cambios no guardados en el archivo %s antes de cerrar?"
-#~ msgid "Select font:"
-#~ msgstr "Seleccione una fuente:"
-
#~ msgid "Go to line..."
#~ msgstr "Ir a la línea…"
diff --git a/po/et.po b/po/et.po
index b8c315ef79..235ef764a2 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-06-14 15:42+0000\n"
"Last-Translator: Kristjan Vool \n"
"Language-Team: Estonian \n"
@@ -18,213 +18,205 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-"Faili \"%s\" pole võimalik luua.\n"
-"%s"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Võibolla pole sul piisavaid õigusi."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Võibolla on sisestatud asukoht vale."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "Asukoht on ainult lugemisõigustega."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "Juurkausta pole olemas."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "See on haagitav asukoht."
-
-#: src/Application.vala:168
-#, fuzzy
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"See on \"eriline\" fail, nagu näiteks soket,\n"
-"fifo, bloki- või karakterseadeldis."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "See on \"tundmatu\" failitüüp."
-
-#: src/Application.vala:176
-#, fuzzy, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-"Faili \"%s\" pole võimalik luua.\n"
-"%s"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Uus kaart"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Uus aken"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Prindi versiooni teave ja välju"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Pluginate kogu"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Pluginate kogu"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Leia…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Peida leidmise tööriistariba"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zeitgeist'i andmeallikad Scratch'i jaoks"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Kõik Failid"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Tekstifailid"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Faili avamine"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Ava"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Loobu"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Ava"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Loobu"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Leia järgmine"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Loo uus näide"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Scratch'i eelistuste muutmine"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Eelistused"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Üldine"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Faili muudatuste automaatne salvestamine:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Kaardid"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automaatne taandus:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Vahemärkide lisamine tab'i märgi asemel:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Tab - klahvi laius vahemärkidena:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Käitumine"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Välimus"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Sulge"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Pluginad"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Redaktor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Sobivuste esiletõstmine:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Teksti murdmine:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Vahemärkide kuvamine:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Pisikuva kuvamine:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Abistav lehe laius:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Kohandatud kirjatüüp:"
@@ -244,104 +236,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Ava"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "Teised formaadid"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Kaustad"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "Ava kaust"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "Kaustad"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Uus kaart"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Loo fail"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Sulge kaust"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "Sulge kaust"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "Ava kaust"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Scratch'i eelistuste muutmine"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Scratch'i eelistuste muutmine"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "Loobu"
@@ -363,35 +375,35 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Sulge ilma salvestamata"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Salvesta"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Faili salvestamine"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Uus fail"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, fuzzy, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
"Faili \"%s\" pole võimalik luua.\n"
"%s"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
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:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -399,17 +411,16 @@ msgid ""
msgstr ""
"Faili \"%s\" sisaldav asukoht haagiti lahti. Soovid teise kohta salvestada?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Salvesta kui…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Fail \"%s\" kustutati. Soovid sellegipoolest salvestada?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -418,11 +429,11 @@ msgstr ""
"Faili \"%s\" muudatusi pole võimalik salvestada. Soovid faili teise kohta "
"salvestada?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Salvesta muudatused teise kohta"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -431,11 +442,11 @@ msgstr ""
"Faili \"%s\" muudeti teise rakenduse poolt. Soovid sa selle uuesti laadida "
"või jätkata juba tehtud muudatustega?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Värskenda"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Katkesta"
@@ -443,128 +454,108 @@ msgstr "Katkesta"
msgid "Templates"
msgstr "Mallid"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Tekstifail asukohast "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Formaat"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "Rea numbrite näitamine:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, fuzzy, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "Vahemärkide kuvamine:"
msgstr[1] "Vahemärkide kuvamine:"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Uus kaart"
msgstr[1] "Uus kaart"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Mine reale:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Ava fail"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Projektide mallid"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Salvesta"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Salvesta teise nimega..."
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Taasta algne fail"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Jaga"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "Suurendus"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Suurendus 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "Suurendus"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
#, fuzzy
msgid "Toggle Sidebar"
msgstr "Külgriba"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Ava külgpaneel"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Sulge külgpaneel"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Ava kaust"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -572,43 +563,45 @@ msgstr ""
msgid "Find"
msgstr "Leia"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Leia järgmine"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Leia eelmine"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Tsükliline otsing"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Asenda"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Asenda"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Asenda kõik"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -647,115 +640,107 @@ msgstr "Ava kaust"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "Jaga, kasutades PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Laadi üles Pastebin'i"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nimi:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "Formaat: "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "Muu..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Aegumise aeg:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Hoia seda asetust privaatsena"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Laadi üles"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Teised formaadid"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Vali kirjatüüp:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Mitte kunagi"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Kümme minutit"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Üks tund"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Üks päev"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Üks kuu"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Laadi üles Pastebin'i"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Sümbolid"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "Sümbolid"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Näita terminali"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Peida terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopeeri"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Aseta"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Veebi eelvaade"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Näita eelvaadet"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Peida eelvaade"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
#, fuzzy
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -767,6 +752,82 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - sõnade lõpetamine"
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Leia järgmine"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zeitgeist'i andmeallikad Scratch'i jaoks"
+
+#, fuzzy
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr ""
+#~ "Faili \"%s\" pole võimalik luua.\n"
+#~ "%s"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Võibolla pole sul piisavaid õigusi."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Võibolla on sisestatud asukoht vale."
+
+#~ msgid "The location is read-only."
+#~ msgstr "Asukoht on ainult lugemisõigustega."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "Juurkausta pole olemas."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "See on haagitav asukoht."
+
+#, fuzzy
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "See on \"eriline\" fail, nagu näiteks soket,\n"
+#~ "fifo, bloki- või karakterseadeldis."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "See on \"tundmatu\" failitüüp."
+
+#, fuzzy
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr ""
+#~ "Faili \"%s\" pole võimalik luua.\n"
+#~ "%s"
+
+#~ msgid "Web Preview"
+#~ msgstr "Veebi eelvaade"
+
+#~ msgid "Show Preview"
+#~ msgstr "Näita eelvaadet"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Peida eelvaade"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "Jaga, kasutades PasteBin"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "Muu..."
+
+#~ msgid "Upload"
+#~ msgstr "Laadi üles"
+
+#~ msgid "Other formats"
+#~ msgstr "Teised formaadid"
+
+#~ msgid "Add New View"
+#~ msgstr "Ava külgpaneel"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Sulge külgpaneel"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "Loo fail"
@@ -1144,15 +1205,9 @@ msgstr "%s - sõnade lõpetamine"
#~ msgid "Context View"
#~ msgstr "Konteksti vaade"
-#~ msgid "Create a new instance"
-#~ msgstr "Loo uus näide"
-
#~ msgid "Argument for the set of plugins"
#~ msgstr "Lisade kogu"
-#~ msgid "Select font:"
-#~ msgstr "Vali kirjatüüp:"
-
#~ msgid "Font and Color Scheme:"
#~ msgstr "Kirjatüüp ja värvikeem:"
diff --git a/po/eu.po b/po/eu.po
index 0e871594e3..55704ba335 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-09-11 21:29+0000\n"
"Last-Translator: Thadah Denyse \n"
"Language-Team: Basque \n"
@@ -18,206 +18,205 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Fitxa berria"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Leiho berria"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Plugin-sorta"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Plugin-sorta"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Bilatu..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Ezkutatu bilaketa-barra"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Scratch-entzako Zeitgeist datu-iturburua"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Fitxategi guztiak"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Testu-fitxategiak"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Fitxategi batzuk ireki"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Ireki"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Utzi"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Ireki"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Utzi"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Hurrengoa bilatu"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Sortu instantzia berri bat"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Aldatu Scratch-en ezarpenak"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Hobespenak"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Orokorra"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Gorde fitxategiak aldatzean:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Fitxak"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Koska automatikoa:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Txertatu zuriuneak tabuladoreen ordez:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Tabuladorearen zabalera:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Portaera"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interfazea"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Itxi"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Hedapenak"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editorea"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Nabarmendu parentesi pareak:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Lerro-doipena:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Lerro-zabaleraren gida:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Letra-tipo pertsonalizatua:"
@@ -237,104 +236,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Ireki"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "Beste formatuak"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Karpetak"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "Ireki karpeta"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "Karpetak"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "Fitxa berria"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Fitxategi berria"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Itxi karpeta"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "Itxi karpeta"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "Ireki karpeta"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Aldatu Scratch-en ezarpenak"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Aldatu Scratch-en ezarpenak"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "Utzi"
@@ -355,58 +374,57 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Itxi gorde gabe"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Gorde"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Gorde fitxategia"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Dokumentu berria"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Gorde honela..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Gorde aldaketak beste nonbait"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -415,11 +433,11 @@ msgstr ""
"\"%s\" fitxategia kanpoko aplikazio batengatik aldatua izan da. Berriro "
"kargatu nahi duzu ala zure edizioa jarraitu?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Kargatu"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Jarraitu"
@@ -427,128 +445,108 @@ msgstr "Jarraitu"
msgid "Templates"
msgstr "Txantiloiak"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Testu-fitxategiak"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Sintaxiaren nabarmentzea"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "Erakutsi lerro zenbakiak:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "Fitxa berria"
msgstr[1] "Fitxa berria"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Joan lerrora:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Ireki fitxategi bat"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Proiektuaren txantiloiak"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Gorde fitxategi hau"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Gorde fitxategi hau izen desberdin batekin"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Leheneratu fitxategi hau"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Partekatu"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "Zoom-a"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zoom-a 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "Zoom-a"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
#, fuzzy
msgid "Toggle Sidebar"
msgstr "Albo-barra"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Gehitu bista berria"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Kendu uneko bista"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Ireki karpeta"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -556,43 +554,45 @@ msgstr ""
msgid "Find"
msgstr "Bilatu"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Hurrengoa bilatu"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Aurrekoa bilatu"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Bilaketa ziklikoa"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Ordezkatu honekin"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Ordezkatu"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Ordeztu denak"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -631,115 +631,107 @@ msgstr "Ireki karpeta"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "Partekatu PasteBin erabiliz"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Igo Pastebin-era"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Izena:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "Formatua: "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "Besteak..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Epemuga:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Mantendu eduki hau pribatu"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Kargatu"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Beste formatuak"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Aukeratu letra-tipoa:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Inoiz ez"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Hamar minutu"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Ordu bat"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Egun bat"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Hilabete bat"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Igo Pastebin-era"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Ikurrak"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "Ikurrak"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Erakutsi terminala"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Ezkutatu terminala"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminala"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopiatu"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Itsatsi"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Web aurreikuspena"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Erakutsi aurreikuspena"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Ezkutatu aurreikuspena"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -748,6 +740,44 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - Hitzak osatu"
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Hurrengoa bilatu"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Scratch-entzako Zeitgeist datu-iturburua"
+
+#~ msgid "Web Preview"
+#~ msgstr "Web aurreikuspena"
+
+#~ msgid "Show Preview"
+#~ msgstr "Erakutsi aurreikuspena"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Ezkutatu aurreikuspena"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "Partekatu PasteBin erabiliz"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "Besteak..."
+
+#~ msgid "Upload"
+#~ msgstr "Kargatu"
+
+#~ msgid "Other formats"
+#~ msgstr "Beste formatuak"
+
+#~ msgid "Add New View"
+#~ msgstr "Gehitu bista berria"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Kendu uneko bista"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "Fitxategi berria"
@@ -993,9 +1023,6 @@ msgstr "%s - Hitzak osatu"
#~ msgid "Do you want to save changes before closing this file?"
#~ msgstr "Aldaketak gorde nahi dituzu fitxategi hau itxi aurretik?"
-#~ msgid "Select font:"
-#~ msgstr "Aukeratu letra-tipoa:"
-
#~ msgid "Find..."
#~ msgstr "Bilatu..."
@@ -1035,9 +1062,6 @@ msgstr "%s - Hitzak osatu"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Plugin-sortaren argumentuak"
-#~ msgid "Create a new instance"
-#~ msgstr "Sortu instantzia berri bat"
-
#~ msgid "Create a new document in a new tab"
#~ msgstr "Sortu dokumentu berri bat fitxa berri batean"
diff --git a/po/extra/LINGUAS b/po/extra/LINGUAS
index e57944624c..b5cdc20707 100644
--- a/po/extra/LINGUAS
+++ b/po/extra/LINGUAS
@@ -196,3 +196,4 @@ zh_CN
zh_HK
zh_TW
zu
+ca@valencia
diff --git a/po/extra/POTFILES b/po/extra/POTFILES
index 9e235a2a00..f26709f0ca 100644
--- a/po/extra/POTFILES
+++ b/po/extra/POTFILES
@@ -1,2 +1,3 @@
data/io.elementary.code.appdata.xml.in
data/io.elementary.code.desktop.in.in
+data/code.policy.in.in
diff --git a/po/extra/aa.po b/po/extra/aa.po
index a6061a1052..7f75f0f97c 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ab.po b/po/extra/ab.po
index 654ca5b383..fab27da590 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ae.po b/po/extra/ae.po
index 6ccc7d7c39..2c69ee20b3 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/af.po b/po/extra/af.po
index 7ed3442163..6dc5f64548 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ak.po b/po/extra/ak.po
index 56736be1de..243257e8ad 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/am.po b/po/extra/am.po
index 83eb6b2107..5f35c2b842 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/an.po b/po/extra/an.po
index 3ed2274d27..cf98e39eb3 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ar.po b/po/extra/ar.po
index 1331021402..7623907527 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-12-15 02:07+0000\n"
"Last-Translator: nasserbinlaboun \n"
"Language-Team: Arabic \n"
@@ -86,185 +86,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -291,5 +338,13 @@ msgstr "ملف جديد"
msgid "New Window"
msgstr "نافذة جديدة"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "مُستند جديد"
diff --git a/po/extra/as.po b/po/extra/as.po
index c83b8af666..eff48b6fe7 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ast.po b/po/extra/ast.po
index 187d853b43..d0ec70036f 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/av.po b/po/extra/av.po
index c2b6a25104..857fef7097 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ay.po b/po/extra/ay.po
index 1b67000799..d2c6c660c9 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/az.po b/po/extra/az.po
index 67fcfafe09..095fb752ac 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ba.po b/po/extra/ba.po
index 7857439c7d..fd38182f98 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/be.po b/po/extra/be.po
index 54fecf31af..68c6426c02 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -85,185 +85,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -289,3 +336,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/bg.po b/po/extra/bg.po
index 64c06c169d..b5c9be1f3d 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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"
@@ -93,185 +93,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -297,3 +344,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/br.po b/po/extra/br.po
index 422876354a..a2350d3ffa 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/bs.po b/po/extra/bs.po
index 8e72c333df..989c4df859 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-11-04 10:58+0000\n"
"Last-Translator: Elvis Mujanović \n"
"Language-Team: Bosnian \n"
"Language-Team: Catalan \n"
"Language: ca\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -58,7 +58,7 @@ msgid ""
"consistency. It's sexy, but not distracting."
msgstr ""
"És elemental. El Codi està fet per ser l'editor de text perfecte per a "
-"l'Elementary, cosa que significa que segueix de prop els alts estàndards de "
+"l'elementary, cosa que significa que segueix de prop els alts estàndards de "
"disseny, velocitat i consistència. És atractiu, però no distreu."
#: data/io.elementary.code.appdata.xml.in:27
@@ -104,205 +104,256 @@ msgid "lots of others"
msgstr "i moltes coses més"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Funcions noves:"
#: data/io.elementary.code.appdata.xml.in:53
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Connector nou de marcatge per a l'edició semblant a WYSIWYG."
+
+#: data/io.elementary.code.appdata.xml.in:54
+msgid "Full text search within project folder."
+msgstr "Cerca de text complet a la carpeta del projecte."
+
+#: data/io.elementary.code.appdata.xml.in:56
+#: data/io.elementary.code.appdata.xml.in:71
+msgid "Minor updates:"
+msgstr "Actualitzacions menors:"
+
+#: data/io.elementary.code.appdata.xml.in:58
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Es permet l'extensió del corrector ortogràfic als fitxers de Markdown."
+
+#: data/io.elementary.code.appdata.xml.in:59
+msgid "Remember whether the sidebar is open"
+msgstr "Es recorda quan la barra lateral està oberta."
+
+#: data/io.elementary.code.appdata.xml.in:60
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Addició de dreceres de teclat per als documents següents i anteriors"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+"Es mostra el camí complet del document a la descripció d'eines de la "
+"pestanya."
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Correccions:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"El disseny buit de la barra lateral garanteix que sempre es puguin afegir "
+"carpetes."
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Desplaçament més enllà del final del fitxer"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Deseu i restaureu de manera més eficient la posició de la finestra."
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
+msgid "Updated translations"
+msgstr "Traduccions actualitzades"
+
+#: data/io.elementary.code.appdata.xml.in:83
msgid "Include Git status in file tooltips"
msgstr "Inclusió de l'estat de GIt als consells del fitxer"
-#: data/io.elementary.code.appdata.xml.in:54
+#: data/io.elementary.code.appdata.xml.in:84
msgid "Option for explicit case-sensitive Find"
msgstr "Opció per a la cerca explícita amb distinció de majúscules"
-#: data/io.elementary.code.appdata.xml.in:56
-#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
msgid "Other updates:"
msgstr "Altres actualitzacions:"
-#: data/io.elementary.code.appdata.xml.in:58
+#: data/io.elementary.code.appdata.xml.in:88
msgid "Correctly show Toggle Comment menu item when no text is selected"
msgstr ""
"Es mostra correctament al menú la commutació de comentari quan no hi ha text "
"seleccionat."
-#: data/io.elementary.code.appdata.xml.in:59
+#: data/io.elementary.code.appdata.xml.in:89
msgid "Fixed font switch alignment"
msgstr "Correcció de l'alineament del canvi de lletra"
-#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
-msgid "Updated translations"
-msgstr "Traduccions actualitzades"
-
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"Nova opció \"Tanca altres finestres\" al menú per ajudar a netejar la barra "
"lateral"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "Paràmetre de cerca cíclica per desar i restaurar"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "Addició de dreceres de teclat als menús"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
"Fer que els elements de carpeta de la barra lateral no siguin seleccionables"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "Finestres noves centrades"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
"Despriorització visual de fitxers .gitignored a la barra lateral del projecte"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "Línies de retall / còpia intel·ligents sense selecció activa"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Addició d'un diàleg de confirmació a l’acció \"Restaura\""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
"Addició del menú \"Obrir a\" a la carpeta de primer nivell del gestor de "
"carpetes"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "No es mostren els fitxers temporals al gestor de carpetes"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
"Addició dels parèntesis d’acabament i sagnat automàtic de manera "
"predeterminada"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "Ampliació del connector del terminal amb teclat"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "Es satisfà la privacitat global quan es desa i es restaura."
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Simplificació de la preferència \"Dibuixa espais\""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
"Correcció de la drecera del teclat per tornar enrere en els resultats de la "
"cerca"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr "Correcció de l'obertura de fitxes des dels camins relatius al Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
"Correcció del diàleg de fitxer nul quan s'obre una finestra nova a través de "
"l'acoblador"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "Addició de \"=\" com a tecla de zoom"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr "Canvi de la icona d’entrada de cerca quan no es troben resultats"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "S'introdueix el nom del fitxer nou abans de crear-lo."
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Ús complet de Granite.MessageDialog"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Inclusió de fitxers que no siguin de text a la barra lateral"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Correcció la vista actual de la supressió"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Correcció del comportament d’escriptori de la finestra nova"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Sincronització correcta de les tecles Ctrl + N amb el nombre de documents "
"nous generats"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
"Construcció de la correcció de sistema per a la dependència d'editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Addició de l'element del menú contextual «Canvia la branca»"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
"Evitar possibles errors d'inici relacionats amb com es carreguen dels "
"connectors"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Comportament més intel·ligent per desar fitxers"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Correccions per desar fitxers"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "No afegir fitxers temporals a la restauració de pestanyes"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "No es recreen els fitxers suprimits en restaurar la sessió."
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "Restauració de la preferència d’ajust de línia"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Addició de consells d’accel"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Correccions d'errors menors"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -328,6 +379,14 @@ msgstr "Fitxer nou"
msgid "New Window"
msgstr "Finestra nova"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Executa el Codi com a administrador"
+
+#: 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 "New Document"
#~ msgstr "Document nou"
diff --git a/po/extra/ca@valencia.po b/po/extra/ca@valencia.po
index 71ae24a487..7f5aa9b0c1 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ce.po b/po/extra/ce.po
index b08f9ec0bd..aaca6252a5 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ch.po b/po/extra/ch.po
index a0094dbaf2..f6036391a4 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ckb.po b/po/extra/ckb.po
index ec8406ad36..70c5dc8acd 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/co.po b/po/extra/co.po
index 0bc4b00ff7..3d76555ed0 100644
--- a/po/extra/co.po
+++ b/po/extra/co.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/cr.po b/po/extra/cr.po
index 17f068c85e..e04fe40550 100644
--- a/po/extra/cr.po
+++ b/po/extra/cr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/cs.po b/po/extra/cs.po
index 3cf2b1b0b8..064ed0e77c 100644
--- a/po/extra/cs.po
+++ b/po/extra/cs.po
@@ -7,17 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-02-06 19:04+0000\n"
-"Last-Translator: Jan Marek \n"
-"Language-Team: Czech \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-07-15 23:12+0000\n"
+"Last-Translator: p-bo \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 3.0.1\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -105,190 +104,253 @@ msgid "lots of others"
msgstr "mnoho dalších"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Nové funkce:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Drobné aktualizace:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Umožnit rozšíření pro kontrolu překlepů v souborech Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Zapamatováno, zda je postranní panel otevřen"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+#, fuzzy
+#| msgid "Add keyboard shortcuts to menu items"
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Přidány klávesové zkratky k položkám nabídek"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Opravuje:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Opraveno prázdné rozvržení postranního panelu, což zajišťuje že složky je "
+"možné vždy přidat"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Opraveno posouvání za konec souboru"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Efektivnější ukládání a obnovování pozice okna"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
+msgstr "Aktualizovány překlady"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Zahrnout Git stav v nástrojových tipech souborů"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Volba pro výslovné rozlišování malých/VELKÝCH písmen při hledání"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Ostatní aktualizace:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
msgstr ""
+"Správné zobrazování položky nabídky přepnout komentář když není označen "
+"žádný text"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Opraveno zarovnání přepínání fontů"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
+"Nová položka nabídky „Zavřít ostatní složky“ pro uklízení postranního panelu"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "Ukládání a obnovování nastavení cyklického hledání"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "Přidány klávesové zkratky k položkám nabídek"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgstr "Odstranění možnosti výběru položek složky v postranním panelu"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "Nová okna jsou vystřeďována"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
+"Vizuálně snížena priorita souborů, označených v .gitignore v postranním "
+"panelu projektu"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "Inteligentní vyjímání/kopírování řádků bez aktivního výběru"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "Přidána potvrzovací dialog do akce „Obnovit“"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
-msgstr ""
+msgstr "Přidána nabídka „Otevřít v“ ve složce nejvyšší úrovně ve správě složek"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Nezobrazování dočasných souborů ve správě složek"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
+"Přidání doplňování závorek a automatického odsazování ve výchozím stavu"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Změna velikost zásuvného modulu terminálu pomocí klávesnice"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
+"Respektování globálního nastavení ochrany soukromí při ukládání a obnovování"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
-msgstr ""
+msgstr "Zjednodušení předvolby „Vykreslovat mezery“"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
-msgstr ""
+msgstr "Opravena klávesová zkrátka pro hledání směrem zpět"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
+msgstr "Opraveno otevírání souborů z relativních popisů umístění v Terminálu"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
-msgstr ""
+msgstr "Opraven prázdný dialog souboru při otevírání nového okna z doku"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr ""
+msgstr "Přidáno „=“ jako klávesa pro přiblížení"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr ""
+msgstr "Změna ikony zadávání vyhledávání když nejsou nalezeny výsledky"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "Zadání názvu souboru před jeho vytvářením"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr ""
+msgstr "Použití Granite.MessageDialog po celou dobu"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "Zahrnutí souborů s jiným než textovým obsahem do postranního panelu"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr ""
+msgstr "Opraveno odebrání stávajícího pohledu"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
-msgstr ""
+msgstr "Opraveno chování akce desktopu Nové okno"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
+"Správná synchronizace stisků Ctrl+N a počtu nových vytvořených dokumentů"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
-msgstr ""
+msgstr "Oprava systému pro sestavování pro závisení na editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr ""
+msgstr "Přidána položka kontextové nabídky Změnit větev"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
+"Vyhnutí se možnému pádu při spouštění souvisejícího s tím, jak jsou načítány "
+"zásuvné moduly"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
-msgstr ""
+msgstr "Inteligentnější chování ukládání souborů"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "Opravy ukládání souborů"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
-msgstr ""
+msgstr "Nepřidávat dočasné soubory do obnovení karty"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
-msgstr ""
+msgstr "Nevytvářet znovu smazané soubory při obnovování relace"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr ""
+msgstr "Obnovení předvoleb zalamování řádek"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
-msgstr ""
+msgstr "Přidání nástrojových tipu accel"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "Opravy drobných chyb"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
-msgstr "Upravujte soubory s kódem"
+msgstr "Upravujte soubory se zdrojovými kódy"
#: data/io.elementary.code.desktop.in.in:6
msgid "Code Editor"
@@ -304,12 +366,20 @@ msgstr "text;IDE;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "Nový soubor"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr "Nové okno"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Nový dokument"
diff --git a/po/extra/cu.po b/po/extra/cu.po
index b4d98139d1..5a22ebc8d2 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/cv.po b/po/extra/cv.po
index 8c5225dc11..575abc8605 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/cy.po b/po/extra/cy.po
index 80d0a8da31..f2fba5eafc 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/da.po b/po/extra/da.po
index f6efc6e971..37779d6e79 100644
--- a/po/extra/da.po
+++ b/po/extra/da.po
@@ -7,17 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-02-06 15:40+0000\n"
-"Last-Translator: Kaj Printz Madsen \n"
-"Language-Team: Danish \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-05-27 12:11+0000\n"
+"Last-Translator: Rantyrant \n"
+"Language-Team: Danish \n"
"Language: da\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 3.0.1\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -104,185 +103,241 @@ msgid "lots of others"
msgstr "mange andre"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Nye funktioner:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Mindre opdateringer:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
-msgid "Updated translations"
+#, fuzzy
+#| msgid "Add keyboard shortcuts to menu items"
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Tilføj tastaturgenveje til menupunkter"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Rettelser:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr "Ret tomt sidepanellayout, så der altid kan tilføjes mapper"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Rul forbi slutningen af en fil"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Gemme og gendanne vinduesposition mere effektivt"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
+msgid "Updated translations"
+msgstr "Opdaterede oversættelser"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Inkluder Git-status i filværktøjstips"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Mulighed for eksplicit versalfølsomhed i Find"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Andre opdateringer:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr "Korrekt visning af Vis/Skjul-Kommentar menu når ingen tekst er valgt"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Rettede font skifte justering"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
+"Ny \"Luk andre mapper\"-menu til at hjælpe med at rydde op i dit sidepanel"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "Gem og gendan cyklisk søgeindstilling"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "Tilføj tastaturgenveje til menupunkter"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgstr "Gør sidepanelets mappeemner ikke valgbare"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "Centrer nye vinduer"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
-msgstr ""
+msgstr "Afprioriter visuelt .gitignored filer i projektets sidepanelet"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "Smart klip / kopier linjer uden aktivt valg"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "Føj en bekræftelsesdialog til \"Gendan\" -handlingen"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
-msgstr ""
+msgstr "Føj \"Åbn i\" -menuen til øverste mappe i mappeadministratoren"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Vis ikke midlertidige filer i mappeadministratoren"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
+"Tilføj komplettering af parenteser og automatisk indrykket som standard"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Zoom terminal plugin med tastatur"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
+"Overhold global indstilling for privatlivets fred, når du gemmer og gendanner"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
-msgstr ""
+msgstr "Forenkl præference for \"Draw space\""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
-msgstr ""
+msgstr "Ret tastaturgenvejen for at gå baglæns i søgeresultaterne"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
+msgstr "Ret åbning af filer fra relative stier i Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
-msgstr ""
+msgstr "Ret dialogboksen null file, når du åbner et nyt vindue via dokken"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr ""
+msgstr "Tilføj \"=\" som forstørrelses tast"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr ""
+msgstr "Skift ikonet for søgning, når resultater ikke findes"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "Indtast navnet på en ny fil før den oprettes"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr ""
+msgstr "Brug Granite.MessageDialog over det hele"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "Inkluder ikke-tekst filer i sidebaren"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr ""
+msgstr "Rettelse af Fjern Nuværende Visning"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
-msgstr ""
+msgstr "Ret Nyt Vindue skrivebords opførsel"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
+"Korrekt synkronisering af Ctrl + N-tastetryk med antallet af nye dokumenter, "
+"der er skabt"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
-msgstr ""
+msgstr "Byg system rettelse til editorconfig afhængighed"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr ""
+msgstr "Tilføj menupunkt for Skift Gren"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
-msgstr ""
+msgstr "Undgå muligt opstarts nedbrud relateret til hvordan plug-ins indlæser"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
-msgstr ""
+msgstr "Smartere filgemmelses opførsel"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "Rettelser til fil gemmelse"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
-msgstr ""
+msgstr "Tilføje ikke midlertidige filer til fane gendannelse"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
-msgstr ""
+msgstr "Genskab ikke slettede filer når sessionen genskabes"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr ""
+msgstr "Gendan præference for linieindpakning"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
-msgstr ""
+msgstr "Tilføj accel-værktøjstip"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "Mindre rettelser"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -303,12 +358,20 @@ msgstr "text;IDE;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "Ny Fil"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr "Nyt Vindue"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Nyt Dokument"
diff --git a/po/extra/de.po b/po/extra/de.po
index b2a4d32d4e..25b415cafd 100644
--- a/po/extra/de.po
+++ b/po/extra/de.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-03-13 20:03+0000\n"
-"Last-Translator: Tucan Holmes \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-07-10 00:06+0000\n"
+"Last-Translator: Jörg Arnold \n"
"Language-Team: German \n"
"Language: de\n"
"MIME-Version: 1.0\n"
@@ -60,9 +60,10 @@ msgid ""
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
-"Es ist grundlegend. Code ist der perfekte Editor für elementary, d.h. er "
-"folgt den hohen Anforderungen an Design, Geschwindigkeit und Konsistenz. Er "
-"ist sexy, aber nicht ablenkend."
+"Es ist ganz simpel. Code ist dafür gemacht, der perfekte Editor für "
+"elementary zu sein, d.h. er orientiert sich eng an den hohen Standards von "
+"Design, Geschwindigkeit und Konsistenz. Er ist ansehnlich, jedoch nicht "
+"ablenkend."
#: data/io.elementary.code.appdata.xml.in:27
msgid ""
@@ -108,199 +109,259 @@ msgid "lots of others"
msgstr "viele weitere"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Neue Funktionen:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "weitere Aktualisierungen:"
+msgid "Minor updates:"
+msgstr "Weitere Aktualisierungen:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Erweiterung der Rechtschreibprüfung in Markdown-Dateien erlauben"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+#, fuzzy
+#| msgid "Add keyboard shortcuts to menu items"
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Hinzufügen von Tastaturkürzeln zu Menüelementen"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Korrekturen:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Korrektur des leeren Layouts der Seitenleiste, um sicherzustellen, dass "
+"Ordner jederzeit hinzugefügt werden können"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Bildlauf über das Ende einer Datei hinaus"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Effizienteres Speichern und Wiederherstellen der Fensterposition"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Aktualisierte Übersetzungen"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Git-Status in Datei-Tooltips anzeigen lassen"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+"Option für explizite Suche unter Berücksichtigung der Groß-/Kleinschreibung"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "weitere Aktualisierungen:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"Menüpunkt \"Kommentar umschalten\" korrekt anzeigen, wenn kein Text "
+"ausgewählt ist"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Ausrichtung des Schriftartenschalters korrigiert"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
+"Neuer Menüpunkt \"Andere Ordner schließen\", um Ihre Seitenleiste "
+"übersichtlicher zu gestalten"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "Speichern und Wiederherstellen der zyklischen Sucheinstellung"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr "Tastenkombinationen zu Menüeinträgen hinzufügen"
+msgstr "Hinzufügen von Tastaturkürzeln zu Menüelementen"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgstr "Sidebar-Ordner-Elemente nicht auswählbar machen"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "Neue Fenster zentrieren"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
"Visuelle Depriorisierung von .gitignored Dateien in der Projekt-Sidebar"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "Intelligentes Ausschneiden/Kopieren von Zeilen ohne aktive Auswahl"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Bestätigungsdialog für die \"Zurücksetzen\"-Funktion"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr "\"Öffnen in\"-Menü zum obersten Ordner im Ordnermanager hinzugefügt"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "Temporäre Dateien im Ordnermanager nicht mehr anzeigen"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
"Klammervervollständigung und automatische Einrückung standardmäßig hinzufügen"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Terminal-Plugin mit Tastatur vergrößern"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
+"Die globalen Datenschutzeinstellungen beim Speichern und Wiederherstellen "
+"beachten"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Einstellung \"Leerzeichen erzeugen\" vereinfacht"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
"Die Tastenkombination für den Rückwärtslauf in den Suchergebnissen wurde "
"korrigiert"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr "Korrektur beim Öffnen von Dateien aus relativen Pfaden im Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
"Korrektur des Nulldatei-Dialogs beim Öffnen eines neuen Fensters über das "
"Dock"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "Hinzufügen von \"=\" als zusätzliche Zoomtaste"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
"Sucheingabe-Symbol wird verändert, wenn keine Ergebnisse gefunden werden"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "Den Namen einer neuen Datei vor dem Erstellen eingeben"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Verwendet Granite.MessageDialog durchgängig"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Einbeziehung von Nicht-Text-Dateien in die Seitenleiste"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Fix \"Aktuelle Ansicht entfernen\""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Fix für das Verhalten der Desktop-Aktion *Neues Fenster\""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Richtige Synchronisierung bei der Eingabe von Strg+N mit der Anzahl der neu "
"erstellten Dokumente"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "Erstellung eines System-Fixes für die Abhängigkeit von editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Kontextmenüeintrag \"Branch ändern\" hinzugefügt"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
"Vermeidung eines möglichen Absturzes beim Start in Verbindung mit dem Laden "
"von Plugins"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Intelligenteres Verhalten beim Speichern von Dateien"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Fehlerbehebungen beim Speichern von Dateien"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
"Temporären Dateien werden nicht mehr zur Wiederherstellung von Tabs "
"zugelassen"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
"Gelöschte Dateien werden bei Wiederherstellen der Sitzung nicht neu erstellt"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "Einstellung für Zeilenumbruch wiederhergestellt"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Tooltips hinzugefügt"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Kleinere Fehlerbehebungen"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -327,6 +388,14 @@ msgstr "Neue Datei"
msgid "New Window"
msgstr "Neues Fenster"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Neues Dokument"
diff --git a/po/extra/dv.po b/po/extra/dv.po
index 1284913950..a3237c9b6e 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/dz.po b/po/extra/dz.po
index a682eccf91..f9e4ab4bad 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ee.po b/po/extra/ee.po
index bba7a37a4c..0bb5a84074 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/el.po b/po/extra/el.po
index 5e6f58bc27..922d01fb3a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Greek \n"
@@ -87,185 +87,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -294,6 +341,14 @@ msgstr ""
msgid "New Window"
msgstr "Νέο Παράθυρο"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Νέο έγγραφο"
diff --git a/po/extra/en_AU.po b/po/extra/en_AU.po
index 8d4f19c606..ea230383fe 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-28 14:12+0000\n"
+"Last-Translator: Ciarán Ainsworth \n"
"Language-Team: English (United Kingdom) \n"
"Language: en_GB\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -104,187 +104,234 @@ msgid "lots of others"
msgstr "lots of others"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "New features:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "New Markdown plugin for WYSIWYG-like editing."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr ""
+msgid "Full text search within project folder."
+msgstr "Full text search within project folder."
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "Other updates:"
+msgid "Minor updates:"
+msgstr "Minor updates:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Allow Spell Checker extension in Markdown files"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Remember whether the sidebar is open"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Add keyboard shortcuts for next and previous documents"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "Show full document path in tab tooltip"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Fixes:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr "Fix empty sidebar layout, ensuring folders can always be added"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Scroll past the end of a file"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "More efficiently save and restore window position"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Updated translations"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Include Git status in file tooltips"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Option for explicit case-sensitive Find"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Other updates:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr "Correctly show Toggle Comment menu item when no text is selected"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Fixed font switch alignment"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr "New \"Close Other Folders\" menu item to help clean up your sidebar"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "Save and restore cyclic search setting"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "Add keyboard shortcuts to menu items"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "Make sidebar folder items not selectable"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "Centre new windows"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr "Visually deprioritise .gitignored files in project sidebar"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "Smart cut/copy lines with no active selection"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Add a confirmation dialog to the \"Restore\" action"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr "Add \"Open In\" menu to the top-level folder in the folder manager"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "Don't show temporary files in the folder manager"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr "Add brackets completion and auto-indent by default"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "Zoom terminal plugin with keyboard"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "Honour global privacy setting when saving and restoring"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Simplify \"Draw spaces\" preference"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr "Fix the keyboard shortcut for going backwards in search results"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr "Fix opening files from relative paths in Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr "Fix null file dialog when opening a new window via the dock"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "Add \"=\" as a zoom key"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr "Change search entry icon when results aren't found"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "Enter name of new file before creating it"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Use Granite.MessageDialog throughout"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Include non-text files in sidebar"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Fix Remove Current View"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Fix New Window desktop action behaviour"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Properly synchronise Ctrl+N key presses with number of new documents spawned"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "Build system fix for editorconfig dependency"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Add Change Branch context menu item"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr "Avoid possible startup crash related to how plugins load"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Smarter file saving behaviour"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "File saving fixes"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "Don't add temporary files to tab restore"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "Don't recreate deleted files when restoring session"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "Restore line wrap preference"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Add accel tooltips"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Minor bug fixes"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -310,6 +357,14 @@ msgstr "New File"
msgid "New Window"
msgstr "New Window"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Run Code as Administrator"
+
+#: 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 "New Document"
#~ msgstr "New Document"
diff --git a/po/extra/eo.po b/po/extra/eo.po
index 241f0ff79e..6fc90111c6 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2020-03-14 21:09+0000\n"
"Last-Translator: Shtonchjo \n"
"Language-Team: Esperanto \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-28 23:45+0000\n"
+"Last-Translator: Alvaro \n"
"Language-Team: Spanish \n"
"Language: es\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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -57,9 +57,9 @@ msgid ""
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
-"Es elemental. Code fue hecho para ser el editor de texto perfecto para "
-"elementary, lo que significa que sigue los elevados estándares de diseño, "
-"velocidad y consistencia. Es atractivo, pero no te distrae."
+"Es elementary. Code fue concebido para ser el editor de texto perfecto para "
+"elementary, lo que significa que sigue sus elevados estándares de diseño, "
+"velocidad y coherencia. Es atractivo, pero no le distrae."
#: data/io.elementary.code.appdata.xml.in:27
msgid ""
@@ -79,7 +79,7 @@ msgid ""
"Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, "
"Objective C, Pascal, Perl, Python, Ruby, XML."
msgstr ""
-"Otros lenguajes con resaltado de sintaxis: Bash, C, C#, C++. Cmake, CSS, ."
+"Otros lenguajes con coloración sintáctica: Bash, C, C#, C++, Cmake, CSS, ."
"Desktop, Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, "
"Makefile, Objective C, Pascal, Perl, Python, Ruby, XML."
@@ -101,206 +101,265 @@ msgstr "sistema de vista por pestañas y división de documentos"
#: data/io.elementary.code.appdata.xml.in:45
msgid "lots of others"
-msgstr "muchas otras"
+msgstr "y mucho más"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Funcionalidades nuevas:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Complemento nuevo para Markdown, para una edición tipo WYSIWYG."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr ""
+msgid "Full text search within project folder."
+msgstr "Búsqueda de texto completo dentro de la carpeta del proyecto."
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "Otras actualizaciones:"
+msgid "Minor updates:"
+msgstr "Actualizaciones menores:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
+"Se permite la extensión de revisión ortográfica en los archivos Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Se recuerda si la barra lateral estaba abierta"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+"Se añadieron atajos de teclado para cambiar al documento anterior y el "
+"siguiente"
+
+#: data/io.elementary.code.appdata.xml.in:61
+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/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Correcciones:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Se solucionó el problema de la barra lateral vacía, lo que garantiza que "
+"siempre puedan añadirse carpetas"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Desplazamiento que sobrepasa el final de un archivo"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Guardado y restauración más eficientes de la posición de la ventana"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Traducciones actualizadas"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+"Se incluye el estado de Git en las descripciones emergentes de los archivos"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+"Opción para buscar explícitamente con distinción de mayúsculas y minúsculas"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Otras actualizaciones:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"Se muestra correctamente el elemento del menú «Conmutar comentario» cuando "
+"no se ha seleccionado texto"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Se corrigió la alineación del conmutador de tipos de letra"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"Nuevo elemento de menú «Cerrar otras carpetas» para ayudar a limpiar su "
"barra lateral"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr "Guardar y restaurar la configuración de búsqueda cíclica"
+msgstr "Se guarda y restaura la configuración de búsqueda cíclica"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr "Añadir atajos de teclado a los elementos de menú"
+msgstr "Se añadieron atajos de teclado a los elementos de menú"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-"Hacer que los elementos de la carpeta de la barra lateral no sean "
-"seleccionables"
+"Ya no se pueden seleccionar los elementos de carpeta en la barra lateral"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr "Centrar nuevas ventanas"
+msgstr "Las ventanas nuevas se centran"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-"No priorizar visualmente los archivos «.gitignored» en la barra lateral del "
-"proyecto"
+"Se desenfatizan los archivos en .gitignore en la barra lateral del proyecto"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr "Cortado/copiado inteligente de líneas sin ninguna selección activa"
+msgstr "Cortado/copiado inteligente de renglones sin ninguna selección activa"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Se añadió un diálogo de confirmación a la acción «Restaurar»"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
"Se añadió el menú «Abrir en» a la carpeta de nivel superior en el gestor de "
"carpetas"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "No se muestran los archivos temporales en el gestor de carpetas"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
"Se añadió compleción de paréntesis y se activó de manera predeterminada la "
"sangría automática"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr "Complemento de zoom de terminal con teclado"
+msgstr ""
+"Es posible ampliar y reducir el complemento de la terminal con el teclado"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "Se acata la configuración global de privacidad al guardar y restaurar"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Se simplificó la preferencia «Hacer espacios visibles»"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
"Corrección del atajo de teclado para retroceder en los resultados de búsqueda"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr "Arreglar archivos abiertos desde rutas relativas en la Terminal"
+msgstr "Apertura correcta de archivos con rutas relativas en la terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
"Se solucionó el mensaje de archivo vacío cuando se abre una nueva ventana "
"por medio del dock"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr "Añadir «=» como tecla de zoom"
+msgstr "Se añadió «=» como tecla de escala"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr "Cambiar el icono de búsqueda cuando no se encuentran resultados"
+msgstr ""
+"El icono del cuadro de búsqueda cambia cuando no se encuentran resultados"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr "Introducir el nombre del nuevo archivo antes de crearlo"
+msgstr "Puede introducir el nombre del archivo nuevo antes de crearlo"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr "Use Granite.MessageDialog"
+msgstr "Uso exhaustivo de Granite.MessageDialog"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr "Incluir archivos que no sean de texto en la barra lateral"
+msgstr "Se incluyen archivos binarios en la barra lateral"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Corregir la eliminación de la vista actual"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Corregir comportamiento de la acción de escritorio Nueva Ventana"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Sincronizar correctamente las teclas Ctrl+N pulsadas con el número de nuevos "
"documentos"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
-msgstr "Construir la corrección del sistema para la dependencia editorconfig"
+msgstr ""
+"Corrección del sistema de compilación para la dependencia con editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr "Añadir el elemento de menú de contexto de Cambiar Rama"
+msgstr "Se añadió el elemento «Cambiar rama» en el menú contextual"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-"Evitar los posibles fallos de inicio relacionados con la carga de "
+"Se evitan los posibles fallos de inicio relacionados con la carga de "
"complementos"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Comportamiento de guardado de archivos más inteligente"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Correcciones de guardado de archivos"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "No añadir archivos temporales a la restauración de pestañas"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "No recrear archivos eliminados al restaurar la sesión"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr "Restaurar la preferencia del envoltorio de línea"
+msgstr "Se restaura la preferencia de ajuste de renglones"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
-msgstr "Agregar indicadores de acceso directo"
+msgstr "Se añadieron descripciones emergentes de los aceleradores"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Pequeñas correcciones de errores"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -316,16 +375,24 @@ msgstr "io.elementary.code"
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;"
-msgstr "texto;IDE;scratch;"
+msgstr "texto;IDE;EID;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr "Nuevo archivo"
+msgstr "Archivo nuevo"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr "Ventana nueva"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Ejecutar código como administrador"
+
+#: 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 "New Document"
#~ msgstr "Nuevo documento"
diff --git a/po/extra/et.po b/po/extra/et.po
index 1c4e0adc6e..a31ffd09ca 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-08-03 23:42+0000\n"
"Last-Translator: Kristjan Vool \n"
"Language-Team: Estonian \n"
@@ -108,185 +108,232 @@ msgid "lots of others"
msgstr "ning palju muud"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -315,6 +362,14 @@ msgstr ""
msgid "New Window"
msgstr ""
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "Notepad;IDE;Plain;"
#~ msgstr "Notepad;IDE;Plain;"
diff --git a/po/extra/eu.po b/po/extra/eu.po
index 8db70cc29d..db82105665 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-09-11 21:37+0000\n"
"Last-Translator: Félix Brezo \n"
"Language-Team: Basque \n"
@@ -85,185 +85,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -292,5 +339,13 @@ msgstr ""
msgid "New Window"
msgstr ""
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "About Scratch"
#~ msgstr "Scratcheri Buruz"
diff --git a/po/extra/extra.pot b/po/extra/extra.pot
index 50c02dd4ab..b1f48a489c 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -84,185 +84,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -288,3 +335,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/fa.po b/po/extra/fa.po
index b10569118a..79a9f70b87 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Persian \n"
@@ -85,185 +85,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -290,5 +337,13 @@ msgstr ""
msgid "New Window"
msgstr "پنجره جدید"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "سند جدید"
diff --git a/po/extra/ff.po b/po/extra/ff.po
index a296768f38..2de96bddff 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/fi.po b/po/extra/fi.po
index 8dd37ca6b0..3c8eb49bd3 100644
--- a/po/extra/fi.po
+++ b/po/extra/fi.po
@@ -7,17 +7,16 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-01-08 08:54+0000\n"
-"Last-Translator: Veli-Pekka Samuli Finnilä \n"
-"Language-Team: Finnish \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-10 21:17+0000\n"
+"Last-Translator: Jiri Grönroos \n"
+"Language-Team: Finnish \n"
"Language: fi\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 3.0.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -102,185 +101,234 @@ msgid "lots of others"
msgstr "paljon muuta"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Uudet ominaisuudet:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
-msgid "Updated translations"
+msgid "Add keyboard shortcuts for next and previous documents"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
-msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
msgstr ""
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Korjaukset:"
+
#: data/io.elementary.code.appdata.xml.in:69
-msgid "Save and restore cyclic search setting"
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:73
-msgid "Add keyboard shortcuts to menu items"
+msgid "Scroll past the end of a file"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:74
-msgid "Make sidebar folder items not selectable"
+msgid "More efficiently save and restore window position"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:75
-msgid "Center new windows"
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
+msgid "Updated translations"
+msgstr "Päivitetyt käännökset"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Muut päivitykset:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
+msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:99
+msgid "Save and restore cyclic search setting"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:103
+msgid "Add keyboard shortcuts to menu items"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:104
+msgid "Make sidebar folder items not selectable"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:105
+msgid "Center new windows"
+msgstr "Keskitä uudet ikkunat"
+
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -307,6 +355,14 @@ msgstr ""
msgid "New Window"
msgstr "Uusi ikkuna"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Uusi asiakirja"
diff --git a/po/extra/fj.po b/po/extra/fj.po
index 30c808887f..bae8182d02 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/fo.po b/po/extra/fo.po
index f4bbe541cc..abbcdf8b52 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -84,185 +84,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -288,3 +335,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/fr.po b/po/extra/fr.po
index e446ad9d32..4908e0b619 100644
--- a/po/extra/fr.po
+++ b/po/extra/fr.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-04-03 12:10+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-29 16:54+0000\n"
"Last-Translator: Nathan \n"
"Language-Team: French \n"
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -104,215 +104,265 @@ msgid "lots of others"
msgstr "plein d’autres"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Nouvelles fonctionnalités :"
#: data/io.elementary.code.appdata.xml.in:53
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Nouveau plugin Markdown pour une édition en mode WYSIWYG."
+
+#: data/io.elementary.code.appdata.xml.in:54
+msgid "Full text search within project folder."
+msgstr "Recherche de texte complète à l'intérieur du dossier d'un projet."
+
+#: data/io.elementary.code.appdata.xml.in:56
+#: data/io.elementary.code.appdata.xml.in:71
+msgid "Minor updates:"
+msgstr "Mises à jour mineures :"
+
+#: data/io.elementary.code.appdata.xml.in:58
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr ""
+"Autorisation de la correction orthographique dans les fichiers Markdown"
+
+#: data/io.elementary.code.appdata.xml.in:59
+msgid "Remember whether the sidebar is open"
+msgstr "Nous avons fait en sorte de sauvegarder l'état de la barre latérale"
+
+#: data/io.elementary.code.appdata.xml.in:60
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Ajout des raccourcis claviers pour les documents précédent et suivant"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "Affichage du chemin complet du document dans l'infobulle des onglets"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Corrections :"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Correction de la disposition de la barre latérale lorsqu'elle est vide, en "
+"s'assurant que les dossiers puissent toujours être ajoutés"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Faire défiler la fin d'un fichier"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Sauvegarde et restauration plus efficace de la position de la fenêtre"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
+msgid "Updated translations"
+msgstr "Mise à jour des traductions"
+
+#: data/io.elementary.code.appdata.xml.in:83
msgid "Include Git status in file tooltips"
msgstr "Ajout du statut GIT dans l'infobulle des fichiers"
-#: data/io.elementary.code.appdata.xml.in:54
+#: data/io.elementary.code.appdata.xml.in:84
msgid "Option for explicit case-sensitive Find"
msgstr "Option pour la recherche sensible à la casse"
-#: data/io.elementary.code.appdata.xml.in:56
-#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
msgid "Other updates:"
msgstr "Autres mises à jour :"
-#: data/io.elementary.code.appdata.xml.in:58
+#: data/io.elementary.code.appdata.xml.in:88
msgid "Correctly show Toggle Comment menu item when no text is selected"
msgstr ""
"Correction de l'affichage de l'élément commenter/décommenter du menu quand "
"aucun texte n'est sélectionné"
-#: data/io.elementary.code.appdata.xml.in:59
+#: data/io.elementary.code.appdata.xml.in:89
msgid "Fixed font switch alignment"
msgstr "Correction de l'alignement de la police des boutons"
-#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
-msgid "Updated translations"
-msgstr "Mise à jour des traductions"
-
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"Nouvelle option « Fermer les autres dossiers » pour aider à nettoyer la "
"barre latérale"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "Sauvegarde et restauration du paramètre de recherche cyclique"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "Ajout des raccourcis claviers aux éléments de menu"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
"Les éléments du dossier de la barre latérale ne sont désormais plus "
"sélectionnables"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "Les nouvelles fenêtres sont désormais centrées"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
"Dé-prioriser visuellement dans la barre latérale les fichiers .gitignorés"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "Copier/coller intelligent sans sélection"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Ajout d'une boîte de configuration pour l'action de restauration"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
"Ajout du menu « Ouvrir dans » au niveau supérieur du dossier dans le "
"gestionnaire de dossiers"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
"Ne pas afficher de fichiers temporaires dans le gestionnaire de dossiers"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
"Activation par défaut de la complétion des accolades et de l'indentation "
"automatique"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "Plugin de zoom du terminal avec le clavier"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
"Respect des paramètres de confidentialité généraux lors de la sauvegarde et "
"de la restauration"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Simplification du paramètre « Afficher les espaces »"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
"Correction du raccourci clavier pour revenir en arrière dans les résultats "
"de recherche"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
"Correction de l'ouverture de fichiers à partir de chemins relatifs dans "
"Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
"Correction de la boîte de dialogue de fichier vide lors de l'ouverture d'une "
"nouvelle fenêtre via le dock"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "Ajout de « = » comme raccourci de zoom"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
"Modification de l'icône du champ de recherche quand aucun résultat n'est "
"trouvé"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "Entrez le nom d'un nouveau fichier avant de le créer"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Utilisation de Granite.MessageDialog"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Inclusion des fichiers non textuels dans la barre latérale"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Correction de la suppression de la vue courante"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Correction du comportement de l'option « Nouvelle fenêtre » du lanceur"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Synchronisation correcte du raccourci Ctrl+N avec le nombre de nouveaux "
"documents générés"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
"Correction d'une dépendance d'editorconfig pour le système de compilation"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Ajout d'un élément de menu contextuel « Changer de branche »"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
"Élimination d'un éventuel plantage au démarrage lié à la façon dont les "
"plugins se chargent"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Meilleur comportement d'enregistrement des fichiers"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Correction de l'enregistrement des fichiers"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "Pas de fichiers temporaires ajoutés à la restauration des onglets"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
"Pas de recréation des fichiers supprimés lors de la restauration d'une "
"session"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "Restauration des préférences d'alignement"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Ajout des indicateurs de raccourcis"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Corrections de bugs mineures"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary Inc."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -338,6 +388,15 @@ msgstr "Nouveau fichier"
msgid "New Window"
msgstr "Nouvelle fenêtre"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Exécuter Code en tant qu'administrateur"
+
+#: 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 "New Document"
#~ msgstr "Nouveau document"
diff --git a/po/extra/fr_CA.po b/po/extra/fr_CA.po
index dac1864af3..a98bcd8567 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: French (Canada) \n"
"Language-Team: Galician \n"
"Language-Team: Hebrew \n"
"Language: he\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -75,7 +75,7 @@ msgid ""
"Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, "
"Objective C, Pascal, Perl, Python, Ruby, XML."
msgstr ""
-"שפות אחרות עם הדגשת תחביר: Bash, C, C#, C++. Cmake, CSS, .Desktop, Diff, "
+"שפות אחרות עם הדגשת תחביר: Bash, C, C#, C++. Cmake, CSS, .Desktop, Diff, "
"Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, Objective C, "
"Pascal, Perl, Python, Ruby, XML."
@@ -100,185 +100,232 @@ msgid "lots of others"
msgstr "ועוד הרבה נוספים"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "תכונות חדשות:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "תוסף Markdown לעריכה חזותית."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr ""
+msgid "Full text search within project folder."
+msgstr "חיפוש טקסט מלא בתוך תיקיית המיזם."
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "עדכונים נוספים:"
+msgid "Minor updates:"
+msgstr "עדכונים משניים:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "לאפשר את הרחבת בדיקת האיות בקובצי Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "לזכור האם סרגל הצד פתוח"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "הוספת קיצור מקלדת למסמכים הבא והקודם"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "הצגת הנתיב המלא למסמך בחלונית העצה של הלשונית"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "תיקונים:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr "תיקון פריסת חלונית צד ריקה, כדי לוודא שתמיד ניתן יהיה להוסיף תיקיות"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "גלילה מעבר לסוף הקובץ"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "לשמור ולשחזר מיקומי חלונות בצורה יעילה יותר"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "עדכוני תרגומים"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "הוספת מצב Git בחלוניות עצה של קבצים"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "אפשרות לאיתור תלוי רישיות מפורש"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "עדכונים נוספים:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr "הצגה נכונה של פריט התפריט החלפת מצב הערה כאשר לא נבחר טקסט כלל"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "תוקן יישור מתג הגופנים"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr "פריט חדש „לסגור תיקיות אחרות” בתפריט כדי לסייע בפינוי סרגל הצד שלך"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "שמירה ושחזור של הגדרות חיפוש מעגליות"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "הוספת קיצור מקלדת לפריטי התפריט"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "הפיכת הפריטים בתיקיית סרגל הצד לבלתי ניתנים לבחירה"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "מרכוז חלונות חדשים"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr "להוריד את העדיפות של קבצים ב־.gitignored בסרגל הצד של המיזם"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "גזירה/העתקה חכמה של שורות ללא בחירה פעילה"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "הוספת דו־שיח אישור לפעולה „שחזור”"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr "הוספת תפריט „פתיחה עם” לתיקייה העליונה במנהל התיקיות"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "לא יוצגו קבצים זמניים במנהל התיקיות"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr "הוספת השלמת סוגריים והזחה אוטומטית כבררת מחדל"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "תוסף התמקדות במסוף עם מקלדת"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "כיבוד הגדרות פרטיות גלובליות בעת שמירה ושחזור"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "פישוט ההעדפה „ציור רווחים”"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr "תיקון קיצור המקלדת לחזרה אחורה בתוצאות החיפוש"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr "תיקון פתיחת קבצים מנתיבים יחסיים במסוף"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr "תיקון דו־שיח קבצים ריקים בעת פתיחת חלון חדש דרך המעגן"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "הוספת „=” כמקש תקריב"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr "סמל רשומת החיפוש מוחלף כאשר לא נמצאות תוצאות"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "הקלדת שם של קובץ חדש בטרם יצירתו"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "להשתמש ב־Granite.MessageDialog בכל מקום שנדרש"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "לכלול קבצים שאינם טקסטואליים בחלונית הצד"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "תיקון הסרת התצוגה הנוכחית"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "תיקון התנהגות פעולת חלון חדש בשולחן העבודה"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr "סנכרון תקין של לחיצות על הצירוף Ctrl+N עם כמות המסמכים שנוצרים"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "תיקון מערכת הבנייה לתלות ב־editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "הוספת פריט החלפת ענף לתפריט ההקשר"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr "הימנעות מקריסה אפשרית בעת ההפעלה בהקשר לאופן הפעלת התוספים"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "התנהגות חכמה יותר בשמירת קבצים"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "תיקון בשמירת קבצים"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "קבצים זמניים לא יתווספו ללשונית השחזור"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "קבצים שנמחקו לא ייווצרו מחדש בעת שחזור הפעלה"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "שחזור העדפת גלישת שורות"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "הוספת עצות לסימוני האצה"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "תיקונים מזעריים"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr "elementary בע״מ."
#: data/io.elementary.code.desktop.in.in:5
@@ -305,6 +352,14 @@ msgstr "קובץ חדש"
msgid "New Window"
msgstr "חלון חדש"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "הפעלת קוד כהנהלה"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "נדרש אימות כדי להריץ את קוד עם הרשאות ניהול"
+
#~ msgid "New Document"
#~ msgstr "מסמך חדש"
diff --git a/po/extra/hi.po b/po/extra/hi.po
index 88415fd19d..6d1ce9088c 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-03-21 00:02+0000\n"
"Last-Translator: Anand Kumar \n"
"Language-Team: Hindi \n"
"Language-Team: Croatian \n"
"Language-Team: Hungarian \n"
"Language-Team: Indonesian \n"
-"Language-Team: Italian \n"
+"Language-Team: Italian \n"
"Language: it\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 3.0.1\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -35,10 +34,10 @@ msgid ""
"they're always up-to-date. Plus it remembers your tabs so you never lose "
"your spot, even in between sessions."
msgstr ""
-"Code è l'editor di testi adatto te. Salva in maniera automatica i tuoi file, "
-"il che significa che sono sempre aggiornati. Inoltre si ricorda quali schede "
-"hai aperto così non rischi di perdere mai il segno, anche fra sessioni "
-"differenti."
+"Codice è l'editor di testi adatto te. Salva in maniera automatica i tuoi "
+"file, il che significa che sono sempre aggiornati. Inoltre si ricorda quali "
+"schede hai aperto così non rischi di perdere mai il segno, anche fra "
+"sessioni differenti."
#: data/io.elementary.code.appdata.xml.in:16
msgid ""
@@ -47,11 +46,11 @@ msgid ""
"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."
msgstr ""
-"Fallo tuo. Code è stato ideato per essere espandibile. Mantienilo "
+"Fallo tuo. Codice è stato ideato per essere espandibile. Mantienilo "
"estremamente leggero e semplice da utilizzare oppure installa estensioni per "
-"trasformare Codice in un IDE a tutti gli effetti; a te la scelta. Tramite "
-"una serie di utili impostazioni puoi personalizzarne il comportamento e "
-"l'interfaccia come più ti piace."
+"trasformare Codice in un ambiente di sviluppo a tutti gli effetti, a te la "
+"scelta. Tramite una serie di utili impostazioni puoi personalizzarne il "
+"comportamento e l'interfaccia come più ti piace."
#: data/io.elementary.code.appdata.xml.in:22
msgid ""
@@ -59,7 +58,7 @@ msgid ""
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
-"È semplice. Code è fatto per essere l'editor di testi perfetto per "
+"È semplice. Codice è fatto per essere l'editor di testi perfetto per "
"elementary, ciò significa che segue scrupolosamente gli alti standard di "
"design, velocità e coerenza. È esteticamente piacevole ma non ti distrarrà."
@@ -70,10 +69,10 @@ msgid ""
"full syntax highlighting with nearly all programming, scripting, and markup "
"languages."
msgstr ""
-"Funziona con la tua lingua. Che tu stia programmando in Vala, scrivendo "
-"codice in PHP, oppure creando con l'HTML, Code sa cosa fare. Prova il "
-"sistema di evidenziazione della sintassi con quasi tutti i linguaggi di "
-"programmazione, scripting o markup."
+"Parla la tua lingua. Che tu stia programmando in Vala, scrivendo del codice "
+"in PHP, oppure creando con l'HTML, Codice sa cosa fare. Prova il sistema di "
+"evidenziazione della sintassi con quasi tutti i linguaggi di programmazione, "
+"scripting o markup."
#: data/io.elementary.code.appdata.xml.in:33
msgid ""
@@ -82,7 +81,7 @@ msgid ""
"Objective C, Pascal, Perl, Python, Ruby, XML."
msgstr ""
"Altri linguaggi per cui è disponibile l'evidenziazione della sintassi "
-"includono: Bash, C, C#, C++. Cmake, CSS, .Desktop, Diff, Fortran, Gettext, "
+"includono: Bash, C, C#, C++. CMake, CSS, .desktop, Diff, Fortran, Gettext, "
"ini, Java, JavaScript, LaTex, Lua, Makefile, Objective C, Pascal, Perl, "
"Python, Ruby e XML."
@@ -100,192 +99,264 @@ msgstr "Una barra di ricerca per trovare le parole nei file"
#: data/io.elementary.code.appdata.xml.in:44
msgid "tab and split documents system"
-msgstr "Un sistema di schede e divisione documenti"
+msgstr "Un sistema di schede e documenti separati"
#: data/io.elementary.code.appdata.xml.in:45
msgid "lots of others"
msgstr "Molto altro"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Nuove funzionalità:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Aggiornamenti minori:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Abilita l'estensione Controllo Ortografico nei documenti Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Ricorda se la barra laterale é aperta"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
-msgid "Updated translations"
+#, 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/io.elementary.code.appdata.xml.in:68
-msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
msgstr ""
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Correzioni:"
+
#: data/io.elementary.code.appdata.xml.in:69
-msgid "Save and restore cyclic search setting"
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
msgstr ""
+"Corretta la barra laterale vuota, assicurando che le cartelle possano sempre "
+"essere aggiunte"
#: data/io.elementary.code.appdata.xml.in:73
-msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgid "Scroll past the end of a file"
+msgstr "Scorri oltre la fine di un file"
#: data/io.elementary.code.appdata.xml.in:74
-msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgid "More efficiently save and restore window position"
+msgstr "Salva e ripristina in modo più efficiente la posizione della finestra"
#: data/io.elementary.code.appdata.xml.in:75
-msgid "Center new windows"
-msgstr ""
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
+msgid "Updated translations"
+msgstr "Traduzioni aggiornate"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Include lo stato di Git nei nomi dei file"
#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+"Opzione per la ricerca con distinzione esplicita tra maiuscole e minuscole"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Altri aggiornamenti:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"Corretta la visualizzazione della voce di menu \"Attiva o disattiva il "
+"commento\" quando nessun testo è selezionato"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+"Risolto il problema con l'allineamento dell'interruttore del tipo di "
+"caratteri"
+
+#: data/io.elementary.code.appdata.xml.in:98
+msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
+msgstr ""
+"Nuova voce del menu \"Chiudi le altre cartelle\" per aiutarti a mantenere in "
+"ordine la barra laterale"
+
+#: data/io.elementary.code.appdata.xml.in:99
+msgid "Save and restore cyclic search setting"
+msgstr "Salva e ripristina il settaggio di ricerca ciclico"
+
+#: data/io.elementary.code.appdata.xml.in:103
+msgid "Add keyboard shortcuts to menu items"
+msgstr "Aggiunte scorciatoie da tastiera alle voci del menu"
+
+#: data/io.elementary.code.appdata.xml.in:104
+msgid "Make sidebar folder items not selectable"
+msgstr "Le cartelle nella barra laterale non possono essere selezionate"
+
+#: data/io.elementary.code.appdata.xml.in:105
+msgid "Center new windows"
+msgstr "Centra le nuove finestre"
+
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
+"Mette in secondo piano tutti i files presenti nel file .gitignored nella "
+"barra laterale del progetto"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "Taglia/copia linee intelligente senza selezione attiva"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "Aggiunge una finestra di conferma all'azione \"Ripristina\""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
+"Aggiunge il menu \"Apri in\" alla cartella di primo livello nel gestore "
+"delle cartelle"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Non mostrare i file temporanei nel gestore delle cartelle"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
+"Aggiunge il completamento delle parentesi e il rientro automatico per "
+"impostazione predefinita"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Zoom del plugin Terminale con la tastiera"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
+"Rispetta l'impostazione della privacy globale durante il salvataggio e il "
+"ripristino"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
-msgstr ""
+msgstr "Semplifica la preferenza \"Mostra gli spazi\""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
+"Corretta la scorciatoia da tastiera per tornare indietro nei risultati di "
+"ricerca"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
+msgstr "Risolta l'apertura di file da percorsi relativi nel Terminale"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
+"Cambia l'icona della voce di ricerca quando i risultati non vengono trovati"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "Immettere il nome del nuovo file prima di crearlo"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr ""
+msgstr "Usa Granite.MessageDialog dappertutto"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "Includi file non di testo nella barra laterale"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr ""
+msgstr "Corretto \"Rimuovi vista corrente\""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr ""
+msgstr "Aggiunta voce di menu contestuale per cambiare ramo di sviluppo"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "Correzioni nel salvataggio dei file"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "Correzione di problemi minori"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -306,12 +377,20 @@ msgstr "testo;IDE;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "Nuovo file"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr "Nuova finestra"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Nuovo documento"
diff --git a/po/extra/iu.po b/po/extra/iu.po
index cf8d034a41..8403533bbb 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ja.po b/po/extra/ja.po
index a1888a2301..be7e9e7314 100644
--- a/po/extra/ja.po
+++ b/po/extra/ja.po
@@ -7,17 +7,17 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-04-03 12:10+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-28 01:21+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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -104,187 +104,246 @@ msgid "lots of others"
msgstr "そのほか数々の機能"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "新機能:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr "ファイルのツールチップに Git の状態を表示"
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "WYSIWYG 風に編集できる Markdown プラグインを追加しました。"
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr "大文字と小文字を区別する検索オプションを追加"
+msgid "Full text search within project folder."
+msgstr "プロジェクトフォルダー内でのテキスト検索に対応しました。"
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "そのほかのアップデート:"
+msgid "Minor updates:"
+msgstr "軽微なアップデート:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr "テキストが選択されていない場合にも、「コメントを切り替え」メニュー項目を適切に表示するように修正"
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Markdown ファイルでスペルチェッカー拡張機能を利用できるように変更"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr "「カスタムフォント」スイッチの配置を修正"
+msgid "Remember whether the sidebar is open"
+msgstr "サイドバーの表示/非表示の状態を保存するように変更"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "タブを切り替えるキーボードショートカットを追加"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "タブのツールチップにドキュメントのフルパスを表示するように変更"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "修正点:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"フォルダーが常に追加されるようにすることで、サイドバーのレイアウトに何も表示"
+"されない不具合を修正"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "ファイルの最終行よりもさらにスクロールできるように変更"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "ウィンドウの位置を、より効率的に保存・復元するように修正"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "翻訳の更新"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "ファイルのツールチップに Git の状態を表示"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "大文字と小文字を区別する検索オプションを追加"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "そのほかのアップデート:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"テキストが選択されていない場合にも、「コメントを切り替え」メニュー項目を適切"
+"に表示するように修正"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "「カスタムフォント」スイッチの配置を修正"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
-msgstr "サイドバーを整理できるように、新しく「ほかのフォルダーを閉じる」メニュー項目を追加"
+msgstr ""
+"サイドバーを整理できるように、新しく「ほかのフォルダーを閉じる」メニュー項目"
+"を追加"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "循環検索の設定を保存し復元するように修正"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "メニュー項目にキーボードショートカットを表示するように修正"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "サイドバーのフォルダー項目を選択できないように修正"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "新しいウィンドウを画面の中央に表示するように修正"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
-msgstr ".gitignore ファイルに記述されたファイルの名前をプロジェクトサイドバーに薄く表示するように修正"
+msgstr ""
+".gitignore ファイルに記述されたファイルの名前をプロジェクトサイドバーに薄く表"
+"示するように修正"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "行を選択していなくても切り取り/コピーできるように修正"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "「復元」アクションの実行時に確認ダイアログを表示するように修正"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
-msgstr "フォルダーマネージャーで最上位のフォルダーに「指定した方法で開く」メニューを追加"
+msgstr ""
+"フォルダーマネージャーで最上位のフォルダーに「指定した方法で開く」メニューを"
+"追加"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "フォルダーマネージャーで一時ファイルを表示しないように修正"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr "閉じカッコの補完と自動インデント機能をデフォルトで有効化"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "ターミナルプラグインをキーボードで拡大・縮小できるように修正"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "保存・復元時にシステムのプライバシー設定を反映するように修正"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "「空白を表示」設定を簡易化"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr "前の検索結果を表示するキーボードショートカットを修正"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr "ターミナルから相対パスを使用してファイルを開く際の問題を修正"
+msgstr "ターミナルから相対パスを使用してファイルを開く際の不具合を修正"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
-msgstr "ドックのコンテキストメニューから新しいウィンドウを開いた際に「ファイル (null) を開けません」というダイアログが表示される問題を修正"
+msgstr ""
+"ドックのコンテキストメニューから新しいウィンドウを開いた際に「ファイル "
+"(null) を開けません」というダイアログが表示される不具合を修正"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "拡大に使用するキーボードショートカットに \"=\" を追加"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr "検索結果が見つからなかった場合に検索欄のアイコンを変更するように修正"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "新しいファイルの名前をファイルの作成前に入力できるように修正"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "一貫的な Granite.MessageDialog の利用"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "サイドバーにテキストファイル以外のファイルも表示するように変更"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "\"現在のビューを削除\" の機能を修正"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "デスクトップアクションの \"新しいウィンドウ\" の動作を修正"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr "Ctrl+N キーの押下を新規作成されたドキュメントの数と適切に同期"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "EditorConfig の依存関係に対するビルドシステムの修正"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "コンテキストメニューの項目に \"ブランチを変更\" を追加"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
"プラグインの読み込み方法に関連して起こる可能性のある起動時のクラッシュを防止"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "ファイル保存の動作を改善"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "ファイルの保存に関する修正"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "タブの復元に一時ファイルを追加しないように修正"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "セッションの復元時に削除したファイルを再作成しないように修正"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "行の折り返しの設定を復活"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "アクセラレーターツールチップの追加"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "軽微なバグの修正"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -310,6 +369,14 @@ msgstr "新しいファイル"
msgid "New Window"
msgstr "新しいウィンドウ"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Code を管理者として実行"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Code を管理者として実行するには認証が必要です"
+
#~ msgid "New Document"
#~ msgstr "新しいドキュメント"
diff --git a/po/extra/jv.po b/po/extra/jv.po
index 70cc47a27f..fe03ecaba8 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ka.po b/po/extra/ka.po
index b1b416ecef..1f928a60d6 100644
--- a/po/extra/ka.po
+++ b/po/extra/ka.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/kg.po b/po/extra/kg.po
index 27f59529a5..b835a2ea5b 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ki.po b/po/extra/ki.po
index 42783a7f45..530bac89ba 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/kj.po b/po/extra/kj.po
index d2d5f6ee7f..24abf11df7 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/kk.po b/po/extra/kk.po
index 5cd80cbfae..b3e22eb9b7 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/kl.po b/po/extra/kl.po
index b6604b2283..f3d80b803a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/km.po b/po/extra/km.po
index b79df82c5d..723e0845e6 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/kn.po b/po/extra/kn.po
index 8d260c62a1..e71613a86a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ko.po b/po/extra/ko.po
index b6b430dbdd..8a75e5b59a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-07-13 18:30+0000\n"
"Last-Translator: Jung-Kyu Park \n"
"Language-Team: Korean \n"
@@ -103,186 +103,237 @@ msgid "lots of others"
msgstr "그 외 많은 기능들"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+#, fuzzy
+#| msgid "Minor bug fixes"
+msgid "Minor updates:"
+msgstr "자잘한 버그 수정"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "번역 업데이트"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
#, fuzzy
msgid "Don't show temporary files in the folder manager"
msgstr "탭 복원에 임시 파일을 추가하지 마세요"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Granite.MessageDialog 전체 사용"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "사이드 바에 비 텍스트 파일 포함"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "현재 보기 제거 수정"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "새 창 바탕 화면 동작 기능 수정"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr "Ctrl + N 키를 눌러서 새로 만들어진 문서 수 적절히 동기화하기"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "editorconfig 디페던시를 위한 빌드 시스템 수정"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "변경 지점 컨텍스트 메뉴 항목 추가"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr "플러그인 로드 방식과 관련된 충돌 가능한 시작 방지"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "더 영리해진 저장 방식"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "파일 저장 문제 수정"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "탭 복원에 임시 파일을 추가하지 마세요"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "세션을 복원할 때 삭제된 파일을 다시 만들지 말아 주세요"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "줄 바꿈 환경 설정 복원"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "가속 툴팁 추가"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "자잘한 버그 수정"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -309,6 +360,14 @@ msgstr ""
msgid "New Window"
msgstr "새 창"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "새 문서"
diff --git a/po/extra/kr.po b/po/extra/kr.po
index a31e6cb9d1..b002aff92e 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ks.po b/po/extra/ks.po
index 1f5e576878..30b0b80f7c 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ku.po b/po/extra/ku.po
index c18f87e788..cc408f22eb 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-06-01 00:06+0000\n"
"Last-Translator: Rokar \n"
"Language-Team: Kurdish \n"
"Language-Team: Kirghiz \n"
@@ -102,185 +102,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -309,6 +356,14 @@ msgstr ""
msgid "New Window"
msgstr ""
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "Notepad;IDE;Plain;"
#~ msgstr "Notepad;IDE;Plain;Блокнот;Tекст;"
diff --git a/po/extra/la.po b/po/extra/la.po
index a016d6ee5e..8a8a5ddc7a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/lb.po b/po/extra/lb.po
index 24008fe4f3..2150ec47b6 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/lg.po b/po/extra/lg.po
index 732b08cc4e..2bb3188f09 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/li.po b/po/extra/li.po
index a72721c94d..ae424d3f1b 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ln.po b/po/extra/ln.po
index 838453bb8b..cf65b02fac 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/lo.po b/po/extra/lo.po
index 0d0d51d66b..b706c5a4e1 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/lt.po b/po/extra/lt.po
index 84c99da5e7..1fcd18767d 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-08-29 15:22+0000\n"
"Last-Translator: Moo \n"
"Language-Team: Lithuanian \n"
"Language-Team: Latvian \n"
@@ -105,185 +105,232 @@ msgid "lots of others"
msgstr "daudzi citi"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -312,6 +359,14 @@ msgstr ""
msgid "New Window"
msgstr "Jauns logs"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Jauns dokuments"
diff --git a/po/extra/mg.po b/po/extra/mg.po
index a4cac26c52..83789b39dc 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/mh.po b/po/extra/mh.po
index 068803d87d..1285605abd 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/mi.po b/po/extra/mi.po
index c6cb37c109..acdda53fda 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/mk.po b/po/extra/mk.po
index 85370cf4ec..69d4d71a83 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ml.po b/po/extra/ml.po
index 194d382114..4545fcf244 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/mn.po b/po/extra/mn.po
index 7e6ec009af..c0ffdede84 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/mo.po b/po/extra/mo.po
index 59a271ab90..cd355f1b3f 100644
--- a/po/extra/mo.po
+++ b/po/extra/mo.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/mr.po b/po/extra/mr.po
index 560176ecc0..db6b4022f6 100644
--- a/po/extra/mr.po
+++ b/po/extra/mr.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-03-11 16:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-03-21 00:15+0000\n"
"Last-Translator: Prachi Joshi \n"
"Language-Team: Marathi \n"
"Language: mr\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
@@ -77,7 +77,7 @@ msgid ""
"Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, "
"Objective C, Pascal, Perl, Python, Ruby, XML."
msgstr ""
-"इतर सिन्ट्याक्स हायलाइटिंग: Bash, C, C#, C++. Cmake, CSS, .Desktop, Diff, "
+"इतर सिन्ट्याक्स हायलाइटिंग: Bash, C, C#, C++. Cmake, CSS, .Desktop, Diff, "
"Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, Objective C, "
"Pascal, Perl, Python, Ruby, XML."
@@ -102,187 +102,237 @@ msgid "lots of others"
msgstr "आणि बरेच काही"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "नवीन वैशिष्ट्य:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "WYSIWYG सारख्या संपादनासाठी नवीन मार्कडाउन प्लगइन."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "इतर अद्यतने:"
+msgid "Minor updates:"
+msgstr "किरकोळ अद्यतने:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "मार्कडाउन फायलींमध्ये शब्दलेखन तपासक विस्तारास अनुमती द्या"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "साइडबार खुले आहे की नाही ते लक्षात ठेवा"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "पुढील आणि मागील दस्तऐवजांसाठी कीबोर्ड शॉर्टकट जोडा"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "टॅब टूलटिपमध्ये दस्तऐवजाचा पूर्ण पाथ दाखवा"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "निराकारणे:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"रिक्त साइडबार लेआउट निश्चित करा, फोल्डर नेहमीच जोडले जाऊ शकतात याची खात्री करा"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "फाईलच्या शेवटी स्क्रोल करा"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "अधिक कार्यक्षमतेने विंडो स्थिती जतन आणि पुनर्संचयित करा"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "अद्ययावत अनुवाद"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "फाईल टूलटिपमध्ये गिट स्थिती समाविष्ट करा"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "सुस्पष्ट केस-सेन्सेटिव्ह शोधासाठी पर्याय"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "इतर अद्यतने:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr "कोणताही मजकूर निवडला नसताना टॉगल टिप्पणी मेनू आयटम योग्यरित्या दर्शवा"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "फॉन्ट स्विच संरेखन निश्चित केले"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"आपला साइडबार साफ करण्यास मदत करण्यासाठी नवीन \"इतर फोल्डर्स बंद करा\" मेनू आयटम"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "चक्रीय शोध सेटिंग जतन आणि पुनर्संचयित करा"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "मेनू आयटममध्ये कीबोर्ड शॉर्टकट जोडा"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "साइडबार फोल्डर आयटम निवडण्यायोग्य नसतात"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "नवीन विंडो मध्यभागी ठेवा"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr "प्रोजेक्ट साइडबारमधील .gitignored फायली दृश्यमानपणे वंचित करा"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "कोणत्याही सक्रिय निवडीशिवाय ओळी स्मार्ट कट / कॉपी करा"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "\"पुनर्संचयित\" क्रियेमध्ये पुष्टीकरण संवाद जोडा"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr "फोल्डर व्यवस्थापकात उच्च स्तरीय फोल्डरमध्ये \"ओपन इन\" मेनू जोडा"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "फोल्डर व्यवस्थापकात तात्पुरत्या फाइल्स दाखवू नका"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr "डीफॉल्टनुसार कंस पूर्ण आणि ऑटो-इंडेंट जोडा"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "कीबोर्ड वापरून टर्मिनल प्लगइन झूम करा"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "जतन आणि पुनर्संचयित करताना जागतिक गोपनीयता सेटिंगचा सन्मान करा"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "\"स्पेस ड्रॉ करा\" प्राधान्य सुलभ करा"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr "शोध परिणामांमध्ये मागे जाण्यासाठी कीबोर्ड शॉर्टकट निश्चित करा"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr "टर्मिनलमधील सापेक्ष मार्गांमधून फायली उघडण्याशी संबंधित समस्यांचे निराकरण करा"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr "डॉकद्वारे नवीन विंडो उघडताना नल फाइल संवाद निश्चित करा"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "झूम की म्हणून \"=\" जोडा"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr "परिणाम आढळले नाहीत तेव्हा शोध प्रविष्टी चिन्ह बदला"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "नवीन फाईल तयार करण्यापूर्वी तिचे नाव प्रविष्ट करा"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Granite.MessageDialog संपूर्ण वापरा"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "साइडबारमध्ये नॉन-मजकूर फायली समाविष्ट करा"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "वर्तमान दृश्य काढा दुरुस्ती"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "नवीन विंडो डेस्कटॉप क्रिया वर्तन दुरुस्त करा"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"तयार केलेल्या नवीन दस्तऐवजांची संख्या आणि Ctrl + N की दाबणे योग्यरित्या सिंक्रोनाइझ करा"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "Editorconfig अवलंबनासाठी सिस्टम फिक्स तयार करा"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "शाखा बदल संदर्भ मेनू आयटम जोडा"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr "प्लगइन लोड करण्याशी संबंधित संभाव्य स्टार्टअप क्रॅश टाळा"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "स्मार्ट फाईल सेव्हिंग वर्तन"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "फाइल जतन फिक्स"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "टॅब रिस्टोअर मध्ये तात्पुराट्या फायली जोडू नका"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "सत्र पुनर्संचयित करताना हटविलेल्या फायली पुन्हा तयार करू नका"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "लाइन ओघ प्राधान्य पुनर्संचयित करा"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "एक्सेल टूलटिप जोडा"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "किरकोळ दोष निराकरण"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "एलिमेंटरी LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -309,5 +359,13 @@ msgstr "नवी फाईल"
msgid "New Window"
msgstr "नवीन विंडो"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "प्रशासक म्हणून कोड चालवा"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "प्रशासक म्हणून कोड चालविण्यासाठी प्रमाणीकरण आवश्यक आहे"
+
#~ msgid "New Document"
#~ msgstr "नवीन दस्तऐवज"
diff --git a/po/extra/ms.po b/po/extra/ms.po
index 82a35dfb7a..ba943bfd05 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-06-13 00:02+0000\n"
"Last-Translator: Timothy \n"
"Language-Team: Malay \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-02-26 13:42+0000\n"
+"Last-Translator: Allan Nordhøy \n"
"Language-Team: Norwegian Bokmål \n"
"Language: nb\n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.7.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -104,185 +104,237 @@ msgid "lots of others"
msgstr "mange andre"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Nye funksjoner:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+#, fuzzy
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Nytt Markdown-programtillegg for WYSIWYG-lignende redigering."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Små oppdateringer:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Tillat stavekontrollutvidelse i Markdown-filer"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Husk hvorvidt sidepanelet er åpent"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
-msgid "Updated translations"
-msgstr ""
+#, 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/io.elementary.code.appdata.xml.in:68
-msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
msgstr ""
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Fikser:"
+
#: data/io.elementary.code.appdata.xml.in:69
-msgid "Save and restore cyclic search setting"
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:73
-msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgid "Scroll past the end of a file"
+msgstr "Rull forbi filens slutt"
#: data/io.elementary.code.appdata.xml.in:74
-msgid "Make sidebar folder items not selectable"
+msgid "More efficiently save and restore window position"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:75
-msgid "Center new windows"
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
+msgid "Updated translations"
+msgstr "Oppdaterte oversettelser"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Andre oppdateringer:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
+msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
+msgstr "Nytt «Lukk andre mapper»-menyelement for å rydde opp i sidefeltet"
+
+#: data/io.elementary.code.appdata.xml.in:99
+msgid "Save and restore cyclic search setting"
+msgstr "Lagre og gjenopprett syklisk søkeinnstilling"
+
+#: data/io.elementary.code.appdata.xml.in:103
+msgid "Add keyboard shortcuts to menu items"
+msgstr "Tillagte tastatursnarveier i menyelementer"
+
+#: data/io.elementary.code.appdata.xml.in:104
+msgid "Make sidebar folder items not selectable"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:105
+msgid "Center new windows"
+msgstr "Sentrering av nye vinduer"
+
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Bruk Granite.MessageDialog hele tiden"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
-msgstr ""
+msgstr "Ikke legg til midlertidige filer i fanegjenoppretting"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
-msgstr ""
+msgstr "Ikke gjenopprett slettede filer ved gjenoppretting av økt"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr ""
+msgstr "Gjenopprett foretrukken linjebrytingsinnstilling"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "Små feilfikser"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC. (selskap med begrenset ansvar)"
#: data/io.elementary.code.desktop.in.in:5
@@ -303,12 +355,20 @@ msgstr "text;IDE;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "Ny fil"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr "Nytt vindu"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Nytt dokument"
diff --git a/po/extra/nd.po b/po/extra/nd.po
index 484e64a610..90fecc66b3 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ne.po b/po/extra/ne.po
index 40b312a81f..c4c1716c3b 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ng.po b/po/extra/ng.po
index 1f2fbab9e1..12bd1085dc 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/nl.po b/po/extra/nl.po
index 76050a2720..697d5e53fe 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: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-03-05 19:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-10-31 21:15+0000\n"
"Last-Translator: Jaimie85 \n"
"Language-Team: Dutch \n"
"Language: nl\n"
@@ -103,206 +103,263 @@ msgid "lots of others"
msgstr "een hele hoop andere"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Nieuwe functies:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "Andere updates:"
+msgid "Minor updates:"
+msgstr "Kleine updates:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "De spellingscontrole extensie is toegestaan in Markdown bestanden"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Onthoud of de zijbalk opengeklapt is"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+#, 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/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Opgelost:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Een probleem met de zijbalk opgelost, waardoor mappen altijd kunnen worden "
+"toegevoegd"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Scrollen voorbij het einde van een bestand"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+"Het onthouden en herstellen van de positie van het venster is efficiënter"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Bijgewerkte vertalingen"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Toon Git status in de knopinfo"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Optie voor hoofdletter gevoelig Zoeken"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Andere updates:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"Toon het Opmerkingen menu item op correcte wijze als geen tekst geselecteerd "
+"is"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+"Een probleem opgelost met het inspringen bij het wisselen van lettertype"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"Een nieuw “sluit andere mappen” menu item om te helpen bij het opruimen van "
"de zijbalk"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "Bewaar en herstel cyclische zoek instelling"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "Toetsenbord sneltoetsen toegevoegd aan menu items"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "Maak zijbalk map items niet selecteerbaar"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "Centreer nieuwe vensters"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
"Maak .gitignored bestanden visueel minder belangrijk in de projecten balk"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "Slimme knip/kopieer functie zonder selectie van tekst"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Er wordt nu bevestiging gevraagd bij het herstellen van bestanden"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr "Een “openen in” menu is toegevoegd aan het mappen beheerscherm"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "Verberg tijdelijke bestanden in het mappen beheerscherm"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
"Het automatisch aanvullen van haakjes en automatisch inspringen zijn "
"standaard ingeschakeld"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "Zoom terminal plug-in met toetsenbord"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
"Houd rekening met de algemene privacy instelling bij het opslaan en "
"herstellen"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "De “teken ruimte” instelling is simpeler geworden"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
"Een probleem met de sneltoets om terug te gaan in zoekresultaten is verholpen"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
"Een probleem met het openen van bestanden via relatieve paden in Terminal is "
"verholpen"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
"Een probleem met het Bestanden scherm bij het openen van een nieuw venster "
"via het dock is verholpen"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "De toets \"=\" kan nu worden gebruikt om te zoemen"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr "Het zoek invoer icoon verandert als er geen resultaten zijn gevonden"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "Voer de naam in van een nieuw bestand voordat het gecreëerd wordt"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Granite.MessageDialog wordt nu overal gebruikt"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Ook niet tekstbestanden worden toegevoegd aan de zijbalk"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
"Een probleem met het verwijderen van de huidige schermindeling is opgelost"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
"Een probleem met de functie ‘nieuw venster’ vanaf de desktop is opgelost"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Het aantal nieuwe documenten loopt weer gelijk met het aantal keer dat de "
"sneltoetsen Ctrl+N wordt gebruikt"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
"Een probleem verholpen met het editorconfig pakket tijdens het installeren"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Het context menu-item ‘Verander Branch’ toegevoegd"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
"Een mogelijke crash bij het opstarten verholpen die ontstond door de manier "
"waarop plug-ins geladen werden"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Bestanden worden slimmer opgeslagen"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Problemen met het opslaan van bestanden verholpen"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "Tijdelijke bestanden worden niet meer toegevoegd aan de Herstellen tab"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
"Verwijderde bestanden worden niet opnieuw aangemaakt bij het herstellen van "
"een sessie"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "De voorkeur voor tekstterugloop is hersteld"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Accel helpteksten toegevoegd"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Kleine bugfixes"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -329,6 +386,14 @@ msgstr "Nieuw bestand"
msgid "New Window"
msgstr "Nieuw venster"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Nieuw Document"
diff --git a/po/extra/nn.po b/po/extra/nn.po
index b9192583c8..ec78a5980d 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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"
"Language: oc\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\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 3.9.1\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
msgid "Code"
-msgstr ""
+msgstr "Còdi"
#: data/io.elementary.code.appdata.xml.in:9
msgid "The editor that works"
-msgstr ""
+msgstr "L’editor que fonciona"
#: data/io.elementary.code.appdata.xml.in:11
msgid ""
@@ -83,185 +85,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +336,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/oj.po b/po/extra/oj.po
index 125500d7b1..8a2c07b5fa 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/om.po b/po/extra/om.po
index cc03233f42..ae0271577a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/or.po b/po/extra/or.po
index 9e09ad7f89..437c4c1029 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/os.po b/po/extra/os.po
index ba55c73527..e631ecb046 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/pa.po b/po/extra/pa.po
index ba83d334df..df13364850 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/pi.po b/po/extra/pi.po
index d490c3348a..17a4668a87 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/pl.po b/po/extra/pl.po
index fe895e1e8b..6a3bcf6420 100644
--- a/po/extra/pl.po
+++ b/po/extra/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-11-15 21:24+0000\n"
"Last-Translator: Piotr Strebski \n"
"Language-Team: Polish \n"
@@ -105,185 +105,234 @@ msgid "lots of others"
msgstr "wiele innych"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Użyto wszędzie Granite.MessageDialog"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Zawarto pliki nietekstowe w panelu bocznym"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Naprawiono usunięcie bieżącego widoku"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Naprawiono zachowanie czynności pulpitu nowego okna"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -310,6 +359,14 @@ msgstr ""
msgid "New Window"
msgstr "Nowe okno"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Nowy dokument"
diff --git a/po/extra/ps.po b/po/extra/ps.po
index dd4be1e25f..b7f313a341 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/pt.po b/po/extra/pt.po
index 8b435c2b3c..69b2ba6753 100644
--- a/po/extra/pt.po
+++ b/po/extra/pt.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-03-05 19:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-27 21:07+0000\n"
"Last-Translator: Hugo Carvalho \n"
"Language-Team: Portuguese \n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -35,9 +35,9 @@ msgid ""
"they're always up-to-date. Plus it remembers your tabs so you never lose "
"your spot, even in between sessions."
msgstr ""
-"Code é o editor que faz o trabalho por ti. Guarda automaticamente os teus "
-"ficheiros, de modo a que fiquem sempre atualizados. E ainda memoriza os teus "
-"separadores para que nunca os percas de vista, mesmo entre sessões."
+"O Code é o editor que faz o trabalho por si. Guarda automaticamente os seus "
+"ficheiros, de modo a que fiquem sempre atualizados. E ainda memoriza os seus "
+"separadores para que nunca os perca de vista, mesmo entre sessões."
#: data/io.elementary.code.appdata.xml.in:16
msgid ""
@@ -46,10 +46,10 @@ msgid ""
"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."
msgstr ""
-"Faz dele o teu editor. Code foi desenhado para ser extensível. Mantêm as "
-"coisas leves e simples, ou instala extensões para tornar o Code num poderoso "
-"IDE. E com algumas configurações úteis, podes modificar o funcionamento e a "
-"interface para ficar do teu agrado. Tu decides."
+"Torne-o seu. O Code foi desenhado para ser extensível. Mantém as coisas "
+"leves e simples, ou instala extensões para tornar o Code num poderoso IDE. E "
+"com algumas preferências úteis, pode ajustar o comportamento e a interface "
+"ao seu gosto."
#: data/io.elementary.code.appdata.xml.in:22
msgid ""
@@ -57,9 +57,9 @@ msgid ""
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
-"É elementar. Code é feito para ser o editor de texto perfeito para o "
+"É elementar. O Code é feito para ser o editor de texto perfeito para o "
"elementary, pois segue os seus princípios de design, velocidade e "
-"consistência. É sensual, mas não te distrai."
+"consistência. É sensual, mas não o distrai."
#: data/io.elementary.code.appdata.xml.in:27
msgid ""
@@ -68,10 +68,10 @@ msgid ""
"full syntax highlighting with nearly all programming, scripting, and markup "
"languages."
msgstr ""
-"Funciona com a linguagem de programação que escolhas. Quer estejas a "
-"desenvolver código em Vala, PHP ou HTML, o Code não te deixa ficar mal. "
-"Experiencia realce de sintaxe em praticamente todas as linguagens de "
-"programação, scripting e marcação."
+"Funciona com a linguagem de programação que escolhe. Quer esteja a "
+"desenvolver código em Vala, PHP ou HTML, o Code não o deixa ficar mal. "
+"Experiencia o realce completo da sintaxe em praticamente todas as linguagens "
+"de programação, scripting e marcação."
#: data/io.elementary.code.appdata.xml.in:33
msgid ""
@@ -93,208 +93,258 @@ msgstr "realce de sintaxe feito com gtksouceview-3"
#: data/io.elementary.code.appdata.xml.in:43
msgid "a find bar to search the words in the files"
-msgstr "barra de pesquisa para procurar palavras-chave em arquivos"
+msgstr "uma barra de pesquisa para procurar palavras em ficheiros"
#: data/io.elementary.code.appdata.xml.in:44
msgid "tab and split documents system"
-msgstr "sistema de separadores e comparação de documentos"
+msgstr "tabulação e sistema de documentos divididos"
#: data/io.elementary.code.appdata.xml.in:45
msgid "lots of others"
-msgstr "e muito mais"
+msgstr "e muitos outros"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Novas funcionalidades:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Novo plugin Markdown para edição tipo WYSIWYG."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr ""
+msgid "Full text search within project folder."
+msgstr "Pesquisa de texto completo na pasta do projeto."
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "Outras atualizações:"
+msgid "Minor updates:"
+msgstr "Pequenas atualizações:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Permitir a extensão do corretor ortográfico nos ficheiros Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Lembra-se se a barra lateral está aberta"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Adicionar teclas de atalho para os documentos seguintes e anteriores"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+"Mostrar o caminho completo do documento na dica de ferramenta do separador"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Correções:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Corrige a disposição de barra lateral vazia, assegurando que as pastas podem "
+"sempre ser adicionadas"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Rolar até ao fim de um ficheiro"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Guarda e restaura a posição da janela de forma mais eficiente"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Traduções atualizadas"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Incluir o estado do Git nas dicas de ferramentas do ficheiro"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+"Opção para localização explícita que diferencia maiúsculas de minúsculas"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Outras atualizações:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"Mostrar correctamente o item do menu Alternar comentário quando nenhum texto "
+"é selecionado"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Alinhamento do interruptor da fonte corrigido"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"Novo item do menu \"Fechar outras pastas\" para ajudar a limpar a sua barra "
"lateral"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "Guardar e restaurar a definição de pesquisa cíclica"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "Adicionar atalhos de teclado aos itens do menu"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "Tornar os itens da pasta lateral não selecionáveis"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "Centrar novas janelas"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr "Ignora visualmente ficheiros .gitignorados na barra lateral do projeto"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr "Linhas cortar/colar inteligentes sem seleção ativa"
+msgstr "Forma inteligente de cortar/copiar linhas sem seleção"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Adicionar uma mensagem de confirmação à ação \"Restaurar\""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
"Adicionar o menu \"Abrir em\" à pasta de nível superior no gestor de pastas"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "Não mostrar ficheiros temporários no gestor de pastas"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr "Adiciona parênteses de conclusão e recuo automático por predefinição"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "Plugin de terminal de zoom com teclado"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "Honra a definição global de privacidade ao guardar e restaurar"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Simplifica a preferência \"Desenhar espaços\""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
-msgstr "Corrigir o atalho do teclado de retroceder nos resultados da pesquisa"
+msgstr "Corrigir o atalho do teclado para ir atrás nos resultados da pesquisa"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
-"Corrige os ficheiros de abertura a partir de caminhos relativos no Terminal"
+msgstr "Corrige os ficheiros abertos a partir dos mesmos caminhos no Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-"Corrige a mensagem de ficheiro nulo ao abrir uma nova janela através da dock"
+"Corrige a mensagem de ficheiro nulo ao abrir uma nova janela através da doca"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "Adicionar \"=\" como uma tecla de zoom"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr ""
-"Alterar o ícone de entrada de pesquisa quando os resultados não são "
-"encontrados"
+msgstr "Alterar o ícone de pesquisa quando os resultados não são encontrados"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr "Introduza o nome do novo ficheiro antes de criá-lo"
+msgstr "Introduza o nome do novo ficheiro antes de o criar"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Use Granite.MessageDialog ao longo"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Incluir ficheiros que não são de texto na barra lateral"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr "Corrigir Remover Vista Atual"
+msgstr "Corrigir Remover vista atual"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Corrigir comportamento de ação de nova janela do ambiente de trabalho"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Sincronizar corretamente as teclas Ctrl+N com o número de novos documentos "
"gerados"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "Correção do sistema de compilação para dependência do editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Adicionar item de menu Alterar contexto de ramificação"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-"Evite possíveis falhas de arranque relacionadas a como os plug-ins são "
+"Evite possíveis falhas de arranque relacionadas a como os plugins são "
"carregados"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Comportamento de a guardar ficheiros mais inteligente"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Correções de a guardar ficheiro"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "Não adicione ficheiros temporários ao restaurar separador"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "Não recriar ficheiros eliminados ao restaurar a sessão"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "Restaurar preferência de quebra de linha"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Adicionar dicas de ferramentas de aceleração"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Pequenas correções de problemas"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -310,15 +360,23 @@ msgstr "io.elementary.code"
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;"
-msgstr "text;IDE;scratch;"
+msgstr "texto;IDE;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr "Novo Ficheiro"
+msgstr "Novo ficheiro"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
-msgstr "Nova Janela"
+msgstr "Nova janela"
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Executar o Code como Administrador"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "É necessária autenticação para executar o Code como Administrador"
#~ msgid "New Document"
#~ msgstr "Novo documento"
diff --git a/po/extra/pt_BR.po b/po/extra/pt_BR.po
index 23ac64f6af..9447b55847 100644
--- a/po/extra/pt_BR.po
+++ b/po/extra/pt_BR.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2020-03-29 21:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-12-09 04:16+0000\n"
"Last-Translator: Rodrigo Oliveira \n"
"Language-Team: Portuguese (Brazil) \n"
@@ -105,195 +105,252 @@ msgid "lots of others"
msgstr "muito mais"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Novas funcionalidades:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr "Outras atualizações:"
+msgid "Minor updates:"
+msgstr "Pequenas atualizações:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Permitir extensão do corretor ortográfico nos arquivos Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Lembre-se se a barra lateral está aberta"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+#, fuzzy
+#| msgid "Add keyboard shortcuts for next and previous documents."
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+"Adicionat atalhos de teclado para os documentos anteriores e seguintes."
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Correções:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Corrija o layout da barra lateral vazia, garantindo que as pastas sempre "
+"possam ser adicionadas"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Rolar até o final de um arquivo"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Salve e restaure com mais eficiência a posição da janela"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Traduções atualizadas"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Incluir status Git nas dicas de ferramentas de arquivo"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+"Opção para localização explícita que diferencia maiúsculas de minúsculas"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Outras atualizações:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+"Exibir corretamente o item de menu Alternar comentário quando nenhum texto "
+"for selecionado"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Corrigido o alinhamento de fonte"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
"Novo item de menu \"Fechar outras pastas\" para ajudar a limpar sua barra "
"lateral"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr "Salvar e restaurar a configuração de pesquisa cíclica"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr "Adicionar atalhos de teclado aos itens de menu"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr "Tornar itens da pasta da barra lateral não selecionáveis"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr "Centralizar novas janelas"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
"Despriorizar visualmente os arquivos .gitignored na barra lateral do projeto"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr "Linhas inteligentes de corte/cópia sem seleção ativa"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr "Adicione um diálogo de confirmação à ação \"Restaurar\""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr "Adicionado menu \"Abrir em\" na pasta raiz no gerenciador de pastas"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr "Não mostrar arquivos temporários no gerenciador de pastas"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
"Adicionado indentação e completação de parênteses automáticos por padrão"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr "Zoom plugin de terminal com teclado"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr "Respeita a configuração de privacidade global ao salvar e restaurar"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr "Simplificar a configuração de \"Desenhar espaços\""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr "Corrigido o atalho de teclado para voltar nos resultados de busca"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr "Corrigido o abrimento de arquivos de caminhos relativos no Terminal"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
"Corrigido dialogo de arquivo nulo quando abrindo uma nova janela pela doca"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr "Adicionado \"=\" como uma tecla de ampliação"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
"Altera o ícone da barra de pesquisa quando nenhum resultado for encontrado"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr "Digite o nome do novo arquivo antes de criá-lo"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr "Utilizar Granite.MessageDialog inteiramente"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr "Incluir arquivos que não são de texto na barra lateral"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr "Corrigir Remoção de Visualização Atual"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr "Corrigir comportamento de ação de área de trabalho da Nova Janela"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
"Sincronizar corretamente as teclas Ctrl+N com o número de novos documentos "
"gerados"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr "Correção do sistema de compilação para dependência do editorconfig"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr "Adicionar item de menu de contexto Alterar Ramo"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
"Evite possíveis falhas de inicialização relacionadas a como os plugins são "
"carregados"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr "Comportamento de salvamento de arquivos mais inteligente"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr "Correções de salvamento de arquivo"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr "Não adicione arquivos temporários a guia restauração"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr "Não recriar arquivos apagados ao restaurar a sessão"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr "Restaurar preferência de quebra de linha"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr "Adicionar dicas de ferramentas de aceleração"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Pequenas correções de bugs"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -320,6 +377,14 @@ msgstr "Novo Arquivo"
msgid "New Window"
msgstr "Nova Janela"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Novo Documento"
diff --git a/po/extra/qu.po b/po/extra/qu.po
index bae74c972d..094cef67d2 100644
--- a/po/extra/qu.po
+++ b/po/extra/qu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/rm.po b/po/extra/rm.po
index e429103de6..7cafa2460e 100644
--- a/po/extra/rm.po
+++ b/po/extra/rm.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/rn.po b/po/extra/rn.po
index a1aa96bd75..896e945188 100644
--- a/po/extra/rn.po
+++ b/po/extra/rn.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ro.po b/po/extra/ro.po
index 6b74b6cc44..e76eac40b1 100644
--- a/po/extra/ro.po
+++ b/po/extra/ro.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-09-10 14:54+0000\n"
-"Last-Translator: Daniel Foré \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-02-11 08:41+0000\n"
+"Last-Translator: Silviu Popescu \n"
"Language-Team: Romanian \n"
"Language: ro\n"
@@ -18,13 +18,13 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
"20)) ? 1 : 2;\n"
-"X-Generator: Weblate 3.7.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
msgid "Code"
-msgstr ""
+msgstr "Code"
#: data/io.elementary.code.appdata.xml.in:9
#, fuzzy
@@ -111,185 +111,232 @@ msgid "lots of others"
msgstr "multe altele"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -318,6 +365,14 @@ msgstr ""
msgid "New Window"
msgstr "Fereastră nouă"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Document nou"
diff --git a/po/extra/ru.po b/po/extra/ru.po
index 4ede0637a5..1bb909ca7c 100644
--- a/po/extra/ru.po
+++ b/po/extra/ru.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-06-09 02:29+0000\n"
-"Last-Translator: Khomyak-sibiryak \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-13 08:25+0000\n"
+"Last-Translator: DartDeaDia \n"
"Language-Team: Russian \n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -17,7 +17,7 @@ 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 3.6.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -103,186 +103,242 @@ msgid "lots of others"
msgstr "и многое другое"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Новые функции:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Новый плагин разметки для WYSIWYG-подобного редактирования."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Незначительные обновления:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Разрешить расширение проверки орфографии в файлах Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Запоминать, открыта ли боковая панель"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Добавлены горячие клавиши для следующих и предыдущих документов"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "Отображение полного пути к документу в подсказке вкладки"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Исправления:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Исправлен вид пустой боковой панели, обеспечив возможность всегда добавлять "
+"папки"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Более эффективное сохранение и восстановление положения окна"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
+msgstr "Обновлены переводы"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Включен статус Git во всплывающие подсказки файлов"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Опция для явного поиска с учетом регистра"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Остальные обновления:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+#, fuzzy
+msgid "Correctly show Toggle Comment menu item when no text is selected"
msgstr ""
+"Правильное отображение меню «Закомментировать/Раскомментировать», если не "
+"выбран текст"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Исправлено выравнивание переключателя шрифтов"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
+"Новый пункт меню «Закрыть остальные папки», который поможет очистить боковую "
+"панель"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "Сохранение и восстановление параметров циклического поиска"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "Добавлены горячие клавиши к пунктам меню"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
+"Выбор элементов папки на боковой панели были сделаны недоступными для выбора"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "Центрирование новых окон"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
-msgstr ""
+msgstr "Визуально обесценены .gitignored файлы на боковой панели проекта"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "Умные линии вырезания/копирования без активного выделения"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "Добавлено диалоговое окно для подтверждения действия «Восстановить»"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
+"В менеджере папок добавлено меню \"Открыть в\" для папки верхнего уровня"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Не отображать временные файлы в менеджере папок"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
-msgstr ""
+msgstr "Добавлены типичные завершения скобок и автоматический отступ"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Плагин масштабирования терминала с помощью клавиатуры"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr ""
+msgstr "Добавлен «=» в качестве клавиши масштабирования"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "Включены не текстовые файлы на боковую панель"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
-msgstr ""
+msgstr "Более умное поведение сохранения файлов"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "Исправления сохранения файлов"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -298,16 +354,24 @@ msgstr "io.elementary.code"
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;"
-msgstr "text;IDE;scratch;"
+msgstr "текст;редактор;код;IDE;"
#: 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 "Новое окно"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Новый документ"
diff --git a/po/extra/rue.po b/po/extra/rue.po
index 567dce06d1..f7e0bfc868 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/rw.po b/po/extra/rw.po
index 7e7c3da3c2..190de74ac1 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/sa.po b/po/extra/sa.po
index da538b3f51..458d07728e 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/sc.po b/po/extra/sc.po
index 1964a206d3..41e08ce473 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/sd.po b/po/extra/sd.po
index ff8f74b1b5..2abfa47e5e 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/se.po b/po/extra/se.po
index f94da1288f..1cb5c630cd 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/sg.po b/po/extra/sg.po
index 8c09cae0a0..611a6e63d4 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/si.po b/po/extra/si.po
index 22a62df767..c820a8cfa3 100644
--- a/po/extra/si.po
+++ b/po/extra/si.po
@@ -7,23 +7,22 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2018-06-10 00:11+0000\n"
-"Last-Translator: Gamunu Balagalla \n"
-"Language-Team: Sinhala \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-03-04 17:58+0000\n"
+"Last-Translator: HelaBasa \n"
+"Language-Team: Sinhala \n"
"Language: si\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 2.18\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
msgid "Code"
-msgstr "Code"
+msgstr "කේතය"
#: data/io.elementary.code.appdata.xml.in:9
msgid "The editor that works"
@@ -87,185 +86,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -288,12 +334,20 @@ msgstr "ස්ක්රැච්"
#: 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 "නව කවුළුවක්"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "නව ගොනුවක්"
diff --git a/po/extra/sk.po b/po/extra/sk.po
index abf3d2efe1..4da4eb8712 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-02-13 00:07+0000\n"
"Last-Translator: tylnesh \n"
"Language-Team: Slovak \n"
"Language-Team: Slovenian \n"
"Language-Team: Albanian \n"
@@ -86,185 +86,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -291,3 +338,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/sr.po b/po/extra/sr.po
index ddaa6f2252..ea293af9a7 100644
--- a/po/extra/sr.po
+++ b/po/extra/sr.po
@@ -7,74 +7,71 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2017-01-06 22:19+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-03-11 12:54+0000\n"
"Last-Translator: Мирослав Николић \n"
-"Language-Team: Serbian <(nothing)>\n"
+"Language-Team: Serbian \n"
"Language: sr\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.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
-"X-Generator: Launchpad (build 18366)\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
msgid "Code"
-msgstr ""
+msgstr "Код"
#: data/io.elementary.code.appdata.xml.in:9
-#, fuzzy
msgid "The editor that works"
-msgstr "Уређивач текста који ради"
+msgstr "Уређивач који ради"
#: data/io.elementary.code.appdata.xml.in:11
-#, 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."
msgstr ""
-"Жврљко је уређивач текста који ради за вас. Сам чува ваше датотеке, што "
-"значи да су увек у најновијем издању. Поред тога памти ваше језичке тако да "
-"никада не изгубите своје место, чак и између сесија."
+"Кȏд је уређивач који ради за вас. Сам чува ваше датотеке, што значи да су "
+"увек у најновијем издању. Поред тога памти ваше језичке тако да никада не "
+"губите ваше место, чак и између сесија."
#: data/io.elementary.code.appdata.xml.in:16
-#, fuzzy
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 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."
msgstr ""
-"Учините га вашим. Жврљко је написан из ничега да би био проширив. Држите "
-"ствари супер лаганим и једноставним, или инсталирајте додатке да претворите "
-"Жврљка у пуно радно ИДЕ; то је ваш избор. И са неколико корисних поставки, "
-"можете подесити понашање и сучеље по свом укусу."
+"Учините га вашим. Кȏд је написан из темеља да би био проширив. Држите ствари "
+"супер лаганим и једноставним, или инсталирајте додатке да претворите Кȏд у "
+"пуно радно ИДЕ; то је ваш избор. И са неколико корисних поставки, можете "
+"подесити понашање и сучеље по вашем укусу."
#: data/io.elementary.code.appdata.xml.in:22
-#, fuzzy
msgid ""
"It's elementary. Code is made to be the perfect editor for elementary, "
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
-"Он је елементарни. Жврљко је направљен да буде савршен уређивач текста за "
-"елементарни, што значи да пажљиво прати високе стандарде пројектовања, "
-"брзине и доследности. Врло је љубак, али не одвраћа пажњу."
+"То је елементари. Кȏд је направљен да буде савршен уређивач за елементари, "
+"што значи да пажљиво прати високе стандарде пројектовања, брзине и "
+"доследности. Врло је љубак, али не одвраћа пажњу."
#: data/io.elementary.code.appdata.xml.in:27
-#, 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."
msgstr ""
-"Радови и на српском језику. Без обзира да ли печете занат кодирања у Вали, "
-"скриптингу са ПХП-ом, или означавате ствари у ХТМЛ-у, Жврљко ће вам добро "
-"доћи. Искусите пуно синтаксичко истицање у готово сваким језицима "
-"програмирања, скрипти и означавања."
+"Ради и на српском језику. Без обзира да ли печете занат кодирања у Вали, "
+"скриптингу са ПХП-ом, или означавате ствари у ХТМЛ-у, Кȏд ће вам добро доћи. "
+"Искусите пуно синтаксичко истицање у готово свим језицима програмирања, "
+"скрипти и означавања."
#: data/io.elementary.code.appdata.xml.in:33
msgid ""
@@ -96,7 +93,7 @@ msgstr "истицање синтаксе са „gtksourceview-3“"
#: data/io.elementary.code.appdata.xml.in:43
msgid "a find bar to search the words in the files"
-msgstr "трака налажења за тражење речи у датотекама"
+msgstr "трака претраге за тражење речи у датотекама"
#: data/io.elementary.code.appdata.xml.in:44
msgid "tab and split documents system"
@@ -107,212 +104,276 @@ msgid "lots of others"
msgstr "много других"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Нове функције:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Нови прикључак означавања за ОШВЈОШД-слично уређивање."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Мања освежења:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Допушта проширење провере правописа у датотекама обележавања"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Памти да ли је бочна површ отворена"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Додаје пречице тастатуре за следеће и претходне документе"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "Прикажи пуну путању документа у облачићу језичка"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Поправке:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Поправља празан распоред бочне површи, осигуравајући да се фасцикле увек "
+"могу додати"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Премиче преко краја датотеке"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Делотворније чува и враћа положај прозора"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
+msgstr "Освежени преводи"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Укључује стање Гита у облачићима датотеке"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Опција за изричито налажење осетљивости на величину слова"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Остала освежења:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
msgstr ""
+"Исправно приказује ставку изборника окидања напомене када није изабран текст"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Поправљено поравнање пребацивања словног лика"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
+"Нова ставка изборника „Затвори друге фасцикле“ која помаже чишћењу ваше "
+"бочне површи"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "Чува и враћа поставке цикличне претраге"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "Додаје пречице тастатуре ставкама изборника"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgstr "Чини да се ставке фасцикле бочне површи не могу изабрати"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "Нове прозоре поставља у средиште"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
-msgstr ""
+msgstr "Видно поништава хитност „.gitignored“ датотека у бочној траци пројекта"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "Паметни исеци/умножи редови без активног избора"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "Додаје прозорче потврђивања радњи враћања"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
+"Додаје изборник „Отвори у“ у фасциклу највишег нивоа у управнику фасцикли"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Не приказује привремене датотеке у управнику фасцикли"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
-msgstr ""
+msgstr "Додаје допуњавање заграда и самоувлачење по основи"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Зумира прикључак терминала тастатуром"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
-msgstr ""
+msgstr "Поштује опште подешавање приватности приликом чувања и враћања"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
-msgstr ""
+msgstr "Поједностављује поставке исцртавања размака"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
-msgstr ""
+msgstr "Поправља пречицу тастатуре за кретање уназад у резултатима претраге"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
+msgstr "Поправља отварање датотека из односних путања у терминалу"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
-msgstr ""
+msgstr "Поправља ништавно прозорче датотеке када отвара нови прозор путем луке"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr ""
+msgstr "Додаје = као тастер увеличања"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr ""
+msgstr "Мења иконицу уноса претраге када не нађе резултате"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "Уноси назив нове датотеке пре њеног стварања"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr ""
+msgstr "Користи „Granite.MessageDialog“ пролаз"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "Укључује нетекстуалне датотеке у бочној површи"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr ""
+msgstr "Поправља уклањање текућег прегледа"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
-msgstr ""
+msgstr "Поправља понашање радње радне површи новог прозора"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
+"Исправно усаглашава притиске тастера Ктрл+N са бројем нових изрођених "
+"докумената"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
-msgstr ""
+msgstr "Поправка градње система за зависност уређивача подешавања"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr ""
+msgstr "Додаје ставку приручног изборника промене гране"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
+"Избегава могуће урушавање покретања односно на начин учитавања прикључака"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
-msgstr ""
+msgstr "Паметније понашање чувања датотека"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "Исправке чувања датотеке"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
-msgstr ""
+msgstr "Не додаје привремене датотеке у враћање језичка"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
-msgstr ""
+msgstr "Поново не прави обрисане датотеке приликом враћања сесије"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr ""
+msgstr "Враћа поставке прелома реда"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
-msgstr ""
+msgstr "Додаје облачиће убрзања"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "Мање исправке грешака"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr ""
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
+msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
-#, fuzzy
msgid "Edit code files"
-msgstr "Уређујте текстуалне датотеке"
+msgstr "Уредите кодне датотеке"
#: data/io.elementary.code.desktop.in.in:6
msgid "Code Editor"
-msgstr ""
+msgstr "Уређивач кода"
#: data/io.elementary.code.desktop.in.in:8
msgid "io.elementary.code"
-msgstr ""
+msgstr "io.elementary.code"
#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
msgid "text;IDE;scratch;"
-msgstr "Жврљко"
+msgstr "текст;ИДЕ;ИРО;нацрт;скица;"
#: 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 "Покрени Код као администратор"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Потребно је потврђивање идентитета за покретање Кода као администратор"
#~ msgid "Notepad;IDE;Plain;"
#~ msgstr "белешка;ИДЕ;обичан;"
diff --git a/po/extra/ss.po b/po/extra/ss.po
index b636048519..dca111a1c7 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/st.po b/po/extra/st.po
index e8c325f18f..8a603af627 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/su.po b/po/extra/su.po
index b26fcc3a4d..41019eb778 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/sv.po b/po/extra/sv.po
index f227017306..b88327aacf 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-21 10:17+0000\n"
"Last-Translator: Fredrik B \n"
"Language-Team: Swedish \n"
"Language-Team: Silesian \n"
"Language-Team: Tagalog \n"
"Language-Team: Turkish \n"
"Language: tr\n"
@@ -16,7 +16,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -34,9 +34,10 @@ msgid ""
"they're always up-to-date. Plus it remembers your tabs so you never lose "
"your spot, even in between sessions."
msgstr ""
-"Kod sizin için çalışan bir düzenleyicidir. Dosyalarınız otomatik kaydeder, "
-"yani her zaman günceldirler. Üstelik sekmelerinizi hatırlar böylece "
-"kaldığınız noktayı asla kaybetmezsiniz, oturumlar arasında bile."
+"Code sizin için çalışan bir düzenleyicidir. Dosyalarınızı otomatik olarak "
+"kaydeder, bunun anlamı dosyalarınız daima günceldir. İlave olarak "
+"sekmelerinizi hatırlar, bu sayede oturumlar arasında bile gözünüz projenizin "
+"üstünde olur."
#: data/io.elementary.code.appdata.xml.in:16
msgid ""
@@ -103,186 +104,235 @@ msgid "lots of others"
msgstr "ve daha niceleri"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr "Yeni özellikler:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "WYSIWYG gibi düzenleme yapmak için yeni Markdown eklentisi."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Küçük düzeltmeler:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Markdown dosyalarında Yazım Denetleyicisi uzantısına izin ver"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "Önceki ve sonraki belgeler için klavye kısayolları atandı"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Düzeltmeler:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr "Kenar çubuğu düzeltilerek her zaman klasör eklenebilmesi sağlandı"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Dosyanın sonundan öteye kaydırma"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+"Pencere konumunun daha verimli şekilde kaydedilmesi ve geri getirilmesi "
+"sağlandı"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr "Çeviriler güncellendi"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Dosya ipuçlarına Git durumu dahil edildi"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Büyük-küçük harfe duyarlı Bul seçeneği eklendi"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Diğer güncellemeler:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "Menü öğelerine klavye kısayolları atandı"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Geçici dosyaları dizin yöneticisinde gösterme"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr "Küçük hata düzeltmeleri"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -298,7 +348,7 @@ msgstr "io.elementary.code"
#: data/io.elementary.code.desktop.in.in:11
msgid "text;IDE;scratch;"
-msgstr "metin;IDE;karalama;"
+msgstr "metin;IDE;karalama;text;code;scratch;"
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
@@ -308,6 +358,14 @@ msgstr "Yeni Dosya"
msgid "New Window"
msgstr "Yeni Pencere"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "Yeni Belge"
diff --git a/po/extra/ts.po b/po/extra/ts.po
index c4cc73299e..5fea042572 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/tt.po b/po/extra/tt.po
index 0a511dffbb..9ee816dcba 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/tw.po b/po/extra/tw.po
index af0e387df3..a0dd34255d 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ty.po b/po/extra/ty.po
index ec4789ef86..a474463fda 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/ug.po b/po/extra/ug.po
index a9c986f0d6..6a92de57ff 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-12-07 08:58+0000\n"
"Last-Translator: ablimet \n"
"Language-Team: Uyghur \n"
@@ -110,185 +110,232 @@ msgid "lots of others"
msgstr "ۋە باشقا نۇرغۇنلار"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -317,6 +364,14 @@ msgstr ""
msgid "New Window"
msgstr ""
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "Notepad;IDE;Plain;"
#~ msgstr "خاتىرە دەپتەر؛IDE؛ساپ يىزىق؛"
diff --git a/po/extra/uk.po b/po/extra/uk.po
index af5cdff3fd..1b88a189e9 100644
--- a/po/extra/uk.po
+++ b/po/extra/uk.po
@@ -7,9 +7,9 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-09-10 14:54+0000\n"
-"Last-Translator: Daniel Foré \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-04-27 21:07+0000\n"
+"Last-Translator: Ihor Hordiichuk \n"
"Language-Team: Ukrainian \n"
"Language: uk\n"
@@ -18,65 +18,60 @@ 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 3.7.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
msgid "Code"
-msgstr ""
+msgstr "Код"
#: data/io.elementary.code.appdata.xml.in:9
-#, fuzzy
msgid "The editor that works"
-msgstr "Текстовий редактор, що працює"
+msgstr "Редактор, який працює"
#: data/io.elementary.code.appdata.xml.in:11
-#, 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."
msgstr ""
-"Scratch - це текстовий редактор, який працює на вас. Він автоматично "
-"зберігає ваші файли, а також запам'ятовує відкриті вкладки. Ви ніколи не "
-"втратите місце, на якому зупинилися, навіть в перервах між сесіями."
+"Код — це редактор, який працює для вас. Він автоматично зберігає ваші файли. "
+"Також він запам'ятовує відкриті вкладки, тож ви ніколи не втратите місце, на "
+"якому зупинилися, навіть в перервах між сеансами."
#: data/io.elementary.code.appdata.xml.in:16
-#, fuzzy
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 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."
msgstr ""
-"Зробіть його своїм. Scratch написаний з нуля, щоб бути розширюваним. Залиште "
-"його легковажним і простим або встановіть розширення, щоб перетворити "
-"Scratch в повномасштабний IDE, вибір за вами. А з жменькою корисних "
-"налаштувань ви зможете змінити поведінку і інтерфейс за своїм смаком."
+"Зробіть його своїм. Код написано з нуля, щоб він був розширюваним. Залиште "
+"його легким і простим або встановіть розширення, щоб перетворити Код на "
+"повномасштабне IDE, вибір за вами. А з корисними налаштуваннями ви зможете "
+"змінити поведінку й інтерфейс за своїм смаком."
#: data/io.elementary.code.appdata.xml.in:22
-#, fuzzy
msgid ""
"It's elementary. Code is made to be the perfect editor for elementary, "
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
-"Це elementary. Scratch зроблений, щоб бути ідеальним текстовим редактором "
-"для elementary, що означає дотримання високих стандартів дизайну, швидкість "
-"і послідовність. Це привабливо, але не отвлекающе."
+"Це елементарно. Код зроблено, щоб бути ідеальним редактором для elementary, "
+"що означає дотримання високих стандартів дизайну, швидкість і послідовність. "
+"Він привабливий, але не відвертає."
#: data/io.elementary.code.appdata.xml.in:27
-#, 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."
msgstr ""
-"Працюйте зі своєю мовою. Строете ви код на Vala, пишіть скрипти на PHP або "
-"робите речі на HTML, Scratch прикриє вас. Повна підсвічування синтаксису "
-"багатьох мов програмування, скриптинга і розмітки."
+"Працюйте зі своєю мовою. Пишете ви код на Vala, скрипти на PHP або робите "
+"щось на HTML, Код прикриє вас. Підсвічування синтаксису багатьох мов "
+"програмування, сценаріїв і розмітки."
#: data/io.elementary.code.appdata.xml.in:33
msgid ""
@@ -84,7 +79,7 @@ msgid ""
"Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, "
"Objective C, Pascal, Perl, Python, Ruby, XML."
msgstr ""
-"Інші мови що підтримують: Bash, C, C #, C ++. Cmake, CSS, .Desktop, Diff, "
+"Інші підтримувані мови: Bash, C, C #, C ++. Cmake, CSS, .Desktop, Diff, "
"Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, Objective C, "
"Pascal, Perl, Python, Ruby, XML."
@@ -109,213 +104,276 @@ msgid "lots of others"
msgstr "і багато іншого"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Нові функції:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "Новий плагін розмітки для WYSIWYG-подібного редагування."
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr ""
+msgid "Full text search within project folder."
+msgstr "Повнотекстовий пошук у теці проєкту."
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Незначні оновлення:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "Дозволити розширення перевірки правопису у файлах Markdown"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Пам'ятати чи відкрито бічну панель"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+"Додано комбінації клавіш переходу до наступного та попереднього документів"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "Показ повного шляху до документа у підказці вкладки"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "Виправлення:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+"Виправлено вигляд порожньої бічної панелі, забезпечивши можливість завжди "
+"додавати теки"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Тепер можна гортати далі кінця файлу"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "Ефективніше збереження та відновлення положення вікна"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
+msgstr "Оновлено переклади"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "Стан Git включено до підказок для файлів"
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "Можливість явного пошуку з урахуванням регістру"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "Інші оновлення:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
msgstr ""
+"Правильний показ пункту меню «Перемкнути коментар», якщо не вибрано текст"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "Виправлено вирівнювання перемикача шрифтів"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
+"Новий пункт меню «Закрити інші теки», який допоможе очистити бічну панель"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "Збереження та відновлення параметрів циклічного пошуку"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "Додано комбінації клавіш до пунктів меню"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgstr "Унеможливлено вибір елементів теки на бічній панелі"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "Центрування нових вікон"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
-msgstr ""
+msgstr "Візуально знецінено .gitignored у файлах на бічній панелі проєкту"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "Розумні лінії вирізання/копіювання без активного виділення"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "Додано діалогове вікно підтвердження дії «Відновити»"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
-msgstr ""
+msgstr "Додано меню «Відкрити в» до теки верхнього рівня в менеджері тек"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "Не показувати тимчасові файли в менеджері тек"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
-msgstr ""
+msgstr "Додано типові завершення дужок та автоматичний відступ"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "Плагін масштабування терміналу за допомогою клавіатури"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
+"Підпорядкування загальним параметрам приватності під час збереження та "
+"відновлення"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
-msgstr ""
+msgstr "Спрощено параметр «Малювати пробіли»"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
-msgstr ""
+msgstr "Виправлено комбінацію клавіш для повернення назад у результатах пошуку"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
+msgstr "Виправлено відкриття файлів із відносних шляхів у Терміналі"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
+"Виправлено діалогове вікно файлу під час відкриття нового вікна через док"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr ""
+msgstr "«=» додано до клавіш масштабування"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr ""
+msgstr "Змінено піктограму поля пошуку, коли результатів не знайдено"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "Введення назви нового файлу до його створення"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr ""
+msgstr "Повсюдне використання Granite.MessageDialog"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "Включено не текстові файли на бічну панель"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr ""
+msgstr "Виправлено вилучення поточного подання"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
-msgstr ""
+msgstr "Виправлено поведінку дії на робочому столі Нове вікно"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
+"Правильна синхронізація натискання клавіш Ctrl+N із кількістю створених "
+"нових документів"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
-msgstr ""
+msgstr "Виправлено залежність editorconfig для збирання системи"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr ""
+msgstr "Додано пункт контекстного меню «Змінити гілку»"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
-msgstr ""
+msgstr "Уникання можливого збою запуску, пов’язаного із завантаженням плагінів"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
-msgstr ""
+msgstr "Розумніша поведінка збереження файлів"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "Виправлення збереження файлів"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
-msgstr ""
+msgstr "Тимчасові файли більше не додаються для відновлення вкладки"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
-msgstr ""
+msgstr "Видалені файли більше не створюються знову під час відновлення сеансу"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr ""
+msgstr "Відновлення параметрів перенесення рядків"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
-msgstr ""
+msgstr "Додано підказки Accel"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "Незначні виправлення"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr ""
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
-#, fuzzy
msgid "Edit code files"
-msgstr "Редагувати текстові файли"
+msgstr "Зміна файлів з кодом"
#: data/io.elementary.code.desktop.in.in:6
msgid "Code Editor"
-msgstr ""
+msgstr "Редактор коду"
#: data/io.elementary.code.desktop.in.in:8
msgid "io.elementary.code"
-msgstr ""
+msgstr "io.elementary.code"
#: data/io.elementary.code.desktop.in.in:11
-#, fuzzy
msgid "text;IDE;scratch;"
-msgstr "Чирк"
+msgstr "текст;редактор;код;text;IDE;"
#: 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 "Нове вікно"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "Запуск Коду з правами адміністратора"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "Потрібна автентифікація для запуску Коду з правами адміністратора"
+
#~ msgid "New Document"
#~ msgstr "Новий документ"
diff --git a/po/extra/ur.po b/po/extra/ur.po
index fb310f6d11..87e80be7a8 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/uz.po b/po/extra/uz.po
index 24a756f865..cd13157752 100644
--- a/po/extra/uz.po
+++ b/po/extra/uz.po
@@ -7,23 +7,25 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2018-10-18 14:13-0700\n"
-"Last-Translator: Automatically generated\n"
-"Language-Team: none\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-09-26 13:14+0000\n"
+"Last-Translator: Shukrullo \n"
+"Language-Team: Uzbek \n"
"Language: uz\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ASCII\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 3.9.1\n"
#: data/io.elementary.code.appdata.xml.in:8
#: data/io.elementary.code.desktop.in.in:4
msgid "Code"
-msgstr ""
+msgstr "Code"
#: data/io.elementary.code.appdata.xml.in:9
msgid "The editor that works"
-msgstr ""
+msgstr "Ishlatsa bo'ladigan matn tahrirlovchisi"
#: data/io.elementary.code.appdata.xml.in:11
msgid ""
@@ -31,6 +33,10 @@ msgid ""
"they're always up-to-date. Plus it remembers your tabs so you never lose "
"your spot, even in between sessions."
msgstr ""
+"Code 0 bu siz uchun barcha ishni qiladigan matn muharriri. U avtomatik "
+"ravishda sizning fayllaringizni saqlab qo'yadi, ochilgan vkladkalarni eslab "
+"qoladi. Siz hech qachon ishingizni qayerda to'xtatganingizni unutib "
+"qo'ymaysiz, hattoki dam olib kelganingizdan keyin ham."
#: data/io.elementary.code.appdata.xml.in:16
msgid ""
@@ -39,6 +45,11 @@ msgid ""
"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."
msgstr ""
+"Uni o'zingizniki qilib oling. Code kengayuvchan bo'lishi uchun hammasi bir "
+"boshidan yozib chiqilgan. Uni yoki yengil va oddiy holida qoldiring yoki uni "
+"turli xil qo'shimchalar bilan kengaytirib to'liq IIM (IDE) ga aylanitirib "
+"oling, tanlov sizdan. Uning turli xil kengaytmalari bilan siz uni "
+"o'zingizning tabingizga qarab bemalol moslab olishingiz mumkin."
#: data/io.elementary.code.appdata.xml.in:22
msgid ""
@@ -46,6 +57,9 @@ msgid ""
"meaning it closely follows the high standards of design, speed, and "
"consistency. It's sexy, but not distracting."
msgstr ""
+"Bu elementary. Code ilovasi elementary uchun ideal matn tahrirlovchisi "
+"bo'lishi uchun yaratilgan, dizaynning yuqori standartlariga tayanadi, tezkor "
+"va qulay. Bu o'ziga jalb qiladi, lekin hech qachon chalg'itmaydi."
#: data/io.elementary.code.appdata.xml.in:27
msgid ""
@@ -54,6 +68,10 @@ msgid ""
"full syntax highlighting with nearly all programming, scripting, and markup "
"languages."
msgstr ""
+"O'zingiz yoqtirgan tilda kod yozinf. Siz Valada kod yozasizmi yoki PHP da "
+"skriptmi yoki bo'lmasam HTML da turli xil narsalar yaratasizmi barchasi bu "
+"ilovada muhayyo qilingan. Deyarli barcha skript, belgilash, dasturlash "
+"tillari uchun sintaksisni ranglarga ajratish funksiyasi mavjud."
#: data/io.elementary.code.appdata.xml.in:33
msgid ""
@@ -61,207 +79,263 @@ msgid ""
"Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, Makefile, "
"Objective C, Pascal, Perl, Python, Ruby, XML."
msgstr ""
+"Boshqa qo'llab-quvvatlanadigan dasturlash tillari: Bash, C, C#, C++. Cmake, "
+"CSS, .Desktop, Diff, Fortran, Gettext, ini, Java, JavaScript, LaTex, Lua, "
+"Makefile, Objective C, Pascal, Perl, Python, Ruby, XML."
#: data/io.elementary.code.appdata.xml.in:38
msgid "Additional features include:"
-msgstr ""
+msgstr "Bundan tashqari mana bu qo'shimcha imkoniyatlarni ham taqdim etadi:"
#: data/io.elementary.code.appdata.xml.in:42
msgid "syntax highlighting with gtksourceview-3"
-msgstr ""
+msgstr "gtksourceview-3 orqali sintaksisni ranglarga ajratish"
#: data/io.elementary.code.appdata.xml.in:43
msgid "a find bar to search the words in the files"
-msgstr ""
+msgstr "hujjatlarda so'zlar bo'yicha izlashni amalga oshirish"
#: data/io.elementary.code.appdata.xml.in:44
msgid "tab and split documents system"
-msgstr ""
+msgstr "dastur oynasini teng ikkiga vkladkalar orqali bo'lib olib ishlatish"
#: data/io.elementary.code.appdata.xml.in:45
msgid "lots of others"
-msgstr ""
+msgstr "va boshqa ko'plab imkoniyatlar"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "Yangi imkoniyatlar:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "Kichik yangilanishlar:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
+"Markdown fayllarida avtomatik so'zlarni imloga tekshirish qo'shimchasini "
+"yoqish"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "Yon panelda qaysi joylar ochilganini eslab qolish"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "To'g'rilashlar:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+#, fuzzy
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr "Fix empty sidebar layout, ensuring folders can always be added"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "Faylni oxiriga o'tish"
+
+#: data/io.elementary.code.appdata.xml.in:74
+#, fuzzy
+msgid "More efficiently save and restore window position"
+msgstr "More efficiently save and restore window position"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
+msgstr "Yangilangan tarjimalar"
+
+#: data/io.elementary.code.appdata.xml.in:83
+#, fuzzy
+msgid "Include Git status in file tooltips"
+msgstr "Include Git status in file tooltips"
+
+#: data/io.elementary.code.appdata.xml.in:84
+#, fuzzy
+msgid "Option for explicit case-sensitive Find"
+msgstr "Option for explicit case-sensitive Find"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -282,8 +356,16 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:17
msgid "New File"
-msgstr ""
+msgstr "Yangi fayl"
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
+msgstr "Yangi oyna"
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
msgstr ""
diff --git a/po/extra/ve.po b/po/extra/ve.po
index 39d2cbda25..1819e9dd32 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/vi.po b/po/extra/vi.po
index 4fe163524d..68b724d591 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -84,185 +84,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -288,3 +335,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/vo.po b/po/extra/vo.po
index a1cb868102..d5c7bd44b4 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/wa.po b/po/extra/wa.po
index 2510d0e5cc..17c78f155a 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/wo.po b/po/extra/wo.po
index 87c5c7defc..861c5d563c 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/xh.po b/po/extra/xh.po
index f293feaba7..0c4e2083f1 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/yi.po b/po/extra/yi.po
index d34908a144..be9d05fb66 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/yo.po b/po/extra/yo.po
index 2f2b47e89a..215ef0dd00 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/za.po b/po/extra/za.po
index b5fa358c72..d61483838b 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/zh.po b/po/extra/zh.po
index 4fb652cae6..89cd54e4ae 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-09-10 14:55+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Chinese \n"
@@ -85,185 +85,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -290,5 +337,13 @@ msgstr ""
msgid "New Window"
msgstr "新窗口"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "新建文档"
diff --git a/po/extra/zh_CN.po b/po/extra/zh_CN.po
index 4e65581ade..f4fb0634d5 100644
--- a/po/extra/zh_CN.po
+++ b/po/extra/zh_CN.po
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2019-12-30 07:56+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-05 10:47+0000\n"
"Last-Translator: colindemian \n"
"Language-Team: Chinese (Simplified) \n"
@@ -17,7 +17,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -99,186 +99,233 @@ msgid "lots of others"
msgstr "更多其他功能"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
-msgstr ""
+msgstr "新特性:"
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
-msgstr ""
+msgid "New Markdown plugin for WYSIWYG-like editing."
+msgstr "为 WYSIWYG-like 编辑提供新 Markdown 插件。"
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
-msgstr ""
+msgid "Full text search within project folder."
+msgstr "在项目文件夹中进行全文搜索。"
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
-msgstr ""
+msgid "Minor updates:"
+msgstr "小幅更新:"
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
-msgstr ""
+msgid "Allow Spell Checker extension in Markdown files"
+msgstr "在 Markdown 文件里可以使用拼写检查插件"
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
-msgstr ""
+msgid "Remember whether the sidebar is open"
+msgstr "记忆侧边栏开关状态"
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr "为下一个和上一个文档添加键盘快捷键"
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr "在选项卡工具提示中显示完整的文档路径"
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr "修复:"
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr "修正了空的侧边栏布局, 确保文件夹可以随时添加"
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr "滚动到文件的末尾"
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr "更有效地保存和恢复窗口位置"
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
-msgstr ""
+msgstr "翻译更新"
+
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr "在文件提示中包含 Git 状态"
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr "严谨区分大小写的查找选项"
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr "其它更新:"
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr "当没有选择文本时正确地显示切换注释菜单项"
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr "固定对齐字体"
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
-msgstr ""
+msgstr "新建 \"关闭其他文件夹\" 菜单项,以帮助清理你的工具条"
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
-msgstr ""
+msgstr "保存和恢复循环搜索设置"
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
-msgstr ""
+msgstr "为菜单项添加键盘快捷键"
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
-msgstr ""
+msgstr "使侧边栏文件夹项不可选择"
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
-msgstr ""
+msgstr "居中新建的窗口"
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
-msgstr ""
+msgstr "优先可视化侧边栏中的 .gitignored 文件"
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
-msgstr ""
+msgstr "智能剪切/复制行"
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
-msgstr ""
+msgstr "为“恢复”操作添加一个确认对话框"
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
-msgstr ""
+msgstr "在文件夹管理器的根文件夹中添加“打开”菜单"
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
-msgstr ""
+msgstr "不要在文件夹管理器中显示临时文件"
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
-msgstr ""
+msgstr "默认情况下添加括号补全和自动缩进"
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
-msgstr ""
+msgstr "使用键盘缩放终端插件"
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
-msgstr ""
+msgstr "保存与恢复遵从全局隐私设置"
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
-msgstr ""
+msgstr "简化“绘制空间”首选项"
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
-msgstr ""
+msgstr "修复了在搜索结果中后退的键盘快捷键问题"
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
-msgstr ""
+msgstr "修复了终端中从对应路径打开文件的问题"
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
-msgstr ""
+msgstr "修复通过程序坞打开新窗口时空文件对话框的问题"
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
-msgstr ""
+msgstr "添加 \"=\" 键作为缩放键"
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
-msgstr ""
+msgstr "当没有找到结果时,更改搜索条目图标"
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
-msgstr ""
+msgstr "在创建新文件之前输入文件名"
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
-msgstr ""
+msgstr "始终使用 Granite.MessageDialog 对话框"
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
-msgstr ""
+msgstr "在侧边栏中包含非文本文件"
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
-msgstr ""
+msgstr "修复移除当前视图的问题"
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
-msgstr ""
+msgstr "修复“新窗口”桌面操作行为"
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
-msgstr ""
+msgstr "按下 Ctrl+N 组合键次数与生成的新文档数量现已正确同步"
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
-msgstr ""
+msgstr "为 editorconfig 依赖构建系统修复"
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
-msgstr ""
+msgstr "添加“更改分支”上下文菜单项"
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
-msgstr ""
+msgstr "避免与插件加载方式相关的启动崩溃"
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
-msgstr ""
+msgstr "更智能的文件保存行为"
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
-msgstr ""
+msgstr "修复文件保存相关问题"
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
-msgstr ""
+msgstr "不再将临时文件添加到还原选项卡"
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
-msgstr ""
+msgstr "还原会话时不重新创建已删除的文件"
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
-msgstr ""
+msgstr "恢复换行首选项"
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
-msgstr ""
+msgstr "添加 accel 工具提示"
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
-msgstr ""
+msgstr "次要问题修复"
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
-msgstr "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
+msgstr "elementary, Inc."
#: data/io.elementary.code.desktop.in.in:5
msgid "Edit code files"
@@ -304,6 +351,14 @@ msgstr "新文件"
msgid "New Window"
msgstr "新窗口"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr "以管理员身份运行"
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr "以管理员身份运行需要进行验证"
+
#~ msgid "New Document"
#~ msgstr "新文件"
diff --git a/po/extra/zh_HK.po b/po/extra/zh_HK.po
index b7728b93ef..064da0c70b 100644
--- a/po/extra/zh_HK.po
+++ b/po/extra/zh_HK.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/extra/zh_TW.po b/po/extra/zh_TW.po
index 7b2d724821..4678628608 100644
--- a/po/extra/zh_TW.po
+++ b/po/extra/zh_TW.po
@@ -7,17 +7,17 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
-"PO-Revision-Date: 2018-02-24 11:52+0000\n"
-"Last-Translator: Cheng-Chia Tseng \n"
-"Language-Team: Chinese (Traditional) \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-08-16 06:13+0000\n"
+"Last-Translator: P.-H. Lin \n"
+"Language-Team: Chinese (Traditional) \n"
"Language: zh_TW\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 2.18\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n"
#: data/io.elementary.code.appdata.xml.in:8
@@ -101,185 +101,234 @@ msgid "lots of others"
msgstr "其他一堆有的沒的"
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+#, fuzzy
+#| msgid "elementary LLC."
+msgid "elementary, Inc."
msgstr "elementary LLC."
#: data/io.elementary.code.desktop.in.in:5
@@ -301,12 +350,20 @@ msgstr "IDE;scratch;"
#: 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 "新增視窗"
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
+
#~ msgid "New Document"
#~ msgstr "新增文件"
diff --git a/po/extra/zu.po b/po/extra/zu.po
index 16439a492a..4771503e11 100644
--- a/po/extra/zu.po
+++ b/po/extra/zu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: extra\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-18 14:13-0700\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
@@ -83,185 +83,232 @@ msgid "lots of others"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:51
-#: data/io.elementary.code.appdata.xml.in:66
-#: data/io.elementary.code.appdata.xml.in:82
+#: data/io.elementary.code.appdata.xml.in:81
+#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:112
msgid "New features:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:53
-msgid "Include Git status in file tooltips"
+msgid "New Markdown plugin for WYSIWYG-like editing."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:54
-msgid "Option for explicit case-sensitive Find"
+msgid "Full text search within project folder."
msgstr ""
#: data/io.elementary.code.appdata.xml.in:56
#: data/io.elementary.code.appdata.xml.in:71
-#: data/io.elementary.code.appdata.xml.in:93
-msgid "Other updates:"
+msgid "Minor updates:"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:58
-msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgid "Allow Spell Checker extension in Markdown files"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:59
-msgid "Fixed font switch alignment"
+msgid "Remember whether the sidebar is open"
msgstr ""
#: data/io.elementary.code.appdata.xml.in:60
-#: data/io.elementary.code.appdata.xml.in:76
-#: data/io.elementary.code.appdata.xml.in:102
-#: data/io.elementary.code.appdata.xml.in:123
-#: data/io.elementary.code.appdata.xml.in:133
-#: data/io.elementary.code.appdata.xml.in:144
+msgid "Add keyboard shortcuts for next and previous documents"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:61
+msgid "Show full document path in tab tooltip"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:67
+msgid "Fixes:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:69
+msgid "Fix empty sidebar layout, ensuring folders can always be added"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:73
+msgid "Scroll past the end of a file"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:74
+msgid "More efficiently save and restore window position"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:106
+#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:153
+#: data/io.elementary.code.appdata.xml.in:163
+#: data/io.elementary.code.appdata.xml.in:174
msgid "Updated translations"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:68
+#: data/io.elementary.code.appdata.xml.in:83
+msgid "Include Git status in file tooltips"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:84
+msgid "Option for explicit case-sensitive Find"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:123
+msgid "Other updates:"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:88
+msgid "Correctly show Toggle Comment menu item when no text is selected"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:89
+msgid "Fixed font switch alignment"
+msgstr ""
+
+#: data/io.elementary.code.appdata.xml.in:98
msgid "New \"Close Other Folders\" menu item to help clean up your sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:69
+#: data/io.elementary.code.appdata.xml.in:99
msgid "Save and restore cyclic search setting"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:73
+#: data/io.elementary.code.appdata.xml.in:103
msgid "Add keyboard shortcuts to menu items"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:74
+#: data/io.elementary.code.appdata.xml.in:104
msgid "Make sidebar folder items not selectable"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:75
+#: data/io.elementary.code.appdata.xml.in:105
msgid "Center new windows"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:84
+#: data/io.elementary.code.appdata.xml.in:114
msgid "Visually deprioritize .gitignored files in project sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:85
+#: data/io.elementary.code.appdata.xml.in:115
msgid "Smart cut/copy lines with no active selection"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:86
+#: data/io.elementary.code.appdata.xml.in:116
msgid "Add a confirmation dialog to the \"Restore\" action"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:87
+#: data/io.elementary.code.appdata.xml.in:117
msgid "Add \"Open In\" menu to the top-level folder in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:88
+#: data/io.elementary.code.appdata.xml.in:118
msgid "Don't show temporary files in the folder manager"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:89
+#: data/io.elementary.code.appdata.xml.in:119
msgid "Add brackets completion and auto-indent by default"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:90
+#: data/io.elementary.code.appdata.xml.in:120
msgid "Zoom terminal plugin with keyboard"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:91
+#: data/io.elementary.code.appdata.xml.in:121
msgid "Honor global privacy setting when saving and restoring"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:95
+#: data/io.elementary.code.appdata.xml.in:125
msgid "Simplify \"Draw spaces\" preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:96
+#: data/io.elementary.code.appdata.xml.in:126
msgid "Fix the keyboard shortcut for going backwards in search results"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:97
+#: data/io.elementary.code.appdata.xml.in:127
msgid "Fix opening files from relative paths in Terminal"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:98
+#: data/io.elementary.code.appdata.xml.in:128
msgid "Fix null file dialog when opening a new window via the dock"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:99
+#: data/io.elementary.code.appdata.xml.in:129
msgid "Add \"=\" as a zoom key"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:100
+#: data/io.elementary.code.appdata.xml.in:130
msgid "Change search entry icon when results aren't found"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:101
+#: data/io.elementary.code.appdata.xml.in:131
msgid "Enter name of new file before creating it"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:109
+#: data/io.elementary.code.appdata.xml.in:139
msgid "Use Granite.MessageDialog throughout"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:110
+#: data/io.elementary.code.appdata.xml.in:140
msgid "Include non-text files in sidebar"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:111
+#: data/io.elementary.code.appdata.xml.in:141
msgid "Fix Remove Current View"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:118
+#: data/io.elementary.code.appdata.xml.in:148
msgid "Fix New Window desktop action behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:119
+#: data/io.elementary.code.appdata.xml.in:149
msgid ""
"Properly synchronize Ctrl+N key presses with number of new documents spawned"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:120
+#: data/io.elementary.code.appdata.xml.in:150
msgid "Build system fix for editorconfig dependency"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:121
+#: data/io.elementary.code.appdata.xml.in:151
msgid "Add Change Branch context menu item"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:122
+#: data/io.elementary.code.appdata.xml.in:152
msgid "Avoid possible startup crash related to how plugins load"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:130
+#: data/io.elementary.code.appdata.xml.in:160
msgid "Smarter file saving behavior"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:131
+#: data/io.elementary.code.appdata.xml.in:161
msgid "File saving fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:132
+#: data/io.elementary.code.appdata.xml.in:162
msgid "Don't add temporary files to tab restore"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:140
+#: data/io.elementary.code.appdata.xml.in:170
msgid "Don't recreate deleted files when restoring session"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:141
+#: data/io.elementary.code.appdata.xml.in:171
msgid "Restore line wrap preference"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:142
+#: data/io.elementary.code.appdata.xml.in:172
msgid "Add accel tooltips"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:143
+#: data/io.elementary.code.appdata.xml.in:173
msgid "Minor bug fixes"
msgstr ""
-#: data/io.elementary.code.appdata.xml.in:183
-msgid "elementary LLC."
+#: data/io.elementary.code.appdata.xml.in:213
+msgid "elementary, Inc."
msgstr ""
#: data/io.elementary.code.desktop.in.in:5
@@ -287,3 +334,11 @@ msgstr ""
#: data/io.elementary.code.desktop.in.in:21
msgid "New Window"
msgstr ""
+
+#: data/code.policy.in.in:10
+msgid "Run Code as Administrator"
+msgstr ""
+
+#: data/code.policy.in.in:11
+msgid "Authentication is required to run Code as Administrator"
+msgstr ""
diff --git a/po/fa.po b/po/fa.po
index c53dc81d25..c791e17a87 100644
--- a/po/fa.po
+++ b/po/fa.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-09-10 14:54+0000\n"
"Last-Translator: Daniel Foré \n"
"Language-Team: Persian \n"
@@ -19,206 +19,205 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:03+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "تب جدید"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "پنجره جدید"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "چاپ اطلاعات نسخه و خارج شدن"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "مجموعه افزونهها"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "مجموعه افزونهها"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "کد"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "پیدا کردن…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "پنهان کردن نوار جستجو"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "منبع Zeitgeist برای اسکرچ"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "همه ی فایلها"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "پروندههای متنی"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "باز کردن چند پرونده"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "باز کردن"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "انصراف"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Next Search"
+msgid "Search"
+msgstr "جستجوی بعدی"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "ساخت یک نمونه جدید"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "تغییر دادن تنظیمات اسکرچ"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "تنظیمات"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "ذخیره پروندهها پس از تغییر:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "دندانهگذاری خودکار:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "قرار دادن فاصله به جای تب:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "عرض هر تب:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "رفتار"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "رابط"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "بستن"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "افزونهها"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "نمایش کروشه مطابق:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "فاصله بین خطوط:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "پهنای خط راهنما:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "قلم سفارشی:"
@@ -238,102 +237,120 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "باز کردن"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "قالبهای دیگر"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+msgid "Find in Folder…"
+msgstr "باز کردن پرونده"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "تب جدید"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "پرونده جدید"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
msgid "Close Other Folders"
msgstr "باز کردن پرونده"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+msgid "Find in Project…"
+msgstr "باز کردن پرونده"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "تغییر دادن تنظیمات اسکرچ"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "تغییر دادن تنظیمات اسکرچ"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "انصراف"
@@ -354,31 +371,31 @@ msgstr ""
msgid "Close Without Saving"
msgstr "بستن بدون ذخیره کردن"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "ذخیره کردن"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "ذخیره پرونده"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "سند جدید"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr "%s قابل خواندن نیست.شاید خراب شده است."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -386,17 +403,16 @@ msgid ""
msgstr ""
"مکان فایل %s از دستگاه جدا شده است.مایلید در جایی دیگر آنرا ذخیره نمایید؟"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "ذخیره به عنوان …"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "%s پاک شده است. مایلید جایی دیگر آنرا ذخیره کنید؟"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -405,22 +421,22 @@ msgstr ""
"شما نمی توانید تغییرات انجام شده روی %s را ذخیره کنید.مایلید جایی دیگر آنرا "
"ذخیره کنید؟"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "ذخیره کردن تغییرات در جایی دیگر"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -428,125 +444,105 @@ msgstr ""
msgid "Templates"
msgstr "قالبها"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "پروندههای متنی"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "نمایش نگارش"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "نمایش شماره خطوط:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "تب جدید"
msgstr[1] "تب جدید"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "رفتن به خط:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "باز کردن یک پرونده"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "قالب پروژه ها"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "ذخیره کردن این پرونده"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "ذخیره این پرونده با نام متفاوت"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "بازیابی این پرونده"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "بهاشتراک گذاری"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
#, fuzzy
msgid "Toggle Sidebar"
msgstr "نوار کناری"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "افزودن نمای جدید"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "حذف نمای کنونی"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "باز کردن پرونده"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -554,43 +550,45 @@ msgstr ""
msgid "Find"
msgstr "جستجو"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "جایگزینی با"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "جایگزینی"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "جايگزينی همه"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "نمایش دیدگاه"
@@ -629,115 +627,105 @@ msgstr "باز کردن پرونده"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "اشتراکگذاری در PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "نام:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "قالب: "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "دیگر موارد..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "تاریخ انقضاء:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "این انتقال خصوصی نگه داشته شود"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "ارسال"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "قالبهای دیگر"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "انتخاب قلم:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "هرگز"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "ده دقیقه"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "یک ساعت"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "یک روز"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "یک ماه"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -746,6 +734,30 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "منبع Zeitgeist برای اسکرچ"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "اشتراکگذاری در PasteBin"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "دیگر موارد..."
+
+#~ msgid "Upload"
+#~ msgstr "ارسال"
+
+#~ msgid "Other formats"
+#~ msgstr "قالبهای دیگر"
+
+#~ msgid "Add New View"
+#~ msgstr "افزودن نمای جدید"
+
+#~ msgid "Remove Current View"
+#~ msgstr "حذف نمای کنونی"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "پرونده جدید"
@@ -855,9 +867,6 @@ msgstr ""
#~ msgid "Create a new document in a new tab"
#~ msgstr "ساخت یک سند جدید در یک برگه جدید"
-#~ msgid "Next Search"
-#~ msgstr "جستجوی بعدی"
-
#~ msgid "Previous Search"
#~ msgstr "جستجوی قبلی"
@@ -888,9 +897,6 @@ msgstr ""
#~ msgid "Argument for the set of plugins"
#~ msgstr "نشانوند مجموعه افزونهها"
-#~ msgid "Create a new instance"
-#~ msgstr "ساخت یک نمونه جدید"
-
#~ msgid "Choose the new location"
#~ msgstr "انتخاب مکان جدید"
@@ -930,9 +936,6 @@ msgstr ""
#~ msgid "Font and Color Scheme:"
#~ msgstr "طرح قلم و رنگ:"
-#~ msgid "Select font:"
-#~ msgstr "انتخاب قلم:"
-
#~ msgid "Save unsaved changes to file before closing?"
#~ msgstr "آیا تغییرات ذخیره نشده پیش از بستن ذخیره شوند؟"
diff --git a/po/ff.po b/po/ff.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index 60fa408182..4696c9e7bc 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: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2020-02-22 14:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-22 10:21+0000\n"
"Last-Translator: Jiri Grönroos \n"
"Language-Team: Finnish \n"
"Language: fi\n"
@@ -16,122 +16,118 @@ 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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "Tiedostoa \"%s\" ei voi luoda"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Kenties sinulla ei ole tarvittavia oikeuksia."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Kenties määritetty polku on virheellinen."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "Sijainti on \"vain luku\"-muodossa."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "Ylätason kansiota ei ole olemassa."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Kyseessä on liitettävä sijainti."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"Kyseessä on \"erityinen\" tiedosto, kuten pistoke,\n"
-" FIFO, lohkolaite tai merkkilaite."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Kyseessä on \"tuntematon\" tiedostotyyppi."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "Tiedostoa \"%s\" ei voi avata"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Uusi välilehti"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Uusi ikkuna"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Tulosta versiotiedot ja poistu"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Laajennusjoukko"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "liitännäinen"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[TIEDOSTO…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Koodi"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Etsi…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Piilota hakupalkki"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zeitgeist-tietolähde Code-sovellukselle"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Kaikki tiedostot"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Tekstitiedostot"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Avaa tiedostoja"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Avaa"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Peru"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Avaa"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Peru"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "Etsi tekstiä kohteesta “%s”"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "Hakuehdon tulee olla vähintään kolme merkkiä."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "Huomioi kirjainkoko:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "Käytä säännöllisiä lausekkeita:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "Etsi"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr "Luo uusi haara pohjautuen “%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 ""
+"Haaran nimen tulee olla yksilöllinen ja sen tulee seurata Git-"
+"nimeämissääntöjä."
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr "Luo haara"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Asetukset"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
@@ -139,88 +135,88 @@ msgstr ""
"Leikkaaminen tai kopiointi ilman aktiivista valintaa leikkaa tai kopioi koko "
"nykyisen rivin"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Yleiset"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Tallenna tiedostot muutoksien jälkeen:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "Älykäs rivien leikkaus/kopiointi:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
-msgstr "Välilehdet"
+msgstr "Sarkaimet"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Automaattinen sisennys:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Käytä välilyöntejä sarkainten tilalla:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Sarkaimen leveys:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Toiminta"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Käyttöliittymä"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Sulje"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Laajennukset"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Muokkain"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Korosta toisiaan vastaavat hakasulut:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Rivitys:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Piirrä välit:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Valitulle tekstille"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Aina"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Näytä pienoiskartta:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Rivileveyden merkki:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Fontti"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Mukautettu fontti:"
@@ -242,96 +238,111 @@ msgstr "Älä palauta"
msgid "Restore Anyway"
msgstr "Palauta silti"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Muu sovellus…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Avaa kohteessa"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Muut toiminnot"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Nimeä uudelleen"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Siirrä roskakoriin"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Kansiot"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "Etsi kansiosta…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Kansio"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Tyhjä tiedosto"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Uusi"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "nimetön kansio"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "uusi tiedosto"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Sulje kansio"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "Sulje muut kansiot"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "Etsi projektista…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr ""
+msgid "Modified"
+msgstr "Muokattu"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr ""
+msgid "Error while creating new branch: “%s”"
+msgstr "Virhe uutta haaraa luotaessa: “%s”"
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "Uusi haara…"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "Haara"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s ei ole tekstitiedosto"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Koodi ei voi ladata tämäntyyppistä tiedostoa."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Lataa silti"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Tiedoston \"%s\" lataaminen kestää kauan"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Koodi lataa tiedostoa. Ole hyvä ja odota."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Peru lataaminen"
@@ -348,31 +359,31 @@ msgstr "Jos et tallenna, muutokset katoavat pysyvästi."
msgid "Close Without Saving"
msgstr "Sulje tallentamatta"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Tallenna"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Tallenna tiedosto"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Uusi asiakirja"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Tiedostoa \"%s\" ei voitu lukea"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"Se voi olla rikkoutunut, tai tarvittava käyttöoikeus sen lukemiseen puuttuu."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -381,17 +392,16 @@ msgstr ""
"Liitos, jossa tiedosto \"%s\" sijaitsee, irrotettiin. Haluatko tallentaa "
"tiedoston jonnekin muualle?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Tallenna nimellä…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "Tiedosto \"%s\" poistettiin. Haluatko tallentaa sen silti?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -400,11 +410,11 @@ msgstr ""
"Et voi tallentaa muutoksia tiedostoon \"%s\". Haluatko tallentaa tehdyt "
"muutokset toiseen sijaintiin?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Tallenna muutokset muualle"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -413,11 +423,11 @@ msgstr ""
"Tiedostoa \"%s\" muokattiin toisella sovelluksella. Haluatko ladata "
"tiedoston uudelleen vai jatkaa muokkaamista?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Lataa"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Jatka"
@@ -425,122 +435,102 @@ msgstr "Jatka"
msgid "Templates"
msgstr "Mallit"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Tekstitiedosto lähteestä %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Syntaksin korostus"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Rivinumero"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Suodata kieliä"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Tavallinen teksti"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
-msgstr[0] "&d Välilyönti"
-msgstr[1] "%d Välilyöntiä"
+msgstr[0] "%d välilyönti"
+msgstr[1] "%d välilyöntiä"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d Sarkainlyönti"
msgstr[1] "%d Sarkainlyöntiä"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Siirry riville:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Avaa tiedosto"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Projektimallit"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Tallenna tämä tiedosto"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Tallenna tämä tiedosto eri nimellä"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Palauta tämä tiedosto"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Jaa"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Loitonna"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zoomaus 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Lähennä"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Suuri kontrasti"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Ylivalotus"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Alivalotus"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Kytke sivupaneeli päälle / pois päältä"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Lisää uusi näkymä"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Poista nykyinen näkymä"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Valikko"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr "Avaa projektikansio…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "Supista kaikki"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
-msgstr ""
+msgstr "Aakkosta"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "Hallitse projektikansioita"
@@ -548,43 +538,45 @@ msgstr "Hallitse projektikansioita"
msgid "Find"
msgstr "Etsi"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Etsi seuraava"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Etsi seuraava"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Syklinen haku"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Huomioi kirjainkoko"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "Älä huomioi kirjainkokoa"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Korvaava merkkijono"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Korvaa"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Korvaa kaikki"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Järjestä valitut rivit"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Kytke kommentti"
@@ -620,112 +612,100 @@ msgstr "Avaa kansio"
msgid "Add a project folder to the sidebar."
msgstr "Lisää projektikansio sivupalkkiin."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Jaa PasteBinin kautta"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Lähetä Pastebiniin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nimi:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Muoto:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Muut…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Valitse eri muoto"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "Vanhenemisaika:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "Vanheneminen:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Älä aseta julkiseksi"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Lähetä"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Käytettävissä olevat muodot"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Muut muodot"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Valitse muoto"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Ei koskaan"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Kymmenen minuuttia"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Yksi tunti"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Yksi päivä"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Yksi kuukausi"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Lähetä Pastebiniin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Symbolit"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "Symboleja ei löytynyt"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Näytä pääte"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Piilota pääte"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Pääte"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Kopioi"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Liitä"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Web-esikatselu"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Näytä esikatselu"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Piilota esikatselu"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "Sopivia sanakirjoja ei löytynyt"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Asenna vähintään yksi [aspell]-sanakirja."
@@ -734,6 +714,104 @@ msgstr "Asenna vähintään yksi [aspell]-sanakirja."
msgid "%s - Word Completion"
msgstr "%s - Sanojen täydennys"
+#~ msgid "High Contrast"
+#~ msgstr "Suuri kontrasti"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Ylivalotus"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Alivalotus"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr ""
+#~ "Sinulla tulee olla aktiivinen Git-projekti ennen uuden haaran luomista."
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Avaa Git-projektikansio sivupalkkiin."
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Avaa sivupaneelin Git-projektikansiossa oleva asiakirja tai käytä "
+#~ "projektin kontekstivalikkoa."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "Haaran nimen tulee noudattaa Git-sääntöjä, eikä nimeä saa olla käytetty "
+#~ "entuudestaan."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Etsi seuraava"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zeitgeist-tietolähde Code-sovellukselle"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, uusi"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "Tiedostoa \"%s\" ei voi luoda"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Kenties sinulla ei ole tarvittavia oikeuksia."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Kenties määritetty polku on virheellinen."
+
+#~ msgid "The location is read-only."
+#~ msgstr "Sijainti on \"vain luku\"-muodossa."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "Ylätason kansiota ei ole olemassa."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Kyseessä on liitettävä sijainti."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "Kyseessä on \"erityinen\" tiedosto, kuten pistoke,\n"
+#~ " FIFO, lohkolaite tai merkkilaite."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Kyseessä on \"tuntematon\" tiedostotyyppi."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "Tiedostoa \"%s\" ei voi avata"
+
+#~ msgid "Web Preview"
+#~ msgstr "Web-esikatselu"
+
+#~ msgid "Show Preview"
+#~ msgstr "Näytä esikatselu"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Piilota esikatselu"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Jaa PasteBinin kautta"
+
+#~ msgid "Others…"
+#~ msgstr "Muut…"
+
+#~ msgid "Upload"
+#~ msgstr "Lähetä"
+
+#~ msgid "Other formats"
+#~ msgstr "Muut muodot"
+
+#~ msgid "Add New View"
+#~ msgstr "Lisää uusi näkymä"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Poista nykyinen näkymä"
+
#~ msgid "untitled folder %d"
#~ msgstr "nimetön kansio %d"
@@ -1123,11 +1201,5 @@ msgstr "%s - Sanojen täydennys"
#~ msgid "There are unsaved changes!"
#~ msgstr "Asiakirjassa on tallentamattomia muutoksia!"
-#~ msgid "Create a new instance"
-#~ msgstr "Luo uusi instanssi"
-
#~ msgid "Font and Color Scheme:"
#~ msgstr "Fontti- ja väriteema:"
-
-#~ msgid "Select font:"
-#~ msgstr "Valitse fontti:"
diff --git a/po/fj.po b/po/fj.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/fo.po b/po/fo.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index 081b9e991f..3f80b358f8 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: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2020-03-28 19:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-20 09:45+0000\n"
"Last-Translator: Nathan \n"
"Language-Team: French \n"
"Language: fr\n"
@@ -16,122 +16,117 @@ 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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "Impossible de créer le fichier « %s »"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Peut-être n'avez-vous pas les permissions nécessaires."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Peut-être que le chemin spécifié est invalide."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "L'emplacement est en lecture-seule."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "Le répertoire parent n'existe pas."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Il s'agit d'un emplacement montable."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"C'est un fichier \"spécial\" tel qu'une socket,\n"
-" FIFO, périphérique de type bloc ou périphérique caractère."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Il s'agit d'un fichier de type « inconnu »."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "Impossible d'ouvrir le fichier « %s »"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Nouvel Onglet"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nouvelle fenêtre"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Afficher les détails de version et quitter"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Ensemble de plugins"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "extension"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[FICHIER…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Rechercher…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Cacher la barre de recherche"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Source de données Zeitgeist pour Code"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Tous les fichiers"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Fichiers texte"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Ouvrez des fichiers"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Ouvrir"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annuler"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Ouvrir"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Annuler"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "Rechercher du texte dans le dossier « %s »"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "La recherche doit faire au moins 3 caractères de long."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "Sensible à la casse :"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "Utiliser des expressions régulières :"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "Rechercher"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr "Créer une nouvelle branche à partir de « %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 ""
+"Le nom de branche doit être unique est suivre les règles de nommage de Git."
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr "Créer une branche"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Préférences"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
@@ -139,88 +134,88 @@ msgstr ""
"Couper ou copier sans sélection active coupera ou copiera toute la ligne "
"courante"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Général"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Sauvegarder les fichiers lorsqu'ils sont modifiés :"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "Coupure/copie intelligente des lignes :"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Indentations"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Indentation automatique :"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Insérer des espaces au lieu des tabulations :"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Largeur des tabulations :"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Comportement"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interface"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Fermer"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Extensions"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Éditeur"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Surligner les crochets correspondants :"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Retour à la ligne :"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Afficher les espaces :"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Pour le texte sélectionné"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Toujours"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Afficher l'aperçu du fichier :"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Guide de largeur de ligne :"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Police"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Police personnalisée :"
@@ -242,96 +237,111 @@ msgstr "Ne pas restaurer"
msgid "Restore Anyway"
msgstr "Restaurer quand-même"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Une autre application…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Ouvrir dans"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Autres actions"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Renommer"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Déplacer dans la corbeille"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Dossiers"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "Rechercher dans le dossier…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Dossier"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Fichier vide"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Nouveau"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "dossier sans-titre"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "nouveau fichier"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Fermer ce dossier"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "Fermer les autres dossiers"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "Rechercher dans le projet…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr "%s, Modifié"
+msgid "Modified"
+msgstr "Modifié"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr "%s, Nouveau"
+msgid "Error while creating new branch: “%s”"
+msgstr "Erreur lors de la création de la nouvelle branche : « %s »"
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "Nouvelle branche…"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "Branche"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s n'est pas un fichier texte"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Code ne chargera pas ce type de fichier."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Ouvrir quand-même"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Le chargement du fichier « %s » semble prendre beaucoup de temps"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Veuillez patienter pendant que Code charge le fichier."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Annuler le chargement"
@@ -350,30 +360,30 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Fermer sans enregistrer"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Enregistrer"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Enregistrer le fichier"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nouveau document"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Impossible de lire le fichier « %s »"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
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:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -382,18 +392,17 @@ msgstr ""
"Le répertoire contenant le fichier « %s » a été démonté. Voulez-vous "
"l'enregistrer ailleurs ?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Enregistrer sous…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
"Le fichier « %s » a été supprimé. Voulez-vous tout de même l'enregistrer ?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -402,11 +411,11 @@ msgstr ""
"Impossible d'enregistrer les changements dans le fichier « %s ». Voulez-vous "
"les enregistrer dans un emplacement différent ?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Enregistrer les modifications ailleurs"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -415,11 +424,11 @@ msgstr ""
"Le fichier « %s » a été modifié par une application externe. Voulez-vous le "
"recharger ou continuer votre édition ?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Charger"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Continuer"
@@ -427,122 +436,102 @@ msgstr "Continuer"
msgid "Templates"
msgstr "Modèles"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Fichier texte à partir de %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Coloration syntaxique"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Numéro de ligne"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filtrer les langages"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Texte brut"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d espace"
msgstr[1] "%d espaces"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d tabulation"
msgstr[1] "%d tabulations"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Aller à la ligne :"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Ouvrir un fichier"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Modèles de projet"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Enregistrer ce fichier"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Enregistrer ce fichier avec un nom différent"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Restaurer ce fichier"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Partager"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Zoom arrière"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zoom 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Zoom avant"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Contraste élevé"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarized Light"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarized Dark"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Panneau latéral"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Ajouter une nouvelle vue"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Supprimer la vue courante"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menu"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr "Ouvrir le dossier du projet…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "Tout réduire"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "Trier par ordre alphabétique"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "Gérer les dossiers du projet"
@@ -550,43 +539,45 @@ msgstr "Gérer les dossiers du projet"
msgid "Find"
msgstr "Rechercher"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Rechercher le suivant"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Rechercher le précédent"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Recherche cyclique"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr "Sensible à la casse"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr "Insensible à la casse"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Remplacer par"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Remplacer"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Tout remplacer"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Trier les lignes sélectionnées"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Commenter/Décommenter"
@@ -622,112 +613,100 @@ msgstr "Ouvrir un dossier"
msgid "Add a project folder to the sidebar."
msgstr "Ajouter le dossier d'un projet dans la barre latérale."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Partager via PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Envoyer vers Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nom :"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Format :"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Autres…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Sélectionnez un autre format"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr "Délai d'expiration :"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Conserver cette publication privée"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Téléverser"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Formats disponibles"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Autres formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Choisissez un format"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Jamais"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Dix minutes"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Une heure"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Un jour"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Un mois"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Envoyer vers Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Symboles"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "Aucun symbole trouvé"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Afficher le terminal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Cacher le terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Copier"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Coller"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Aperçu Web"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Afficher l'aperçu"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Masquer l'aperçu"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "Aucun dictionnaire approprié n'a été trouvé"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Veuillez installer au moins un dictionnaire [aspell]."
@@ -736,8 +715,109 @@ msgstr "Veuillez installer au moins un dictionnaire [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Autocomplétion"
-#~ msgid "Add Project Folder…"
-#~ msgstr "Ajouter un dossier de projet…"
+#~ msgid "High Contrast"
+#~ msgstr "Contraste élevé"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarized Light"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarized Dark"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr ""
+#~ "Vous devez posséder un projet Git actif avant de créer une nouvelle "
+#~ "branche."
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Ouvrir le dossier d'un projet Git dans la barre latérale."
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Ouvrir un document dans un dossier de projet Git dans la barre latérale "
+#~ "ou utiliser un menu contextuel de projet."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "Le nom de la branche doit être conforme aux principes de Git et ne doit "
+#~ "pas déjà exister."
+
+#~ msgid ""
+#~ "The branch name must be lower-case, start with a letter, and be at least "
+#~ "3 characters"
+#~ msgstr ""
+#~ "Le nom de la branche doit être en minuscules, commencer par une lettre et "
+#~ "comporter au moins 3 caractères"
+
+#~ msgid "Search for:"
+#~ msgstr "Rechercher :"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Source de données Zeitgeist pour Code"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, Nouveau"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "Impossible de créer le fichier « %s »"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Peut-être n'avez-vous pas les permissions nécessaires."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Peut-être que le chemin spécifié est invalide."
+
+#~ msgid "The location is read-only."
+#~ msgstr "L'emplacement est en lecture-seule."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "Le répertoire parent n'existe pas."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Il s'agit d'un emplacement montable."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "C'est un fichier \"spécial\" tel qu'une socket,\n"
+#~ " FIFO, périphérique de type bloc ou périphérique caractère."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Il s'agit d'un fichier de type « inconnu »."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "Impossible d'ouvrir le fichier « %s »"
+
+#~ msgid "Web Preview"
+#~ msgstr "Aperçu Web"
+
+#~ msgid "Show Preview"
+#~ msgstr "Afficher l'aperçu"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Masquer l'aperçu"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Partager via PasteBin"
+
+#~ msgid "Others…"
+#~ msgstr "Autres…"
+
+#~ msgid "Upload"
+#~ msgstr "Téléverser"
+
+#~ msgid "Other formats"
+#~ msgstr "Autres formats"
+
+#~ msgid "Add New View"
+#~ msgstr "Ajouter une nouvelle vue"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Supprimer la vue courante"
#~ msgid "untitled folder %d"
#~ msgstr "dossier sans-titre %d"
@@ -1099,9 +1179,6 @@ msgstr "%s - Autocomplétion"
#~ msgid "Do you want to reload it?"
#~ msgstr "Souhaitez-vous le rafraîchir ?"
-#~ msgid "Select font:"
-#~ msgstr "Choisissez une police :"
-
#~ msgid "Go to line..."
#~ msgstr "Aller à la ligne..."
@@ -1150,9 +1227,6 @@ msgstr "%s - Autocomplétion"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Paramètre pour le réglage des greffons"
-#~ msgid "Create a new instance"
-#~ msgstr "Créer une nouvelle instance"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "Des changements dans Scratch n'ont pas été enregistrés !"
diff --git a/po/fr_CA.po b/po/fr_CA.po
index 69f41e835f..90a855c432 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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,205 +18,201 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr ""
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Sykje..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Sykbalke ferbergje"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Zeitgeist databoarne foar Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "In pear bestannen iepenje"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Iepenje"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr ""
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Scratch-ynstellings feroarje"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Ynstellings"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Slute"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -236,100 +232,118 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Iepenje"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+msgid "Find in Folder…"
+msgstr "In bestân iepenje"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "In bestân iepenje"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
msgid "Close Other Folders"
msgstr "In bestân iepenje"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+msgid "Find in Project…"
+msgstr "In bestân iepenje"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Scratch-ynstellings feroarje"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Scratch-ynstellings feroarje"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -347,69 +361,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Slute sûnder bewarje"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Bewarje"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Bestân bewarje"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nij dokumint"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -417,123 +430,103 @@ msgstr ""
msgid "Templates"
msgstr "Sjabloanen"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "In bestân iepenje"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Projektsjabloanen"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Bestân werombringe"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Nije werjefte taheakje"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Aktive werjefte wiskje"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "In bestân iepenje"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -541,43 +534,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Ferfange"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -616,112 +611,100 @@ msgstr "In bestân iepenje"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -730,6 +713,16 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Zeitgeist databoarne foar Scratch"
+
+#~ msgid "Add New View"
+#~ msgstr "Nije werjefte taheakje"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Aktive werjefte wiskje"
+
#~ msgid "Trash"
#~ msgstr "Jiskefet"
diff --git a/po/ga.po b/po/ga.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/gd.po b/po/gd.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/gl.po b/po/gl.po
index a26c933f09..2ff7dc5594 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2020-02-25 20:09+0000\n"
"Last-Translator: Daniel R. \n"
"Language-Team: Galician \n"
@@ -19,207 +19,204 @@ msgstr ""
"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "O ficheiro \"%s\" non pode ser creado"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Probablemente non ten os permisos necesarios."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Probablemente o arquivo espcecificado non é valido."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "A localización é só de lectura."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "O directorio pai non existe."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "É unha localización que se pode montar."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"É un arquivo \"especial\" como un socket,\n"
-"·FIFO, dispositivo de bloque, ou dispositivo de caracter."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "É un arquivo de tipo \"desconocido\"."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "O ficheiro \"%s\" non pode ser aberto"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Nova lapela"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nova xanela"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Amosar información da versión e saír"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Conxunto de engadidos"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "complemento"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Code"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Buscar…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Agochar a barra de buscas"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Orixe dos datos de Zeitgeist para Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Todos os ficheiros"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Ficheiros de texto"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Abrir algúns ficheiros"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Abrir"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Cancelar"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Abrir"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Cancelar"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Buscar seguinte"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Crear unha nova instancia"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Rama"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Preferencias"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Xeral"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Gardar os ficheiros ao modificalos:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Tabulacións"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Sangría automática:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Inserir espazos no canto de tabulacións:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Largo do tabulador:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Comportamento"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interface"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Pechar"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Extensións"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Resaltar a parella de corchetes:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "Liña de envoltura:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Espazos de debuxo:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Para o texto seleccionado"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Sempre"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "Mostrar minimapa:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Guía de largura da liña:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Letra"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Tipo de letra personalizado:"
@@ -240,100 +237,120 @@ msgstr "Non restaurar"
msgid "Restore Anyway"
msgstr "Cargar de todos os xeitos"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Outro aplicativo…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Abrir en"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Outras accións"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "Renomear"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "Mover ao Lixo"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Cartafoles"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "Abrir un cartafol"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Cartafol"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "Arquivo baleiro"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Novo"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "cartafol sen título"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Novo ficheiro"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Pechar o cartafol"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "Pechar o cartafol"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "Abrir un cartafol"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Rama"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Rama"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s non é un ficheiro de texto"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "Code non abrirá este tipo de ficheiro."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Cargar de todos modos"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Cargando Ficheiro \"%s\" Está a Tomar Moito Tempo"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "Por favor agarda mentres Code está cargando o ficheiro."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Cancelar carga"
@@ -350,30 +367,30 @@ msgstr "Se non garda o documento, os cambios perderanse permanentemente."
msgid "Close Without Saving"
msgstr "Pechar sen gardar cambios"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Gardar"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Gardar o ficheiro"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Novo documento"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "O Ficheiro \"%s\" Non Pode Ser Lido"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr "Talvez está danado ou non dispós dos permisos necesarios para lelo."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
@@ -382,17 +399,16 @@ msgstr ""
"A ubicación que conten o arquivo \"%s\" está desmotanda. Quere gardar en "
"outro sitio?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Gardar como…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "O arquivo \"%s\" foi eliminado. Desexa gardar de todas formas?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -401,11 +417,11 @@ msgstr ""
"Non se poden gardar os cambios no arquivo \"%s\". Quere gardar os cambios en "
"outro lugar?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Gardar os cambios noutro lugar"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -414,11 +430,11 @@ msgstr ""
"O arquivo \"%s\" foi modificado por unha aplicación externa. Desexa cargalo "
"de novo ou continuar editando?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Cargar"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Continuar"
@@ -426,124 +442,104 @@ msgstr "Continuar"
msgid "Templates"
msgstr "Modelos"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "Ficheiros de texto de %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Realce da sintaxe"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Número de liña"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "Filtrar linguaxes"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Texto plano"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d Espacio"
msgstr[1] "%d Espacios"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d tabulación"
msgstr[1] "%d tabulacións"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Ir á liña:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Abrir un ficheiro"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Modelos de proxecto"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Gardar este ficheiro"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Gardar este ficheiro cunnome diferente"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Restaurar este ficheiro"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Compartir"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Reducir"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Zoom 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Ampliar"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Alto contraste"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Luz solarizada"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Oscuridade solarizada"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Alternar Barra lateral"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Engadir unha nova vista"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Eliminar a vista actual"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menú"
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Abrir un cartafol"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -551,43 +547,45 @@ msgstr ""
msgid "Find"
msgstr "Buscar"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Buscar seguinte"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Buscar anterior"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Búsqueda cíclica"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Substituír por"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Substituír"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Substituír todo"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Ordenar liñas seleccionadas"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Conmutar comentario"
@@ -623,112 +621,106 @@ msgstr "Abrir carpeta"
msgid "Add a project folder to the sidebar."
msgstr "Engadir unha carpeta de proxecto a barra lateral."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Compartir a través de Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Enviar a Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nome:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Formato:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Outros…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "Data de expiración:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Conservar este texto pegado como privado"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Enviar"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Outros formatos"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "Escolla un tipo de letra:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Nunca"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Dez minutos"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Unha hora"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Un día"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Un mes"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Enviar a Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Simbolos"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "Simbolos"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Mostrar Terminal"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Ocultar Terminal"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminal"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Copiar"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Pegar"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Vista previa da web"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Mostrar vista previa"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "ocultar vista previa"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "Non se encontrarion diccionarios adecuados"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Por favor, instale polo menos un diccionario [aspell]."
@@ -737,6 +729,94 @@ msgstr "Por favor, instale polo menos un diccionario [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Completado de palabras"
+#~ msgid "High Contrast"
+#~ msgstr "Alto contraste"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Luz solarizada"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Oscuridade solarizada"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Engadir unha carpeta de proxecto a barra lateral."
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "Engadir unha carpeta de proxecto a barra lateral."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Buscar seguinte"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Orixe dos datos de Zeitgeist para Scratch"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "O ficheiro \"%s\" non pode ser creado"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Probablemente non ten os permisos necesarios."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Probablemente o arquivo espcecificado non é valido."
+
+#~ msgid "The location is read-only."
+#~ msgstr "A localización é só de lectura."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "O directorio pai non existe."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "É unha localización que se pode montar."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "É un arquivo \"especial\" como un socket,\n"
+#~ "·FIFO, dispositivo de bloque, ou dispositivo de caracter."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "É un arquivo de tipo \"desconocido\"."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "O ficheiro \"%s\" non pode ser aberto"
+
+#~ msgid "Web Preview"
+#~ msgstr "Vista previa da web"
+
+#~ msgid "Show Preview"
+#~ msgstr "Mostrar vista previa"
+
+#~ msgid "Hide Preview"
+#~ msgstr "ocultar vista previa"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Compartir a través de Pastebin"
+
+#~ msgid "Others…"
+#~ msgstr "Outros…"
+
+#~ msgid "Upload"
+#~ msgstr "Enviar"
+
+#~ msgid "Other formats"
+#~ msgstr "Outros formatos"
+
+#~ msgid "Add New View"
+#~ msgstr "Engadir unha nova vista"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Eliminar a vista actual"
+
#~ msgid "untitled folder %d"
#~ msgstr "cartafol sen título %d"
@@ -991,9 +1071,6 @@ msgstr "%s - Completado de palabras"
#~ msgid "Argument for the set of plugins"
#~ msgstr "Argumento para o conxunto de engadidos"
-#~ msgid "Create a new instance"
-#~ msgstr "Crear unha nova instancia"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "Hai cambios sen gardar en Scratch."
@@ -1018,9 +1095,6 @@ msgstr "%s - Completado de palabras"
#~ msgid "Tabs:"
#~ msgstr "Tabulacións:"
-#~ msgid "Select font:"
-#~ msgstr "Escolla un tipo de letra:"
-
#~ msgid "Show margin on right:"
#~ msgstr "Amosar a marxe dereita:"
diff --git a/po/gn.po b/po/gn.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/gu.po b/po/gu.po
index e7e3a2288e..b0d414d8cf 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-21 13:37+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Gujarati \n"
@@ -18,204 +18,201 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "નવી ટેબ"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "નવી વિંડો"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr ""
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "શોધો..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "શોધ બારને છુપાવો"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "બધી ફાઇલો"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "ખોલો"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr ""
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Scratch ના સેટિંગ્સ બદલો"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "પસંદગીઓ"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "સાચવો ફાઈલ્સને જયારે બદલાય"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "સ્વયંસંચાલિત ઇન્ડેનટેસન"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "ટેબ્સને બદલે જગ્યાઓ સામેલ કરો"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "ટૅબની પહોળાઈ"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "વર્તણુક"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "ઇન્ટરફેસ"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "બંધ કરો"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "એક્સ્ટેન્શન્સ"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "પ્રકાશિત બંધબેસતા કૌંસ"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "વાક્ય પહોળાઈની માર્ગદર્શિકા"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "વૈવિધ્યપૂર્ણ અક્ષર"
@@ -235,101 +232,119 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "ખોલો"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+msgid "Find in Folder…"
+msgstr "ફાઈલ ખોલો"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "નવી ટેબ"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "નવી ફાઈલ"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
msgid "Close Other Folders"
msgstr "ફાઈલ ખોલો"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+msgid "Find in Project…"
+msgstr "ફાઈલ ખોલો"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Scratch ના સેટિંગ્સ બદલો"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Scratch ના સેટિંગ્સ બદલો"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -347,69 +362,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr "સંગ્રહ કર્યા વગર બંધ કરો"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "સાચવો"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "ફાઇલને સાચવો"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "સાચવો આ પ્રમાણે..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "ચાલુ રાખો"
@@ -417,124 +431,104 @@ msgstr "ચાલુ રાખો"
msgid "Templates"
msgstr "ટેમ્પલેટ્સ"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "વાક્યરચનાને પ્રકાશિત કરી રહ્યુ છે"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "લીટી નંબર બતાવો"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "નવી ટેબ"
msgstr[1] "નવી ટેબ"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "એક ફાઇલ ખોલો"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "પ્રોજેક્ટના ટેમ્પલેટ્સ"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "આ ફાઈલ ને સાચવો"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "આ ફાઈલ ને એક અલગ નામથી સાચવો"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "આ ફાઇલનો સંગ્રહ કરો"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "વહેંચો"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "નવો દેખાવ ઉમેરો"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "વર્તમાન દેખાવને દુર કરો"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "ફાઈલ ખોલો"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -542,43 +536,45 @@ msgstr ""
msgid "Find"
msgstr "શોધો"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "ની સાથે બદલો"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "બદલો"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "બધા બદલો"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -617,112 +613,102 @@ msgstr "ફાઈલ ખોલો"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "નામ:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "અપલોડ"
-
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "અક્ષર પસંદ કરો"
+
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "ક્યારેય નહી"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "એક કલાક"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -731,6 +717,15 @@ msgstr ""
msgid "%s - Word Completion"
msgstr ""
+#~ msgid "Upload"
+#~ msgstr "અપલોડ"
+
+#~ msgid "Add New View"
+#~ msgstr "નવો દેખાવ ઉમેરો"
+
+#~ msgid "Remove Current View"
+#~ msgstr "વર્તમાન દેખાવને દુર કરો"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "નવી ફાઈલ"
@@ -830,6 +825,3 @@ msgstr ""
#~ msgid "Font and Color Scheme:"
#~ msgstr "અક્ષર અને કલરની યોજના"
-
-#~ msgid "Select font:"
-#~ msgstr "અક્ષર પસંદ કરો"
diff --git a/po/gv.po b/po/gv.po
index 341ab8db8d..2376eb59e1 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ha.po b/po/ha.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/he.po b/po/he.po
index a4a2ead6f6..d3bc85e94b 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: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2020-03-26 16:53+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-19 11:45+0000\n"
"Last-Translator: Yaron Shahrabani \n"
"Language-Team: Hebrew \n"
"Language: he\n"
@@ -16,210 +16,204 @@ 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 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "לא ניתן ליצור את הקובץ „%s”"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "יתכן שלא נתקבלו ההרשאות הנדרשות."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "יתכן שנתיב הקובץ אינו תקף."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "המקום לקריאה בלבד."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "תיקיית האב אינה קיימת."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "מיקום זה ניתן לעגינה."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"זה קובץ „מיוחד” כגון שקע,\n"
-".FIFO, התקן בלוקים או התקן תווים."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "זהו סוג קובץ „לא ידוע”."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "לא ניתן לפתוח את הקובץ „%s”"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "לשונית חדשה"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "חלון חדש"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "הדפסת מידע גרסה ויציאה"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "ערכת תוספים"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "תוסף"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[FILE…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "קוד"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "חיפוש…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "הסתרת סרגל החיפוש"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "מקור נתונים צייטגייסט עבור קוד"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "כל הקבצים"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "קבצי טקסט"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "פתיחת מספר קבצים"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "פתיחה"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "ביטול"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_פתיחה"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_ביטול"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "חיפוש טקסט בתוך „%s”"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "על ביטוי החיפוש להיות באורך 3 תווים לפחות."
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "תלות ברישיות:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "שימוש בביטויים רגולריים:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "חיפוש"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+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
+msgid "Create Branch"
+msgstr "יצירת ענף"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "העדפות"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "כללי"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "שמירת קבצים בעת שינוי:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "גזירה/העתקה חכמה של שורות:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "טבלרים"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "הזחה אוטומטית:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "הוספת רווחים במקום טבלרים:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "רוחב טבלר:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "התנהגות"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "ממשק"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "סגירה"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "הרחבות"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "עורך"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "הדגשת הסוגר התואם:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "גלישת שורות:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "ציור רווחים:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "עבור הטקסט הנבחר"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "תמיד"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "הצגת מפת סקירה:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "הנחיית רוחב שורה:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "גופן"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "גופן מותאם אישית:"
@@ -239,96 +233,111 @@ msgstr "לא לשחזר"
msgid "Restore Anyway"
msgstr "לשחזר בכל זאת"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "יישום אחר…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "פתיחה עם"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "פעולות אחרות"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "שינוי שם"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "העברה לאשפה"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "תיקיות"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "איתור בתיקייה…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "תיקייה"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "קובץ ריק"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "חדש"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "תיקייה ללא שם"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "קובץ חדש"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "סגירת תיקייה"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "לסגור את התיקיות האחרות"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "איתור במיזם…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr "%s, נערכה"
+msgid "Modified"
+msgstr "נערכה"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr "%s, חדשה"
+msgid "Error while creating new branch: “%s”"
+msgstr "שגיאה ביצירת ענף חדש: „%s”"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "ענף חדש…"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "ענף"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s אינו קובץ טקסט"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "קוד לא ידע לטעון סוג כזה של קובץ."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "לטעון בכל זאת"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "טעינת הקובץ „%s” אורכת זמן רב"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "נא להמתין בזמן שקוד טוען את הקובץ."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "ביטול הטעינה"
@@ -345,58 +354,57 @@ msgstr "בחירה שלא לשמור תוביל לאבדן השינויים לע
msgid "Close Without Saving"
msgstr "סגירה ללא שמירה"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "שמירה"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "שמירת קובץ"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "מסמך חדש"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "לא ניתן לקרוא את הקובץ „%s”"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr "יתכן שהוא פגום או שאין לך את ההרשאות המתאימות כדי לקרוא ממנו."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr "בוטלה העגינה של המקום המכיל את הקובץ „%s”. האם לשמור במקום אחר?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "שמירה בשם…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "הקובץ „%s” נמחק. האם לשמור בכל זאת?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr "לא ניתן לשמור שינויים לקובץ „%s”. לשמור את השינויים לקובץ אחר?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "שמירת השינויים במקום אחר"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -404,11 +412,11 @@ msgid ""
msgstr ""
"הקובץ „%s” שונה באמצעות יישום חיצוני. האם לטעון אותו שוב או להמשיך בעריכה?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "טעינה"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "המשך"
@@ -416,122 +424,102 @@ msgstr "המשך"
msgid "Templates"
msgstr "תבניות"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "קובץ טקסט מ־%s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "הדגשת תחביר"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "שורה מספר"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "סינון שפות"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "טקסט פשוט"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "רווח אחד"
msgstr[1] "%d רווחים"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "טאב אחד"
msgstr[1] "%d טאבים"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "מעבר לשורה:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "פתיחת קובץ"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "תבניות מיזם"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "שמירת קובץ זה"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "שמירת קובץ זה בשם שונה"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "שחזור קובץ זה לקדמותו"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "שיתוף"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "התרחקות"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "תקריב 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "התקרבות"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "ניגודיות גבוהה"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarized בהיר"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarized כהה"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "הצגה/הסתרה של לוח צד"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "הוספת תצוגה חדשה"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "הסרת התצוגה הנוכחית"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "תפריט"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr "לפתוח תיקיית מיזם…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "לצמצם הכול"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "סידור אלפביתי"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "ניהול תיקיות המיזם"
@@ -539,43 +527,45 @@ msgstr "ניהול תיקיות המיזם"
msgid "Find"
msgstr "חיפוש"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "חיפוש הבא"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "חיפוש הקודם"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "חיפוש מעגלי"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "תלוי רישיות"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "ללא תלות ברישיות"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "החלפה ב־"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "החלפה"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "החלפת הכול"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "סידור השורות הנבחרות"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "החלפת מצב הערה"
@@ -611,112 +601,100 @@ msgstr "פתיחת תיקייה"
msgid "Add a project folder to the sidebar."
msgstr "הוספת תיקיית מיזם לסרגל הצד."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "שיתוף עם PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "העלאה ל־Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "שם:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "תסדיר:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "אחרים…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "בחירת תצורה אחרת"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "זמן תפוגה:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "תפוגה:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "השארת גזיר זה כפרטי"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "העלאה"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "תצורות זמינות"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "תסדירים אחרים"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "בחירת תצורה"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "לעולם לא"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "עשר דקות"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "שעה אחת"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "יום אחד"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "חודש אחד"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "העלאה ל־Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "סמלים"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "לא נמצאו סמלים"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "הצגת המסוף"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "הסתרת המסוף"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "מסוף"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "העתקה"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "הדבקה"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "תצוגה מקדימה ברשת"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "הצגת תצוגה מקדימה"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "הסתרת תצוגה מקדימה"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "לא נמצאו מילונים מתאימים"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "נא להתקין לפחות מילון [aspell] אחד."
@@ -725,6 +703,105 @@ msgstr "נא להתקין לפחות מילון [aspell] אחד."
msgid "%s - Word Completion"
msgstr "%s - השלמת מילים"
+#~ msgid "High Contrast"
+#~ msgstr "ניגודיות גבוהה"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarized בהיר"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarized כהה"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr "חייב להיות לך מיזם Git פעיל בטרם יצירת ענף חדש."
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "פתיחת תיקיית מיזם Git בסרגל הצד."
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "לפתוח מסמך בתיקיית מיזם Git בסרגל הצד או להשתמש בתפריט ההקשר של המיזם."
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr "שם הענף חייב לעמוד בכללים של Git ואסור שכבר יהיה קיים."
+
+#~ msgid ""
+#~ "The branch name must be lower-case, start with a letter, and be at least "
+#~ "3 characters"
+#~ msgstr ""
+#~ "שם הענף חייב להיות באותיות קטנות באנגלית, להתחלי באות ושאורכו יהיה 3 "
+#~ "תווים לפחות"
+
+#~ msgid "Search for:"
+#~ msgstr "חיפוש אחר:"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "מקור נתונים צייטגייסט עבור קוד"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, חדשה"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "לא ניתן ליצור את הקובץ „%s”"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "יתכן שלא נתקבלו ההרשאות הנדרשות."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "יתכן שנתיב הקובץ אינו תקף."
+
+#~ msgid "The location is read-only."
+#~ msgstr "המקום לקריאה בלבד."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "תיקיית האב אינה קיימת."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "מיקום זה ניתן לעגינה."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "זה קובץ „מיוחד” כגון שקע,\n"
+#~ ".FIFO, התקן בלוקים או התקן תווים."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "זהו סוג קובץ „לא ידוע”."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "לא ניתן לפתוח את הקובץ „%s”"
+
+#~ msgid "Web Preview"
+#~ msgstr "תצוגה מקדימה ברשת"
+
+#~ msgid "Show Preview"
+#~ msgstr "הצגת תצוגה מקדימה"
+
+#~ msgid "Hide Preview"
+#~ msgstr "הסתרת תצוגה מקדימה"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "שיתוף עם PasteBin"
+
+#~ msgid "Others…"
+#~ msgstr "אחרים…"
+
+#~ msgid "Upload"
+#~ msgstr "העלאה"
+
+#~ msgid "Other formats"
+#~ msgstr "תסדירים אחרים"
+
+#~ msgid "Add New View"
+#~ msgstr "הוספת תצוגה חדשה"
+
+#~ msgid "Remove Current View"
+#~ msgstr "הסרת התצוגה הנוכחית"
+
#~ msgid "untitled folder %d"
#~ msgstr "תיקייה ללא שם %d"
@@ -1061,9 +1138,6 @@ msgstr "%s - השלמת מילים"
#~ msgid "Context View"
#~ msgstr "תצוגת הקשר"
-#~ msgid "Select font:"
-#~ msgstr "בחירת גופן:"
-
#~ msgid ""
#~ "Do you want to save the changes to this file in a different location?"
#~ msgstr "האם ברצונך לשמור את השינויים לקובץ זה במיקום שונה?"
@@ -1089,9 +1163,6 @@ msgstr "%s - השלמת מילים"
#~ msgid "Argument for the set of plugins"
#~ msgstr "טענה עבור ערכה של תוספים"
-#~ msgid "Create a new instance"
-#~ msgstr "יצירת דוגמה חדשה"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "יש שינויים בסקראצ שלא נשמרו"
diff --git a/po/hi.po b/po/hi.po
index d1478d65ab..b1f81714d8 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2019-05-10 06:32+0000\n"
"Last-Translator: Prachi Joshi \n"
"Language-Team: Hindi \n"
@@ -19,208 +19,204 @@ msgstr ""
"X-Generator: Weblate 3.6.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "फ़ाइल \"%s\" निर्मित नहीं की जा सकती"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "शायद आपके पास आवश्यक अनुमति नहीं है।"
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "हो सकता है कि उपलब्ध फ़ाइल पथ वैध नहीं है।"
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "यह स्थान केवल पठनीय है।"
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "मूल निर्देशिका मौजूद नहीं है।"
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "यह एक माउंटेबल स्थान है।"
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"यह एक \"विशेष\" फ़ाइल है जैसे सॉकेट,\n"
-" फीफो, ब्लॉक डिवाइस या अक्षर डिवाइस।"
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "यह एक \"अज्ञात\" फ़ाइल प्रकार है।"
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "फ़ाइल \"%s\" नहीं खोली जा सकती"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "नया टैब"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "नया विंडो"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "प्रिन्ट संस्करण जानकारी और बाहर"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "प्लगइन्स का समूह"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "प्लगइन्स का समूह"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "कोड"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "ढूंढें…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "सर्च बार छुपायें"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "स्क्रैच के लिए Zeitgeist डेटा स्रोत"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "सभी फाइलें"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "टेक्स्ट फाइलें"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "कुछ फ़ाइल खोलें"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "खोलें"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "रद्द करें"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "खोलें (_O)"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "रद्द करें (_C)"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "अगला खोजे"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "शाखा बदलें"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "वरीयताएँ"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "सामान्य"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "बदलाव करने पर फाइलों को सहेजे:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "टैब्स"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "स्वचालित हाशिया:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "टैब की जगह रिक्ति डालें:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "टैब चौड़ाई :"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "व्यवहार"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "इंटरफ़ेस"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "बंद करें"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "एक्सटेंशन्स"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "एडीटर"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "सामान कोष्ठकों को हाईलाइट करें:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "लाइन रैप:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "स्पेस बनायें:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "चयनित पाठ के लिए"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "सदैव"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "लघु मानचित्र चित्रित करें:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "पंक्ति चौड़ाई गाइड:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "फॉन्ट"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "मनपसंद फ़ॉन्ट:"
@@ -241,99 +237,119 @@ msgstr ""
msgid "Restore Anyway"
msgstr "वैसे भी लोड करें"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "अन्य अनुप्रयोग…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "में खोलें"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "अन्य अनुप्रयोग"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "पुनः नामकरण"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "रद्दी में डालें"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "फोल्डर"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "एक फ़ोल्डर खोलें"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "फ़ोल्डर"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "ख़ाली फ़ाइल"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "नया"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "अनाम फ़ोल्डर"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "नई फ़ाइल"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "फ़ोल्डर बंद करें"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "फ़ोल्डर बंद करें"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "एक फ़ोल्डर खोलें"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "शाखा बदलें"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "शाखा बदलें"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s एक टेक्स्ट फ़ाइल नहीं है"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "कोड इस प्रकार के फ़ाइल को लोड नहीं कर सकता।"
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "वैसे भी लोड करें"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "\"%s\" फ़ाइल लोड होने में ज्यादा समय ले रहा है"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "कृपया प्रतीक्षा करें जब तक कि कोड फ़ाइल लोड नहीं करता।"
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "लोड रद्द करें"
@@ -350,47 +366,46 @@ msgstr "अगर आप फाइल को नहीं सहेजेंग
msgid "Close Without Saving"
msgstr "बिना सहेजे बंद करें"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "सहेजें"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "फ़ाइल सहेजें"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "नया दस्तावेज़"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "\"%s\" फ़ाइल पढ़ा नहीं जा सकता"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr "शायद यह ख़राब है अथवाआपके पास इसे पढ़ने के लिए आवश्यक अनुमति नहीं है।"
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr "फ़ाइल \"%s\" उक्त स्थान हटा दिया गया था। आप कहीं और सहेजना चाहते हैं?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "इस रूप में सहेजें…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "फ़ाइल \"%s\" हटा दी गई थी।आप फिर भी सहेजना चाहते हैं?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -399,11 +414,11 @@ msgstr ""
"आप फाइल \"%s \" में किए बदलाव सुरक्षित नहीं कर सकते । क्या आप फाइल में किए गए बदलाव "
"को अन्य स्थान पर सुरक्षित करना चाहते है ?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "बदलाव कहीं और सुरक्षित करें"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -412,11 +427,11 @@ msgstr ""
"फ़ाइल \"%s\" किसी बाह्य एप्लीकेशन द्वारा बदला गया है. क्या आप इसे पुनः लोड करना चाहते "
"हैं या संपादन जारी रखना चाहते हैं?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "लोड करें"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "जारी रखें"
@@ -424,124 +439,104 @@ msgstr "जारी रखें"
msgid "Templates"
msgstr "नमूने"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "टेक्स्ट फाइलें %s से : %d तक"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "सिंटेक्स हाईलाइटिंग"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "पंक्ति नंबर"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "भाषाएं फ़िल्टर करें"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "सादा पाठ"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d स्पेस"
msgstr[1] "%d स्पेस"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d टैब"
msgstr[1] "%d टैब"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "पंक्ति पर जायें:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "फाइल खोलें"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "प्रोजेक्ट टेम्प्लेट"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "इस फाइल को सुरक्षित करें"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "इस फाइल को किसी अन्य नाम से सुरक्षित करें"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "इस फाइल को वापस लौटाएँ"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "साझा करें"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "ज़ूम आउट"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "ज़ूम 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "ज़ूम इन"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "अधिक कंट्रास्ट"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "सोलारिज्ड लाइट"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "सोलारिज्ड डार्क"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "बाजू की पट्टी टॉगल करें"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "नया दृश्य जोड़ें"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "वर्तमान दृश्य को निकालें"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "मेन्यू"
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "एक फ़ोल्डर खोलें"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -549,43 +544,45 @@ msgstr ""
msgid "Find"
msgstr "खोजें"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "अगला खोजे"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "पिछला खोजें"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "चक्रीय ख़ोज"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "के साथ बदलें"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "बदलें"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "सबको प्रतिस्थापित करें"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "चयनित लाइनों को क्रमबद्ध करें"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "टिप्पणी टॉगल करें"
@@ -621,112 +618,106 @@ msgstr "फाइल खोलें"
msgid "Add a project folder to the sidebar."
msgstr "प्रोजेक्ट फोल्डर को साइडबार में जोड़े।"
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "पेस्टबिन के द्वारा साझा करें"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "पेस्टबिन पर अपलोड करे"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "नाम:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "प्रारूप:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "अन्य…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "समाप्ति (expiry) समय:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "इस 'पेस्ट' को निजी रखें"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "अपलोड करें"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "अन्य प्रारूप"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Format:"
+msgid "Select Format"
+msgstr "प्रारूप:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "कभी नहीं"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "दस मिनट"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "एक घंटा"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "एक दिन"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "एक महीना"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "पेस्टबिन पर अपलोड करे"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "संकेत"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "संकेत"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "टर्मिनल दिखाएँ"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "टर्मिनल छिपाएं"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "टर्मिनल"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "प्रतिलिपि"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "चिपकाएं"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "वेब पूर्वावलोकन"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "पूर्वावलोकन दिखाएँ"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "पूर्वावलोकन छुपाएँ"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "कोई उपयुक्त डिक्शनरी नहीं मिला"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "कृपया कम से कम एक [aspell] शब्दकोश स्थापित/इनस्टॉल करें।"
@@ -735,6 +726,94 @@ msgstr "कृपया कम से कम एक [aspell] शब्दको
msgid "%s - Word Completion"
msgstr "%s - शब्द समापन"
+#~ msgid "High Contrast"
+#~ msgstr "अधिक कंट्रास्ट"
+
+#~ msgid "Solarized Light"
+#~ msgstr "सोलारिज्ड लाइट"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "सोलारिज्ड डार्क"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "प्रोजेक्ट फोल्डर को साइडबार में जोड़े।"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "प्रोजेक्ट फोल्डर को साइडबार में जोड़े।"
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "अगला खोजे"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "स्क्रैच के लिए Zeitgeist डेटा स्रोत"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "फ़ाइल \"%s\" निर्मित नहीं की जा सकती"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "शायद आपके पास आवश्यक अनुमति नहीं है।"
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "हो सकता है कि उपलब्ध फ़ाइल पथ वैध नहीं है।"
+
+#~ msgid "The location is read-only."
+#~ msgstr "यह स्थान केवल पठनीय है।"
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "मूल निर्देशिका मौजूद नहीं है।"
+
+#~ msgid "It is a mountable location."
+#~ msgstr "यह एक माउंटेबल स्थान है।"
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "यह एक \"विशेष\" फ़ाइल है जैसे सॉकेट,\n"
+#~ " फीफो, ब्लॉक डिवाइस या अक्षर डिवाइस।"
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "यह एक \"अज्ञात\" फ़ाइल प्रकार है।"
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "फ़ाइल \"%s\" नहीं खोली जा सकती"
+
+#~ msgid "Web Preview"
+#~ msgstr "वेब पूर्वावलोकन"
+
+#~ msgid "Show Preview"
+#~ msgstr "पूर्वावलोकन दिखाएँ"
+
+#~ msgid "Hide Preview"
+#~ msgstr "पूर्वावलोकन छुपाएँ"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "पेस्टबिन के द्वारा साझा करें"
+
+#~ msgid "Others…"
+#~ msgstr "अन्य…"
+
+#~ msgid "Upload"
+#~ msgstr "अपलोड करें"
+
+#~ msgid "Other formats"
+#~ msgstr "अन्य प्रारूप"
+
+#~ msgid "Add New View"
+#~ msgstr "नया दृश्य जोड़ें"
+
+#~ msgid "Remove Current View"
+#~ msgstr "वर्तमान दृश्य को निकालें"
+
#~ msgid "untitled folder %d"
#~ msgstr "अनाम फ़ोल्डर %d"
diff --git a/po/ho.po b/po/ho.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/hr.po b/po/hr.po
index af45eda5ab..45a9d7fe57 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+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,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/hu.po b/po/hu.po
index eed6d2e6e6..0fca7c4ac7 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-06-22 00:03+0000\n"
"Last-Translator: Majer Tamás \n"
"Language-Team: Hungarian \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:00+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Փակել"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Փոխարինել"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/hz.po b/po/hz.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ia.po b/po/ia.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/id.po b/po/id.po
index db7f3c3741..12f9d35059 100644
--- a/po/id.po
+++ b/po/id.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: scratch\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2018-10-24 13:33+0000\n"
"Last-Translator: Angga Rifandi \n"
"Language-Team: Indonesian \n"
"Language-Team: Igbo \n"
@@ -14,204 +14,200 @@ msgstr ""
"X-Generator: Weblate 3.7.1\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "El archivo \"%s\" no pudo ser creado"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Probablemente no tienes los permisos necesarios."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Tal vez la ruta del archivo proporcionada no es valida."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "La ubicación es de solo lectura."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "El directorio padre no existe."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "Es una ubicación montable."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "Es un tipo de archivo \"desconocido\"."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr ""
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr ""
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr ""
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr ""
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr ""
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr ""
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -231,96 +227,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -337,69 +348,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -407,122 +417,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -530,43 +520,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -602,112 +594,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -715,3 +695,24 @@ msgstr ""
#, c-format
msgid "%s - Word Completion"
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."
+
+#~ msgid "The location is read-only."
+#~ msgstr "La ubicación es de solo lectura."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "El directorio padre no existe."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "Es una ubicación montable."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "Es un tipo de archivo \"desconocido\"."
diff --git a/po/ii.po b/po/ii.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ik.po b/po/ik.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/io.elementary.code.pot b/po/io.elementary.code.pot
index f9343113f6..a997819187 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: 2020-04-02 00:34+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -18,204 +18,200 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -235,96 +231,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -341,69 +352,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -411,122 +421,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -534,43 +524,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -606,112 +598,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/io.po b/po/io.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/is.po b/po/is.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/it.po b/po/it.po
index fd8060f247..085dd581a1 100644
--- a/po/it.po
+++ b/po/it.po
@@ -7,332 +7,354 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2019-07-02 22:28+0000\n"
-"Last-Translator: Marco Devoti \n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2020-10-23 17:15+0000\n"
+"Last-Translator: Fabio Zaramella \n"
"Language-Team: Italian \n"
"Language: it\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 3.6.1\n"
+"X-Generator: Weblate 3.9.1\n"
"X-Launchpad-Export-Date: 2017-05-04 05:45+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "Impossibile creare il file \"%s\""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "Forse non disponi delle autorizzazioni necessarie."
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "Probabilmente il percorso del file fornito non è valido."
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "La posizione è di sola lettura."
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "La cartella genitore non esiste."
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "È un percorso montabile."
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"È un file \"speciale\", come ad esempio un socket,\n"
-" un FIFO, un dispositivo a blocchi o un dispositivo a caratteri."
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "È un tipo di file \"sconosciuto\"."
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "Impossibile aprire il file \"%s\""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "Nuova scheda"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "Nuova finestra"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "Stampa informazioni sulla versione ed esci"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
-msgstr "Raccolta di plugin"
+msgstr "Raccolta di estensioni"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "Componenti aggiuntivi"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "Codice"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "Trova…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Nascondi la barra di ricerca"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "Origine dati Zeitgeist per Scratch"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Tutti i file"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "File di testo"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "Apri alcuni file"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Apri"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "Annulla"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "_Apri"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_Annulla"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+#, fuzzy
+#| msgid "Case Insensitive"
+msgid "Case sensitive:"
+msgstr "Nessuna distinzione fra maiuscolo e minuscolo"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "Cerca successivo"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, fuzzy, c-format
+#| msgid "Create a new instance"
+msgid "Create a new branch of “%s/%s”"
+msgstr "Crea una nuova istanza"
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+#| msgid "Branch"
+msgid "Create Branch"
+msgstr "Ramo di sviluppo"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Preferenze"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: src/Dialogs/PreferencesDialog.vala:47
msgid ""
"Cutting or copying without an active selection will cut or copy the entire "
"current line"
msgstr ""
+"Tagliare o copiare senza una selezione comporterà il taglio o la copia "
+"dell'intera riga corrente"
-#: src/Dialogs/PreferencesDialog.vala:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "Generali"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "Salva i file appena modificati:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
-msgstr ""
+msgstr "Copia/Incolla righe intelligente:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "Tabulazioni"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "Capoverso automatico:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "Inserisci spazi invece di tabulazioni:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "Larghezza di tabulazione:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Azioni"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Interfaccia"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Chiudi"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Estensioni"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "Editor"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "Evidenzia parentesi corrispondenti:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "A capo automatico:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "Mostra gli spazi:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "Per il testo selezionato"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "Sempre"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
-msgstr "Mostra Mini Map:"
+msgstr "Mostra minimappa:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "Linea guida di larghezza:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "Tipo di carattere"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "Carattere personalizzato:"
#: src/Dialogs/RestoreConfirmationDialog.vala:31
msgid "Are You Sure You Want to Restore This File?"
-msgstr ""
+msgstr "Vuoi davvero ripristinare questo file?"
#: src/Dialogs/RestoreConfirmationDialog.vala:32
msgid "Restoring a file will undo all changes made since opening it"
msgstr ""
+"Il ripristino di un file annullerà tutte le modifiche apportate dall'apertura"
#: src/Dialogs/RestoreConfirmationDialog.vala:34
msgid "Don't Restore"
-msgstr ""
+msgstr "Non ripristinare"
#: src/Dialogs/RestoreConfirmationDialog.vala:36
-#, fuzzy
msgid "Restore Anyway"
-msgstr "Carica lo stesso"
+msgstr "Ripristina lo stesso"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "Un'altra applicazione…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "Apri con"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "Altre azioni"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
-msgstr "Cambia nome"
+msgstr "Rinomina"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
-msgstr "Muovi al cestino"
+msgstr "Sposta nel cestino"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "Cartelle"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open Project Folder…"
+msgid "Find in Folder…"
+msgstr "Apri cartella progetto…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "Cartella"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "File vuoto"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "Nuovo"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "cartella senza titolo"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "nuovo file"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "Chiudi cartella"
-#: src/FolderManager/ProjectFolderItem.vala:99
-#, fuzzy
-#| msgid "Close Folder"
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
-msgstr "Chiudi cartella"
+msgstr "Chiudi le altre cartelle"
+
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open Project Folder…"
+msgid "Find in Project…"
+msgstr "Apri cartella progetto…"
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr ""
+#, fuzzy
+#| msgid "%s, Modified"
+msgid "Modified"
+msgstr "%s, modificato"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
#, fuzzy
+#| msgid "Branch"
+msgid "New Branch…"
+msgstr "Ramo di sviluppo"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
-msgstr "Cambia ramo"
+msgstr "Ramo di sviluppo"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s non è un file di testo"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
-msgstr "Code non può caricare questo tipo di file."
+msgstr "Codice non può caricare questo tipo di file."
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "Carica lo stesso"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "Il caricamento del file \"%s\" sta impiegando molto tempo"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
-msgstr "Attendere mentre Code carica il file."
+msgstr "Attendere mentre Codice carica il file."
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "Annulla il caricamento"
@@ -350,51 +372,50 @@ msgstr ""
msgid "Close Without Saving"
msgstr "Chiudi senza salvare"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Salva"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "Salva il file"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Nuovo documento"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "Impossibile leggere il file \"%s\""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"Potrebbe essere danneggiato o potresti non possedere i permessi necessari ad "
"aprirlo."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-"Il percorso che contiene il file \"%s\" è stato smontato. Vuoi salvare da "
+"Il percorso che contiene il file \"%s\" è stato smontato. Vuoi salvarlo da "
"qualche altra parte?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "Salva come…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
-msgstr "Il file \"%s\" è stato cancellato. Vuoi salvare comunque?"
+msgstr "Il file \"%s\" è stato cancellato. Vuoi salvarlo comunque?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -403,11 +424,11 @@ msgstr ""
"Non è possibile salvare le modifiche sul file \"%s\". Vuoi salvare le "
"modifiche a questo file in una posizione diversa?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "Salva i cambiamenti in un'altra posizione"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -416,11 +437,11 @@ msgstr ""
"Il file \"%s\" è stato modificato da un programma esterno. Vuoi caricare "
"nuovamente o continuare la modifica?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "Carica"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "Continua"
@@ -428,168 +449,148 @@ msgstr "Continua"
msgid "Templates"
msgstr "Modelli"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "File di testo da %s:%d"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "Evidenziazione sintassi"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "Numero di riga"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
-msgstr "Filtrare i linguaggi"
+msgstr "Filtra i linguaggi"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "Testo semplice"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] "%d spazio"
msgstr[1] "%d spazi"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "%d scheda"
msgstr[1] "%d schede"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "Vai alla linea:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Apri un file"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "Modelli di progetto"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "Salva questo file"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "Salva questo file con un nome diverso"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "Ripristina questo file"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "Condividi"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "Riduci ingrandimento"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "Ingrandimento 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "Aumenta ingrandimento"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "Contrasto elevato"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarizzato chiaro"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarizzato scuro"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "Mostra o nascondi la barra laterale"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "Aggiungi nuova vista"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "Rimuovi vista corrente"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "Menu"
-#: src/Widgets/Pane.vala:44
-#, fuzzy
-#| msgid "Open a folder"
-msgid "Open project folder…"
-msgstr "Apri una cartella"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
+msgstr "Apri cartella progetto…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
-msgstr ""
+msgstr "Comprimi tutto"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
-msgstr ""
+msgstr "Disponi in ordine alfabetico"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
-msgstr ""
+msgstr "Gestisci le cartelle dei progetti"
#: src/Widgets/SearchBar.vala:63
msgid "Find"
msgstr "Cerca"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "Cerca successivo"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "Cerca precedente"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "Ricerca ciclica"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
-msgstr ""
+msgstr "Che tiene conto del maiuscolo o minuscolo"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
-msgstr ""
+msgstr "Nessuna distinzione fra maiuscolo e minuscolo"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "Sostituisci con"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Sostituisci"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "Sostituisci tutto"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "Ordina le linee selezionate"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "Attiva o disattiva il commento"
@@ -625,112 +626,100 @@ msgstr "Apri una cartella"
msgid "Add a project folder to the sidebar."
msgstr "Aggiungi una cartella di progetto alla barra laterale."
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Condividi su PasteBin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Carica su Pastebin"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "Nome:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "Formato:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "Altri…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "Scegli un formato diverso"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr "Scadenza:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "Mantieni questa copia privata"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "Carica"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "Formati disponibili"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "Altri formati"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "Seleziona il formato"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "Mai"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "Dieci minuti"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "Un'ora"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "Un giorno"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "Un mese"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Carica su Pastebin"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "Simboli"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "Nessun simbolo trovato"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "Mostra terminale"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "Nascondi terminale"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "Terminale"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "Copia"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "Incolla"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Anteprima web"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "Mostra anteprima"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "Nascondi l'anteprima"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "Non sono stati trovati dizionari adatti"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "Installa almeno un dizionario [aspell]."
@@ -739,6 +728,96 @@ msgstr "Installa almeno un dizionario [aspell]."
msgid "%s - Word Completion"
msgstr "%s - Autocompletamento parole"
+#~ msgid "High Contrast"
+#~ msgstr "Contrasto elevato"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarizzato chiaro"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarizzato scuro"
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr "Aggiungi una cartella di progetto alla barra laterale."
+
+#, fuzzy
+#~| msgid "Add a project folder to the sidebar."
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr "Aggiungi una cartella di progetto alla barra laterale."
+
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "Cerca successivo"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Origine dati Zeitgeist per Codice"
+
+#~ msgid "%s, New"
+#~ msgstr "%s, nuovo"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "Impossibile creare il file \"%s\""
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "Forse non disponi delle autorizzazioni necessarie."
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "Probabilmente il percorso del file fornito non è valido."
+
+#~ msgid "The location is read-only."
+#~ msgstr "La posizione è di sola lettura."
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "La cartella genitore non esiste."
+
+#~ msgid "It is a mountable location."
+#~ msgstr "È un percorso montabile."
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "È un file \"speciale\", come ad esempio un socket,\n"
+#~ " un FIFO, un dispositivo a blocchi o un dispositivo a caratteri."
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "È un tipo di file \"sconosciuto\"."
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "Impossibile aprire il file \"%s\""
+
+#~ msgid "Web Preview"
+#~ msgstr "Anteprima web"
+
+#~ msgid "Show Preview"
+#~ msgstr "Mostra anteprima"
+
+#~ msgid "Hide Preview"
+#~ msgstr "Nascondi l'anteprima"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Condividi su PasteBin"
+
+#~ msgid "Others…"
+#~ msgstr "Altri…"
+
+#~ msgid "Upload"
+#~ msgstr "Carica"
+
+#~ msgid "Other formats"
+#~ msgstr "Altri formati"
+
+#~ msgid "Add New View"
+#~ msgstr "Aggiungi nuova vista"
+
+#~ msgid "Remove Current View"
+#~ msgstr "Rimuovi vista corrente"
+
#~ msgid "untitled folder %d"
#~ msgstr "cartella senza titolo %d"
@@ -1039,9 +1118,6 @@ msgstr "%s - Autocompletamento parole"
#~ msgid "Heuristically detect tab or space settings"
#~ msgstr "Rileva euristicamente tabulazioni o spazi"
-#~ msgid "Select font:"
-#~ msgstr "Seleziona il carattere:"
-
#~ msgid "Normal text"
#~ msgstr "Testo normale"
@@ -1126,9 +1202,6 @@ msgstr "%s - Autocompletamento parole"
#~ msgid "There are unsaved changes!"
#~ msgstr "Ci sono modifiche non salvate!"
-#~ msgid "Create a new instance"
-#~ msgstr "Crea una nuova istanza"
-
#~ msgid "Context View"
#~ msgstr "Vista contestuale"
diff --git a/po/iu.po b/po/iu.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ja.po b/po/ja.po
index fc9386654f..abe967ffd2 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: 2020-03-26 16:55+0000\n"
-"PO-Revision-Date: 2020-03-28 19:09+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
+"PO-Revision-Date: 2021-05-19 11:45+0000\n"
"Last-Translator: Ryo Nakano \n"
"Language-Team: Japanese \n"
"Language: ja\n"
@@ -16,209 +16,203 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
-"X-Generator: Weblate 3.9.1\n"
+"X-Generator: Weblate 4.4.2\n"
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr "ファイル \"%s\" を作成できません"
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr "必要な権限がない可能性があります。"
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr "指定されたファイルのパスが有効ではない可能性があります。"
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr "この場所は読み取り専用です。"
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr "親ディレクトリが存在しません。"
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr "これはマウント可能な場所です。"
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-"これは、ソケット、FIFO、ブロックデバイス、\n"
-" キャラクタデバイスなどの \"特別な\" ファイルです。"
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr "これは \"未知\" のファイル形式です。"
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr "ファイル \"%s\" を開けません"
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "新しいタブ"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "新しいウィンドウ"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "バージョン情報を表示して終了します"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "プラグインのセット"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "plugin"
msgstr "プラグイン"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr "[ファイル…]"
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr "コード"
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "検索…"
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "検索バーを表示しない"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr "Code 向けの Zeitgeist データソース"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "すべてのファイル"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "テキストファイル"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "複数のファイルを開く"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "開く"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "キャンセル"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "開く(_O)"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "キャンセル(_C)"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr "フォルダー “%s” 内のテキストを検索"
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr "検索文字列は3文字以上にする必要があります。"
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr "大文字と小文字を区別:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr "正規表現を使う:"
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
+msgstr "検索"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+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
+msgid "Create Branch"
+msgstr "ブランチを作成"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "設定"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "一般"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "変更が加えられた時にファイルを保存:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr "便利な行の切り取り/コピー:"
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "タブ"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "自動インデント:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "タブの代わりにスペースを挿入:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "タブ幅:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "動作"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "インターフェース"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "閉じる"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "拡張機能"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "エディター"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "対となるブラケットをハイライト:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "行の折り返し:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr "空白を表示:"
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr "選択されたテキストに対して表示"
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr "常に表示"
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr "ミニマップを表示:"
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "行の幅のガイド:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr "フォント"
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "カスタムフォント:"
@@ -240,96 +234,111 @@ msgstr "復元しない"
msgid "Restore Anyway"
msgstr "了解して復元"
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr "ほかのアプリケーション…"
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr "指定した方法で開く"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr "ほかの操作"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr "名前を変更"
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr "ゴミ箱に移動"
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "フォルダー"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr "フォルダー内を検索…"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr "フォルダー"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr "空のファイル"
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr "新規作成"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr "名称未設定フォルダー"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr "新しいファイル"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "フォルダーを閉じる"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr "ほかのフォルダーを閉じる"
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr "プロジェクト内を検索…"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
-msgstr "%s、変更"
+msgid "Modified"
+msgstr "変更済み"
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
-msgstr "%s、新規"
+msgid "Error while creating new branch: “%s”"
+msgstr "新しいブランチの作成中にエラーが発生しました: “%s”"
+
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr "新しいブランチ…"
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr "ブランチ"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr "%s はテキストファイルではありません"
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr "\"コード\" はこの種類のファイルを読み込むことができません。"
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr "強制的に読み込む"
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr "ファイル \"%s\" の読み込みに時間がかかっています"
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr "\"コード\" がファイルを読み込む間、お待ちください。"
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr "読み込みをキャンセル"
@@ -346,49 +355,48 @@ msgstr "保存しない場合、変更は破棄されます。"
msgid "Close Without Saving"
msgstr "保存せずに閉じる"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "保存"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "ファイルを保存"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "新しいドキュメント"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr "ファイル \"%s\" を読み込めません"
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr "ファイルが破損しているか、読み込む権限がない可能性があります。"
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-"ファイル \"%s\" を含む場所はアンマウントされています。どこか別の場所に保存し"
-"ますか?"
+"ファイル \"%s\" を含む場所はアンマウントされています。別の場所に保存します"
+"か?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "名前を付けて保存…"
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "\"%s\" は削除されています。それでも保存しますか?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -397,24 +405,24 @@ msgstr ""
"ファイル \"%s\" に変更内容を保存できません。変更内容を別の場所に保存します"
"か?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "別の場所に変更内容を保存"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
"ファイル \"%s\" は外部アプリケーションによって変更されました。変更を読み込み"
-"ますか?または編集を続行しますか?"
+"ますか? または編集を続行しますか?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "変更を読み込む"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "編集を続行"
@@ -422,120 +430,100 @@ msgstr "編集を続行"
msgid "Templates"
msgstr "テンプレート"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr "%s:%d のテキストファイル"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "シンタックスハイライト"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr "行番号"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr "言語をフィルター"
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr "プレーンテキスト"
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
-msgstr[0] "%d 個のスペース"
+msgstr[0] "%d個のスペース"
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
-msgstr[0] "%d 個のタブ"
+msgstr[0] "%d個のタブ"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "行へ移動:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "ファイルを開きます"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "プロジェクトテンプレート"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "このファイルを保存します"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "このファイルを別の名前で保存します"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "このファイルを編集前の状態に復元します"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "共有"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr "ズームアウト"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "100% ズーム"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr "ズームイン"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr "ハイコントラスト"
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr "Solarized Light"
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr "Solarized Dark"
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr "サイドバーを切り替え"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "新しいビューを追加"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "現在のビューを削除"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr "メニュー"
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr "プロジェクトフォルダーを開く…"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr "すべて折りたたむ"
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr "アルファベット順に並び替え"
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr "プロジェクトフォルダーを管理"
@@ -543,43 +531,45 @@ msgstr "プロジェクトフォルダーを管理"
msgid "Find"
msgstr "検索"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "次を検索"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "前を検索"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "循環検索"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr "大文字と小文字を区別"
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr "大文字と小文字を区別しない"
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "置き換え"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "置き換え"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "すべて置換"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr "選択された行を並べ替え"
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr "コメントを切り替え"
@@ -615,112 +605,100 @@ msgstr "フォルダーを開く"
msgid "Add a project folder to the sidebar."
msgstr "サイドバーにプロジェクトフォルダーを追加します。"
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
-msgstr "Pastebin で共有"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Pastebin にアップロード"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "名前:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr "形式:"
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
-msgstr "そのほか…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr "別の形式を選択します"
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
-msgstr "期限:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
+msgstr "公開期間:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "公開しない"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "アップロード"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr "利用可能な書式"
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "ほかの形式"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
+msgstr "書式を選択"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "なし"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
-msgstr "10 分間"
+msgstr "10分間"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
-msgstr "1 時間"
+msgstr "1時間"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
-msgstr "1 日"
+msgstr "1日"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
-msgstr "1 か月"
-
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Pastebin にアップロード"
+msgstr "1か月"
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "シンボル"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr "シンボルが見つかりません"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "ターミナルを表示"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "ターミナルを表示しない"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "ターミナル"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "コピー"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "貼り付け"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "Web プレビュー"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "プレビューを表示"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "プレビューを表示しない"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr "適切な辞書が見つかりませんでした"
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr "少なくとも 1 つ以上の [aspell] 辞書をインストールしてください。"
@@ -729,8 +707,109 @@ msgstr "少なくとも 1 つ以上の [aspell] 辞書をインストールし
msgid "%s - Word Completion"
msgstr "%s - 単語補完"
-#~ msgid "Add Project Folder…"
-#~ msgstr "プロジェクトフォルダーを追加…"
+#~ msgid "High Contrast"
+#~ msgstr "ハイコントラスト"
+
+#~ msgid "Solarized Light"
+#~ msgstr "Solarized Light"
+
+#~ msgid "Solarized Dark"
+#~ msgstr "Solarized Dark"
+
+#~ msgid "You must have an active Git project before creating a new branch."
+#~ msgstr ""
+#~ "新しいブランチを作成するには、プロジェクトで Git を使用している必要があり"
+#~ "ます。"
+
+#~ msgid "Open a Git project folder in the sidebar."
+#~ msgstr ""
+#~ "サイドバーに Git を使用しているプロジェクトフォルダーを開いてください。"
+
+#~ msgid ""
+#~ "Open a document in a Git project folder in the sidebar or use a project "
+#~ "context menu."
+#~ msgstr ""
+#~ "Git を使用しているプロジェクトフォルダーのドキュメントをサイドバーに開く"
+#~ "か、プロジェクトのコンテキストメニューを使用してください。"
+
+#~ msgid ""
+#~ "The branch name must comply with Git rules and must not already exist."
+#~ msgstr ""
+#~ "ブランチ名は Git のルールに従っている必要があります。既存の名前は使えませ"
+#~ "ん。"
+
+#~ msgid ""
+#~ "The branch name must be lower-case, start with a letter, and be at least "
+#~ "3 characters"
+#~ msgstr ""
+#~ "ブランチ名は、アルファベットで始まる3文字以上の小文字にする必要があります"
+
+#~ msgid "Search for:"
+#~ msgstr "検索するテキスト:"
+
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "Code 向けの Zeitgeist データソース"
+
+#~ msgid "%s, New"
+#~ msgstr "%s、新規"
+
+#~ msgid "File \"%s\" Cannot Be Created"
+#~ msgstr "ファイル \"%s\" を作成できません"
+
+#~ msgid "Maybe you do not have the necessary permissions."
+#~ msgstr "必要な権限がない可能性があります。"
+
+#~ msgid "Maybe the file path provided is not valid."
+#~ msgstr "指定されたファイルのパスが有効ではない可能性があります。"
+
+#~ msgid "The location is read-only."
+#~ msgstr "この場所は読み取り専用です。"
+
+#~ msgid "The parent directory doesn't exist."
+#~ msgstr "親ディレクトリが存在しません。"
+
+#~ msgid "It is a mountable location."
+#~ msgstr "これはマウント可能な場所です。"
+
+#~ msgid ""
+#~ "It is a \"special\" file such as a socket,\n"
+#~ " FIFO, block device, or character device."
+#~ msgstr ""
+#~ "これは、ソケット、FIFO、ブロックデバイス、\n"
+#~ " キャラクタデバイスなどの \"特別な\" ファイルです。"
+
+#~ msgid "It is an \"unknown\" file type."
+#~ msgstr "これは \"未知\" のファイル形式です。"
+
+#~ msgid "File \"%s\" Cannot Be Opened"
+#~ msgstr "ファイル \"%s\" を開けません"
+
+#~ msgid "Web Preview"
+#~ msgstr "Web プレビュー"
+
+#~ msgid "Show Preview"
+#~ msgstr "プレビューを表示"
+
+#~ msgid "Hide Preview"
+#~ msgstr "プレビューを表示しない"
+
+#~ msgid "Share via Pastebin"
+#~ msgstr "Pastebin で共有"
+
+#~ msgid "Others…"
+#~ msgstr "そのほか…"
+
+#~ msgid "Upload"
+#~ msgstr "アップロード"
+
+#~ msgid "Other formats"
+#~ msgstr "ほかの形式"
+
+#~ msgid "Add New View"
+#~ msgstr "新しいビューを追加"
+
+#~ msgid "Remove Current View"
+#~ msgstr "現在のビューを削除"
#~ msgid "untitled folder %d"
#~ msgstr "名称未設定フォルダー %d"
@@ -1080,9 +1159,6 @@ msgstr "%s - 単語補完"
#~ msgid "Changes to this file haven't been saved."
#~ msgstr "このファイルへの変更は保存されていません。"
-#~ msgid "Select font:"
-#~ msgstr "フォントを選択:"
-
#~ msgid "You can't save changes to:"
#~ msgstr "次のファイルに変更を保存できません:"
@@ -1111,9 +1187,6 @@ msgstr "%s - 単語補完"
#~ msgid "Argument for the set of plugins"
#~ msgstr "プラグインへの引数"
-#~ msgid "Create a new instance"
-#~ msgstr "新しいインスタンスを作成"
-
#~ msgid "There are unsaved changes in Scratch!"
#~ msgstr "スクラッチに保存されてない変化が有ります!"
diff --git a/po/jv.po b/po/jv.po
index 4a2648058d..d6be8ce68d 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-21 13:38+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: Javanese \n"
@@ -18,205 +18,203 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "jendela baru"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "Tempelan"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "Tempelan"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr ""
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "Umpetke papan golek"
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
-msgstr ""
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "Kabeh berkas"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "Berkas aksara"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr ""
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "Bukak"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Next Search"
+msgid "Search"
+msgstr "Goleki sak teruse"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
+msgstr ""
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Tutup"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -236,99 +234,116 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "Bukak"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+msgid "Find in Folder…"
+msgstr "Bukak berkas"
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "Berkas anyar"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
msgid "Close Other Folders"
msgstr "Bukak berkas"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+msgid "Find in Project…"
+msgstr "Bukak berkas"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -345,69 +360,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "Simpen"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "dokumen anyar"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -415,124 +429,104 @@ msgstr ""
msgid "Templates"
msgstr "Cetakan"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "Berkas aksara"
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "Bukak berkas"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
#, fuzzy
msgid "Toggle Sidebar"
msgstr "Papan samping"
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "Bukak berkas"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -540,43 +534,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "Tumpuk"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -615,112 +611,100 @@ msgstr "Bukak berkas"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -785,9 +769,6 @@ msgstr ""
#~ msgid "Previous Search"
#~ msgstr "Goleki sak durunge"
-#~ msgid "Next Search"
-#~ msgstr "Goleki sak teruse"
-
#~ msgid "Save as"
#~ msgstr "Simpen dadi"
diff --git a/po/ka.po b/po/ka.po
index edcd95601d..fc731d7801 100644
--- a/po/ka.po
+++ b/po/ka.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-09-10 18:45+0000\n"
"Last-Translator: Beqa Arabuli \n"
"Language-Team: LANGUAGE \n"
@@ -13,206 +13,204 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
-msgstr ""
-
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
-msgstr ""
-
-#: src/Application.vala:142
-msgid "The location is read-only."
-msgstr ""
-
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
-msgstr ""
-
-#: src/Application.vala:165
-msgid "It is a mountable location."
-msgstr ""
-
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
-msgstr ""
-
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
-msgstr ""
-
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
-msgstr ""
-
-#: src/Application.vala:248
+#: src/Application.vala:39
msgid "New Tab"
msgstr "ახალი ჩანართი"
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
msgid "New Window"
msgstr "ახალი ფანჯარა"
-#: src/Application.vala:250
+#: src/Application.vala:41
msgid "Print version info and exit"
msgstr "ვერსიის ინფორმაციის გამოტანა და გამოსვლა"
-#: src/Application.vala:251
+#: src/Application.vala:42
msgid "Set of plugins"
msgstr "გაფართოებების კომპლექტი"
-#: src/Application.vala:251
+#: src/Application.vala:42
#, fuzzy
msgid "plugin"
msgstr "გაფართოებების კომპლექტი"
-#: src/MainWindow.vala:137
+#: src/Application.vala:43
+msgid "[FILE…]"
+msgstr ""
+
+#: src/MainWindow.vala:140
msgid "Code"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
msgid "Find…"
msgstr "პოვნა..."
-#: src/MainWindow.vala:193
+#: src/MainWindow.vala:207
msgid "Hide search bar"
msgstr "პოვნის ზოლის დამლავა"
-#: src/MainWindow.vala:262
-#, fuzzy
-msgid "Zeitgeist Datasource for Code"
-msgstr "ზეიტგეისტ მონაცემთა წყარო Scratch-ისთვის"
-
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
msgid "All files"
msgstr "ყველა ფაილი"
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
msgid "Text files"
msgstr "ტექსტ ფაილები"
-#: src/MainWindow.vala:778
+#: src/MainWindow.vala:736
msgid "Open some files"
msgstr "ზოგიერთი ფაილის გახსნა"
-#: src/MainWindow.vala:781
+#: src/MainWindow.vala:739
msgid "Open"
msgstr "გახსნა"
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
msgid "Cancel"
msgstr "გაუქმება"
-#: src/MainWindow.vala:807
+#: src/MainWindow.vala:765
msgid "_Open"
msgstr "გახ_სნა"
-#: src/MainWindow.vala:808
+#: src/MainWindow.vala:766
msgid "_Cancel"
msgstr "_გაუქმება"
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
+msgstr ""
+
+#: src/Dialogs/GlobalSearchDialog.vala:102
+#, fuzzy
+#| msgid "Search next"
+msgid "Search"
+msgstr "შემდეგის პოვნა"
+
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
+msgstr ""
+
+#. /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 ""
+
+#: src/Dialogs/NewBranchDialog.vala:56
+#, fuzzy
+msgid "Create Branch"
+msgstr "Scratch-ის პარამეტრების შეცვლა"
+
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "პარამეტრები"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr "ზოგადი"
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr "ფაილების შენახვა ცვლილებისას:"
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr "ჩანართები"
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr "ავტომატური აბზაცი:"
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr "ტაბის ნაცვლად გამოტოვებების ჩასმა:"
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr "ტაბულაციის სიგანე:"
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "ქცევა"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "ინტერფეისი"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "დახურვა"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "გაფართოებები"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr "რედაქტორი"
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr "შესაფერისი ფრჩხილების შეფერადება:"
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr "ხაზის გახვევა:"
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr "ხაზის სიგანის მეგზური:"
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr "შრიფტი ხელით:"
@@ -232,104 +230,124 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
#, fuzzy
msgid "Open In"
msgstr "გახსნა"
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
#, fuzzy
msgid "Other Actions"
msgstr "სხვა ფორმატები"
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr "საქაღალდეები"
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Folder…"
+msgstr "საქაღალდის გახსნა"
+
+#: src/FolderManager/FolderItem.vala:173
#, fuzzy
msgid "Folder"
msgstr "საქაღალდეები"
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
#, fuzzy
msgid "New"
msgstr "ახალი ჩანართი"
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
#, fuzzy
msgid "new file"
msgstr "ახალი ფაილი"
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr "საქაღალდის დახურვა"
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
#, fuzzy
#| msgid "Close Folder"
msgid "Close Other Folders"
msgstr "საქაღალდის დახურვა"
+#: src/FolderManager/ProjectFolderItem.vala:122
+#, fuzzy
+#| msgid "Open a folder"
+msgid "Find in Project…"
+msgstr "საქაღალდის გახსნა"
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+#, fuzzy
+msgid "New Branch…"
+msgstr "Scratch-ის პარამეტრების შეცვლა"
+
+#: src/FolderManager/ProjectFolderItem.vala:516
#, fuzzy
msgid "Branch"
msgstr "Scratch-ის პარამეტრების შეცვლა"
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
#, fuzzy
msgid "Cancel Loading"
msgstr "გაუქმება"
@@ -351,50 +369,49 @@ msgstr ""
msgid "Close Without Saving"
msgstr "დახურვა შენახვის გარეშე"
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr "შენახვა"
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr "ფაილის შენახვა"
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "ახალი დოკუმენტი"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
#, fuzzy
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
"ფაილ \"%s\"-ის წაკითხვა ვერ მოხერხდა. შესაძლოა ის დაზიანებულია\n"
"ან თქვენ არ გაქვთ მისი ნახვისთვის საჭირო უფლებები."
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr "ფაილ \"%s\"-ის შემცველი მდებარეობა მოიხსნა. გსურთ სხვაგან შენახვა?"
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr "შენახვა როგორც ..."
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr "ფაილი \"%s\" წაიშალა. მაინც გსურთ შენახვა?"
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, fuzzy, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
@@ -403,11 +420,11 @@ msgstr ""
"თქვენ არ შეგიძლიათ ფაილ \"%s\"-ზე ცვლილებების შენახვა. გსურთ განხორციელებული "
"ცვლილებების სხვა მდებარეობაში შენახვა?"
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr "ცვლილებების სხვაგან შენახვა"
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
@@ -416,11 +433,11 @@ msgstr ""
"ფაილი \"%s\" შეიცვალა გარე პროგრამის მიერ. მისი ხელახლა ჩატვირთვა გსურთ თუ "
"რედაქტირების გაგრძელება?"
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr "ჩატვირთვა"
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr "გაგრძელება"
@@ -428,127 +445,107 @@ msgstr "გაგრძელება"
msgid "Templates"
msgstr "შაბლონები"
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, fuzzy, c-format
msgid "Text file from %s:%d"
msgstr "ტექსტ-ფაილი "
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr "სინტაქსის შეფერადება"
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
#, fuzzy
msgid "Line number"
msgstr "ხაზის ციფრების ჩვენება:"
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, fuzzy, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] "ახალი ჩანართი"
msgstr[1] "ახალი ჩანართი"
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr "გადასვლა ხაზზე:"
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr "ფაილის გახსნა"
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr "პროექტის შაბლონები"
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr "ამ ფაილის შენახვა"
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr "ამ ფაილის სხვა სახელით შენახვა"
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr "ამ ფაილის აღდგენა"
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr "გაზიარება"
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
#, fuzzy
msgid "Zoom Out"
msgstr "გადიდება"
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr "გადიდება 1:1"
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
#, fuzzy
msgid "Zoom In"
msgstr "გადიდება"
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr "ახალი ხედის დამატება"
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr "მიმდინარე ხედის წაშლა"
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
+#: src/Widgets/Sidebar.vala:42
#, fuzzy
#| msgid "Open a folder"
-msgid "Open project folder…"
+msgid "Open Project Folder…"
msgstr "საქაღალდის გახსნა"
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -556,43 +553,45 @@ msgstr ""
msgid "Find"
msgstr "პოვნა"
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr "შემდეგის პოვნა"
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr "წინას პოვნა"
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr "ციკლური პოვნა"
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr "ჩანაცვლება"
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr "ჩანაცვლება"
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr "ყველას ჩანაცვლება"
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -631,115 +630,107 @@ msgstr "საქაღალდის გახსნა"
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-#, fuzzy
-msgid "Share via Pastebin"
-msgstr "Pastebin-ზე გაზიარება"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
+msgstr "Pastebin-ზე ატვირთვა"
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr "სახელი:"
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
#, fuzzy
msgid "Format:"
msgstr "ფორმატი: "
-#: plugins/pastebin/pastebin_dialog.vala:264
-#, fuzzy
-msgid "Others…"
-msgstr "სხვები..."
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+#, fuzzy
+#| msgid "Expiry time:"
+msgid "Expiration:"
msgstr "ვადის ამოწურვის დრო:"
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr "გახდეს ეს ჩასმა პირადული"
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
-msgstr "ატვირთვა"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
+msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
-msgstr "სხვა ფორმატები"
+#: plugins/pastebin/pastebin_dialog.vala:380
+#, fuzzy
+#| msgid "Select font:"
+msgid "Select Format"
+msgstr "შრიფტის არჩევა:"
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr "არასოდეს"
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr "ათი წუთი"
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr "ერთი საათი"
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr "ერთი დღე"
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr "ერთი თვე"
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr "Pastebin-ზე ატვირთვა"
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr "სიმბოლოები"
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+#, fuzzy
+#| msgid "Symbols"
+msgid "No Symbols Found"
+msgstr "სიმბოლოები"
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr "ტერმინალის ჩვენება"
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr "ტერმინალის დამალვა"
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr "ტერმინალი"
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr "კოპირება"
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr "ჩასმა"
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr "ვებ-პრევიუ"
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr "პრევიუს ჩვენება"
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr "პრევიუს დამალვა"
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
@@ -748,6 +739,44 @@ msgstr ""
msgid "%s - Word Completion"
msgstr "%s - სიტყვის დაბოლოება"
+#, fuzzy
+#~| msgid "Search next"
+#~ msgid "Search for:"
+#~ msgstr "შემდეგის პოვნა"
+
+#, fuzzy
+#~ msgid "Zeitgeist Datasource for Code"
+#~ msgstr "ზეიტგეისტ მონაცემთა წყარო Scratch-ისთვის"
+
+#~ msgid "Web Preview"
+#~ msgstr "ვებ-პრევიუ"
+
+#~ msgid "Show Preview"
+#~ msgstr "პრევიუს ჩვენება"
+
+#~ msgid "Hide Preview"
+#~ msgstr "პრევიუს დამალვა"
+
+#, fuzzy
+#~ msgid "Share via Pastebin"
+#~ msgstr "Pastebin-ზე გაზიარება"
+
+#, fuzzy
+#~ msgid "Others…"
+#~ msgstr "სხვები..."
+
+#~ msgid "Upload"
+#~ msgstr "ატვირთვა"
+
+#~ msgid "Other formats"
+#~ msgstr "სხვა ფორმატები"
+
+#~ msgid "Add New View"
+#~ msgstr "ახალი ხედის დამატება"
+
+#~ msgid "Remove Current View"
+#~ msgstr "მიმდინარე ხედის წაშლა"
+
#, fuzzy
#~ msgid "new file %d"
#~ msgstr "ახალი ფაილი"
@@ -1016,6 +1045,3 @@ msgstr "%s - სიტყვის დაბოლოება"
#~ msgid "Font and Color Scheme:"
#~ msgstr "შრიფტის და ფერის სქემა:"
-
-#~ msgid "Select font:"
-#~ msgstr "შრიფტის არჩევა:"
diff --git a/po/kg.po b/po/kg.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/ki.po b/po/ki.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/kj.po b/po/kj.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr ""
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/kk.po b/po/kk.po
index b7b4e99005..5284757bce 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2016-07-08 22:28+0000\n"
"Last-Translator: Mario Guerriero \n"
"Language-Team: LANGUAGE \n"
@@ -13,204 +13,200 @@ msgstr ""
"X-Launchpad-Export-Date: 2017-05-03 06:02+0000\n"
"X-Generator: Launchpad (build 18366)\n"
-#: src/Application.vala:134
-#, c-format
-msgid "File \"%s\" Cannot Be Created"
-msgstr ""
-
-#. We list some common errors for quick feedback
-#: src/Application.vala:138
-msgid "Maybe you do not have the necessary permissions."
+#: src/Application.vala:39
+msgid "New Tab"
msgstr ""
-#: src/Application.vala:140
-msgid "Maybe the file path provided is not valid."
+#: src/Application.vala:40 src/FolderManager/FileItem.vala:31
+msgid "New Window"
msgstr ""
-#: src/Application.vala:142
-msgid "The location is read-only."
+#: src/Application.vala:41
+msgid "Print version info and exit"
msgstr ""
-#: src/Application.vala:144
-msgid "The parent directory doesn't exist."
+#: src/Application.vala:42
+msgid "Set of plugins"
msgstr ""
-#: src/Application.vala:165
-msgid "It is a mountable location."
+#: src/Application.vala:42
+msgid "plugin"
msgstr ""
-#: src/Application.vala:168
-msgid ""
-"It is a \"special\" file such as a socket,\n"
-" FIFO, block device, or character device."
+#: src/Application.vala:43
+msgid "[FILE…]"
msgstr ""
-#: src/Application.vala:171
-msgid "It is an \"unknown\" file type."
+#: src/MainWindow.vala:140
+msgid "Code"
msgstr ""
-#: src/Application.vala:176
-#, c-format
-msgid "File \"%s\" Cannot Be Opened"
+#: src/MainWindow.vala:202 src/Widgets/HeaderBar.vala:87
+msgid "Find…"
msgstr ""
-#: src/Application.vala:248
-msgid "New Tab"
+#: src/MainWindow.vala:207
+msgid "Hide search bar"
msgstr ""
-#: src/Application.vala:249 src/FolderManager/FileItem.vala:31
-msgid "New Window"
+#: src/MainWindow.vala:728 src/Services/Document.vala:494
+msgid "All files"
msgstr ""
-#: src/Application.vala:250
-msgid "Print version info and exit"
+#: src/MainWindow.vala:732 src/Services/Document.vala:498
+msgid "Text files"
msgstr ""
-#: src/Application.vala:251
-msgid "Set of plugins"
+#: src/MainWindow.vala:736
+msgid "Open some files"
msgstr ""
-#: src/Application.vala:251
-msgid "plugin"
+#: src/MainWindow.vala:739
+msgid "Open"
msgstr ""
-#: src/MainWindow.vala:137
-msgid "Code"
+#: src/MainWindow.vala:740 src/Dialogs/GlobalSearchDialog.vala:100
+#: src/Dialogs/NewBranchDialog.vala:42 src/Services/Document.vala:401
+#: src/Services/Document.vala:506 plugins/pastebin/pastebin_dialog.vala:327
+#: plugins/pastebin/pastebin_dialog.vala:378
+msgid "Cancel"
msgstr ""
-#: src/MainWindow.vala:188 src/Widgets/HeaderBar.vala:76
-msgid "Find…"
+#: src/MainWindow.vala:765
+msgid "_Open"
msgstr ""
-#: src/MainWindow.vala:193
-msgid "Hide search bar"
+#: src/MainWindow.vala:766
+msgid "_Cancel"
msgstr ""
-#: src/MainWindow.vala:262
-msgid "Zeitgeist Datasource for Code"
+#: src/Dialogs/GlobalSearchDialog.vala:60
+#, c-format
+msgid "Search for text in “%s”"
msgstr ""
-#: src/MainWindow.vala:770 src/Services/Document.vala:502
-msgid "All files"
+#: src/Dialogs/GlobalSearchDialog.vala:61
+msgid "The search term must be at least 3 characters long."
msgstr ""
-#: src/MainWindow.vala:774 src/Services/Document.vala:506
-msgid "Text files"
+#: src/Dialogs/GlobalSearchDialog.vala:74
+msgid "Case sensitive:"
msgstr ""
-#: src/MainWindow.vala:778
-msgid "Open some files"
+#: src/Dialogs/GlobalSearchDialog.vala:83
+msgid "Use regular expressions:"
msgstr ""
-#: src/MainWindow.vala:781
-msgid "Open"
+#: src/Dialogs/GlobalSearchDialog.vala:102
+msgid "Search"
msgstr ""
-#: src/MainWindow.vala:782 src/Services/Document.vala:401
-#: src/Services/Document.vala:514
-msgid "Cancel"
+#: src/Dialogs/NewBranchDialog.vala:43
+#, c-format
+msgid "Create a new branch of “%s/%s”"
msgstr ""
-#: src/MainWindow.vala:807
-msgid "_Open"
+#. /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 ""
-#: src/MainWindow.vala:808
-msgid "_Cancel"
+#: src/Dialogs/NewBranchDialog.vala:56
+msgid "Create Branch"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:38 src/Widgets/HeaderBar.vala:168
+#: src/Dialogs/PreferencesDialog.vala:37 src/Widgets/HeaderBar.vala:156
msgid "Preferences"
msgstr "Баптаулар"
-#: src/Dialogs/PreferencesDialog.vala:48
+#: 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:56
+#: src/Dialogs/PreferencesDialog.vala:55
msgid "General"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:57
+#: src/Dialogs/PreferencesDialog.vala:56
msgid "Save files when changed:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:59
+#: src/Dialogs/PreferencesDialog.vala:58
msgid "Smart cut/copy lines:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:63
+#: src/Dialogs/PreferencesDialog.vala:61 src/Widgets/FormatBar.vala:44
msgid "Tabs"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:63 src/Widgets/FormatBar.vala:161
+#: src/Dialogs/PreferencesDialog.vala:62 src/Widgets/FormatBar.vala:145
msgid "Automatic indentation:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:65 src/Widgets/FormatBar.vala:155
+#: src/Dialogs/PreferencesDialog.vala:64 src/Widgets/FormatBar.vala:139
msgid "Insert spaces instead of tabs:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:67 src/Widgets/FormatBar.vala:158
+#: src/Dialogs/PreferencesDialog.vala:66 src/Widgets/FormatBar.vala:142
msgid "Tab width:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:74
+#: src/Dialogs/PreferencesDialog.vala:72
msgid "Behavior"
msgstr "Тәртібі"
-#: src/Dialogs/PreferencesDialog.vala:75
+#: src/Dialogs/PreferencesDialog.vala:73
msgid "Interface"
msgstr "Интерфейс"
-#: src/Dialogs/PreferencesDialog.vala:87
-#: plugins/pastebin/pastebin_dialog.vala:323
+#: src/Dialogs/PreferencesDialog.vala:88
+#: plugins/pastebin/pastebin_dialog.vala:434
msgid "Close"
msgstr "Жабу"
-#: src/Dialogs/PreferencesDialog.vala:103
+#: src/Dialogs/PreferencesDialog.vala:102
msgid "Extensions"
msgstr "Кеңейтулер"
-#: src/Dialogs/PreferencesDialog.vala:112
+#: src/Dialogs/PreferencesDialog.vala:111
msgid "Editor"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:114
+#: src/Dialogs/PreferencesDialog.vala:113
msgid "Highlight matching brackets:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:117
+#: src/Dialogs/PreferencesDialog.vala:116
msgid "Line wrap:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:120
+#: src/Dialogs/PreferencesDialog.vala:119
msgid "Draw Spaces:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:122
+#: src/Dialogs/PreferencesDialog.vala:121
msgid "For selected text"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:123
+#: src/Dialogs/PreferencesDialog.vala:122
msgid "Always"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:126
+#: src/Dialogs/PreferencesDialog.vala:125
msgid "Show Mini Map:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:129
+#: src/Dialogs/PreferencesDialog.vala:128
msgid "Line width guide:"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:137
+#: src/Dialogs/PreferencesDialog.vala:136
msgid "Font"
msgstr ""
-#: src/Dialogs/PreferencesDialog.vala:139
+#: src/Dialogs/PreferencesDialog.vala:138
msgid "Custom font:"
msgstr ""
@@ -230,96 +226,111 @@ msgstr ""
msgid "Restore Anyway"
msgstr ""
-#: src/FolderManager/FileItem.vala:53 src/FolderManager/FolderItem.vala:117
+#: src/FolderManager/FileItem.vala:52 src/FolderManager/FolderItem.vala:126
msgid "Other Application…"
msgstr ""
-#: src/FolderManager/FileItem.vala:114 src/FolderManager/FolderItem.vala:157
+#: src/FolderManager/FileItem.vala:113 src/FolderManager/FolderItem.vala:166
msgid "Open In"
msgstr ""
-#: src/FolderManager/FileItem.vala:117 src/FolderManager/FolderItem.vala:92
+#: src/FolderManager/FileItem.vala:116 src/FolderManager/FolderItem.vala:94
msgid "Other Actions"
msgstr ""
-#: src/FolderManager/FileItem.vala:120 src/FolderManager/FolderItem.vala:95
+#: src/FolderManager/FileItem.vala:119 src/FolderManager/FolderItem.vala:97
msgid "Rename"
msgstr ""
-#: src/FolderManager/FileItem.vala:126 src/FolderManager/FolderItem.vala:101
-#: src/FolderManager/ProjectFolderItem.vala:103
+#: src/FolderManager/FileItem.vala:125 src/FolderManager/FolderItem.vala:103
+#: src/FolderManager/ProjectFolderItem.vala:115
msgid "Move to Trash"
msgstr ""
-#: src/FolderManager/FileView.vala:39
+#: src/FolderManager/FileView.vala:40
msgid "Folders"
msgstr ""
-#: src/FolderManager/FolderItem.vala:164
+#: src/FolderManager/FolderItem.vala:106
+msgid "Find in Folder…"
+msgstr ""
+
+#: src/FolderManager/FolderItem.vala:173
msgid "Folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:167
+#: src/FolderManager/FolderItem.vala:176
msgid "Empty File"
msgstr ""
-#: src/FolderManager/FolderItem.vala:174
+#. scan all children
+#. No need to show status when children shown
+#: src/FolderManager/FolderItem.vala:183
+#: src/FolderManager/ProjectFolderItem.vala:182
+#: src/FolderManager/ProjectFolderItem.vala:188
msgid "New"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "untitled folder"
msgstr ""
-#: src/FolderManager/FolderItem.vala:332
+#: src/FolderManager/FolderItem.vala:344
msgid "new file"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:96
+#: src/FolderManager/ProjectFolderItem.vala:106
msgid "Close Folder"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:99
+#: src/FolderManager/ProjectFolderItem.vala:111
msgid "Close Other Folders"
msgstr ""
+#: src/FolderManager/ProjectFolderItem.vala:122
+msgid "Find in Project…"
+msgstr ""
+
#: src/FolderManager/ProjectFolderItem.vala:188
-#, c-format
-msgid "%s, Modified"
+msgid "Modified"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:197
+#: src/FolderManager/ProjectFolderItem.vala:226
#, c-format
-msgid "%s, New"
+msgid "Error while creating new branch: “%s”"
msgstr ""
-#: src/FolderManager/ProjectFolderItem.vala:347
+#: src/FolderManager/ProjectFolderItem.vala:503
+msgid "New Branch…"
+msgstr ""
+
+#: src/FolderManager/ProjectFolderItem.vala:516
msgid "Branch"
msgstr ""
-#: src/Services/Document.vala:266
+#: src/Services/Document.vala:271
#, c-format
msgid "%s Is Not a Text File"
msgstr ""
-#: src/Services/Document.vala:267
+#: src/Services/Document.vala:272
msgid "Code will not load this type of file."
msgstr ""
-#: src/Services/Document.vala:269
+#: src/Services/Document.vala:274
msgid "Load Anyway"
msgstr ""
-#: src/Services/Document.vala:290
+#: src/Services/Document.vala:295
#, c-format
msgid "Loading File \"%s\" Is Taking a Long Time"
msgstr ""
-#: src/Services/Document.vala:291
+#: src/Services/Document.vala:296
msgid "Please wait while Code is loading the file."
msgstr ""
-#: src/Services/Document.vala:293
+#: src/Services/Document.vala:298
msgid "Cancel Loading"
msgstr ""
@@ -336,69 +347,68 @@ msgstr ""
msgid "Close Without Saving"
msgstr ""
-#: src/Services/Document.vala:402 src/Services/Document.vala:513
+#: src/Services/Document.vala:402 src/Services/Document.vala:505
#: src/Services/Document.vala:737
msgid "Save"
msgstr ""
-#: src/Services/Document.vala:510
+#: src/Services/Document.vala:502
msgid "Save File"
msgstr ""
-#: src/Services/Document.vala:592
+#: src/Services/Document.vala:579 src/Services/Document.vala:588
msgid "New Document"
msgstr "Жаңа құжат"
#. Show an error view which says "Hey, I cannot read that file!"
-#: src/Services/Document.vala:715
+#: src/Services/Document.vala:711
#, c-format
msgid "File \"%s\" Cannot Be Read"
msgstr ""
-#: src/Services/Document.vala:716
+#: src/Services/Document.vala:712
msgid "It may be corrupt or you don't have permission to read it."
msgstr ""
-#: src/Services/Document.vala:728
+#: src/Services/Document.vala:725
#, c-format
msgid ""
"The location containing the file \"%s\" was unmounted. Do you want to save "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:730
+#: src/Services/Document.vala:728
msgid "Save As…"
msgstr ""
-#: src/Services/Document.vala:735
+#: src/Services/Document.vala:734
#, c-format
msgid "File \"%s\" was deleted. Do you want to save it anyway?"
msgstr ""
-#. If the file can't be written
-#: src/Services/Document.vala:750
+#: src/Services/Document.vala:751
#, c-format
msgid ""
"You cannot save changes to the file \"%s\". Do you want to save the changes "
"somewhere else?"
msgstr ""
-#: src/Services/Document.vala:752
+#: src/Services/Document.vala:754
msgid "Save changes elsewhere"
msgstr ""
-#: src/Services/Document.vala:785
+#: src/Services/Document.vala:788
#, c-format
msgid ""
"File \"%s\" was modified by an external application. Do you want to load it "
"again or continue your editing?"
msgstr ""
-#: src/Services/Document.vala:786
+#: src/Services/Document.vala:791
msgid "Load"
msgstr ""
-#: src/Services/Document.vala:789
+#: src/Services/Document.vala:794
msgid "Continue"
msgstr ""
@@ -406,122 +416,102 @@ msgstr ""
msgid "Templates"
msgstr ""
-#: src/Widgets/DocumentView.vala:133
+#: src/Widgets/DocumentView.vala:126
#, c-format
msgid "Text file from %s:%d"
msgstr ""
-#: src/Widgets/FormatBar.vala:67
+#: src/Widgets/FormatBar.vala:48
msgid "Syntax Highlighting"
msgstr ""
-#: src/Widgets/FormatBar.vala:75
+#: src/Widgets/FormatBar.vala:56
msgid "Line number"
msgstr ""
-#: src/Widgets/FormatBar.vala:101
+#: src/Widgets/FormatBar.vala:83
msgid "Filter languages"
msgstr ""
-#: src/Widgets/FormatBar.vala:123
+#: src/Widgets/FormatBar.vala:107
msgid "Plain Text"
msgstr ""
-#: src/Widgets/FormatBar.vala:205
+#: src/Widgets/FormatBar.vala:189
#, c-format
msgid "%d Space"
msgid_plural "%d Spaces"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:207
+#: src/Widgets/FormatBar.vala:191
#, c-format
msgid "%d Tab"
msgid_plural "%d Tabs"
msgstr[0] ""
msgstr[1] ""
-#: src/Widgets/FormatBar.vala:223
+#: src/Widgets/FormatBar.vala:207
msgid "Go To Line:"
msgstr ""
-#: src/Widgets/HeaderBar.vala:43
+#: src/Widgets/HeaderBar.vala:54
msgid "Open a file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:48
+#: src/Widgets/HeaderBar.vala:59
msgid "Project templates"
msgstr ""
-#: src/Widgets/HeaderBar.vala:54
+#: src/Widgets/HeaderBar.vala:65
msgid "Save this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:61
+#: src/Widgets/HeaderBar.vala:72
msgid "Save this file with a different name"
msgstr ""
-#: src/Widgets/HeaderBar.vala:68
+#: src/Widgets/HeaderBar.vala:79
msgid "Restore this file"
msgstr ""
-#: src/Widgets/HeaderBar.vala:83
+#: src/Widgets/HeaderBar.vala:94
msgid "Share"
msgstr ""
-#: src/Widgets/HeaderBar.vala:90
+#: src/Widgets/HeaderBar.vala:101
msgid "Zoom Out"
msgstr ""
-#: src/Widgets/HeaderBar.vala:97
+#: src/Widgets/HeaderBar.vala:108
msgid "Zoom 1:1"
msgstr ""
-#: src/Widgets/HeaderBar.vala:104
+#: src/Widgets/HeaderBar.vala:115
msgid "Zoom In"
msgstr ""
-#: src/Widgets/HeaderBar.vala:118
-msgid "High Contrast"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:126
-msgid "Solarized Light"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:134
-msgid "Solarized Dark"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:144
+#: src/Widgets/HeaderBar.vala:146
msgid "Toggle Sidebar"
msgstr ""
-#: src/Widgets/HeaderBar.vala:154
-msgid "Add New View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:164
-msgid "Remove Current View"
-msgstr ""
-
-#: src/Widgets/HeaderBar.vala:191
+#: src/Widgets/HeaderBar.vala:177
msgid "Menu"
msgstr ""
-#: src/Widgets/Pane.vala:44
-msgid "Open project folder…"
+#: src/Widgets/Sidebar.vala:42
+msgid "Open Project Folder…"
msgstr ""
-#: src/Widgets/Pane.vala:46
+#: src/Widgets/Sidebar.vala:45
msgid "Collapse All"
msgstr ""
-#: src/Widgets/Pane.vala:49
+#: src/Widgets/Sidebar.vala:49
msgid "Alphabetize"
msgstr ""
-#: src/Widgets/Pane.vala:60
+#: src/Widgets/Sidebar.vala:61
msgid "Manage project folders"
msgstr ""
@@ -529,43 +519,45 @@ msgstr ""
msgid "Find"
msgstr ""
-#: src/Widgets/SearchBar.vala:72
+#: src/Widgets/SearchBar.vala:74
msgid "Search next"
msgstr ""
-#: src/Widgets/SearchBar.vala:82
+#: src/Widgets/SearchBar.vala:84
msgid "Search previous"
msgstr ""
-#: src/Widgets/SearchBar.vala:87
+#: src/Widgets/SearchBar.vala:89
msgid "Cyclic Search"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#. Need to SYNC_CREATE so tooltip present before toggled
+#. tooltip_val.set_string () does not work (?)
+#: src/Widgets/SearchBar.vala:101
msgid "Case Sensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:93
+#: src/Widgets/SearchBar.vala:101
msgid "Case Insensitive"
msgstr ""
-#: src/Widgets/SearchBar.vala:112
+#: src/Widgets/SearchBar.vala:122
msgid "Replace With"
msgstr ""
-#: src/Widgets/SearchBar.vala:115
+#: src/Widgets/SearchBar.vala:125
msgid "Replace"
msgstr ""
-#: src/Widgets/SearchBar.vala:118
+#: src/Widgets/SearchBar.vala:128
msgid "Replace all"
msgstr ""
-#: src/Widgets/SourceView.vala:393
+#: src/Widgets/SourceView.vala:512
msgid "Sort Selected Lines"
msgstr ""
-#: src/Widgets/SourceView.vala:406
+#: src/Widgets/SourceView.vala:525
msgid "Toggle Comment"
msgstr ""
@@ -601,112 +593,100 @@ msgstr ""
msgid "Add a project folder to the sidebar."
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:249
-msgid "Share via Pastebin"
+#: plugins/pastebin/pastebin_dialog.vala:248
+#: plugins/pastebin/pastebin_dialog.vala:328 plugins/pastebin/pastebin.vala:96
+msgid "Upload to Pastebin"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:256
+#: plugins/pastebin/pastebin_dialog.vala:257
msgid "Name:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:259
+#: plugins/pastebin/pastebin_dialog.vala:261
msgid "Format:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:264
-msgid "Others…"
+#: plugins/pastebin/pastebin_dialog.vala:268
+msgid "Choose different format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:286
-msgid "Expiry time:"
+#: plugins/pastebin/pastebin_dialog.vala:290
+msgid "Expiration:"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:292
+#: plugins/pastebin/pastebin_dialog.vala:297
msgid "Keep this paste private"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:321
-msgid "Upload"
+#: plugins/pastebin/pastebin_dialog.vala:354
+msgid "Available Formats"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:352
-msgid "Other formats"
+#: plugins/pastebin/pastebin_dialog.vala:380
+msgid "Select Format"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:460
+#: plugins/pastebin/pastebin_dialog.vala:467
msgid "Never"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:461
+#: plugins/pastebin/pastebin_dialog.vala:468
msgid "Ten minutes"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:462
+#: plugins/pastebin/pastebin_dialog.vala:469
msgid "One hour"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:463
+#: plugins/pastebin/pastebin_dialog.vala:470
msgid "One day"
msgstr ""
-#: plugins/pastebin/pastebin_dialog.vala:464
+#: plugins/pastebin/pastebin_dialog.vala:471
msgid "One month"
msgstr ""
-#: plugins/pastebin/pastebin.vala:91
-msgid "Upload to Pastebin"
-msgstr ""
-
#. Remove fake fields created by the vala parser.
#: plugins/outline/C/CtagsSymbolOutline.vala:31
-#: plugins/outline/C/CtagsSymbolOutline.vala:68
+#: plugins/outline/C/CtagsSymbolOutline.vala:71
#: plugins/outline/Vala/ValaSymbolOutline.vala:38
-#: plugins/outline/Vala/ValaSymbolOutline.vala:116
+#: plugins/outline/Vala/ValaSymbolOutline.vala:120
#: plugins/outline/OutlinePane.vala:27
msgid "Symbols"
msgstr ""
-#: plugins/terminal/terminal.vala:176 plugins/terminal/terminal.vala:183
+#: plugins/outline/OutlinePlugin.vala:34
+msgid "No Symbols Found"
+msgstr ""
+
+#: plugins/terminal/terminal.vala:164 plugins/terminal/terminal.vala:171
msgid "Show Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:179
+#: plugins/terminal/terminal.vala:167
msgid "Hide Terminal"
msgstr ""
-#: plugins/terminal/terminal.vala:180
+#: plugins/terminal/terminal.vala:168
msgid "Terminal"
msgstr ""
#. Popup menu
#. COPY
-#: plugins/terminal/terminal.vala:237
+#: plugins/terminal/terminal.vala:225
msgid "Copy"
msgstr ""
#. PASTE
-#: plugins/terminal/terminal.vala:244
+#: plugins/terminal/terminal.vala:232
msgid "Paste"
msgstr ""
-#: plugins/browser-preview/BrowserView.vala:32
-msgid "Web Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:70
-#: plugins/browser-preview/browser-preview.vala:96
-msgid "Show Preview"
-msgstr ""
-
-#: plugins/browser-preview/browser-preview.vala:88
-msgid "Hide Preview"
-msgstr ""
-
-#: plugins/spell/spell.vala:74
+#: plugins/spell/spell.vala:73
msgid "No Suitable Dictionaries Were Found"
msgstr ""
-#: plugins/spell/spell.vala:75
+#: plugins/spell/spell.vala:74
msgid "Please install at least one [aspell] dictionary."
msgstr ""
diff --git a/po/kl.po b/po/kl.po
index d101cd1f09..624e229915 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: 2020-03-26 16:55+0000\n"
+"POT-Creation-Date: 2021-06-11 17:12+0000\n"
"PO-Revision-Date: 2015-12-18 20:01+0000\n"
"Last-Translator: Launchpad Translations Administrators