diff --git a/.gitignore b/.gitignore index 92fe0d4..0493b7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/gnome-shell-extensions-40.4.tar.xz +SOURCES/gnome-shell-extensions-40.5.tar.xz diff --git a/.gnome-shell-extensions.metadata b/.gnome-shell-extensions.metadata index a6e46d3..dd1b00b 100644 --- a/.gnome-shell-extensions.metadata +++ b/.gnome-shell-extensions.metadata @@ -1 +1 @@ -d47290e4787b2f70bf56c0fca4ec450da11c41aa SOURCES/gnome-shell-extensions-40.4.tar.xz +e013ce671ef82c40769c76305aff34c2f9251724 SOURCES/gnome-shell-extensions-40.5.tar.xz diff --git a/SOURCES/0001-Add-gesture-inhibitor-extension.patch b/SOURCES/0001-Add-gesture-inhibitor-extension.patch index b842b4f..460bfb2 100644 --- a/SOURCES/0001-Add-gesture-inhibitor-extension.patch +++ b/SOURCES/0001-Add-gesture-inhibitor-extension.patch @@ -1,4 +1,4 @@ -From e27d37b9efed5f1266c6b27520a4698e9eb9d453 Mon Sep 17 00:00:00 2001 +From 95bf73c668eab5c222568bdb6a3030a5bed8d4d3 Mon Sep 17 00:00:00 2001 From: rpm-build Date: Thu, 28 Jan 2021 00:06:12 +0100 Subject: [PATCH 1/5] Add gesture-inhibitor extension @@ -170,12 +170,12 @@ index 00000000..37b93f21 @@ -0,0 +1 @@ +/* Add your custom extension styling here */ diff --git a/meson.build b/meson.build -index 78dee5b8..1bbda801 100644 +index 8b67435b..fd328df5 100644 --- a/meson.build +++ b/meson.build -@@ -47,6 +47,7 @@ all_extensions = default_extensions - all_extensions += [ +@@ -48,6 +48,7 @@ all_extensions += [ 'auto-move-windows', + 'classification-banner', 'dash-to-dock', + 'gesture-inhibitor', 'native-window-placement', @@ -185,7 +185,7 @@ index 78dee5b8..1bbda801 100644 2.33.1 -From 40604aa25af5a12c976b0ccdbd872bf48c49fdcf Mon Sep 17 00:00:00 2001 +From 89daf03fcc0f7b157e90a5ef4487e94e27fe8d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Oct 2021 19:48:46 +0200 Subject: [PATCH 2/5] gesture-inhibitor: Fix up indentation @@ -276,7 +276,7 @@ index e74ede2f..734d61cc 100644 2.33.1 -From 57d53126e322b50f31de169f49bae6e3e01cca21 Mon Sep 17 00:00:00 2001 +From 00ffe8e51dbb8609461239d753d2215e66b2b76d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 Oct 2021 19:47:05 +0200 Subject: [PATCH 3/5] gesture-inhibitor: Adjust for GNOME 40 changes @@ -347,7 +347,7 @@ index 1d67dcc0..4bdf9260 100644 2.33.1 -From a771e6511ea8c9e4144a2417a63029524ae7cfb1 Mon Sep 17 00:00:00 2001 +From cd42930b27efbffdac6b259bf7417a4528f5bfdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 18 Nov 2021 15:54:23 +0100 Subject: [PATCH 4/5] gesture-inhibitor: Unbind setting on disable @@ -377,7 +377,7 @@ index 13586108..02b34ec4 100644 2.33.1 -From b34018078a87bd52344b3a7cdef5eae1ac271d89 Mon Sep 17 00:00:00 2001 +From 294fe1f115d8c23e71608c34be296dd0080f2671 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 18 Nov 2021 16:06:09 +0100 Subject: [PATCH 5/5] gesture-inhibitor: Override :enabled property diff --git a/SOURCES/0001-heads-up-display-Add-extension-for-showing-persisten.patch b/SOURCES/0001-heads-up-display-Add-extension-for-showing-persisten.patch index 80c66a3..5f08a79 100644 --- a/SOURCES/0001-heads-up-display-Add-extension-for-showing-persisten.patch +++ b/SOURCES/0001-heads-up-display-Add-extension-for-showing-persisten.patch @@ -1,4 +1,4 @@ -From 69f53c05798194c49ae897981c2fd37e0f15c489 Mon Sep 17 00:00:00 2001 +From 8beb3b27486fd50f74c15d2cf9ed8ca22fb546c2 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Tue, 24 Aug 2021 15:03:57 -0400 Subject: [PATCH] heads-up-display: Add extension for showing persistent heads @@ -24,7 +24,7 @@ Subject: [PATCH] heads-up-display: Add extension for showing persistent heads diff --git a/extensions/heads-up-display/extension.js b/extensions/heads-up-display/extension.js new file mode 100644 -index 0000000..7cebfa9 +index 00000000..7cebfa99 --- /dev/null +++ b/extensions/heads-up-display/extension.js @@ -0,0 +1,436 @@ @@ -466,7 +466,7 @@ index 0000000..7cebfa9 +} diff --git a/extensions/heads-up-display/headsUpMessage.js b/extensions/heads-up-display/headsUpMessage.js new file mode 100644 -index 0000000..87a8c8b +index 00000000..87a8c8ba --- /dev/null +++ b/extensions/heads-up-display/headsUpMessage.js @@ -0,0 +1,170 @@ @@ -642,7 +642,7 @@ index 0000000..87a8c8b +}); diff --git a/extensions/heads-up-display/meson.build b/extensions/heads-up-display/meson.build new file mode 100644 -index 0000000..40c3de0 +index 00000000..40c3de0a --- /dev/null +++ b/extensions/heads-up-display/meson.build @@ -0,0 +1,8 @@ @@ -656,7 +656,7 @@ index 0000000..40c3de0 +extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml') diff --git a/extensions/heads-up-display/metadata.json.in b/extensions/heads-up-display/metadata.json.in new file mode 100644 -index 0000000..e7ab71a +index 00000000..e7ab71aa --- /dev/null +++ b/extensions/heads-up-display/metadata.json.in @@ -0,0 +1,11 @@ @@ -673,7 +673,7 @@ index 0000000..e7ab71a +} diff --git a/extensions/heads-up-display/org.gnome.shell.extensions.heads-up-display.gschema.xml b/extensions/heads-up-display/org.gnome.shell.extensions.heads-up-display.gschema.xml new file mode 100644 -index 0000000..ea1f377 +index 00000000..ea1f3774 --- /dev/null +++ b/extensions/heads-up-display/org.gnome.shell.extensions.heads-up-display.gschema.xml @@ -0,0 +1,54 @@ @@ -733,7 +733,7 @@ index 0000000..ea1f377 + diff --git a/extensions/heads-up-display/prefs.js b/extensions/heads-up-display/prefs.js new file mode 100644 -index 0000000..a7106e0 +index 00000000..a7106e07 --- /dev/null +++ b/extensions/heads-up-display/prefs.js @@ -0,0 +1,194 @@ @@ -933,7 +933,7 @@ index 0000000..a7106e0 +} diff --git a/extensions/heads-up-display/stylesheet.css b/extensions/heads-up-display/stylesheet.css new file mode 100644 -index 0000000..9303446 +index 00000000..93034469 --- /dev/null +++ b/extensions/heads-up-display/stylesheet.css @@ -0,0 +1,32 @@ @@ -970,37 +970,10 @@ index 0000000..9303446 + text-align: center; +} diff --git a/meson.build b/meson.build -index 78dee5b..ad5949b 100644 +index 582535c4..ecc86fc8 100644 --- a/meson.build +++ b/meson.build -@@ -11,60 +11,61 @@ gnome = import('gnome') - i18n = import('i18n') - - datadir = get_option('datadir') - - shelldir = join_paths(datadir, 'gnome-shell') - extensiondir = join_paths(shelldir, 'extensions') - modedir = join_paths(shelldir, 'modes') - themedir = join_paths(shelldir, 'theme') - - schemadir = join_paths(datadir, 'glib-2.0', 'schemas') - sessiondir = join_paths(datadir, 'gnome-session', 'sessions') - xsessiondir = join_paths(datadir, 'xsessions') - - ver_arr = meson.project_version().split('.') - shell_version = ver_arr[0] - - uuid_suffix = '@gnome-shell-extensions.gcampax.github.com' - - classic_extensions = [ - 'apps-menu', - 'desktop-icons', - 'places-menu', - 'launch-new-instance', - 'top-icons', - 'window-list' - ] - +@@ -39,6 +39,7 @@ classic_extensions = [ default_extensions = classic_extensions default_extensions += [ 'drive-menu', @@ -1008,33 +981,6 @@ index 78dee5b..ad5949b 100644 'screenshot-window-sizer', 'windowsNavigator', 'workspace-indicator' - ] - - all_extensions = default_extensions - all_extensions += [ - 'auto-move-windows', - 'dash-to-dock', - 'native-window-placement', - 'panel-favorites', - 'systemMonitor', - 'updates-dialog', - 'user-theme' - ] - - enabled_extensions = get_option('enable_extensions') - - if enabled_extensions.length() == 0 - set = get_option('extension_set') - - if set == 'classic' - enabled_extensions += classic_extensions - elif set == 'default' - enabled_extensions += default_extensions - elif set == 'all' - enabled_extensions += all_extensions - endif - endif - -- -2.31.1 +2.33.1 diff --git a/SOURCES/add-extra-extensions.patch b/SOURCES/add-extra-extensions.patch index c15f54d..7c54243 100644 --- a/SOURCES/add-extra-extensions.patch +++ b/SOURCES/add-extra-extensions.patch @@ -1,7 +1,7 @@ -From 17b1bb132463739039d232d74beb5b9110af65f6 Mon Sep 17 00:00:00 2001 +From ce63b1027e8bf79688f38babecae0dcd867778f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 May 2015 17:44:50 +0200 -Subject: [PATCH 1/5] Add top-icons extension +Subject: [PATCH 1/6] Add top-icons extension --- extensions/top-icons/extension.js | 96 +++++++++++++++++++++++++++ @@ -17,7 +17,7 @@ Subject: [PATCH 1/5] Add top-icons extension diff --git a/extensions/top-icons/extension.js b/extensions/top-icons/extension.js new file mode 100644 -index 0000000..79e2f42 +index 00000000..79e2f423 --- /dev/null +++ b/extensions/top-icons/extension.js @@ -0,0 +1,96 @@ @@ -119,7 +119,7 @@ index 0000000..79e2f42 +} diff --git a/extensions/top-icons/meson.build b/extensions/top-icons/meson.build new file mode 100644 -index 0000000..48504f6 +index 00000000..48504f63 --- /dev/null +++ b/extensions/top-icons/meson.build @@ -0,0 +1,5 @@ @@ -130,7 +130,7 @@ index 0000000..48504f6 +) diff --git a/extensions/top-icons/metadata.json.in b/extensions/top-icons/metadata.json.in new file mode 100644 -index 0000000..f1e2436 +index 00000000..f1e2436f --- /dev/null +++ b/extensions/top-icons/metadata.json.in @@ -0,0 +1,10 @@ @@ -146,13 +146,13 @@ index 0000000..f1e2436 +} diff --git a/extensions/top-icons/stylesheet.css b/extensions/top-icons/stylesheet.css new file mode 100644 -index 0000000..25134b6 +index 00000000..25134b65 --- /dev/null +++ b/extensions/top-icons/stylesheet.css @@ -0,0 +1 @@ +/* This extensions requires no special styling */ diff --git a/meson.build b/meson.build -index 1ecdc71..5a63e3b 100644 +index 188e19e5..1d94882f 100644 --- a/meson.build +++ b/meson.build @@ -45,6 +45,7 @@ all_extensions = default_extensions @@ -164,13 +164,13 @@ index 1ecdc71..5a63e3b 100644 ] -- -2.32.0 +2.33.1 -From 7bfd68de1fffdc2b79a8fbfd956ed9ac65d90559 Mon Sep 17 00:00:00 2001 +From 40aa60ef32f9283147745ac960e7e22b2d608df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 May 2015 18:05:41 +0200 -Subject: [PATCH 2/5] Add dash-to-dock extension +Subject: [PATCH 2/6] Add dash-to-dock extension --- extensions/dash-to-dock/Settings.ui | 2660 +++++++++++++++++ @@ -201,7 +201,7 @@ Subject: [PATCH 2/5] Add dash-to-dock extension extensions/dash-to-dock/po/gl.po | 438 +++ extensions/dash-to-dock/po/hu.po | 440 +++ extensions/dash-to-dock/po/id.po | 450 +++ - extensions/dash-to-dock/po/it.po | 516 ++++ + extensions/dash-to-dock/po/it.po | 517 ++++ extensions/dash-to-dock/po/ja.po | 585 ++++ extensions/dash-to-dock/po/nb.po | 506 ++++ extensions/dash-to-dock/po/nl.po | 662 ++++ @@ -249,7 +249,7 @@ Subject: [PATCH 2/5] Add dash-to-dock extension po/tr.po | 554 +++- po/zh_CN.po | 643 +++- po/zh_TW.po | 559 +++- - 76 files changed, 40472 insertions(+), 115 deletions(-) + 76 files changed, 40473 insertions(+), 115 deletions(-) create mode 100644 extensions/dash-to-dock/Settings.ui create mode 100644 extensions/dash-to-dock/appIconIndicators.js create mode 100644 extensions/dash-to-dock/appIcons.js @@ -303,7 +303,7 @@ Subject: [PATCH 2/5] Add dash-to-dock extension diff --git a/extensions/dash-to-dock/Settings.ui b/extensions/dash-to-dock/Settings.ui new file mode 100644 -index 0000000..d2560de +index 00000000..d2560de5 --- /dev/null +++ b/extensions/dash-to-dock/Settings.ui @@ -0,0 +1,2660 @@ @@ -2969,7 +2969,7 @@ index 0000000..d2560de + diff --git a/extensions/dash-to-dock/appIconIndicators.js b/extensions/dash-to-dock/appIconIndicators.js new file mode 100644 -index 0000000..63f18ed +index 00000000..f015a80f --- /dev/null +++ b/extensions/dash-to-dock/appIconIndicators.js @@ -0,0 +1,1078 @@ @@ -3261,7 +3261,7 @@ index 0000000..63f18ed + + switch (this._side) { + case St.Side.TOP: -+ m.xx = -1; ++ m.xx = -1; + m.rotate(180, v); + break + @@ -4053,7 +4053,7 @@ index 0000000..63f18ed +}; diff --git a/extensions/dash-to-dock/appIcons.js b/extensions/dash-to-dock/appIcons.js new file mode 100644 -index 0000000..d04230e +index 00000000..d04230e6 --- /dev/null +++ b/extensions/dash-to-dock/appIcons.js @@ -0,0 +1,1273 @@ @@ -5332,7 +5332,7 @@ index 0000000..d04230e +} diff --git a/extensions/dash-to-dock/dash.js b/extensions/dash-to-dock/dash.js new file mode 100644 -index 0000000..807e944 +index 00000000..bac49c25 --- /dev/null +++ b/extensions/dash-to-dock/dash.js @@ -0,0 +1,1072 @@ @@ -5955,12 +5955,12 @@ index 0000000..807e944 + // availHeight -= this._background.get_theme_node().get_vertical_padding(); + // availHeight -= themeNode.get_vertical_padding(); + // availHeight -= buttonHeight - iconHeight; -+ ++ + const maxIconSize = // TODO: Math.min( + availWidth / iconChildren.length // ); , availHeight); + let scaleFactor = St.ThemeContext.get_for_stage(global.stage).scale_factor; + let iconSizes = this._availableIconSizes.map(s => s * scaleFactor); -+ ++ + let newIconSize = this._availableIconSizes[0]; + for (let i = 0; i < iconSizes.length; i++) { + if (iconSizes[i] <= maxIconSize) @@ -6003,7 +6003,7 @@ index 0000000..807e944 + mode: Clutter.AnimationMode.EASE_OUT_QUAD, + }); + } -+ ++ + if (this._separator) { + if (this._isHorizontal) { + this._separator.ease({ @@ -6148,7 +6148,7 @@ index 0000000..807e944 + let removedApp = actor.child._delegate.app; + return result || removedApp == newApp; + }, false); -+ ++ + if (insertHere || alreadyRemoved) { + let newItem = this._createAppItem(newApp); + addedItems.push({ app: newApp, @@ -6320,7 +6320,7 @@ index 0000000..807e944 + this.showAppsButton.set_height(0) + } + } -+ ++ + setMaxSize(maxWidth, maxHeight) { + if (this._maxWidth === maxWidth && + this._maxHeight === maxHeight) @@ -6410,7 +6410,7 @@ index 0000000..807e944 +} diff --git a/extensions/dash-to-dock/dbusmenuUtils.js b/extensions/dash-to-dock/dbusmenuUtils.js new file mode 100644 -index 0000000..0d2793d +index 00000000..0d2793d0 --- /dev/null +++ b/extensions/dash-to-dock/dbusmenuUtils.js @@ -0,0 +1,274 @@ @@ -6690,7 +6690,7 @@ index 0000000..0d2793d +} diff --git a/extensions/dash-to-dock/docking.js b/extensions/dash-to-dock/docking.js new file mode 100644 -index 0000000..3f5d637 +index 00000000..daa9de59 --- /dev/null +++ b/extensions/dash-to-dock/docking.js @@ -0,0 +1,1967 @@ @@ -6742,33 +6742,33 @@ index 0000000..3f5d637 + +/** + * Ported from GNOME Shell 3.38 -+ * ++ * + * In GNOME Shell 40+ the dash is always visible, -+ * we need to re-include a spacer because our dash ++ * we need to re-include a spacer because our dash + * is not always visible. + */ +var DashSpacer = GObject.registerClass( + class DashSpacer extends Clutter.Actor { + _init(source) { + super._init(); -+ ++ + this._bindConstraint = new Clutter.BindConstraint({ + source, + coordinate: Clutter.BindCoordinate.SIZE, + }); + this.add_constraint(this._bindConstraint); + } -+ ++ + setMaxSize(size) { + // Handles overview controls trying to set the dash' max size. + } -+ ++ + vfunc_get_preferred_width(forHeight) { + if (this._bindConstraint) + return this._bindConstraint.source.get_preferred_width(forHeight); + return super.vfunc_get_preferred_width(forHeight); + } -+ ++ + vfunc_get_preferred_height(forWidth) { + if (this._bindConstraint) + return this._bindConstraint.source.get_preferred_height(forWidth); @@ -6776,7 +6776,7 @@ index 0000000..3f5d637 + } + } +); -+ ++ + +/** + * A simple St.Widget with one child whose allocation takes into account the @@ -7112,7 +7112,7 @@ index 0000000..3f5d637 + _untrackDock() { + Main.layoutManager._untrackActor(this); + Main.layoutManager._untrackActor(this._slider); -+ ++ + } + + _trackDock() { @@ -8663,7 +8663,7 @@ index 0000000..3f5d637 +}; diff --git a/extensions/dash-to-dock/extension.js b/extensions/dash-to-dock/extension.js new file mode 100644 -index 0000000..4b43d77 +index 00000000..4b43d773 --- /dev/null +++ b/extensions/dash-to-dock/extension.js @@ -0,0 +1,21 @@ @@ -8690,7 +8690,7 @@ index 0000000..4b43d77 +} diff --git a/extensions/dash-to-dock/fileManager1API.js b/extensions/dash-to-dock/fileManager1API.js new file mode 100644 -index 0000000..9d48356 +index 00000000..64ec6219 --- /dev/null +++ b/extensions/dash-to-dock/fileManager1API.js @@ -0,0 +1,226 @@ @@ -8777,12 +8777,12 @@ index 0000000..9d48356 + */ + getWindows(location) { + let ret = new Set(); -+ let locationEsc = location; -+ -+ if (!location.endsWith('/')) { -+ locationEsc += '/'; ++ let locationEsc = location; ++ ++ if (!location.endsWith('/')) { ++ locationEsc += '/'; + } -+ ++ + for (let [k,v] of this._locationMap) { + if ((k + '/').startsWith(locationEsc)) { + for (let l of v) { @@ -8922,7 +8922,7 @@ index 0000000..9d48356 +} diff --git a/extensions/dash-to-dock/intellihide.js b/extensions/dash-to-dock/intellihide.js new file mode 100644 -index 0000000..9c10938 +index 00000000..9c10938e --- /dev/null +++ b/extensions/dash-to-dock/intellihide.js @@ -0,0 +1,321 @@ @@ -9249,7 +9249,7 @@ index 0000000..9c10938 +Signals.addSignalMethods(Intellihide.prototype); diff --git a/extensions/dash-to-dock/launcherAPI.js b/extensions/dash-to-dock/launcherAPI.js new file mode 100644 -index 0000000..55f44f7 +index 00000000..55f44f7a --- /dev/null +++ b/extensions/dash-to-dock/launcherAPI.js @@ -0,0 +1,281 @@ @@ -9536,7 +9536,7 @@ index 0000000..55f44f7 +} diff --git a/extensions/dash-to-dock/locations.js b/extensions/dash-to-dock/locations.js new file mode 100644 -index 0000000..7636ff4 +index 00000000..7636ff40 --- /dev/null +++ b/extensions/dash-to-dock/locations.js @@ -0,0 +1,293 @@ @@ -9835,7 +9835,7 @@ index 0000000..7636ff4 +Signals.addSignalMethods(Removables.prototype); diff --git a/extensions/dash-to-dock/media/glossy.svg b/extensions/dash-to-dock/media/glossy.svg new file mode 100644 -index 0000000..55b71ba +index 00000000..55b71baa --- /dev/null +++ b/extensions/dash-to-dock/media/glossy.svg @@ -0,0 +1,139 @@ @@ -9980,7 +9980,7 @@ index 0000000..55b71ba + diff --git a/extensions/dash-to-dock/media/highlight_stacked_bg.svg b/extensions/dash-to-dock/media/highlight_stacked_bg.svg new file mode 100644 -index 0000000..19be5a9 +index 00000000..19be5a9d --- /dev/null +++ b/extensions/dash-to-dock/media/highlight_stacked_bg.svg @@ -0,0 +1,82 @@ @@ -10068,7 +10068,7 @@ index 0000000..19be5a9 + diff --git a/extensions/dash-to-dock/media/highlight_stacked_bg_h.svg b/extensions/dash-to-dock/media/highlight_stacked_bg_h.svg new file mode 100644 -index 0000000..eeaa869 +index 00000000..eeaa8691 --- /dev/null +++ b/extensions/dash-to-dock/media/highlight_stacked_bg_h.svg @@ -0,0 +1,82 @@ @@ -10156,7 +10156,7 @@ index 0000000..eeaa869 + diff --git a/extensions/dash-to-dock/media/logo.svg b/extensions/dash-to-dock/media/logo.svg new file mode 100644 -index 0000000..eebd0b1 +index 00000000..eebd0b1d --- /dev/null +++ b/extensions/dash-to-dock/media/logo.svg @@ -0,0 +1,528 @@ @@ -12785,7 +12785,7 @@ HcmV?d00001 diff --git a/extensions/dash-to-dock/meson.build b/extensions/dash-to-dock/meson.build new file mode 100644 -index 0000000..35ba2ec +index 00000000..35ba2ecf --- /dev/null +++ b/extensions/dash-to-dock/meson.build @@ -0,0 +1,27 @@ @@ -12818,7 +12818,7 @@ index 0000000..35ba2ec +install_subdir('media', install_dir: join_paths(extensiondir, uuid)) diff --git a/extensions/dash-to-dock/metadata.json.in b/extensions/dash-to-dock/metadata.json.in new file mode 100644 -index 0000000..641a935 +index 00000000..641a935c --- /dev/null +++ b/extensions/dash-to-dock/metadata.json.in @@ -0,0 +1,12 @@ @@ -12836,7 +12836,7 @@ index 0000000..641a935 +} diff --git a/extensions/dash-to-dock/po/ar.po b/extensions/dash-to-dock/po/ar.po new file mode 100644 -index 0000000..3bc311d +index 00000000..3bc311dd --- /dev/null +++ b/extensions/dash-to-dock/po/ar.po @@ -0,0 +1,573 @@ @@ -13415,7 +13415,7 @@ index 0000000..3bc311d +#~ msgstr "فقط عند الإخفاء التلقائي" diff --git a/extensions/dash-to-dock/po/cs.po b/extensions/dash-to-dock/po/cs.po new file mode 100644 -index 0000000..dc4f9a9 +index 00000000..dc4f9a98 --- /dev/null +++ b/extensions/dash-to-dock/po/cs.po @@ -0,0 +1,552 @@ @@ -13973,7 +13973,7 @@ index 0000000..dc4f9a9 +#~ msgstr "Adaptivní" diff --git a/extensions/dash-to-dock/po/de.po b/extensions/dash-to-dock/po/de.po new file mode 100644 -index 0000000..65f840f +index 00000000..65f840f0 --- /dev/null +++ b/extensions/dash-to-dock/po/de.po @@ -0,0 +1,586 @@ @@ -14565,457 +14565,457 @@ index 0000000..65f840f +#~ "Adwaita-Theme)" diff --git a/extensions/dash-to-dock/po/el.po b/extensions/dash-to-dock/po/el.po new file mode 100644 -index 0000000..d16db24 +index 00000000..88285213 --- /dev/null +++ b/extensions/dash-to-dock/po/el.po @@ -0,0 +1,444 @@ -+# SOME DESCRIPTIVE TITLE. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the PACKAGE package. -+# FIRST AUTHOR , YEAR. -+# Δημήτριος-Ρωμανός Ησαΐας , 2017. -+# Vangelis Skarmoutsos , 2017. -+# -+msgid "" -+msgstr "" -+"Project-Id-Version: Dash to Dock\n" -+"Report-Msgid-Bugs-To: \n" -+"POT-Creation-Date: 2017-06-04 12:35+0100\n" -+"PO-Revision-Date: 2017-09-29 21:48+0300\n" -+"Last-Translator: Vangelis Skarmoutsos \n" -+"Language-Team:\n" -+"Language: el\n" -+"MIME-Version: 1.0\n" -+"Content-Type: text/plain; charset=UTF-8\n" -+"Content-Transfer-Encoding: 8bit\n" -+"X-Generator: Poedit 2.0.3\n" -+"Plural-Forms: nplurals=2; plural=(n != 1);\n" -+ -+#: prefs.js:113 -+msgid "Primary monitor" -+msgstr "Κύρια οθόνη" -+ -+#: prefs.js:122 prefs.js:129 -+msgid "Secondary monitor " -+msgstr "Δευτερεύουσα οθόνη " -+ -+#: prefs.js:154 Settings.ui.h:29 -+msgid "Right" -+msgstr "Δεξιά" -+ -+#: prefs.js:155 Settings.ui.h:26 -+msgid "Left" -+msgstr "Αριστερά" -+ -+#: prefs.js:205 -+msgid "Intelligent autohide customization" -+msgstr "Προσαρμογή έξυπνης απόκρυψης" -+ -+#: prefs.js:212 prefs.js:393 prefs.js:450 -+msgid "Reset to defaults" -+msgstr "Επαναφορά στις προεπιλογές" -+ -+#: prefs.js:386 -+msgid "Show dock and application numbers" -+msgstr "Προβολή της μπάρας και της αρίθμησης εφαρμογών" -+ -+#: prefs.js:443 -+msgid "Customize middle-click behavior" -+msgstr "Προσαρμογή συμπεριφοράς μεσαίου κλικ" -+ -+#: prefs.js:514 -+msgid "Customize running indicators" -+msgstr "Προσαρμογή δεικτών τρεχόντων εφαρμογών" -+ -+#: appIcons.js:804 -+msgid "All Windows" -+msgstr "Όλα τα παράθυρα" -+ -+#: Settings.ui.h:1 -+msgid "Customize indicator style" -+msgstr "Προσαρμογή του στυλ του δείκτη" -+ -+#: Settings.ui.h:2 -+msgid "Color" -+msgstr "Χρώμα" -+ -+#: Settings.ui.h:3 -+msgid "Border color" -+msgstr "Χρώμα περιγράμματος" -+ -+#: Settings.ui.h:4 -+msgid "Border width" -+msgstr "Πλάτος περιγράμματος" -+ -+#: Settings.ui.h:5 -+msgid "Number overlay" -+msgstr "Επίστρωση αριθμού" -+ -+#: Settings.ui.h:6 -+msgid "" -+"Temporarily show the application numbers over the icons, corresponding to " -+"the shortcut." -+msgstr "" -+"Προσωρινή εμφάνιση αριθμών εφαρμογής πάνω από τα εικονίδια, που αντιστοιχούν " -+"στη συντόμευση πληκτρολογίου." -+ -+#: Settings.ui.h:7 -+msgid "Show the dock if it is hidden" -+msgstr "Προβολή της μπάρας αν είναι κρυμμένη" -+ -+#: Settings.ui.h:8 -+msgid "" -+"If using autohide, the dock will appear for a short time when triggering the " -+"shortcut." -+msgstr "" -+"Αν χρησιμοποιείται η αυτόματη απόκρυψη, η μπάρα θα εμφανίζεται για λίγο " -+"χρόνο όταν πατιέται η συντόμευση." -+ -+#: Settings.ui.h:9 -+msgid "Shortcut for the options above" -+msgstr "Συντόμευση για τις παραπάνω επιλογές" -+ -+#: Settings.ui.h:10 -+msgid "Syntax: , , , " -+msgstr "Σύνταξη: , , , " -+ -+#: Settings.ui.h:11 -+msgid "Hide timeout (s)" -+msgstr "Καθυστέρηση απόκρυψης" -+ -+#: Settings.ui.h:12 -+msgid "" -+"When set to minimize, double clicking minimizes all the windows of the " -+"application." -+msgstr "" -+"Όταν είναι ρυθμισμένο στην ελαχιστοποίηση, το διπλό κλικ ελαχιστοποιεί όλα " -+"τα παράθυρα της εφαρμογής." -+ -+#: Settings.ui.h:13 -+msgid "Shift+Click action" -+msgstr "Λειτουργία του Shift+Click" -+ -+#: Settings.ui.h:14 -+msgid "Raise window" -+msgstr "Ανύψωση παραθύρου" -+ -+#: Settings.ui.h:15 -+msgid "Minimize window" -+msgstr "Ελαχιστοποίηση παραθύρου" -+ -+#: Settings.ui.h:16 -+msgid "Launch new instance" -+msgstr "Εκκίνηση νέου παραθύρου" -+ -+#: Settings.ui.h:17 -+msgid "Cycle through windows" -+msgstr "Περιήγηση στα ανοικτά παράθυρα" -+ -+#: Settings.ui.h:18 -+msgid "Quit" -+msgstr "Έξοδος" -+ -+#: Settings.ui.h:19 -+msgid "Behavior for Middle-Click." -+msgstr "Συμπεριφορά μεσαίου κλικ." -+ -+#: Settings.ui.h:20 -+msgid "Middle-Click action" -+msgstr "Λειτουργία του μεσαίου κλικ" -+ -+#: Settings.ui.h:21 -+msgid "Behavior for Shift+Middle-Click." -+msgstr "Συμπεριφορά Shift+Μεσαίο κλικ." -+ -+#: Settings.ui.h:22 -+msgid "Shift+Middle-Click action" -+msgstr "Λειτουργία του Shift+Μεσαίο κλικ" -+ -+#: Settings.ui.h:23 -+msgid "Show the dock on" -+msgstr "Εμφάνιση της μπάρας στην" -+ -+#: Settings.ui.h:24 -+msgid "Show on all monitors." -+msgstr "Εμφάνιση σε όλες τις οθόνες." -+ -+#: Settings.ui.h:25 -+msgid "Position on screen" -+msgstr "Θέση στην οθόνη" -+ -+#: Settings.ui.h:27 -+msgid "Bottom" -+msgstr "Κάτω" -+ -+#: Settings.ui.h:28 -+msgid "Top" -+msgstr "Πάνω" -+ -+#: Settings.ui.h:30 -+msgid "" -+"Hide the dock when it obstructs a window of the the current application. " -+"More refined settings are available." -+msgstr "" -+"Απόκρυψη της μπάρας όταν εμποδίζει ένα παράθυρο της τρέχουσας εφαρμογής. Πιο " -+"εξειδικευμένες επιλογές είναι επίσης διαθέσιμες." -+ -+#: Settings.ui.h:31 -+msgid "Intelligent autohide" -+msgstr "Έξυπνη απόκρυψη" -+ -+#: Settings.ui.h:32 -+msgid "Dock size limit" -+msgstr "Περιορισμός μεγέθους μπάρας" -+ -+#: Settings.ui.h:33 -+msgid "Panel mode: extend to the screen edge" -+msgstr "Λειτουργιά πάνελ: επέκταση της μπάρας ως τις άκρες της οθόνης" -+ -+#: Settings.ui.h:34 -+msgid "Icon size limit" -+msgstr "Περιορισμός μεγέθους εικονιδίων" -+ -+#: Settings.ui.h:35 -+msgid "Fixed icon size: scroll to reveal other icons" -+msgstr "" -+"Σταθερό μέγεθος εικονιδίων: κύλιση για την εμφάνιση περαιτέρω εικονιδίων" -+ -+#: Settings.ui.h:36 -+msgid "Position and size" -+msgstr "Θέση και μέγεθος" -+ -+#: Settings.ui.h:37 -+msgid "Show favorite applications" -+msgstr "Εμφάνιση αγαπημένων εφαρμογών" -+ -+#: Settings.ui.h:38 -+msgid "Show running applications" -+msgstr "Εμφάνιση εκτελούμενων εφαρμογών" -+ -+#: Settings.ui.h:39 -+msgid "Isolate workspaces." -+msgstr "Απομόνωση χώρων εργασίας." -+ -+#: Settings.ui.h:40 -+msgid "Show open windows previews." -+msgstr "Εμφάνιση προεπισκόπησης ανοικτών παραθύρων." -+ -+#: Settings.ui.h:41 -+msgid "" -+"If disabled, these settings are accessible from gnome-tweak-tool or the " -+"extension website." -+msgstr "" -+"Αν είναι απενεργοποιημένο, αυτές οι ρυθμίσεις είναι προσβάσιμες από το " -+"εργαλείο μικρορυθμίσεων του GNOME ή τον ιστοτόπο επεκτάσεων." -+ -+#: Settings.ui.h:42 -+msgid "Show Applications icon" -+msgstr "Εμφάνιση εικονιδίου Εφαρμογές" -+ -+#: Settings.ui.h:43 -+msgid "Move the applications button at the beginning of the dock." -+msgstr "Μετακίνηση του πλήκτρου εφαρμογών στην αρχή της μπάρας." -+ -+#: Settings.ui.h:44 -+msgid "Animate Show Applications." -+msgstr "Ενεργοποίηση γραφικών κατά την Εμφάνιση Εφαρμογών." -+ -+#: Settings.ui.h:45 -+msgid "Launchers" -+msgstr "Εκκινητές" -+ -+#: Settings.ui.h:46 -+msgid "" -+"Enable Super+(0-9) as shortcuts to activate apps. It can also be used " -+"together with Shift and Ctrl." -+msgstr "" -+"Ενεργοποίηση του Super+(0-9) ως συντομεύσεις για την ενεργοποίηση εφαρμογών. " -+"Μπορεί επίσης να χρησιμοποιηθεί με το Shift και το Ctrl." -+ -+#: Settings.ui.h:47 -+msgid "Use keyboard shortcuts to activate apps" -+msgstr "Χρήση συντομεύσεων πληκτρολογίου για την ενεργοποίηση εφαρμογών" -+ -+#: Settings.ui.h:48 -+msgid "Behaviour when clicking on the icon of a running application." -+msgstr "Συμπεριφορά κατά το κλικ σε εικονίδιο τρέχουσας εφαρμογής." -+ -+#: Settings.ui.h:49 -+msgid "Click action" -+msgstr "Συμπεριφορά κλικ" -+ -+#: Settings.ui.h:50 -+msgid "Minimize" -+msgstr "Ελαχιστοποίηση" -+ -+#: Settings.ui.h:51 -+msgid "Minimize or overview" -+msgstr "Ελαχιστοποίηση ή επισκόπηση" -+ -+#: Settings.ui.h:52 -+msgid "Behaviour when scrolling on the icon of an application." -+msgstr "Συμπεριφορά κατά την κύλιση σε εικονίδιο τρέχουσας εφαρμογής." -+ -+#: Settings.ui.h:53 -+msgid "Scroll action" -+msgstr "Συμπεριφορά κύλισης" -+ -+#: Settings.ui.h:54 -+msgid "Do nothing" -+msgstr "Καμία δράση" -+ -+#: Settings.ui.h:55 -+msgid "Switch workspace" -+msgstr "Αλλαγή χώρου εργασίας" -+ -+#: Settings.ui.h:56 -+msgid "Behavior" -+msgstr "Συμπεριφορά" -+ -+#: Settings.ui.h:57 -+msgid "" -+"Few customizations meant to integrate the dock with the default GNOME theme. " -+"Alternatively, specific options can be enabled below." -+msgstr "" -+"Μερικές προσαρμογές στοχεύουν στο να ενοποιήσουν την μπάρα με το " -+"προκαθορισμένο θέμα του GNOME. Εναλλακτικά, ειδικές επιλογές μπορούν να " -+"ενεργοποιηθούν παρακάτω." -+ -+#: Settings.ui.h:58 -+msgid "Use built-in theme" -+msgstr "Χρήση ενσωματωμένου θέματος" -+ -+#: Settings.ui.h:59 -+msgid "Save space reducing padding and border radius." -+msgstr "Εξοικονόμηση χώρου μειώνοντας τα κενά και τα περιθώρια." -+ -+#: Settings.ui.h:60 -+msgid "Shrink the dash" -+msgstr "Σμίκρυνση της μπάρας" -+ -+#: Settings.ui.h:61 -+msgid "Show a dot for each windows of the application." -+msgstr "Εμφανίζει μία τελεία για κάθε παράθυρο της εφαρμογής." -+ -+#: Settings.ui.h:62 -+msgid "Show windows counter indicators" -+msgstr "Εμφάνιση μετρητή παραθύρων" -+ -+#: Settings.ui.h:63 -+msgid "Set the background color for the dash." -+msgstr "Ορισμός χρώματος φόντου της μπάρας." -+ -+#: Settings.ui.h:64 -+msgid "Customize the dash color" -+msgstr "Προσαρμογή του χρώματος της μπάρας" -+ -+#: Settings.ui.h:65 -+msgid "Tune the dash background opacity." -+msgstr "Αλλαγή της αδιαφάνειας του φόντου της μπάρας." -+ -+#: Settings.ui.h:66 -+msgid "Customize opacity" -+msgstr "Προσαρμογή αδιαφάνειας" -+ -+#: Settings.ui.h:67 -+msgid "Opacity" -+msgstr "Αδιαφάνεια" -+ -+#: Settings.ui.h:68 -+msgid "Force straight corner\n" -+msgstr "Εξαναγκασμός ευθείας γωνίας\n" -+ -+#: Settings.ui.h:70 -+msgid "Appearance" -+msgstr "Εμφάνιση" -+ -+#: Settings.ui.h:71 -+msgid "version: " -+msgstr "έκδοση: " -+ -+#: Settings.ui.h:72 -+msgid "Moves the dash out of the overview transforming it in a dock" -+msgstr "" -+"Μετακινεί το ταμπλό και εκτός της προεπισκόπησης μετατρέποντάς το σε μπάρα " -+"εφαρμογών" -+ -+#: Settings.ui.h:73 -+msgid "Created by" -+msgstr "Δημιουργήθηκε από" -+ -+#: Settings.ui.h:74 -+msgid "Webpage" -+msgstr "Ιστοσελίδα" -+ -+#: Settings.ui.h:75 -+msgid "" -+"This program comes with ABSOLUTELY NO WARRANTY.\n" -+"See the GNU General Public License, version 2 or later for details." -+msgstr "" -+"Αυτό πρόγραμμα παρέχεται χωρίς ΑΠΟΛΥΤΩΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ.\n" -+"Για λεπτομέρειες δείτε την Γενική δημόσια άδεια GNU, έκδοση 2 ή νεότερη. " -+ -+#: Settings.ui.h:77 -+msgid "About" -+msgstr "Περί" -+ -+#: Settings.ui.h:78 -+msgid "Show the dock by mouse hover on the screen edge." -+msgstr "Εμφάνιση της μπάρας όταν το ποντίκι πηγαίνει στην άκρη της οθόνης." -+ -+#: Settings.ui.h:79 -+msgid "Autohide" -+msgstr "Αυτόματη απόκρυψη" -+ -+#: Settings.ui.h:80 -+msgid "Push to show: require pressure to show the dock" -+msgstr "Πίεση για εμφάνιση: απαιτείται πίεση για την εμφάνιση της μπάρας" -+ -+#: Settings.ui.h:81 -+msgid "Enable in fullscreen mode" -+msgstr "Ενεργοποίηση σε κατάσταση πλήρους οθόνης" -+ -+#: Settings.ui.h:82 -+msgid "Show the dock when it doesn't obstruct application windows." -+msgstr "Εμφάνιση της μπάρας όταν δεν εμποδίζει τα παράθυρά των εφαρμογών." -+ -+#: Settings.ui.h:83 -+msgid "Dodge windows" -+msgstr "Αποφυγή παραθύρων" -+ -+#: Settings.ui.h:84 -+msgid "All windows" -+msgstr "Όλα τα παράθυρα" -+ -+#: Settings.ui.h:85 -+msgid "Only focused application's windows" -+msgstr "Μόνο τα παράθυρα της εστιασμένης εφαρμογής" -+ -+#: Settings.ui.h:86 -+msgid "Only maximized windows" -+msgstr "Μόνο μεγιστοποιημένα παράθυρα" -+ -+#: Settings.ui.h:87 -+msgid "Animation duration (s)" -+msgstr "Διάρκεια κίνησης γραφικών (s)" -+ -+#: Settings.ui.h:88 -+msgid "0.000" -+msgstr "0.000" -+ -+#: Settings.ui.h:89 -+msgid "Show timeout (s)" -+msgstr "Χρονικό όριο εμφάνισης" -+ -+#: Settings.ui.h:90 -+msgid "Pressure threshold" -+msgstr "Ελάχιστη πίεση" ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# Δημήτριος-Ρωμανός Ησαΐας , 2017. ++# Vangelis Skarmoutsos , 2017. ++# ++msgid "" ++msgstr "" ++"Project-Id-Version: Dash to Dock\n" ++"Report-Msgid-Bugs-To: \n" ++"POT-Creation-Date: 2017-06-04 12:35+0100\n" ++"PO-Revision-Date: 2017-09-29 21:48+0300\n" ++"Last-Translator: Vangelis Skarmoutsos \n" ++"Language-Team:\n" ++"Language: el\n" ++"MIME-Version: 1.0\n" ++"Content-Type: text/plain; charset=UTF-8\n" ++"Content-Transfer-Encoding: 8bit\n" ++"X-Generator: Poedit 2.0.3\n" ++"Plural-Forms: nplurals=2; plural=(n != 1);\n" ++ ++#: prefs.js:113 ++msgid "Primary monitor" ++msgstr "Κύρια οθόνη" ++ ++#: prefs.js:122 prefs.js:129 ++msgid "Secondary monitor " ++msgstr "Δευτερεύουσα οθόνη " ++ ++#: prefs.js:154 Settings.ui.h:29 ++msgid "Right" ++msgstr "Δεξιά" ++ ++#: prefs.js:155 Settings.ui.h:26 ++msgid "Left" ++msgstr "Αριστερά" ++ ++#: prefs.js:205 ++msgid "Intelligent autohide customization" ++msgstr "Προσαρμογή έξυπνης απόκρυψης" ++ ++#: prefs.js:212 prefs.js:393 prefs.js:450 ++msgid "Reset to defaults" ++msgstr "Επαναφορά στις προεπιλογές" ++ ++#: prefs.js:386 ++msgid "Show dock and application numbers" ++msgstr "Προβολή της μπάρας και της αρίθμησης εφαρμογών" ++ ++#: prefs.js:443 ++msgid "Customize middle-click behavior" ++msgstr "Προσαρμογή συμπεριφοράς μεσαίου κλικ" ++ ++#: prefs.js:514 ++msgid "Customize running indicators" ++msgstr "Προσαρμογή δεικτών τρεχόντων εφαρμογών" ++ ++#: appIcons.js:804 ++msgid "All Windows" ++msgstr "Όλα τα παράθυρα" ++ ++#: Settings.ui.h:1 ++msgid "Customize indicator style" ++msgstr "Προσαρμογή του στυλ του δείκτη" ++ ++#: Settings.ui.h:2 ++msgid "Color" ++msgstr "Χρώμα" ++ ++#: Settings.ui.h:3 ++msgid "Border color" ++msgstr "Χρώμα περιγράμματος" ++ ++#: Settings.ui.h:4 ++msgid "Border width" ++msgstr "Πλάτος περιγράμματος" ++ ++#: Settings.ui.h:5 ++msgid "Number overlay" ++msgstr "Επίστρωση αριθμού" ++ ++#: Settings.ui.h:6 ++msgid "" ++"Temporarily show the application numbers over the icons, corresponding to " ++"the shortcut." ++msgstr "" ++"Προσωρινή εμφάνιση αριθμών εφαρμογής πάνω από τα εικονίδια, που αντιστοιχούν " ++"στη συντόμευση πληκτρολογίου." ++ ++#: Settings.ui.h:7 ++msgid "Show the dock if it is hidden" ++msgstr "Προβολή της μπάρας αν είναι κρυμμένη" ++ ++#: Settings.ui.h:8 ++msgid "" ++"If using autohide, the dock will appear for a short time when triggering the " ++"shortcut." ++msgstr "" ++"Αν χρησιμοποιείται η αυτόματη απόκρυψη, η μπάρα θα εμφανίζεται για λίγο " ++"χρόνο όταν πατιέται η συντόμευση." ++ ++#: Settings.ui.h:9 ++msgid "Shortcut for the options above" ++msgstr "Συντόμευση για τις παραπάνω επιλογές" ++ ++#: Settings.ui.h:10 ++msgid "Syntax: , , , " ++msgstr "Σύνταξη: , , , " ++ ++#: Settings.ui.h:11 ++msgid "Hide timeout (s)" ++msgstr "Καθυστέρηση απόκρυψης" ++ ++#: Settings.ui.h:12 ++msgid "" ++"When set to minimize, double clicking minimizes all the windows of the " ++"application." ++msgstr "" ++"Όταν είναι ρυθμισμένο στην ελαχιστοποίηση, το διπλό κλικ ελαχιστοποιεί όλα " ++"τα παράθυρα της εφαρμογής." ++ ++#: Settings.ui.h:13 ++msgid "Shift+Click action" ++msgstr "Λειτουργία του Shift+Click" ++ ++#: Settings.ui.h:14 ++msgid "Raise window" ++msgstr "Ανύψωση παραθύρου" ++ ++#: Settings.ui.h:15 ++msgid "Minimize window" ++msgstr "Ελαχιστοποίηση παραθύρου" ++ ++#: Settings.ui.h:16 ++msgid "Launch new instance" ++msgstr "Εκκίνηση νέου παραθύρου" ++ ++#: Settings.ui.h:17 ++msgid "Cycle through windows" ++msgstr "Περιήγηση στα ανοικτά παράθυρα" ++ ++#: Settings.ui.h:18 ++msgid "Quit" ++msgstr "Έξοδος" ++ ++#: Settings.ui.h:19 ++msgid "Behavior for Middle-Click." ++msgstr "Συμπεριφορά μεσαίου κλικ." ++ ++#: Settings.ui.h:20 ++msgid "Middle-Click action" ++msgstr "Λειτουργία του μεσαίου κλικ" ++ ++#: Settings.ui.h:21 ++msgid "Behavior for Shift+Middle-Click." ++msgstr "Συμπεριφορά Shift+Μεσαίο κλικ." ++ ++#: Settings.ui.h:22 ++msgid "Shift+Middle-Click action" ++msgstr "Λειτουργία του Shift+Μεσαίο κλικ" ++ ++#: Settings.ui.h:23 ++msgid "Show the dock on" ++msgstr "Εμφάνιση της μπάρας στην" ++ ++#: Settings.ui.h:24 ++msgid "Show on all monitors." ++msgstr "Εμφάνιση σε όλες τις οθόνες." ++ ++#: Settings.ui.h:25 ++msgid "Position on screen" ++msgstr "Θέση στην οθόνη" ++ ++#: Settings.ui.h:27 ++msgid "Bottom" ++msgstr "Κάτω" ++ ++#: Settings.ui.h:28 ++msgid "Top" ++msgstr "Πάνω" ++ ++#: Settings.ui.h:30 ++msgid "" ++"Hide the dock when it obstructs a window of the the current application. " ++"More refined settings are available." ++msgstr "" ++"Απόκρυψη της μπάρας όταν εμποδίζει ένα παράθυρο της τρέχουσας εφαρμογής. Πιο " ++"εξειδικευμένες επιλογές είναι επίσης διαθέσιμες." ++ ++#: Settings.ui.h:31 ++msgid "Intelligent autohide" ++msgstr "Έξυπνη απόκρυψη" ++ ++#: Settings.ui.h:32 ++msgid "Dock size limit" ++msgstr "Περιορισμός μεγέθους μπάρας" ++ ++#: Settings.ui.h:33 ++msgid "Panel mode: extend to the screen edge" ++msgstr "Λειτουργιά πάνελ: επέκταση της μπάρας ως τις άκρες της οθόνης" ++ ++#: Settings.ui.h:34 ++msgid "Icon size limit" ++msgstr "Περιορισμός μεγέθους εικονιδίων" ++ ++#: Settings.ui.h:35 ++msgid "Fixed icon size: scroll to reveal other icons" ++msgstr "" ++"Σταθερό μέγεθος εικονιδίων: κύλιση για την εμφάνιση περαιτέρω εικονιδίων" ++ ++#: Settings.ui.h:36 ++msgid "Position and size" ++msgstr "Θέση και μέγεθος" ++ ++#: Settings.ui.h:37 ++msgid "Show favorite applications" ++msgstr "Εμφάνιση αγαπημένων εφαρμογών" ++ ++#: Settings.ui.h:38 ++msgid "Show running applications" ++msgstr "Εμφάνιση εκτελούμενων εφαρμογών" ++ ++#: Settings.ui.h:39 ++msgid "Isolate workspaces." ++msgstr "Απομόνωση χώρων εργασίας." ++ ++#: Settings.ui.h:40 ++msgid "Show open windows previews." ++msgstr "Εμφάνιση προεπισκόπησης ανοικτών παραθύρων." ++ ++#: Settings.ui.h:41 ++msgid "" ++"If disabled, these settings are accessible from gnome-tweak-tool or the " ++"extension website." ++msgstr "" ++"Αν είναι απενεργοποιημένο, αυτές οι ρυθμίσεις είναι προσβάσιμες από το " ++"εργαλείο μικρορυθμίσεων του GNOME ή τον ιστοτόπο επεκτάσεων." ++ ++#: Settings.ui.h:42 ++msgid "Show Applications icon" ++msgstr "Εμφάνιση εικονιδίου Εφαρμογές" ++ ++#: Settings.ui.h:43 ++msgid "Move the applications button at the beginning of the dock." ++msgstr "Μετακίνηση του πλήκτρου εφαρμογών στην αρχή της μπάρας." ++ ++#: Settings.ui.h:44 ++msgid "Animate Show Applications." ++msgstr "Ενεργοποίηση γραφικών κατά την Εμφάνιση Εφαρμογών." ++ ++#: Settings.ui.h:45 ++msgid "Launchers" ++msgstr "Εκκινητές" ++ ++#: Settings.ui.h:46 ++msgid "" ++"Enable Super+(0-9) as shortcuts to activate apps. It can also be used " ++"together with Shift and Ctrl." ++msgstr "" ++"Ενεργοποίηση του Super+(0-9) ως συντομεύσεις για την ενεργοποίηση εφαρμογών. " ++"Μπορεί επίσης να χρησιμοποιηθεί με το Shift και το Ctrl." ++ ++#: Settings.ui.h:47 ++msgid "Use keyboard shortcuts to activate apps" ++msgstr "Χρήση συντομεύσεων πληκτρολογίου για την ενεργοποίηση εφαρμογών" ++ ++#: Settings.ui.h:48 ++msgid "Behaviour when clicking on the icon of a running application." ++msgstr "Συμπεριφορά κατά το κλικ σε εικονίδιο τρέχουσας εφαρμογής." ++ ++#: Settings.ui.h:49 ++msgid "Click action" ++msgstr "Συμπεριφορά κλικ" ++ ++#: Settings.ui.h:50 ++msgid "Minimize" ++msgstr "Ελαχιστοποίηση" ++ ++#: Settings.ui.h:51 ++msgid "Minimize or overview" ++msgstr "Ελαχιστοποίηση ή επισκόπηση" ++ ++#: Settings.ui.h:52 ++msgid "Behaviour when scrolling on the icon of an application." ++msgstr "Συμπεριφορά κατά την κύλιση σε εικονίδιο τρέχουσας εφαρμογής." ++ ++#: Settings.ui.h:53 ++msgid "Scroll action" ++msgstr "Συμπεριφορά κύλισης" ++ ++#: Settings.ui.h:54 ++msgid "Do nothing" ++msgstr "Καμία δράση" ++ ++#: Settings.ui.h:55 ++msgid "Switch workspace" ++msgstr "Αλλαγή χώρου εργασίας" ++ ++#: Settings.ui.h:56 ++msgid "Behavior" ++msgstr "Συμπεριφορά" ++ ++#: Settings.ui.h:57 ++msgid "" ++"Few customizations meant to integrate the dock with the default GNOME theme. " ++"Alternatively, specific options can be enabled below." ++msgstr "" ++"Μερικές προσαρμογές στοχεύουν στο να ενοποιήσουν την μπάρα με το " ++"προκαθορισμένο θέμα του GNOME. Εναλλακτικά, ειδικές επιλογές μπορούν να " ++"ενεργοποιηθούν παρακάτω." ++ ++#: Settings.ui.h:58 ++msgid "Use built-in theme" ++msgstr "Χρήση ενσωματωμένου θέματος" ++ ++#: Settings.ui.h:59 ++msgid "Save space reducing padding and border radius." ++msgstr "Εξοικονόμηση χώρου μειώνοντας τα κενά και τα περιθώρια." ++ ++#: Settings.ui.h:60 ++msgid "Shrink the dash" ++msgstr "Σμίκρυνση της μπάρας" ++ ++#: Settings.ui.h:61 ++msgid "Show a dot for each windows of the application." ++msgstr "Εμφανίζει μία τελεία για κάθε παράθυρο της εφαρμογής." ++ ++#: Settings.ui.h:62 ++msgid "Show windows counter indicators" ++msgstr "Εμφάνιση μετρητή παραθύρων" ++ ++#: Settings.ui.h:63 ++msgid "Set the background color for the dash." ++msgstr "Ορισμός χρώματος φόντου της μπάρας." ++ ++#: Settings.ui.h:64 ++msgid "Customize the dash color" ++msgstr "Προσαρμογή του χρώματος της μπάρας" ++ ++#: Settings.ui.h:65 ++msgid "Tune the dash background opacity." ++msgstr "Αλλαγή της αδιαφάνειας του φόντου της μπάρας." ++ ++#: Settings.ui.h:66 ++msgid "Customize opacity" ++msgstr "Προσαρμογή αδιαφάνειας" ++ ++#: Settings.ui.h:67 ++msgid "Opacity" ++msgstr "Αδιαφάνεια" ++ ++#: Settings.ui.h:68 ++msgid "Force straight corner\n" ++msgstr "Εξαναγκασμός ευθείας γωνίας\n" ++ ++#: Settings.ui.h:70 ++msgid "Appearance" ++msgstr "Εμφάνιση" ++ ++#: Settings.ui.h:71 ++msgid "version: " ++msgstr "έκδοση: " ++ ++#: Settings.ui.h:72 ++msgid "Moves the dash out of the overview transforming it in a dock" ++msgstr "" ++"Μετακινεί το ταμπλό και εκτός της προεπισκόπησης μετατρέποντάς το σε μπάρα " ++"εφαρμογών" ++ ++#: Settings.ui.h:73 ++msgid "Created by" ++msgstr "Δημιουργήθηκε από" ++ ++#: Settings.ui.h:74 ++msgid "Webpage" ++msgstr "Ιστοσελίδα" ++ ++#: Settings.ui.h:75 ++msgid "" ++"This program comes with ABSOLUTELY NO WARRANTY.\n" ++"See the GNU General Public License, version 2 or later for details." ++msgstr "" ++"Αυτό πρόγραμμα παρέχεται χωρίς ΑΠΟΛΥΤΩΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ.\n" ++"Για λεπτομέρειες δείτε την Γενική δημόσια άδεια GNU, έκδοση 2 ή νεότερη. " ++ ++#: Settings.ui.h:77 ++msgid "About" ++msgstr "Περί" ++ ++#: Settings.ui.h:78 ++msgid "Show the dock by mouse hover on the screen edge." ++msgstr "Εμφάνιση της μπάρας όταν το ποντίκι πηγαίνει στην άκρη της οθόνης." ++ ++#: Settings.ui.h:79 ++msgid "Autohide" ++msgstr "Αυτόματη απόκρυψη" ++ ++#: Settings.ui.h:80 ++msgid "Push to show: require pressure to show the dock" ++msgstr "Πίεση για εμφάνιση: απαιτείται πίεση για την εμφάνιση της μπάρας" ++ ++#: Settings.ui.h:81 ++msgid "Enable in fullscreen mode" ++msgstr "Ενεργοποίηση σε κατάσταση πλήρους οθόνης" ++ ++#: Settings.ui.h:82 ++msgid "Show the dock when it doesn't obstruct application windows." ++msgstr "Εμφάνιση της μπάρας όταν δεν εμποδίζει τα παράθυρά των εφαρμογών." ++ ++#: Settings.ui.h:83 ++msgid "Dodge windows" ++msgstr "Αποφυγή παραθύρων" ++ ++#: Settings.ui.h:84 ++msgid "All windows" ++msgstr "Όλα τα παράθυρα" ++ ++#: Settings.ui.h:85 ++msgid "Only focused application's windows" ++msgstr "Μόνο τα παράθυρα της εστιασμένης εφαρμογής" ++ ++#: Settings.ui.h:86 ++msgid "Only maximized windows" ++msgstr "Μόνο μεγιστοποιημένα παράθυρα" ++ ++#: Settings.ui.h:87 ++msgid "Animation duration (s)" ++msgstr "Διάρκεια κίνησης γραφικών (s)" ++ ++#: Settings.ui.h:88 ++msgid "0.000" ++msgstr "0.000" ++ ++#: Settings.ui.h:89 ++msgid "Show timeout (s)" ++msgstr "Χρονικό όριο εμφάνισης" ++ ++#: Settings.ui.h:90 ++msgid "Pressure threshold" ++msgstr "Ελάχιστη πίεση" diff --git a/extensions/dash-to-dock/po/es.po b/extensions/dash-to-dock/po/es.po new file mode 100644 -index 0000000..0bdfaa6 +index 00000000..0bdfaa67 --- /dev/null +++ b/extensions/dash-to-dock/po/es.po @@ -0,0 +1,521 @@ @@ -15542,7 +15542,7 @@ index 0000000..0bdfaa6 +msgstr "Mostrar los dispositivos montados" diff --git a/extensions/dash-to-dock/po/eu.po b/extensions/dash-to-dock/po/eu.po new file mode 100644 -index 0000000..fa780b1 +index 00000000..fa780b1b --- /dev/null +++ b/extensions/dash-to-dock/po/eu.po @@ -0,0 +1,543 @@ @@ -16091,7 +16091,7 @@ index 0000000..fa780b1 +msgstr "Presio-atalasea" diff --git a/extensions/dash-to-dock/po/fr.po b/extensions/dash-to-dock/po/fr.po new file mode 100644 -index 0000000..c5a13e8 +index 00000000..c5a13e8a --- /dev/null +++ b/extensions/dash-to-dock/po/fr.po @@ -0,0 +1,529 @@ @@ -16626,7 +16626,7 @@ index 0000000..c5a13e8 +#~ msgstr "0.000" diff --git a/extensions/dash-to-dock/po/gl.po b/extensions/dash-to-dock/po/gl.po new file mode 100644 -index 0000000..15f8122 +index 00000000..15f8122f --- /dev/null +++ b/extensions/dash-to-dock/po/gl.po @@ -0,0 +1,438 @@ @@ -17070,7 +17070,7 @@ index 0000000..15f8122 +msgstr "Límite de presión" diff --git a/extensions/dash-to-dock/po/hu.po b/extensions/dash-to-dock/po/hu.po new file mode 100644 -index 0000000..3623528 +index 00000000..36235281 --- /dev/null +++ b/extensions/dash-to-dock/po/hu.po @@ -0,0 +1,440 @@ @@ -17516,7 +17516,7 @@ index 0000000..3623528 +msgstr "Nyomás küszöbszintje" diff --git a/extensions/dash-to-dock/po/id.po b/extensions/dash-to-dock/po/id.po new file mode 100644 -index 0000000..ac09c41 +index 00000000..ac09c410 --- /dev/null +++ b/extensions/dash-to-dock/po/id.po @@ -0,0 +1,450 @@ @@ -17972,10 +17972,10 @@ index 0000000..ac09c41 +#~ msgstr "Cambia spazio di lavoro scorrendo sulla dock" diff --git a/extensions/dash-to-dock/po/it.po b/extensions/dash-to-dock/po/it.po new file mode 100644 -index 0000000..203cdee +index 00000000..2806ad5f --- /dev/null +++ b/extensions/dash-to-dock/po/it.po -@@ -0,0 +1,516 @@ +@@ -0,0 +1,517 @@ +# Dash-to-Dock Italian translation. +# Copyright (C) 2018 the Dash-to-Dock copyright holder. +# This file is distributed under the same license as the Dash-to-Dock package. @@ -18492,9 +18492,10 @@ index 0000000..203cdee +#: Settings.ui.h:107 +msgid "Pressure threshold" +msgstr "Soglia pressione" ++ diff --git a/extensions/dash-to-dock/po/ja.po b/extensions/dash-to-dock/po/ja.po new file mode 100644 -index 0000000..37cf8dd +index 00000000..37cf8dd7 --- /dev/null +++ b/extensions/dash-to-dock/po/ja.po @@ -0,0 +1,585 @@ @@ -19085,7 +19086,7 @@ index 0000000..37cf8dd +msgstr "押し込み量 (ピクセル)" diff --git a/extensions/dash-to-dock/po/nb.po b/extensions/dash-to-dock/po/nb.po new file mode 100644 -index 0000000..77a0f0d +index 00000000..77a0f0db --- /dev/null +++ b/extensions/dash-to-dock/po/nb.po @@ -0,0 +1,506 @@ @@ -19597,7 +19598,7 @@ index 0000000..77a0f0d +msgstr "Trykkterskel" diff --git a/extensions/dash-to-dock/po/nl.po b/extensions/dash-to-dock/po/nl.po new file mode 100644 -index 0000000..ea742c7 +index 00000000..ea742c74 --- /dev/null +++ b/extensions/dash-to-dock/po/nl.po @@ -0,0 +1,662 @@ @@ -20265,7 +20266,7 @@ index 0000000..ea742c7 +#~ "Adwaita-Theme)" diff --git a/extensions/dash-to-dock/po/pl.po b/extensions/dash-to-dock/po/pl.po new file mode 100644 -index 0000000..b45c00a +index 00000000..b45c00a0 --- /dev/null +++ b/extensions/dash-to-dock/po/pl.po @@ -0,0 +1,558 @@ @@ -20829,7 +20830,7 @@ index 0000000..b45c00a +#~ msgstr "Adaptacyjna" diff --git a/extensions/dash-to-dock/po/pt.po b/extensions/dash-to-dock/po/pt.po new file mode 100644 -index 0000000..d65da5f +index 00000000..d65da5f1 --- /dev/null +++ b/extensions/dash-to-dock/po/pt.po @@ -0,0 +1,509 @@ @@ -21344,7 +21345,7 @@ index 0000000..d65da5f +msgstr "Limite de pressão" diff --git a/extensions/dash-to-dock/po/pt_BR.po b/extensions/dash-to-dock/po/pt_BR.po new file mode 100644 -index 0000000..6cb10a3 +index 00000000..6cb10a33 --- /dev/null +++ b/extensions/dash-to-dock/po/pt_BR.po @@ -0,0 +1,513 @@ @@ -21863,7 +21864,7 @@ index 0000000..6cb10a3 +msgstr "Limite de pressão" diff --git a/extensions/dash-to-dock/po/ru.po b/extensions/dash-to-dock/po/ru.po new file mode 100644 -index 0000000..b41fa0c +index 00000000..b41fa0c0 --- /dev/null +++ b/extensions/dash-to-dock/po/ru.po @@ -0,0 +1,626 @@ @@ -22495,7 +22496,7 @@ index 0000000..b41fa0c +#~ msgstr "Уменьшить Док за счёт промежутков" diff --git a/extensions/dash-to-dock/po/sk.po b/extensions/dash-to-dock/po/sk.po new file mode 100644 -index 0000000..9bcd344 +index 00000000..9bcd3444 --- /dev/null +++ b/extensions/dash-to-dock/po/sk.po @@ -0,0 +1,454 @@ @@ -22955,7 +22956,7 @@ index 0000000..9bcd344 +#~ msgstr "Prepínať pracovné priestory rolovaním na doku" diff --git a/extensions/dash-to-dock/po/sr.po b/extensions/dash-to-dock/po/sr.po new file mode 100644 -index 0000000..af9ff53 +index 00000000..af9ff533 --- /dev/null +++ b/extensions/dash-to-dock/po/sr.po @@ -0,0 +1,470 @@ @@ -23431,7 +23432,7 @@ index 0000000..af9ff53 +#~ msgstr "Разматрај само прозор фокусираног програма" diff --git a/extensions/dash-to-dock/po/sr@latin.po b/extensions/dash-to-dock/po/sr@latin.po new file mode 100644 -index 0000000..e7f7794 +index 00000000..e7f7794f --- /dev/null +++ b/extensions/dash-to-dock/po/sr@latin.po @@ -0,0 +1,469 @@ @@ -23906,7 +23907,7 @@ index 0000000..e7f7794 +#~ msgstr "Razmatraj samo prozor fokusiranog programa" diff --git a/extensions/dash-to-dock/po/sv.po b/extensions/dash-to-dock/po/sv.po new file mode 100644 -index 0000000..dd5b4bd +index 00000000..dd5b4bdb --- /dev/null +++ b/extensions/dash-to-dock/po/sv.po @@ -0,0 +1,545 @@ @@ -24457,7 +24458,7 @@ index 0000000..dd5b4bd +msgstr "Tröskelvärde för tryck" diff --git a/extensions/dash-to-dock/po/tr.po b/extensions/dash-to-dock/po/tr.po new file mode 100644 -index 0000000..e4bf8a8 +index 00000000..e4bf8a8b --- /dev/null +++ b/extensions/dash-to-dock/po/tr.po @@ -0,0 +1,525 @@ @@ -24988,7 +24989,7 @@ index 0000000..e4bf8a8 +#~ msgstr "Uyarlanır" diff --git a/extensions/dash-to-dock/po/uk_UA.po b/extensions/dash-to-dock/po/uk_UA.po new file mode 100644 -index 0000000..3252304 +index 00000000..3252304c --- /dev/null +++ b/extensions/dash-to-dock/po/uk_UA.po @@ -0,0 +1,575 @@ @@ -25569,7 +25570,7 @@ index 0000000..3252304 +msgstr "Зменшити Док за рахунок проміжків" diff --git a/extensions/dash-to-dock/po/zh_CN.po b/extensions/dash-to-dock/po/zh_CN.po new file mode 100644 -index 0000000..cae290f +index 00000000..cae290f7 --- /dev/null +++ b/extensions/dash-to-dock/po/zh_CN.po @@ -0,0 +1,626 @@ @@ -26201,7 +26202,7 @@ index 0000000..cae290f +#~ msgstr "仅当自动隐藏时" diff --git a/extensions/dash-to-dock/po/zh_TW.po b/extensions/dash-to-dock/po/zh_TW.po new file mode 100644 -index 0000000..84cb252 +index 00000000..84cb252a --- /dev/null +++ b/extensions/dash-to-dock/po/zh_TW.po @@ -0,0 +1,542 @@ @@ -26749,7 +26750,7 @@ index 0000000..84cb252 +#~ msgstr "0.000" diff --git a/extensions/dash-to-dock/prefs.js b/extensions/dash-to-dock/prefs.js new file mode 100644 -index 0000000..c1e57b6 +index 00000000..c1e57b67 --- /dev/null +++ b/extensions/dash-to-dock/prefs.js @@ -0,0 +1,838 @@ @@ -27593,7 +27594,7 @@ index 0000000..c1e57b6 +} diff --git a/extensions/dash-to-dock/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml b/extensions/dash-to-dock/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml new file mode 100644 -index 0000000..54dd9f2 +index 00000000..54dd9f21 --- /dev/null +++ b/extensions/dash-to-dock/schemas/org.gnome.shell.extensions.dash-to-dock.gschema.xml @@ -0,0 +1,551 @@ @@ -28150,7 +28151,7 @@ index 0000000..54dd9f2 + diff --git a/extensions/dash-to-dock/stylesheet.css b/extensions/dash-to-dock/stylesheet.css new file mode 100644 -index 0000000..9a427f2 +index 00000000..9a427f24 --- /dev/null +++ b/extensions/dash-to-dock/stylesheet.css @@ -0,0 +1,231 @@ @@ -28387,7 +28388,7 @@ index 0000000..9a427f2 + background-size: contain; } diff --git a/extensions/dash-to-dock/theming.js b/extensions/dash-to-dock/theming.js new file mode 100644 -index 0000000..8a5b2a1 +index 00000000..4b9e10ac --- /dev/null +++ b/extensions/dash-to-dock/theming.js @@ -0,0 +1,553 @@ @@ -28559,7 +28560,7 @@ index 0000000..8a5b2a1 + newAlpha = settings.get_double('background-opacity'); + + backgroundColor = settings.get_string('background-color'); -+ ++ + this._customizedBackground = backgroundColor; + + this._customizedBorder = this._customizedBackground; @@ -28569,7 +28570,7 @@ index 0000000..8a5b2a1 + color.alpha = newAlpha; + + this._transparency.setColor(color); -+ } else { ++ } else { + // backgroundColor is a Clutter.Color object + this._transparency.setColor(backgroundColor); + } @@ -28946,7 +28947,7 @@ index 0000000..8a5b2a1 +Signals.addSignalMethods(Transparency.prototype); diff --git a/extensions/dash-to-dock/utils.js b/extensions/dash-to-dock/utils.js new file mode 100644 -index 0000000..0de69a7 +index 00000000..3dd8029c --- /dev/null +++ b/extensions/dash-to-dock/utils.js @@ -0,0 +1,308 @@ @@ -29206,12 +29207,12 @@ index 0000000..0de69a7 + y += Math.floor((height - width) / 2.0); + height = width; + } -+ ++ + height = 2.0 * Math.floor(height / 2.0); -+ ++ + var leftRadius = isRoundLeft ? height / 2.0 : 0.0; + var rightRadius = isRoundRight ? height / 2.0 : 0.0; -+ ++ + cr.moveTo(x + width - rightRadius, y); + cr.lineTo(x + leftRadius, y); + if (isRoundLeft) @@ -29224,7 +29225,7 @@ index 0000000..0de69a7 + else + cr.lineTo(x + width, y); + cr.closePath(); -+ ++ + if (fill != null) { + cr.setSource(fill); + cr.fillPreserve(); @@ -29260,7 +29261,7 @@ index 0000000..0de69a7 +} diff --git a/extensions/dash-to-dock/windowPreview.js b/extensions/dash-to-dock/windowPreview.js new file mode 100644 -index 0000000..8cb14b8 +index 00000000..8cb14b88 --- /dev/null +++ b/extensions/dash-to-dock/windowPreview.js @@ -0,0 +1,598 @@ @@ -29864,7 +29865,7 @@ index 0000000..8cb14b8 +}); \ No newline at end of file diff --git a/meson.build b/meson.build -index 5a63e3b..be6747d 100644 +index 1d94882f..e3a64a92 100644 --- a/meson.build +++ b/meson.build @@ -44,6 +44,7 @@ default_extensions += [ @@ -29876,7 +29877,7 @@ index 5a63e3b..be6747d 100644 'top-icons', 'user-theme' diff --git a/po/ar.po b/po/ar.po -index fe3ad35..5a21c94 100644 +index fe3ad350..5a21c94a 100644 --- a/po/ar.po +++ b/po/ar.po @@ -1,9 +1,18 @@ @@ -30490,7 +30491,7 @@ index fe3ad35..5a21c94 100644 +#~ msgid "Only when in autohide" +#~ msgstr "فقط عند الإخفاء التلقائي" diff --git a/po/cs.po b/po/cs.po -index 7d3258d..572b378 100644 +index 7d3258dc..572b3787 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,11 +1,20 @@ @@ -31077,7 +31078,7 @@ index 7d3258d..572b378 100644 +#~ msgid "Adaptive" +#~ msgstr "Adaptivní" diff --git a/po/de.po b/po/de.po -index 6e797d1..30119a7 100644 +index 6e797d13..30119a76 100644 --- a/po/de.po +++ b/po/de.po @@ -1,3 +1,4 @@ @@ -31706,7 +31707,7 @@ index 6e797d1..30119a7 100644 +#~ "Benutzerdefiniertes Theme verwenden (funktioniert nur mit dem Standard-" +#~ "Adwaita-Theme)" diff --git a/po/el.po b/po/el.po -index 59b14df..9d8c548 100644 +index 59b14dfb..bd0a7a5f 100644 --- a/po/el.po +++ b/po/el.po @@ -1,3 +1,4 @@ @@ -31719,13 +31720,13 @@ index 59b14df..9d8c548 100644 # Efstathios Iosifidis , 2013-2019. # +# #-#-#-#-# el.po (Dash to Dock) #-#-#-#-# -+# SOME DESCRIPTIVE TITLE. -+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -+# This file is distributed under the same license as the PACKAGE package. -+# FIRST AUTHOR , YEAR. -+# Δημήτριος-Ρωμανός Ησαΐας , 2017. -+# Vangelis Skarmoutsos , 2017. -+# ++# SOME DESCRIPTIVE TITLE. ++# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER ++# This file is distributed under the same license as the PACKAGE package. ++# FIRST AUTHOR , YEAR. ++# Δημήτριος-Ρωμανός Ησαΐας , 2017. ++# Vangelis Skarmoutsos , 2017. ++# +#, fuzzy msgid "" msgstr "" @@ -31758,7 +31759,7 @@ index 59b14df..9d8c548 100644 msgstr "Αποελαχιστοποίηση" -#: extensions/window-list/extension.js:118 -+#: extensions/window-list/extension.js:118 Settings.ui.h:50 ++#: extensions/window-list/extension.js:118 Settings.ui.h:50 msgid "Minimize" msgstr "Ελαχιστοποίηση" @@ -31766,67 +31767,67 @@ index 59b14df..9d8c548 100644 msgid "Add Workspace" msgstr "Προσθήκη χώρου εργασίας" -+#: prefs.js:155 Settings.ui.h:26 ++#: prefs.js:155 Settings.ui.h:26 +msgid "Left" +msgstr "Αριστερά" + -+#: prefs.js:154 Settings.ui.h:29 ++#: prefs.js:154 Settings.ui.h:29 +msgid "Right" +msgstr "Δεξιά" + -+#: prefs.js:113 ++#: prefs.js:113 +msgid "Primary monitor" +msgstr "Κύρια οθόνη" + -+#: prefs.js:122 prefs.js:129 ++#: prefs.js:122 prefs.js:129 +msgid "Secondary monitor " +msgstr "Δευτερεύουσα οθόνη " + -+#: prefs.js:205 ++#: prefs.js:205 +msgid "Intelligent autohide customization" +msgstr "Προσαρμογή έξυπνης απόκρυψης" + -+#: prefs.js:212 prefs.js:393 prefs.js:450 ++#: prefs.js:212 prefs.js:393 prefs.js:450 +msgid "Reset to defaults" +msgstr "Επαναφορά στις προεπιλογές" + -+#: prefs.js:386 ++#: prefs.js:386 +msgid "Show dock and application numbers" +msgstr "Προβολή της μπάρας και της αρίθμησης εφαρμογών" + -+#: prefs.js:443 ++#: prefs.js:443 +msgid "Customize middle-click behavior" +msgstr "Προσαρμογή συμπεριφοράς μεσαίου κλικ" + -+#: prefs.js:514 ++#: prefs.js:514 +msgid "Customize running indicators" +msgstr "Προσαρμογή δεικτών τρεχόντων εφαρμογών" + -+#: appIcons.js:804 ++#: appIcons.js:804 +msgid "All Windows" +msgstr "Όλα τα παράθυρα" + -+#: Settings.ui.h:1 ++#: Settings.ui.h:1 +msgid "Customize indicator style" +msgstr "Προσαρμογή του στυλ του δείκτη" + -+#: Settings.ui.h:2 ++#: Settings.ui.h:2 +msgid "Color" +msgstr "Χρώμα" + -+#: Settings.ui.h:3 ++#: Settings.ui.h:3 +msgid "Border color" +msgstr "Χρώμα περιγράμματος" + -+#: Settings.ui.h:4 ++#: Settings.ui.h:4 +msgid "Border width" +msgstr "Πλάτος περιγράμματος" + -+#: Settings.ui.h:5 ++#: Settings.ui.h:5 +msgid "Number overlay" +msgstr "Επίστρωση αριθμού" + -+#: Settings.ui.h:6 ++#: Settings.ui.h:6 +msgid "" +"Temporarily show the application numbers over the icons, corresponding to " +"the shortcut." @@ -31834,11 +31835,11 @@ index 59b14df..9d8c548 100644 +"Προσωρινή εμφάνιση αριθμών εφαρμογής πάνω από τα εικονίδια, που αντιστοιχούν " +"στη συντόμευση πληκτρολογίου." + -+#: Settings.ui.h:7 ++#: Settings.ui.h:7 +msgid "Show the dock if it is hidden" +msgstr "Προβολή της μπάρας αν είναι κρυμμένη" + -+#: Settings.ui.h:8 ++#: Settings.ui.h:8 +msgid "" +"If using autohide, the dock will appear for a short time when triggering the " +"shortcut." @@ -31846,19 +31847,19 @@ index 59b14df..9d8c548 100644 +"Αν χρησιμοποιείται η αυτόματη απόκρυψη, η μπάρα θα εμφανίζεται για λίγο " +"χρόνο όταν πατιέται η συντόμευση." + -+#: Settings.ui.h:9 ++#: Settings.ui.h:9 +msgid "Shortcut for the options above" +msgstr "Συντόμευση για τις παραπάνω επιλογές" + -+#: Settings.ui.h:10 ++#: Settings.ui.h:10 +msgid "Syntax: , , , " +msgstr "Σύνταξη: , , , " + -+#: Settings.ui.h:11 ++#: Settings.ui.h:11 +msgid "Hide timeout (s)" +msgstr "Καθυστέρηση απόκρυψης" + -+#: Settings.ui.h:12 ++#: Settings.ui.h:12 +msgid "" +"When set to minimize, double clicking minimizes all the windows of the " +"application." @@ -31866,67 +31867,67 @@ index 59b14df..9d8c548 100644 +"Όταν είναι ρυθμισμένο στην ελαχιστοποίηση, το διπλό κλικ ελαχιστοποιεί όλα " +"τα παράθυρα της εφαρμογής." + -+#: Settings.ui.h:13 ++#: Settings.ui.h:13 +msgid "Shift+Click action" +msgstr "Λειτουργία του Shift+Click" + -+#: Settings.ui.h:14 ++#: Settings.ui.h:14 +msgid "Raise window" +msgstr "Ανύψωση παραθύρου" + -+#: Settings.ui.h:15 ++#: Settings.ui.h:15 +msgid "Minimize window" +msgstr "Ελαχιστοποίηση παραθύρου" + -+#: Settings.ui.h:16 ++#: Settings.ui.h:16 +msgid "Launch new instance" +msgstr "Εκκίνηση νέου παραθύρου" + -+#: Settings.ui.h:17 ++#: Settings.ui.h:17 +msgid "Cycle through windows" +msgstr "Περιήγηση στα ανοικτά παράθυρα" + -+#: Settings.ui.h:18 ++#: Settings.ui.h:18 +msgid "Quit" +msgstr "Έξοδος" + -+#: Settings.ui.h:19 ++#: Settings.ui.h:19 +msgid "Behavior for Middle-Click." +msgstr "Συμπεριφορά μεσαίου κλικ." + -+#: Settings.ui.h:20 ++#: Settings.ui.h:20 +msgid "Middle-Click action" +msgstr "Λειτουργία του μεσαίου κλικ" + -+#: Settings.ui.h:21 ++#: Settings.ui.h:21 +msgid "Behavior for Shift+Middle-Click." +msgstr "Συμπεριφορά Shift+Μεσαίο κλικ." + -+#: Settings.ui.h:22 ++#: Settings.ui.h:22 +msgid "Shift+Middle-Click action" +msgstr "Λειτουργία του Shift+Μεσαίο κλικ" + -+#: Settings.ui.h:23 ++#: Settings.ui.h:23 +msgid "Show the dock on" +msgstr "Εμφάνιση της μπάρας στην" + -+#: Settings.ui.h:24 ++#: Settings.ui.h:24 +msgid "Show on all monitors." +msgstr "Εμφάνιση σε όλες τις οθόνες." + -+#: Settings.ui.h:25 ++#: Settings.ui.h:25 +msgid "Position on screen" +msgstr "Θέση στην οθόνη" + -+#: Settings.ui.h:27 ++#: Settings.ui.h:27 +msgid "Bottom" +msgstr "Κάτω" + -+#: Settings.ui.h:28 ++#: Settings.ui.h:28 +msgid "Top" +msgstr "Πάνω" + -+#: Settings.ui.h:30 ++#: Settings.ui.h:30 +msgid "" +"Hide the dock when it obstructs a window of the the current application. " +"More refined settings are available." @@ -31934,48 +31935,48 @@ index 59b14df..9d8c548 100644 +"Απόκρυψη της μπάρας όταν εμποδίζει ένα παράθυρο της τρέχουσας εφαρμογής. Πιο " +"εξειδικευμένες επιλογές είναι επίσης διαθέσιμες." + -+#: Settings.ui.h:31 ++#: Settings.ui.h:31 +msgid "Intelligent autohide" +msgstr "Έξυπνη απόκρυψη" + -+#: Settings.ui.h:32 ++#: Settings.ui.h:32 +msgid "Dock size limit" +msgstr "Περιορισμός μεγέθους μπάρας" + -+#: Settings.ui.h:33 ++#: Settings.ui.h:33 +msgid "Panel mode: extend to the screen edge" +msgstr "Λειτουργιά πάνελ: επέκταση της μπάρας ως τις άκρες της οθόνης" + -+#: Settings.ui.h:34 ++#: Settings.ui.h:34 +msgid "Icon size limit" +msgstr "Περιορισμός μεγέθους εικονιδίων" + -+#: Settings.ui.h:35 ++#: Settings.ui.h:35 +msgid "Fixed icon size: scroll to reveal other icons" +msgstr "" +"Σταθερό μέγεθος εικονιδίων: κύλιση για την εμφάνιση περαιτέρω εικονιδίων" + -+#: Settings.ui.h:36 ++#: Settings.ui.h:36 +msgid "Position and size" +msgstr "Θέση και μέγεθος" + -+#: Settings.ui.h:37 ++#: Settings.ui.h:37 +msgid "Show favorite applications" +msgstr "Εμφάνιση αγαπημένων εφαρμογών" + -+#: Settings.ui.h:38 ++#: Settings.ui.h:38 +msgid "Show running applications" +msgstr "Εμφάνιση εκτελούμενων εφαρμογών" + -+#: Settings.ui.h:39 ++#: Settings.ui.h:39 +msgid "Isolate workspaces." +msgstr "Απομόνωση χώρων εργασίας." + -+#: Settings.ui.h:40 ++#: Settings.ui.h:40 +msgid "Show open windows previews." +msgstr "Εμφάνιση προεπισκόπησης ανοικτών παραθύρων." + -+#: Settings.ui.h:41 ++#: Settings.ui.h:41 +msgid "" +"If disabled, these settings are accessible from gnome-tweak-tool or the " +"extension website." @@ -31983,23 +31984,23 @@ index 59b14df..9d8c548 100644 +"Αν είναι απενεργοποιημένο, αυτές οι ρυθμίσεις είναι προσβάσιμες από το " +"εργαλείο μικρορυθμίσεων του GNOME ή τον ιστοτόπο επεκτάσεων." + -+#: Settings.ui.h:42 ++#: Settings.ui.h:42 +msgid "Show Applications icon" +msgstr "Εμφάνιση εικονιδίου Εφαρμογές" + -+#: Settings.ui.h:43 ++#: Settings.ui.h:43 +msgid "Move the applications button at the beginning of the dock." +msgstr "Μετακίνηση του πλήκτρου εφαρμογών στην αρχή της μπάρας." + -+#: Settings.ui.h:44 ++#: Settings.ui.h:44 +msgid "Animate Show Applications." +msgstr "Ενεργοποίηση γραφικών κατά την Εμφάνιση Εφαρμογών." + -+#: Settings.ui.h:45 ++#: Settings.ui.h:45 +msgid "Launchers" +msgstr "Εκκινητές" + -+#: Settings.ui.h:46 ++#: Settings.ui.h:46 +msgid "" +"Enable Super+(0-9) as shortcuts to activate apps. It can also be used " +"together with Shift and Ctrl." @@ -32007,43 +32008,43 @@ index 59b14df..9d8c548 100644 +"Ενεργοποίηση του Super+(0-9) ως συντομεύσεις για την ενεργοποίηση εφαρμογών. " +"Μπορεί επίσης να χρησιμοποιηθεί με το Shift και το Ctrl." + -+#: Settings.ui.h:47 ++#: Settings.ui.h:47 +msgid "Use keyboard shortcuts to activate apps" +msgstr "Χρήση συντομεύσεων πληκτρολογίου για την ενεργοποίηση εφαρμογών" + -+#: Settings.ui.h:48 ++#: Settings.ui.h:48 +msgid "Behaviour when clicking on the icon of a running application." +msgstr "Συμπεριφορά κατά το κλικ σε εικονίδιο τρέχουσας εφαρμογής." + -+#: Settings.ui.h:49 ++#: Settings.ui.h:49 +msgid "Click action" +msgstr "Συμπεριφορά κλικ" + -+#: Settings.ui.h:51 ++#: Settings.ui.h:51 +msgid "Minimize or overview" +msgstr "Ελαχιστοποίηση ή επισκόπηση" + -+#: Settings.ui.h:52 ++#: Settings.ui.h:52 +msgid "Behaviour when scrolling on the icon of an application." +msgstr "Συμπεριφορά κατά την κύλιση σε εικονίδιο τρέχουσας εφαρμογής." + -+#: Settings.ui.h:53 ++#: Settings.ui.h:53 +msgid "Scroll action" +msgstr "Συμπεριφορά κύλισης" + -+#: Settings.ui.h:54 ++#: Settings.ui.h:54 +msgid "Do nothing" +msgstr "Καμία δράση" + -+#: Settings.ui.h:55 ++#: Settings.ui.h:55 +msgid "Switch workspace" +msgstr "Αλλαγή χώρου εργασίας" + -+#: Settings.ui.h:56 ++#: Settings.ui.h:56 +msgid "Behavior" +msgstr "Συμπεριφορά" + -+#: Settings.ui.h:57 ++#: Settings.ui.h:57 +msgid "" +"Few customizations meant to integrate the dock with the default GNOME theme. " +"Alternatively, specific options can be enabled below." @@ -32052,73 +32053,73 @@ index 59b14df..9d8c548 100644 +"προκαθορισμένο θέμα του GNOME. Εναλλακτικά, ειδικές επιλογές μπορούν να " +"ενεργοποιηθούν παρακάτω." + -+#: Settings.ui.h:58 ++#: Settings.ui.h:58 +msgid "Use built-in theme" +msgstr "Χρήση ενσωματωμένου θέματος" + -+#: Settings.ui.h:59 ++#: Settings.ui.h:59 +msgid "Save space reducing padding and border radius." +msgstr "Εξοικονόμηση χώρου μειώνοντας τα κενά και τα περιθώρια." + -+#: Settings.ui.h:60 ++#: Settings.ui.h:60 +msgid "Shrink the dash" +msgstr "Σμίκρυνση της μπάρας" + -+#: Settings.ui.h:61 ++#: Settings.ui.h:61 +msgid "Show a dot for each windows of the application." +msgstr "Εμφανίζει μία τελεία για κάθε παράθυρο της εφαρμογής." + -+#: Settings.ui.h:62 ++#: Settings.ui.h:62 +msgid "Show windows counter indicators" +msgstr "Εμφάνιση μετρητή παραθύρων" + -+#: Settings.ui.h:63 ++#: Settings.ui.h:63 +msgid "Set the background color for the dash." +msgstr "Ορισμός χρώματος φόντου της μπάρας." + -+#: Settings.ui.h:64 ++#: Settings.ui.h:64 +msgid "Customize the dash color" +msgstr "Προσαρμογή του χρώματος της μπάρας" + -+#: Settings.ui.h:65 ++#: Settings.ui.h:65 +msgid "Tune the dash background opacity." +msgstr "Αλλαγή της αδιαφάνειας του φόντου της μπάρας." + -+#: Settings.ui.h:66 ++#: Settings.ui.h:66 +msgid "Customize opacity" +msgstr "Προσαρμογή αδιαφάνειας" + -+#: Settings.ui.h:67 ++#: Settings.ui.h:67 +msgid "Opacity" +msgstr "Αδιαφάνεια" + -+#: Settings.ui.h:68 ++#: Settings.ui.h:68 +msgid "Force straight corner\n" +msgstr "Εξαναγκασμός ευθείας γωνίας\n" + -+#: Settings.ui.h:70 ++#: Settings.ui.h:70 +msgid "Appearance" +msgstr "Εμφάνιση" + -+#: Settings.ui.h:71 ++#: Settings.ui.h:71 +msgid "version: " +msgstr "έκδοση: " + -+#: Settings.ui.h:72 ++#: Settings.ui.h:72 +msgid "Moves the dash out of the overview transforming it in a dock" +msgstr "" +"Μετακινεί το ταμπλό και εκτός της προεπισκόπησης μετατρέποντάς το σε μπάρα " +"εφαρμογών" + -+#: Settings.ui.h:73 ++#: Settings.ui.h:73 +msgid "Created by" +msgstr "Δημιουργήθηκε από" + -+#: Settings.ui.h:74 ++#: Settings.ui.h:74 +msgid "Webpage" +msgstr "Ιστοσελίδα" + -+#: Settings.ui.h:75 ++#: Settings.ui.h:75 +msgid "" +"This program comes with ABSOLUTELY NO WARRANTY.\n" +"See the Γενική δημόσια άδεια GNU, έκδοση 2 ή νεότερη. " + -+#: Settings.ui.h:77 ++#: Settings.ui.h:77 +msgid "About" +msgstr "Περί" + -+#: Settings.ui.h:78 ++#: Settings.ui.h:78 +msgid "Show the dock by mouse hover on the screen edge." +msgstr "Εμφάνιση της μπάρας όταν το ποντίκι πηγαίνει στην άκρη της οθόνης." + -+#: Settings.ui.h:79 ++#: Settings.ui.h:79 +msgid "Autohide" +msgstr "Αυτόματη απόκρυψη" + -+#: Settings.ui.h:80 ++#: Settings.ui.h:80 +msgid "Push to show: require pressure to show the dock" +msgstr "Πίεση για εμφάνιση: απαιτείται πίεση για την εμφάνιση της μπάρας" + -+#: Settings.ui.h:81 ++#: Settings.ui.h:81 +msgid "Enable in fullscreen mode" +msgstr "Ενεργοποίηση σε κατάσταση πλήρους οθόνης" + -+#: Settings.ui.h:82 ++#: Settings.ui.h:82 +msgid "Show the dock when it doesn't obstruct application windows." +msgstr "Εμφάνιση της μπάρας όταν δεν εμποδίζει τα παράθυρά των εφαρμογών." + -+#: Settings.ui.h:83 ++#: Settings.ui.h:83 +msgid "Dodge windows" +msgstr "Αποφυγή παραθύρων" + -+#: Settings.ui.h:84 ++#: Settings.ui.h:84 +msgid "All windows" +msgstr "Όλα τα παράθυρα" + -+#: Settings.ui.h:85 ++#: Settings.ui.h:85 +msgid "Only focused application's windows" +msgstr "Μόνο τα παράθυρα της εστιασμένης εφαρμογής" + -+#: Settings.ui.h:86 ++#: Settings.ui.h:86 +msgid "Only maximized windows" +msgstr "Μόνο μεγιστοποιημένα παράθυρα" + -+#: Settings.ui.h:87 ++#: Settings.ui.h:87 +msgid "Animation duration (s)" +msgstr "Διάρκεια κίνησης γραφικών (s)" + -+#: Settings.ui.h:88 ++#: Settings.ui.h:88 +msgid "0.000" +msgstr "0.000" + -+#: Settings.ui.h:89 ++#: Settings.ui.h:89 +msgid "Show timeout (s)" +msgstr "Χρονικό όριο εμφάνισης" + -+#: Settings.ui.h:90 ++#: Settings.ui.h:90 +msgid "Pressure threshold" +msgstr "Ελάχιστη πίεση" + @@ -32202,7 +32203,7 @@ index 59b14df..9d8c548 100644 #~ msgstr "Αναποδογυρισμένο" diff --git a/po/es.po b/po/es.po -index d0b5ab1..eaafe99 100644 +index d0b5ab1f..eaafe99e 100644 --- a/po/es.po +++ b/po/es.po @@ -1,3 +1,4 @@ @@ -32775,7 +32776,7 @@ index d0b5ab1..eaafe99 100644 #~ msgstr "Hacia abajo" diff --git a/po/eu.po b/po/eu.po -index 094f674..f3e2669 100644 +index 094f6749..f3e26694 100644 --- a/po/eu.po +++ b/po/eu.po @@ -1,3 +1,4 @@ @@ -33443,7 +33444,7 @@ index 094f674..f3e2669 100644 #~ msgstr "Buruz behera" diff --git a/po/fr.po b/po/fr.po -index ffa70d9..b184915 100644 +index ffa70d96..b1849159 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,3 +1,4 @@ @@ -34018,7 +34019,7 @@ index ffa70d9..b184915 100644 +#~ msgid "0.000" +#~ msgstr "0.000" diff --git a/po/gl.po b/po/gl.po -index c94dae9..f2d40ad 100644 +index c94dae98..f2d40ad6 100644 --- a/po/gl.po +++ b/po/gl.po @@ -1,14 +1,22 @@ @@ -34508,7 +34509,7 @@ index c94dae9..f2d40ad 100644 #~ msgstr "Aplicación" diff --git a/po/hu.po b/po/hu.po -index fb9d8cc..8be4d93 100644 +index fb9d8ccd..8be4d93d 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,3 +1,4 @@ @@ -34987,7 +34988,7 @@ index fb9d8cc..8be4d93 100644 #~ msgstr "Alkalmazás" diff --git a/po/id.po b/po/id.po -index a67d729..af7463f 100644 +index a67d729d..af7463f3 100644 --- a/po/id.po +++ b/po/id.po @@ -1,3 +1,4 @@ @@ -35480,7 +35481,7 @@ index a67d729..af7463f 100644 +#~ msgid "Switch workspace by scrolling on the dock" +#~ msgstr "Cambia spazio di lavoro scorrendo sulla dock" diff --git a/po/it.po b/po/it.po -index 57124ad..4b42592 100644 +index 57124ad2..4b425925 100644 --- a/po/it.po +++ b/po/it.po @@ -1,3 +1,4 @@ @@ -36031,7 +36032,7 @@ index 57124ad..4b42592 100644 +msgid "Pressure threshold" +msgstr "Soglia pressione" diff --git a/po/ja.po b/po/ja.po -index 56ef328..30b8420 100644 +index 56ef3286..30b84200 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,3 +1,4 @@ @@ -36704,7 +36705,7 @@ index 56ef328..30b8420 100644 #~ msgstr "アイコンのサイズ" diff --git a/po/nb.po b/po/nb.po -index 66114ec..bc0f083 100644 +index 66114ec1..bc0f0833 100644 --- a/po/nb.po +++ b/po/nb.po @@ -1,12 +1,22 @@ @@ -37247,7 +37248,7 @@ index 66114ec..bc0f083 100644 +msgid "Pressure threshold" +msgstr "Trykkterskel" diff --git a/po/nl.po b/po/nl.po -index 51589f9..6a1ee07 100644 +index 51589f9d..6a1ee07c 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,11 +1,23 @@ @@ -37951,7 +37952,7 @@ index 51589f9..6a1ee07 100644 +#~ "Benutzerdefiniertes Theme verwenden (funktioniert nur mit dem Standard-" +#~ "Adwaita-Theme)" diff --git a/po/pl.po b/po/pl.po -index bcfe2d6..a97366b 100644 +index bcfe2d6a..a97366b6 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,11 +1,22 @@ @@ -38551,7 +38552,7 @@ index bcfe2d6..a97366b 100644 +#~ msgid "Adaptive" +#~ msgstr "Adaptacyjna" diff --git a/po/pt.po b/po/pt.po -index 87270e0..99d446f 100644 +index 87270e01..99d446f9 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,3 +1,4 @@ @@ -39116,7 +39117,7 @@ index 87270e0..99d446f 100644 #~ msgstr "Invertido" diff --git a/po/pt_BR.po b/po/pt_BR.po -index d1bd41b..9dc0db8 100644 +index d1bd41bc..9dc0db84 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,3 +1,4 @@ @@ -39680,7 +39681,7 @@ index d1bd41b..9dc0db8 100644 #~ msgstr "De cabeça para baixo" diff --git a/po/ru.po b/po/ru.po -index 8aedfbd..de5dbbb 100644 +index 8aedfbd6..de5dbbb5 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,11 +1,18 @@ @@ -40356,7 +40357,7 @@ index 8aedfbd..de5dbbb 100644 +#~ msgid "Shrink the dash size by reducing padding" +#~ msgstr "Уменьшить Док за счёт промежутков" diff --git a/po/sk.po b/po/sk.po -index d352e15..e8330d0 100644 +index d352e15a..e8330d08 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,11 +1,20 @@ @@ -40854,7 +40855,7 @@ index d352e15..e8330d0 100644 +#~ msgid "Switch workspace by scrolling on the dock" +#~ msgstr "Prepínať pracovné priestory rolovaním na doku" diff --git a/po/sr.po b/po/sr.po -index dba6f9f..92ab694 100644 +index dba6f9ff..92ab6945 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,3 +1,4 @@ @@ -41375,7 +41376,7 @@ index dba6f9f..92ab694 100644 +#~ msgid "Only consider windows of the focused application" +#~ msgstr "Разматрај само прозор фокусираног програма" diff --git a/po/sr@latin.po b/po/sr@latin.po -index 92dae13..1a7e0f1 100644 +index 92dae13d..1a7e0f10 100644 --- a/po/sr@latin.po +++ b/po/sr@latin.po @@ -1,10 +1,19 @@ @@ -41920,7 +41921,7 @@ index 92dae13..1a7e0f1 100644 +#~ msgid "Only consider windows of the focused application" +#~ msgstr "Razmatraj samo prozor fokusiranog programa" diff --git a/po/sv.po b/po/sv.po -index 989074a..2ca88c5 100644 +index 989074aa..2ca88c58 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,3 +1,4 @@ @@ -42501,7 +42502,7 @@ index 989074a..2ca88c5 100644 +msgid "Pressure threshold" +msgstr "Tröskelvärde för tryck" diff --git a/po/tr.po b/po/tr.po -index 0a5f745..38bbc7b 100644 +index 0a5f7459..38bbc7b6 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,3 +1,4 @@ @@ -43098,7 +43099,7 @@ index 0a5f745..38bbc7b 100644 +#~ msgid "Adaptive" +#~ msgstr "Uyarlanır" diff --git a/po/zh_CN.po b/po/zh_CN.po -index feb1bff..338e86e 100644 +index feb1bff9..338e86ed 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,3 +1,4 @@ @@ -43790,7 +43791,7 @@ index feb1bff..338e86e 100644 +#~ msgid "Only when in autohide" +#~ msgstr "仅当自动隐藏时" diff --git a/po/zh_TW.po b/po/zh_TW.po -index 6a40e21..14e60cc 100644 +index 6a40e212..14e60ccb 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,11 +1,20 @@ @@ -44397,13 +44398,13 @@ index 6a40e21..14e60cc 100644 +#~ msgid "0.000" +#~ msgstr "0.000" -- -2.32.0 +2.33.1 -From 73f9f8c605507714c31776c3c6aed967ff57890a Mon Sep 17 00:00:00 2001 +From 7bcecaa3b0532221690b8cb0df5184a80ed15dd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Wed, 20 May 2015 18:55:47 +0200 -Subject: [PATCH 3/5] Add panel-favorites extension +Subject: [PATCH 3/6] Add panel-favorites extension --- extensions/panel-favorites/extension.js | 257 ++++++++++++++++++++ @@ -44419,7 +44420,7 @@ Subject: [PATCH 3/5] Add panel-favorites extension diff --git a/extensions/panel-favorites/extension.js b/extensions/panel-favorites/extension.js new file mode 100644 -index 0000000..15da32d +index 00000000..15da32da --- /dev/null +++ b/extensions/panel-favorites/extension.js @@ -0,0 +1,257 @@ @@ -44682,7 +44683,7 @@ index 0000000..15da32d +} diff --git a/extensions/panel-favorites/meson.build b/extensions/panel-favorites/meson.build new file mode 100644 -index 0000000..48504f6 +index 00000000..48504f63 --- /dev/null +++ b/extensions/panel-favorites/meson.build @@ -0,0 +1,5 @@ @@ -44693,7 +44694,7 @@ index 0000000..48504f6 +) diff --git a/extensions/panel-favorites/metadata.json.in b/extensions/panel-favorites/metadata.json.in new file mode 100644 -index 0000000..037f281 +index 00000000..037f2813 --- /dev/null +++ b/extensions/panel-favorites/metadata.json.in @@ -0,0 +1,10 @@ @@ -44709,7 +44710,7 @@ index 0000000..037f281 +} diff --git a/extensions/panel-favorites/stylesheet.css b/extensions/panel-favorites/stylesheet.css new file mode 100644 -index 0000000..120adac +index 00000000..120adacb --- /dev/null +++ b/extensions/panel-favorites/stylesheet.css @@ -0,0 +1,14 @@ @@ -44728,7 +44729,7 @@ index 0000000..120adac + -y-offset: 6px; +} diff --git a/meson.build b/meson.build -index be6747d..bebb2a7 100644 +index e3a64a92..47b6c46c 100644 --- a/meson.build +++ b/meson.build @@ -46,6 +46,7 @@ all_extensions += [ @@ -44740,13 +44741,13 @@ index be6747d..bebb2a7 100644 'user-theme' ] -- -2.32.0 +2.33.1 -From c40a0ced0de522d4c7ca32cd4d0834a90a8268b7 Mon Sep 17 00:00:00 2001 +From 7a4402c27a93cfff76504f561013498f31966da8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Fri, 4 Mar 2016 17:07:21 +0100 -Subject: [PATCH 4/5] Add updates-dialog extension +Subject: [PATCH 4/6] Add updates-dialog extension --- extensions/updates-dialog/extension.js | 504 ++++++++++++++++++ @@ -44765,7 +44766,7 @@ Subject: [PATCH 4/5] Add updates-dialog extension diff --git a/extensions/updates-dialog/extension.js b/extensions/updates-dialog/extension.js new file mode 100644 -index 0000000..9fd9b33 +index 00000000..9fd9b33d --- /dev/null +++ b/extensions/updates-dialog/extension.js @@ -0,0 +1,504 @@ @@ -45275,7 +45276,7 @@ index 0000000..9fd9b33 +} diff --git a/extensions/updates-dialog/meson.build b/extensions/updates-dialog/meson.build new file mode 100644 -index 0000000..585c02d +index 00000000..585c02da --- /dev/null +++ b/extensions/updates-dialog/meson.build @@ -0,0 +1,7 @@ @@ -45288,7 +45289,7 @@ index 0000000..585c02d +extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml') diff --git a/extensions/updates-dialog/metadata.json.in b/extensions/updates-dialog/metadata.json.in new file mode 100644 -index 0000000..9946abb +index 00000000..9946abb5 --- /dev/null +++ b/extensions/updates-dialog/metadata.json.in @@ -0,0 +1,10 @@ @@ -45304,7 +45305,7 @@ index 0000000..9946abb +} diff --git a/extensions/updates-dialog/org.gnome.shell.extensions.updates-dialog.gschema.xml b/extensions/updates-dialog/org.gnome.shell.extensions.updates-dialog.gschema.xml new file mode 100644 -index 0000000..c08d33c +index 00000000..c08d33c4 --- /dev/null +++ b/extensions/updates-dialog/org.gnome.shell.extensions.updates-dialog.gschema.xml @@ -0,0 +1,30 @@ @@ -45340,13 +45341,13 @@ index 0000000..c08d33c + diff --git a/extensions/updates-dialog/stylesheet.css b/extensions/updates-dialog/stylesheet.css new file mode 100644 -index 0000000..25134b6 +index 00000000..25134b65 --- /dev/null +++ b/extensions/updates-dialog/stylesheet.css @@ -0,0 +1 @@ +/* This extensions requires no special styling */ diff --git a/meson.build b/meson.build -index bebb2a7..0f61bb3 100644 +index 47b6c46c..c54ef777 100644 --- a/meson.build +++ b/meson.build @@ -48,6 +48,7 @@ all_extensions += [ @@ -45358,7 +45359,7 @@ index bebb2a7..0f61bb3 100644 ] diff --git a/po/POTFILES.in b/po/POTFILES.in -index 0ed1276..10b1d51 100644 +index 0ed12762..10b1d517 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -9,6 +9,8 @@ extensions/native-window-placement/org.gnome.shell.extensions.native-window-plac @@ -45371,13 +45372,13 @@ index 0ed1276..10b1d51 100644 extensions/window-list/extension.js extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml -- -2.32.0 +2.33.1 -From 4849bbd55a55de47f7d67bca25dea0edb11c2120 Mon Sep 17 00:00:00 2001 +From d04e5acf2bf6076aeca3c2da27c8edfdd5098606 Mon Sep 17 00:00:00 2001 From: Carlos Soriano Date: Mon, 13 Aug 2018 17:28:41 +0200 -Subject: [PATCH 5/5] Add desktop icons extension +Subject: [PATCH 5/6] Add desktop icons extension --- .../desktop-icons/createFolderDialog.js | 165 +++ @@ -45439,7 +45440,7 @@ Subject: [PATCH 5/5] Add desktop icons extension po/de.po | 243 ++++- po/el.po | 206 +++- po/en_GB.po | 206 +++- - po/es.po | 286 +++++- + po/es.po | 280 ++++- po/eu.po | 192 +++- po/fa.po | 266 ++++- po/fi.po | 247 ++++- @@ -45467,7 +45468,7 @@ Subject: [PATCH 5/5] Add desktop icons extension po/uk.po | 247 ++++- po/zh_CN.po | 229 ++++- po/zh_TW.po | 241 ++++- - 87 files changed, 18673 insertions(+), 242 deletions(-) + 87 files changed, 18670 insertions(+), 239 deletions(-) create mode 100644 extensions/desktop-icons/createFolderDialog.js create mode 100755 extensions/desktop-icons/createThumbnail.js create mode 100644 extensions/desktop-icons/dbusUtils.js @@ -45523,7 +45524,7 @@ Subject: [PATCH 5/5] Add desktop icons extension diff --git a/extensions/desktop-icons/createFolderDialog.js b/extensions/desktop-icons/createFolderDialog.js new file mode 100644 -index 0000000..027e4c6 +index 00000000..027e4c6a --- /dev/null +++ b/extensions/desktop-icons/createFolderDialog.js @@ -0,0 +1,165 @@ @@ -45694,7 +45695,7 @@ index 0000000..027e4c6 +}); diff --git a/extensions/desktop-icons/createThumbnail.js b/extensions/desktop-icons/createThumbnail.js new file mode 100755 -index 0000000..212f6b7 +index 00000000..212f6b79 --- /dev/null +++ b/extensions/desktop-icons/createThumbnail.js @@ -0,0 +1,35 @@ @@ -45735,7 +45736,7 @@ index 0000000..212f6b7 + thumbnailFactory.save_thumbnail(thumbnailPixbuf, fileUri, modifiedTime); diff --git a/extensions/desktop-icons/dbusUtils.js b/extensions/desktop-icons/dbusUtils.js new file mode 100644 -index 0000000..b2bca42 +index 00000000..b2bca421 --- /dev/null +++ b/extensions/desktop-icons/dbusUtils.js @@ -0,0 +1,127 @@ @@ -45868,7 +45869,7 @@ index 0000000..b2bca42 +} diff --git a/extensions/desktop-icons/desktopGrid.js b/extensions/desktop-icons/desktopGrid.js new file mode 100644 -index 0000000..002803c +index 00000000..002803c7 --- /dev/null +++ b/extensions/desktop-icons/desktopGrid.js @@ -0,0 +1,782 @@ @@ -46656,7 +46657,7 @@ index 0000000..002803c +}; diff --git a/extensions/desktop-icons/desktopIconsUtil.js b/extensions/desktop-icons/desktopIconsUtil.js new file mode 100644 -index 0000000..696c945 +index 00000000..696c945e --- /dev/null +++ b/extensions/desktop-icons/desktopIconsUtil.js @@ -0,0 +1,164 @@ @@ -46826,7 +46827,7 @@ index 0000000..696c945 +} diff --git a/extensions/desktop-icons/desktopManager.js b/extensions/desktop-icons/desktopManager.js new file mode 100644 -index 0000000..1aad8c6 +index 00000000..1aad8c67 --- /dev/null +++ b/extensions/desktop-icons/desktopManager.js @@ -0,0 +1,856 @@ @@ -47688,7 +47689,7 @@ index 0000000..1aad8c6 +} diff --git a/extensions/desktop-icons/extension.js b/extensions/desktop-icons/extension.js new file mode 100644 -index 0000000..be3e59d +index 00000000..be3e59d1 --- /dev/null +++ b/extensions/desktop-icons/extension.js @@ -0,0 +1,75 @@ @@ -47769,7 +47770,7 @@ index 0000000..be3e59d +} diff --git a/extensions/desktop-icons/fileItem.js b/extensions/desktop-icons/fileItem.js new file mode 100644 -index 0000000..9987e7f +index 00000000..9987e7fe --- /dev/null +++ b/extensions/desktop-icons/fileItem.js @@ -0,0 +1,961 @@ @@ -48736,7 +48737,7 @@ index 0000000..9987e7f +}); diff --git a/extensions/desktop-icons/meson.build b/extensions/desktop-icons/meson.build new file mode 100644 -index 0000000..8e69142 +index 00000000..8e691426 --- /dev/null +++ b/extensions/desktop-icons/meson.build @@ -0,0 +1,20 @@ @@ -48762,7 +48763,7 @@ index 0000000..8e69142 +) diff --git a/extensions/desktop-icons/metadata.json.in b/extensions/desktop-icons/metadata.json.in new file mode 100644 -index 0000000..78cabf0 +index 00000000..78cabf08 --- /dev/null +++ b/extensions/desktop-icons/metadata.json.in @@ -0,0 +1,11 @@ @@ -48779,7 +48780,7 @@ index 0000000..78cabf0 +} diff --git a/extensions/desktop-icons/po/LINGUAS b/extensions/desktop-icons/po/LINGUAS new file mode 100644 -index 0000000..3ca0842 +index 00000000..3ca08422 --- /dev/null +++ b/extensions/desktop-icons/po/LINGUAS @@ -0,0 +1,33 @@ @@ -48818,7 +48819,7 @@ index 0000000..3ca0842 +zh_TW diff --git a/extensions/desktop-icons/po/POTFILES.in b/extensions/desktop-icons/po/POTFILES.in new file mode 100644 -index 0000000..d9adb21 +index 00000000..d9adb218 --- /dev/null +++ b/extensions/desktop-icons/po/POTFILES.in @@ -0,0 +1,6 @@ @@ -48831,7 +48832,7 @@ index 0000000..d9adb21 \ No newline at end of file diff --git a/extensions/desktop-icons/po/ca.po b/extensions/desktop-icons/po/ca.po new file mode 100644 -index 0000000..2815269 +index 00000000..28152696 --- /dev/null +++ b/extensions/desktop-icons/po/ca.po @@ -0,0 +1,218 @@ @@ -49055,7 +49056,7 @@ index 0000000..2815269 +msgstr "Mostra la icona de la paperera a l'escriptori." diff --git a/extensions/desktop-icons/po/cs.po b/extensions/desktop-icons/po/cs.po new file mode 100644 -index 0000000..5acfe16 +index 00000000..5acfe16a --- /dev/null +++ b/extensions/desktop-icons/po/cs.po @@ -0,0 +1,235 @@ @@ -49296,239 +49297,239 @@ index 0000000..5acfe16 +#~ msgstr "Ok" diff --git a/extensions/desktop-icons/po/da.po b/extensions/desktop-icons/po/da.po new file mode 100644 -index 0000000..bc965f5 +index 00000000..ff533680 --- /dev/null +++ b/extensions/desktop-icons/po/da.po @@ -0,0 +1,226 @@ -+# Danish translation for desktop-icons. -+# Copyright (C) 2018 desktop-icons's COPYRIGHT HOLDER -+# This file is distributed under the same license as the desktop-icons package. -+# Alan Mortensen , 2018. -+# scootergrisen, 2020. -+msgid "" -+msgstr "" -+"Project-Id-Version: desktop-icons master\n" -+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/World/ShellExtensions" -+"/desktop-icons/issues\n" -+"POT-Creation-Date: 2020-05-26 20:08+0000\n" -+"PO-Revision-Date: 2020-10-10 00:00+0200\n" -+"Last-Translator: scootergrisen\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" -+ -+ -+#: createFolderDialog.js:46 -+msgid "New folder name" -+msgstr "Nyt mappenavn" -+ -+#: createFolderDialog.js:70 -+msgid "Create" -+msgstr "Opret" -+ -+#: createFolderDialog.js:72 -+msgid "Cancel" -+msgstr "Annullér" -+ -+#: createFolderDialog.js:145 -+msgid "Folder names cannot contain “/”." -+msgstr "Mappenavne må ikke indeholde “/”." -+ -+#: createFolderDialog.js:148 -+msgid "A folder cannot be called “.”." -+msgstr "En mappe må ikke kaldes “.”." -+ -+#: createFolderDialog.js:151 -+msgid "A folder cannot be called “..”." -+msgstr "En mappe må ikke kaldes “..”." -+ -+#: createFolderDialog.js:153 -+msgid "Folders with “.” at the beginning of their name are hidden." -+msgstr "Mapper med “.” i begyndelsen af deres navn er skjulte." -+ -+#: createFolderDialog.js:155 -+msgid "There is already a file or folder with that name." -+msgstr "Der findes allerede en fil eller mappe med det navn." -+ -+#: prefs.js:103 -+msgid "Size for the desktop icons" -+msgstr "Størrelsen på skrivebordsikoner" -+ -+#: prefs.js:103 -+msgid "Small" -+msgstr "Små" -+ -+#: prefs.js:103 -+msgid "Standard" -+msgstr "Standard" -+ -+#: prefs.js:103 -+msgid "Large" -+msgstr "Store" -+ -+#: prefs.js:104 -+msgid "Show the personal folder in the desktop" -+msgstr "Vis den personlige mappe på skrivebordet" -+ -+#: prefs.js:105 -+msgid "Show the trash icon in the desktop" -+msgstr "Vis papirkurvsikonet på skrivebordet" -+ -+#: prefs.js:106 -+#| msgid "Show the trash icon in the desktop" -+msgid "Show mounted drives in the desktop" -+msgstr "Vis monterede drev på skrivebordet" -+ -+#: desktopGrid.js:346 -+msgid "New Folder" -+msgstr "Ny mappe" -+ -+#: desktopGrid.js:347 -+msgid "New Document" -+msgstr "Nyt dokument" -+ -+#: desktopGrid.js:350 -+msgid "Paste" -+msgstr "Indsæt" -+ -+#: desktopGrid.js:351 -+msgid "Undo" -+msgstr "Fortryd" -+ -+#: desktopGrid.js:352 -+msgid "Redo" -+msgstr "Omgør" -+ -+#: desktopGrid.js:354 -+msgid "Show Desktop in Files" -+msgstr "Vis skrivebordet i Filer" -+ -+#: desktopGrid.js:355 fileItem.js:721 -+msgid "Open in Terminal" -+msgstr "Åbn i terminal" -+ -+#: desktopGrid.js:357 -+msgid "Change Background…" -+msgstr "Skift baggrund …" -+ -+#: desktopGrid.js:359 -+msgid "Display Settings" -+msgstr "Skærmindstillinger" -+ -+#: desktopGrid.js:360 -+msgid "Settings" -+msgstr "Indstillinger" -+ -+#: desktopGrid.js:692 -+msgid "Rename" -+msgstr "Omdøb" -+ -+#: desktopIconsUtil.js:63 -+msgid "Command not found" -+msgstr "Kommando ikke fundet" -+ -+#. TRANSLATORS: %s is the filesystem name -+#: desktopIconsUtil.js:162 -+#, javascript-format -+msgid "Ejecting drive “%s” failed:" -+msgstr "Udskubning af drevet “%s” mislykkedes:" -+ -+#: fileItem.js:584 -+msgid "Don’t Allow Launching" -+msgstr "Tillad ikke opstart" -+ -+#: fileItem.js:586 -+msgid "Allow Launching" -+msgstr "Tillad opstart" -+ -+#: fileItem.js:682 -+msgid "Open" -+msgstr "Åbn" -+ -+#: fileItem.js:686 -+msgid "Open With Other Application" -+msgstr "Åbn med et andet program" -+ -+# scootergrisen: tjek oversættelsen af "Dedicated" -+#: fileItem.js:688 -+msgid "Launch using Dedicated Graphics Card" -+msgstr "Start med dedikeret grafikkort" -+ -+#: fileItem.js:693 -+msgid "Cut" -+msgstr "Klip" -+ -+#: fileItem.js:694 -+msgid "Copy" -+msgstr "Kopiér" -+ -+#: fileItem.js:696 -+msgid "Rename…" -+msgstr "Omdøb …" -+ -+#: fileItem.js:697 -+msgid "Move to Trash" -+msgstr "Flyt til papirkurven" -+ -+#: fileItem.js:707 -+msgid "Empty Trash" -+msgstr "Tøm papirkurven" -+ -+#: fileItem.js:711 -+msgid "Eject" -+msgstr "Skub ud" -+ -+#: fileItem.js:717 -+msgid "Properties" -+msgstr "Egenskaber" -+ -+#: fileItem.js:719 -+msgid "Show in Files" -+msgstr "Vis i Filer" -+ -+#: fileItem.js:925 -+msgid "Home" -+msgstr "Hjem" -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:11 -+msgid "Icon size" -+msgstr "Ikonstørrelse" -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:12 -+msgid "Set the size for the desktop icons." -+msgstr "Angiv størrelsen på skrivebordsikoner." -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:16 -+msgid "Show personal folder" -+msgstr "Vis personlig mappe" -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:17 -+msgid "Show the personal folder in the desktop." -+msgstr "Vis den personlige mappe på skrivebordet." -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:21 -+msgid "Show trash icon" -+msgstr "Vis papirkurvsikon" -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:22 -+msgid "Show the trash icon in the desktop." -+msgstr "Vis papirkurvsikonet på skrivebordet." -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:26 -+#| msgid "Show in Files" -+msgid "Show mounted drives" -+msgstr "Vis monterede drev" -+ -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:27 -+#| msgid "Show the trash icon in the desktop." -+msgid "Show mounted drives in the desktop." -+msgstr "Vis monterede drev på skrivebordet." ++# Danish translation for desktop-icons. ++# Copyright (C) 2018 desktop-icons's COPYRIGHT HOLDER ++# This file is distributed under the same license as the desktop-icons package. ++# Alan Mortensen , 2018. ++# scootergrisen, 2020. ++msgid "" ++msgstr "" ++"Project-Id-Version: desktop-icons master\n" ++"Report-Msgid-Bugs-To: https://gitlab.gnome.org/World/ShellExtensions" ++"/desktop-icons/issues\n" ++"POT-Creation-Date: 2020-05-26 20:08+0000\n" ++"PO-Revision-Date: 2020-10-10 00:00+0200\n" ++"Last-Translator: scootergrisen\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" ++ ++ ++#: createFolderDialog.js:46 ++msgid "New folder name" ++msgstr "Nyt mappenavn" ++ ++#: createFolderDialog.js:70 ++msgid "Create" ++msgstr "Opret" ++ ++#: createFolderDialog.js:72 ++msgid "Cancel" ++msgstr "Annullér" ++ ++#: createFolderDialog.js:145 ++msgid "Folder names cannot contain “/”." ++msgstr "Mappenavne må ikke indeholde “/”." ++ ++#: createFolderDialog.js:148 ++msgid "A folder cannot be called “.”." ++msgstr "En mappe må ikke kaldes “.”." ++ ++#: createFolderDialog.js:151 ++msgid "A folder cannot be called “..”." ++msgstr "En mappe må ikke kaldes “..”." ++ ++#: createFolderDialog.js:153 ++msgid "Folders with “.” at the beginning of their name are hidden." ++msgstr "Mapper med “.” i begyndelsen af deres navn er skjulte." ++ ++#: createFolderDialog.js:155 ++msgid "There is already a file or folder with that name." ++msgstr "Der findes allerede en fil eller mappe med det navn." ++ ++#: prefs.js:103 ++msgid "Size for the desktop icons" ++msgstr "Størrelsen på skrivebordsikoner" ++ ++#: prefs.js:103 ++msgid "Small" ++msgstr "Små" ++ ++#: prefs.js:103 ++msgid "Standard" ++msgstr "Standard" ++ ++#: prefs.js:103 ++msgid "Large" ++msgstr "Store" ++ ++#: prefs.js:104 ++msgid "Show the personal folder in the desktop" ++msgstr "Vis den personlige mappe på skrivebordet" ++ ++#: prefs.js:105 ++msgid "Show the trash icon in the desktop" ++msgstr "Vis papirkurvsikonet på skrivebordet" ++ ++#: prefs.js:106 ++#| msgid "Show the trash icon in the desktop" ++msgid "Show mounted drives in the desktop" ++msgstr "Vis monterede drev på skrivebordet" ++ ++#: desktopGrid.js:346 ++msgid "New Folder" ++msgstr "Ny mappe" ++ ++#: desktopGrid.js:347 ++msgid "New Document" ++msgstr "Nyt dokument" ++ ++#: desktopGrid.js:350 ++msgid "Paste" ++msgstr "Indsæt" ++ ++#: desktopGrid.js:351 ++msgid "Undo" ++msgstr "Fortryd" ++ ++#: desktopGrid.js:352 ++msgid "Redo" ++msgstr "Omgør" ++ ++#: desktopGrid.js:354 ++msgid "Show Desktop in Files" ++msgstr "Vis skrivebordet i Filer" ++ ++#: desktopGrid.js:355 fileItem.js:721 ++msgid "Open in Terminal" ++msgstr "Åbn i terminal" ++ ++#: desktopGrid.js:357 ++msgid "Change Background…" ++msgstr "Skift baggrund …" ++ ++#: desktopGrid.js:359 ++msgid "Display Settings" ++msgstr "Skærmindstillinger" ++ ++#: desktopGrid.js:360 ++msgid "Settings" ++msgstr "Indstillinger" ++ ++#: desktopGrid.js:692 ++msgid "Rename" ++msgstr "Omdøb" ++ ++#: desktopIconsUtil.js:63 ++msgid "Command not found" ++msgstr "Kommando ikke fundet" ++ ++#. TRANSLATORS: %s is the filesystem name ++#: desktopIconsUtil.js:162 ++#, javascript-format ++msgid "Ejecting drive “%s” failed:" ++msgstr "Udskubning af drevet “%s” mislykkedes:" ++ ++#: fileItem.js:584 ++msgid "Don’t Allow Launching" ++msgstr "Tillad ikke opstart" ++ ++#: fileItem.js:586 ++msgid "Allow Launching" ++msgstr "Tillad opstart" ++ ++#: fileItem.js:682 ++msgid "Open" ++msgstr "Åbn" ++ ++#: fileItem.js:686 ++msgid "Open With Other Application" ++msgstr "Åbn med et andet program" ++ ++# scootergrisen: tjek oversættelsen af "Dedicated" ++#: fileItem.js:688 ++msgid "Launch using Dedicated Graphics Card" ++msgstr "Start med dedikeret grafikkort" ++ ++#: fileItem.js:693 ++msgid "Cut" ++msgstr "Klip" ++ ++#: fileItem.js:694 ++msgid "Copy" ++msgstr "Kopiér" ++ ++#: fileItem.js:696 ++msgid "Rename…" ++msgstr "Omdøb …" ++ ++#: fileItem.js:697 ++msgid "Move to Trash" ++msgstr "Flyt til papirkurven" ++ ++#: fileItem.js:707 ++msgid "Empty Trash" ++msgstr "Tøm papirkurven" ++ ++#: fileItem.js:711 ++msgid "Eject" ++msgstr "Skub ud" ++ ++#: fileItem.js:717 ++msgid "Properties" ++msgstr "Egenskaber" ++ ++#: fileItem.js:719 ++msgid "Show in Files" ++msgstr "Vis i Filer" ++ ++#: fileItem.js:925 ++msgid "Home" ++msgstr "Hjem" ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:11 ++msgid "Icon size" ++msgstr "Ikonstørrelse" ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:12 ++msgid "Set the size for the desktop icons." ++msgstr "Angiv størrelsen på skrivebordsikoner." ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:16 ++msgid "Show personal folder" ++msgstr "Vis personlig mappe" ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:17 ++msgid "Show the personal folder in the desktop." ++msgstr "Vis den personlige mappe på skrivebordet." ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:21 ++msgid "Show trash icon" ++msgstr "Vis papirkurvsikon" ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:22 ++msgid "Show the trash icon in the desktop." ++msgstr "Vis papirkurvsikonet på skrivebordet." ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:26 ++#| msgid "Show in Files" ++msgid "Show mounted drives" ++msgstr "Vis monterede drev" ++ ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:27 ++#| msgid "Show the trash icon in the desktop." ++msgid "Show mounted drives in the desktop." ++msgstr "Vis monterede drev på skrivebordet." diff --git a/extensions/desktop-icons/po/de.po b/extensions/desktop-icons/po/de.po new file mode 100644 -index 0000000..8f2f4cb +index 00000000..8f2f4cbc --- /dev/null +++ b/extensions/desktop-icons/po/de.po @@ -0,0 +1,232 @@ @@ -49766,7 +49767,7 @@ index 0000000..8f2f4cb +#~ msgstr "Riesig" diff --git a/extensions/desktop-icons/po/el.po b/extensions/desktop-icons/po/el.po new file mode 100644 -index 0000000..302aea8 +index 00000000..302aea80 --- /dev/null +++ b/extensions/desktop-icons/po/el.po @@ -0,0 +1,190 @@ @@ -49962,7 +49963,7 @@ index 0000000..302aea8 +#~ msgstr "Εισάγετε όνομα αρχείου..." diff --git a/extensions/desktop-icons/po/en_GB.po b/extensions/desktop-icons/po/en_GB.po new file mode 100644 -index 0000000..d30b74d +index 00000000..d30b74db --- /dev/null +++ b/extensions/desktop-icons/po/en_GB.po @@ -0,0 +1,194 @@ @@ -50162,7 +50163,7 @@ index 0000000..d30b74d +#~ msgstr "OK" diff --git a/extensions/desktop-icons/po/es.po b/extensions/desktop-icons/po/es.po new file mode 100644 -index 0000000..86ea152 +index 00000000..86ea1522 --- /dev/null +++ b/extensions/desktop-icons/po/es.po @@ -0,0 +1,257 @@ @@ -50425,7 +50426,7 @@ index 0000000..86ea152 +#~ msgstr "Muestra la carpeta Vídeos en el escritorio." diff --git a/extensions/desktop-icons/po/eu.po b/extensions/desktop-icons/po/eu.po new file mode 100644 -index 0000000..d662e0d +index 00000000..d662e0d3 --- /dev/null +++ b/extensions/desktop-icons/po/eu.po @@ -0,0 +1,192 @@ @@ -50623,7 +50624,7 @@ index 0000000..d662e0d +#~ msgstr "Ados" diff --git a/extensions/desktop-icons/po/fa.po b/extensions/desktop-icons/po/fa.po new file mode 100644 -index 0000000..4538923 +index 00000000..4538923e --- /dev/null +++ b/extensions/desktop-icons/po/fa.po @@ -0,0 +1,187 @@ @@ -50816,7 +50817,7 @@ index 0000000..4538923 +msgstr "نمایش نقشک زباله‌دان در میزکار." diff --git a/extensions/desktop-icons/po/fi.po b/extensions/desktop-icons/po/fi.po new file mode 100644 -index 0000000..f2b451d +index 00000000..f2b451db --- /dev/null +++ b/extensions/desktop-icons/po/fi.po @@ -0,0 +1,231 @@ @@ -51053,7 +51054,7 @@ index 0000000..f2b451d +#~ msgstr "Valtava" diff --git a/extensions/desktop-icons/po/fr.po b/extensions/desktop-icons/po/fr.po new file mode 100644 -index 0000000..3c5958d +index 00000000..3c5958d5 --- /dev/null +++ b/extensions/desktop-icons/po/fr.po @@ -0,0 +1,225 @@ @@ -51284,7 +51285,7 @@ index 0000000..3c5958d +msgstr "Montrer les disques montés sur le bureau." diff --git a/extensions/desktop-icons/po/fur.po b/extensions/desktop-icons/po/fur.po new file mode 100644 -index 0000000..58bcb4e +index 00000000..58bcb4e4 --- /dev/null +++ b/extensions/desktop-icons/po/fur.po @@ -0,0 +1,227 @@ @@ -51517,7 +51518,7 @@ index 0000000..58bcb4e +#~ msgstr "Va ben" diff --git a/extensions/desktop-icons/po/hr.po b/extensions/desktop-icons/po/hr.po new file mode 100644 -index 0000000..11cd25f +index 00000000..11cd25f7 --- /dev/null +++ b/extensions/desktop-icons/po/hr.po @@ -0,0 +1,228 @@ @@ -51751,7 +51752,7 @@ index 0000000..11cd25f +#~ msgstr "U redu" diff --git a/extensions/desktop-icons/po/hu.po b/extensions/desktop-icons/po/hu.po new file mode 100644 -index 0000000..dead2ac +index 00000000..dead2ac5 --- /dev/null +++ b/extensions/desktop-icons/po/hu.po @@ -0,0 +1,228 @@ @@ -51985,7 +51986,7 @@ index 0000000..dead2ac +#~ msgstr "Adjon meg egy fájlnevet…" diff --git a/extensions/desktop-icons/po/id.po b/extensions/desktop-icons/po/id.po new file mode 100644 -index 0000000..04eb855 +index 00000000..04eb8551 --- /dev/null +++ b/extensions/desktop-icons/po/id.po @@ -0,0 +1,222 @@ @@ -52213,7 +52214,7 @@ index 0000000..04eb855 +msgstr "Tampilkan kandar yang dikaitkan di destop." diff --git a/extensions/desktop-icons/po/it.po b/extensions/desktop-icons/po/it.po new file mode 100644 -index 0000000..bd3eb24 +index 00000000..bd3eb249 --- /dev/null +++ b/extensions/desktop-icons/po/it.po @@ -0,0 +1,189 @@ @@ -52408,7 +52409,7 @@ index 0000000..bd3eb24 +msgstr "Mostra il cestino sulla scrivania." diff --git a/extensions/desktop-icons/po/ja.po b/extensions/desktop-icons/po/ja.po new file mode 100644 -index 0000000..71d9f53 +index 00000000..71d9f539 --- /dev/null +++ b/extensions/desktop-icons/po/ja.po @@ -0,0 +1,221 @@ @@ -52635,7 +52636,7 @@ index 0000000..71d9f53 +msgstr "デスクトップにマウントしたドライブを表示します。" diff --git a/extensions/desktop-icons/po/kab.po b/extensions/desktop-icons/po/kab.po new file mode 100644 -index 0000000..232728a +index 00000000..232728ae --- /dev/null +++ b/extensions/desktop-icons/po/kab.po @@ -0,0 +1,222 @@ @@ -52863,7 +52864,7 @@ index 0000000..232728a +msgstr "Sken iḍebsiyen irekben deg tnarit." diff --git a/extensions/desktop-icons/po/ko.po b/extensions/desktop-icons/po/ko.po new file mode 100644 -index 0000000..da87e2b +index 00000000..da87e2b1 --- /dev/null +++ b/extensions/desktop-icons/po/ko.po @@ -0,0 +1,223 @@ @@ -53092,14 +53093,14 @@ index 0000000..da87e2b +msgstr "바탕 화면에 마운트된 드라이브를 표시합니다." diff --git a/extensions/desktop-icons/po/meson.build b/extensions/desktop-icons/po/meson.build new file mode 100644 -index 0000000..b2e9e42 +index 00000000..b2e9e422 --- /dev/null +++ b/extensions/desktop-icons/po/meson.build @@ -0,0 +1 @@ +i18n.gettext (meson.project_name (), preset: 'glib') diff --git a/extensions/desktop-icons/po/nl.po b/extensions/desktop-icons/po/nl.po new file mode 100644 -index 0000000..86deae6 +index 00000000..86deae6f --- /dev/null +++ b/extensions/desktop-icons/po/nl.po @@ -0,0 +1,228 @@ @@ -53333,7 +53334,7 @@ index 0000000..86deae6 +#~ msgstr "Oké" diff --git a/extensions/desktop-icons/po/oc.po b/extensions/desktop-icons/po/oc.po new file mode 100644 -index 0000000..9be20f4 +index 00000000..9be20f48 --- /dev/null +++ b/extensions/desktop-icons/po/oc.po @@ -0,0 +1,221 @@ @@ -53560,7 +53561,7 @@ index 0000000..9be20f4 +msgstr "Mostrar los lector montats pel burèu." diff --git a/extensions/desktop-icons/po/pl.po b/extensions/desktop-icons/po/pl.po new file mode 100644 -index 0000000..feffa26 +index 00000000..feffa267 --- /dev/null +++ b/extensions/desktop-icons/po/pl.po @@ -0,0 +1,223 @@ @@ -53789,7 +53790,7 @@ index 0000000..feffa26 +msgstr "Wyświetla zamontowane napędy na pulpicie." diff --git a/extensions/desktop-icons/po/pt.po b/extensions/desktop-icons/po/pt.po new file mode 100644 -index 0000000..3faf722 +index 00000000..3faf722f --- /dev/null +++ b/extensions/desktop-icons/po/pt.po @@ -0,0 +1,222 @@ @@ -54017,7 +54018,7 @@ index 0000000..3faf722 +msgstr "Mostra as unidades montadas no ambiente de trabalho." diff --git a/extensions/desktop-icons/po/pt_BR.po b/extensions/desktop-icons/po/pt_BR.po new file mode 100644 -index 0000000..e8bf094 +index 00000000..e8bf0940 --- /dev/null +++ b/extensions/desktop-icons/po/pt_BR.po @@ -0,0 +1,235 @@ @@ -54258,7 +54259,7 @@ index 0000000..e8bf094 +#~ msgstr "Ok" diff --git a/extensions/desktop-icons/po/ro.po b/extensions/desktop-icons/po/ro.po new file mode 100644 -index 0000000..b290b89 +index 00000000..b290b89d --- /dev/null +++ b/extensions/desktop-icons/po/ro.po @@ -0,0 +1,223 @@ @@ -54487,7 +54488,7 @@ index 0000000..b290b89 +msgstr "Arată dispozitivele montate pe desktop." diff --git a/extensions/desktop-icons/po/ru.po b/extensions/desktop-icons/po/ru.po new file mode 100644 -index 0000000..a373301 +index 00000000..a373301c --- /dev/null +++ b/extensions/desktop-icons/po/ru.po @@ -0,0 +1,197 @@ @@ -54690,7 +54691,7 @@ index 0000000..a373301 +#~ msgstr "ОК" diff --git a/extensions/desktop-icons/po/sk.po b/extensions/desktop-icons/po/sk.po new file mode 100644 -index 0000000..a67f40c +index 00000000..a67f40cb --- /dev/null +++ b/extensions/desktop-icons/po/sk.po @@ -0,0 +1,222 @@ @@ -54918,7 +54919,7 @@ index 0000000..a67f40c +msgstr "Zobrazí pripojené jednotky na pracovnej ploche." diff --git a/extensions/desktop-icons/po/sl.po b/extensions/desktop-icons/po/sl.po new file mode 100644 -index 0000000..d858414 +index 00000000..d8584147 --- /dev/null +++ b/extensions/desktop-icons/po/sl.po @@ -0,0 +1,227 @@ @@ -55151,7 +55152,7 @@ index 0000000..d858414 +#~ msgstr "Velikanske" diff --git a/extensions/desktop-icons/po/sr.po b/extensions/desktop-icons/po/sr.po new file mode 100644 -index 0000000..82aeafc +index 00000000..82aeafc2 --- /dev/null +++ b/extensions/desktop-icons/po/sr.po @@ -0,0 +1,220 @@ @@ -55377,7 +55378,7 @@ index 0000000..82aeafc +msgstr "Приказује прикачене уређаје на радној површи." diff --git a/extensions/desktop-icons/po/sv.po b/extensions/desktop-icons/po/sv.po new file mode 100644 -index 0000000..5246136 +index 00000000..52461365 --- /dev/null +++ b/extensions/desktop-icons/po/sv.po @@ -0,0 +1,239 @@ @@ -55622,7 +55623,7 @@ index 0000000..5246136 +#~ msgstr "Enorm" diff --git a/extensions/desktop-icons/po/tr.po b/extensions/desktop-icons/po/tr.po new file mode 100644 -index 0000000..cd2a4f1 +index 00000000..cd2a4f13 --- /dev/null +++ b/extensions/desktop-icons/po/tr.po @@ -0,0 +1,231 @@ @@ -55859,7 +55860,7 @@ index 0000000..cd2a4f1 +#~ msgstr "Tamam" diff --git a/extensions/desktop-icons/po/uk.po b/extensions/desktop-icons/po/uk.po new file mode 100644 -index 0000000..df37099 +index 00000000..df37099a --- /dev/null +++ b/extensions/desktop-icons/po/uk.po @@ -0,0 +1,223 @@ @@ -56088,7 +56089,7 @@ index 0000000..df37099 +msgstr "Показувати змонтовані диски на стільниці." diff --git a/extensions/desktop-icons/po/zh_CN.po b/extensions/desktop-icons/po/zh_CN.po new file mode 100644 -index 0000000..8f2bea4 +index 00000000..8f2bea44 --- /dev/null +++ b/extensions/desktop-icons/po/zh_CN.po @@ -0,0 +1,228 @@ @@ -56322,7 +56323,7 @@ index 0000000..8f2bea4 +#~ msgstr "确定" diff --git a/extensions/desktop-icons/po/zh_TW.po b/extensions/desktop-icons/po/zh_TW.po new file mode 100644 -index 0000000..16fadc4 +index 00000000..16fadc48 --- /dev/null +++ b/extensions/desktop-icons/po/zh_TW.po @@ -0,0 +1,220 @@ @@ -56548,7 +56549,7 @@ index 0000000..16fadc4 +#~ msgstr "巨大圖示" diff --git a/extensions/desktop-icons/prefs.js b/extensions/desktop-icons/prefs.js new file mode 100644 -index 0000000..890bcdb +index 00000000..890bcdb4 --- /dev/null +++ b/extensions/desktop-icons/prefs.js @@ -0,0 +1,161 @@ @@ -56715,7 +56716,7 @@ index 0000000..890bcdb +} diff --git a/extensions/desktop-icons/schemas/meson.build b/extensions/desktop-icons/schemas/meson.build new file mode 100644 -index 0000000..2b17916 +index 00000000..2b179165 --- /dev/null +++ b/extensions/desktop-icons/schemas/meson.build @@ -0,0 +1,6 @@ @@ -56727,7 +56728,7 @@ index 0000000..2b17916 +) diff --git a/extensions/desktop-icons/schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml b/extensions/desktop-icons/schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml new file mode 100644 -index 0000000..de126b5 +index 00000000..de126b5b --- /dev/null +++ b/extensions/desktop-icons/schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml @@ -0,0 +1,30 @@ @@ -56763,7 +56764,7 @@ index 0000000..de126b5 + diff --git a/extensions/desktop-icons/stylesheet.css b/extensions/desktop-icons/stylesheet.css new file mode 100644 -index 0000000..61b4ce8 +index 00000000..61b4ce86 --- /dev/null +++ b/extensions/desktop-icons/stylesheet.css @@ -0,0 +1,42 @@ @@ -56811,7 +56812,7 @@ index 0000000..61b4ce8 +} diff --git a/extensions/desktop-icons/templateManager.js b/extensions/desktop-icons/templateManager.js new file mode 100644 -index 0000000..a468f4a +index 00000000..a468f4ab --- /dev/null +++ b/extensions/desktop-icons/templateManager.js @@ -0,0 +1,104 @@ @@ -56920,7 +56921,7 @@ index 0000000..a468f4a + } +} diff --git a/meson.build b/meson.build -index 0f61bb3..6a2fdf0 100644 +index c54ef777..08213618 100644 --- a/meson.build +++ b/meson.build @@ -28,6 +28,7 @@ uuid_suffix = '@gnome-shell-extensions.gcampax.github.com' @@ -56932,7 +56933,7 @@ index 0f61bb3..6a2fdf0 100644 'launch-new-instance', 'window-list' diff --git a/po/ca.po b/po/ca.po -index d17003f..8e21b71 100644 +index d17003f9..8e21b717 100644 --- a/po/ca.po +++ b/po/ca.po @@ -1,11 +1,18 @@ @@ -57203,7 +57204,7 @@ index d17003f..8e21b71 100644 +msgid "Show mounted drives in the desktop." +msgstr "Mostra la icona de la paperera a l'escriptori." diff --git a/po/cs.po b/po/cs.po -index 572b378..f0d57b7 100644 +index 572b3787..f0d57b72 100644 --- a/po/cs.po +++ b/po/cs.po @@ -1,4 +1,5 @@ @@ -57505,7 +57506,7 @@ index 572b378..f0d57b7 100644 +#~ msgid "Ok" +#~ msgstr "Ok" diff --git a/po/da.po b/po/da.po -index bc592f0..5c45158 100644 +index bc592f02..4bd6d2fe 100644 --- a/po/da.po +++ b/po/da.po @@ -1,3 +1,4 @@ @@ -57518,11 +57519,11 @@ index bc592f0..5c45158 100644 # Joe Hansen , 2017. # +# #-#-#-#-# da.po (desktop-icons master) #-#-#-#-# -+# Danish translation for desktop-icons. -+# Copyright (C) 2018 desktop-icons's COPYRIGHT HOLDER -+# This file is distributed under the same license as the desktop-icons package. -+# Alan Mortensen , 2018. -+# scootergrisen, 2020. ++# Danish translation for desktop-icons. ++# Copyright (C) 2018 desktop-icons's COPYRIGHT HOLDER ++# This file is distributed under the same license as the desktop-icons package. ++# Alan Mortensen , 2018. ++# scootergrisen, 2020. +#, fuzzy msgid "" msgstr "" @@ -57555,12 +57556,12 @@ index bc592f0..5c45158 100644 msgstr "Tilføj regel" +#. #-#-#-#-# da.po (gnome-shell-extensions master) #-#-#-#-# -+#. TRANSLATORS: %s is the filesystem name -+#. #-#-#-#-# da.po (desktop-icons master) #-#-#-#-# #. TRANSLATORS: %s is the filesystem name ++#. #-#-#-#-# da.po (desktop-icons master) #-#-#-#-# ++#. TRANSLATORS: %s is the filesystem name #: extensions/drive-menu/extension.js:112 -#: extensions/places-menu/placeDisplay.js:233 -+#: extensions/places-menu/placeDisplay.js:233 desktopIconsUtil.js:162 ++#: extensions/places-menu/placeDisplay.js:233 desktopIconsUtil.js:162 #, javascript-format msgid "Ejecting drive “%s” failed:" msgstr "Udskubning af drevet “%s” mislykkedes:" @@ -57569,7 +57570,7 @@ index bc592f0..5c45158 100644 msgstr "Computer" -#: extensions/places-menu/placeDisplay.js:359 -+#: extensions/places-menu/placeDisplay.js:359 fileItem.js:925 ++#: extensions/places-menu/placeDisplay.js:359 fileItem.js:925 msgid "Home" msgstr "Hjem" @@ -57577,198 +57578,198 @@ index bc592f0..5c45158 100644 msgid "Add Workspace" msgstr "Tilføj arbejdsområde" -+#: createFolderDialog.js:46 ++#: createFolderDialog.js:46 +msgid "New folder name" +msgstr "Nyt mappenavn" + -+#: createFolderDialog.js:70 ++#: createFolderDialog.js:70 +msgid "Create" +msgstr "Opret" + -+#: createFolderDialog.js:72 ++#: createFolderDialog.js:72 +msgid "Cancel" +msgstr "Annullér" + -+#: createFolderDialog.js:145 ++#: createFolderDialog.js:145 +msgid "Folder names cannot contain “/”." +msgstr "Mappenavne må ikke indeholde “/”." + -+#: createFolderDialog.js:148 ++#: createFolderDialog.js:148 +msgid "A folder cannot be called “.”." +msgstr "En mappe må ikke kaldes “.”." + -+#: createFolderDialog.js:151 ++#: createFolderDialog.js:151 +msgid "A folder cannot be called “..”." +msgstr "En mappe må ikke kaldes “..”." + -+#: createFolderDialog.js:153 ++#: createFolderDialog.js:153 +msgid "Folders with “.” at the beginning of their name are hidden." +msgstr "Mapper med “.” i begyndelsen af deres navn er skjulte." + -+#: createFolderDialog.js:155 ++#: createFolderDialog.js:155 +msgid "There is already a file or folder with that name." +msgstr "Der findes allerede en fil eller mappe med det navn." + -+#: prefs.js:103 ++#: prefs.js:103 +msgid "Size for the desktop icons" +msgstr "Størrelsen på skrivebordsikoner" + -+#: prefs.js:103 ++#: prefs.js:103 +msgid "Small" +msgstr "Små" + -+#: prefs.js:103 ++#: prefs.js:103 +msgid "Standard" +msgstr "Standard" + -+#: prefs.js:103 ++#: prefs.js:103 +msgid "Large" +msgstr "Store" + -+#: prefs.js:104 ++#: prefs.js:104 +msgid "Show the personal folder in the desktop" +msgstr "Vis den personlige mappe på skrivebordet" + -+#: prefs.js:105 ++#: prefs.js:105 +msgid "Show the trash icon in the desktop" +msgstr "Vis papirkurvsikonet på skrivebordet" + -+#: prefs.js:106 ++#: prefs.js:106 +#| msgid "Show the trash icon in the desktop" +msgid "Show mounted drives in the desktop" +msgstr "Vis monterede drev på skrivebordet" + -+#: desktopGrid.js:346 ++#: desktopGrid.js:346 +msgid "New Folder" +msgstr "Ny mappe" + -+#: desktopGrid.js:347 ++#: desktopGrid.js:347 +msgid "New Document" +msgstr "Nyt dokument" + -+#: desktopGrid.js:350 ++#: desktopGrid.js:350 +msgid "Paste" +msgstr "Indsæt" + -+#: desktopGrid.js:351 ++#: desktopGrid.js:351 +msgid "Undo" +msgstr "Fortryd" + -+#: desktopGrid.js:352 ++#: desktopGrid.js:352 +msgid "Redo" +msgstr "Omgør" + -+#: desktopGrid.js:354 ++#: desktopGrid.js:354 +msgid "Show Desktop in Files" +msgstr "Vis skrivebordet i Filer" + -+#: desktopGrid.js:355 fileItem.js:721 ++#: desktopGrid.js:355 fileItem.js:721 +msgid "Open in Terminal" +msgstr "Åbn i terminal" + -+#: desktopGrid.js:357 ++#: desktopGrid.js:357 +msgid "Change Background…" +msgstr "Skift baggrund …" + -+#: desktopGrid.js:359 ++#: desktopGrid.js:359 +msgid "Display Settings" +msgstr "Skærmindstillinger" + -+#: desktopGrid.js:360 ++#: desktopGrid.js:360 +msgid "Settings" +msgstr "Indstillinger" + -+#: desktopGrid.js:692 ++#: desktopGrid.js:692 +msgid "Rename" +msgstr "Omdøb" + -+#: desktopIconsUtil.js:63 ++#: desktopIconsUtil.js:63 +msgid "Command not found" +msgstr "Kommando ikke fundet" + -+#: fileItem.js:584 ++#: fileItem.js:584 +msgid "Don’t Allow Launching" +msgstr "Tillad ikke opstart" + -+#: fileItem.js:586 ++#: fileItem.js:586 +msgid "Allow Launching" +msgstr "Tillad opstart" + -+#: fileItem.js:682 ++#: fileItem.js:682 +msgid "Open" +msgstr "Åbn" + -+#: fileItem.js:686 ++#: fileItem.js:686 +msgid "Open With Other Application" +msgstr "Åbn med et andet program" + -+# scootergrisen: tjek oversættelsen af "Dedicated" -+#: fileItem.js:688 ++# scootergrisen: tjek oversættelsen af "Dedicated" ++#: fileItem.js:688 +msgid "Launch using Dedicated Graphics Card" +msgstr "Start med dedikeret grafikkort" + -+#: fileItem.js:693 ++#: fileItem.js:693 +msgid "Cut" +msgstr "Klip" + -+#: fileItem.js:694 ++#: fileItem.js:694 +msgid "Copy" +msgstr "Kopiér" + -+#: fileItem.js:696 ++#: fileItem.js:696 +msgid "Rename…" +msgstr "Omdøb …" + -+#: fileItem.js:697 ++#: fileItem.js:697 +msgid "Move to Trash" +msgstr "Flyt til papirkurven" + -+#: fileItem.js:707 ++#: fileItem.js:707 +msgid "Empty Trash" +msgstr "Tøm papirkurven" + -+#: fileItem.js:711 ++#: fileItem.js:711 +msgid "Eject" +msgstr "Skub ud" + -+#: fileItem.js:717 ++#: fileItem.js:717 +msgid "Properties" +msgstr "Egenskaber" + -+#: fileItem.js:719 ++#: fileItem.js:719 +msgid "Show in Files" +msgstr "Vis i Filer" + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:11 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:11 +msgid "Icon size" +msgstr "Ikonstørrelse" + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:12 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:12 +msgid "Set the size for the desktop icons." +msgstr "Angiv størrelsen på skrivebordsikoner." + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:16 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:16 +msgid "Show personal folder" +msgstr "Vis personlig mappe" + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:17 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:17 +msgid "Show the personal folder in the desktop." +msgstr "Vis den personlige mappe på skrivebordet." + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:21 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:21 +msgid "Show trash icon" +msgstr "Vis papirkurvsikon" + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:22 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:22 +msgid "Show the trash icon in the desktop." +msgstr "Vis papirkurvsikonet på skrivebordet." + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:26 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:26 +#| msgid "Show in Files" +msgid "Show mounted drives" +msgstr "Vis monterede drev" + -+#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:27 ++#: schemas/org.gnome.shell.extensions.desktop-icons.gschema.xml:27 +#| msgid "Show the trash icon in the desktop." +msgid "Show mounted drives in the desktop." +msgstr "Vis monterede drev på skrivebordet." @@ -57777,7 +57778,7 @@ index bc592f0..5c45158 100644 #~ msgstr "Program" diff --git a/po/de.po b/po/de.po -index 30119a7..e824658 100644 +index 30119a76..e8246586 100644 --- a/po/de.po +++ b/po/de.po @@ -1,4 +1,5 @@ @@ -58074,7 +58075,7 @@ index 30119a7..e824658 100644 +#~ msgid "Huge" +#~ msgstr "Riesig" diff --git a/po/el.po b/po/el.po -index 9d8c548..a083cf8 100644 +index bd0a7a5f..fde56dd9 100644 --- a/po/el.po +++ b/po/el.po @@ -1,4 +1,5 @@ @@ -58084,9 +58085,9 @@ index 9d8c548..a083cf8 100644 # Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER # This file is distributed under the same license as the gnome-shell-extensions package. @@ -16,10 +17,17 @@ - # Δημήτριος-Ρωμανός Ησαΐας , 2017. - # Vangelis Skarmoutsos , 2017. - # + # Δημήτριος-Ρωμανός Ησαΐας , 2017. + # Vangelis Skarmoutsos , 2017. + # +# #-#-#-#-# el.po (desktop-icons master) #-#-#-#-# +# Greek translation for desktop-icons. +# Copyright (C) 2019 desktop-icons's COPYRIGHT HOLDER @@ -58339,7 +58340,7 @@ index 9d8c548..a083cf8 100644 +#~ msgid "Enter file name…" +#~ msgstr "Εισάγετε όνομα αρχείου..." diff --git a/po/en_GB.po b/po/en_GB.po -index 81ca114..e98f70d 100644 +index 81ca1146..e98f70dd 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -1,3 +1,4 @@ @@ -58601,21 +58602,15 @@ index 81ca114..e98f70d 100644 +#~ msgid "OK" +#~ msgstr "OK" diff --git a/po/es.po b/po/es.po -index eaafe99..5b81294 100644 +index eaafe99e..8d638f09 100644 --- a/po/es.po +++ b/po/es.po -@@ -1,7 +1,8 @@ +@@ -1,4 +1,5 @@ # #-#-#-#-# es.po (gnome-shell-extensions master) #-#-#-#-# --# Spanish translation for gnome-shell-extensions. --# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER --# This file is distributed under the same license as the gnome-shell-extensions package. +# #-#-#-#-# es.po (gnome-shell-extensions master) #-#-#-#-# -+# Spanish translation for gnome-shell-extensions. -+# Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER -+# This file is distributed under the same license as the gnome-shell-extensions package. - # Jorge González , 2011. - # Nicolás Satragno , 2011. - # + # Spanish translation for gnome-shell-extensions. + # Copyright (C) 2011 gnome-shell-extensions's COPYRIGHT HOLDER + # This file is distributed under the same license as the gnome-shell-extensions package. @@ -12,10 +13,19 @@ # This file is distributed under the same license as the Dash to Dock package. # Hugo Olabera , 2015. @@ -58961,7 +58956,7 @@ index eaafe99..5b81294 100644 +#~ msgid "Shows the Videos folder in the desktop." +#~ msgstr "Muestra la carpeta Vídeos en el escritorio." diff --git a/po/eu.po b/po/eu.po -index f3e2669..a006a08 100644 +index f3e26694..a006a082 100644 --- a/po/eu.po +++ b/po/eu.po @@ -1,4 +1,5 @@ @@ -59198,7 +59193,7 @@ index f3e2669..a006a08 100644 +#~ msgid "OK" +#~ msgstr "Ados" diff --git a/po/fa.po b/po/fa.po -index a896e08..f36354e 100644 +index a896e085..f36354ef 100644 --- a/po/fa.po +++ b/po/fa.po @@ -1,11 +1,20 @@ @@ -59589,7 +59584,7 @@ index a896e08..f36354e 100644 #~ msgstr "فعال/غیرفعال کردن مخفی‌سازی خودکار" diff --git a/po/fi.po b/po/fi.po -index e5ab20e..aec2626 100644 +index e5ab20ef..aec2626b 100644 --- a/po/fi.po +++ b/po/fi.po @@ -1,3 +1,4 @@ @@ -59900,7 +59895,7 @@ index e5ab20e..aec2626 100644 +#~ msgid "Huge" +#~ msgstr "Valtava" diff --git a/po/fr.po b/po/fr.po -index b184915..d525a5a 100644 +index b1849159..d525a5a8 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,4 +1,5 @@ @@ -60178,7 +60173,7 @@ index b184915..d525a5a 100644 #~ msgstr "Créer une nouvelle règle de concordance" diff --git a/po/fur.po b/po/fur.po -index c3a071c..d1fdf14 100644 +index c3a071c3..d1fdf148 100644 --- a/po/fur.po +++ b/po/fur.po @@ -1,10 +1,19 @@ @@ -60464,7 +60459,7 @@ index c3a071c..d1fdf14 100644 +#~ msgid "OK" +#~ msgstr "Va ben" diff --git a/po/hr.po b/po/hr.po -index 6accc6e..c35afb0 100644 +index 6accc6e0..c35afb01 100644 --- a/po/hr.po +++ b/po/hr.po @@ -1,10 +1,19 @@ @@ -60745,7 +60740,7 @@ index 6accc6e..c35afb0 100644 +#~ msgid "OK" +#~ msgstr "U redu" diff --git a/po/hu.po b/po/hu.po -index 8be4d93..6030508 100644 +index 8be4d93d..60305081 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,4 +1,5 @@ @@ -61021,7 +61016,7 @@ index 8be4d93..6030508 100644 +#~ msgid "Enter file name…" +#~ msgstr "Adjon meg egy fájlnevet…" diff --git a/po/id.po b/po/id.po -index af7463f..2226858 100644 +index af7463f3..22268582 100644 --- a/po/id.po +++ b/po/id.po @@ -1,4 +1,5 @@ @@ -61296,7 +61291,7 @@ index af7463f..2226858 100644 #~ msgstr "Aplikasi" diff --git a/po/it.po b/po/it.po -index 4b42592..2b24e1b 100644 +index 4b425925..2b24e1b1 100644 --- a/po/it.po +++ b/po/it.po @@ -1,4 +1,5 @@ @@ -61518,7 +61513,7 @@ index 4b42592..2b24e1b 100644 +msgid "Show the trash icon in the desktop." +msgstr "Mostra il cestino sulla scrivania." diff --git a/po/ja.po b/po/ja.po -index 30b8420..8eb7725 100644 +index 30b84200..8eb77253 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,4 +1,5 @@ @@ -61842,7 +61837,7 @@ index 30b8420..8eb7725 100644 #~ msgstr "ドックの位置" diff --git a/po/kab.po b/po/kab.po -index bc98151..5184aac 100644 +index bc98151d..5184aac5 100644 --- a/po/kab.po +++ b/po/kab.po @@ -3,8 +3,10 @@ @@ -62109,7 +62104,7 @@ index bc98151..5184aac 100644 +msgid "Show mounted drives in the desktop." +msgstr "Sken iḍebsiyen irekben deg tnarit." diff --git a/po/ko.po b/po/ko.po -index aeb5010..e7926e9 100644 +index aeb5010c..e7926e95 100644 --- a/po/ko.po +++ b/po/ko.po @@ -1,3 +1,4 @@ @@ -62383,7 +62378,7 @@ index aeb5010..e7926e9 100644 #~ msgstr "프로그램" diff --git a/po/nl.po b/po/nl.po -index 6a1ee07..b1d2aed 100644 +index 6a1ee07c..b1d2aed2 100644 --- a/po/nl.po +++ b/po/nl.po @@ -1,4 +1,5 @@ @@ -62659,7 +62654,7 @@ index 6a1ee07..b1d2aed 100644 +#~ msgid "OK" +#~ msgstr "Oké" diff --git a/po/oc.po b/po/oc.po -index 1798ace..4e1bd63 100644 +index 1798ace8..4e1bd637 100644 --- a/po/oc.po +++ b/po/oc.po @@ -1,10 +1,19 @@ @@ -62940,7 +62935,7 @@ index 1798ace..4e1bd63 100644 -#~ msgid "Display Settings" -#~ msgstr "Afichar los paramètres" diff --git a/po/pl.po b/po/pl.po -index a97366b..7b26d43 100644 +index a97366b6..7b26d43f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,4 +1,5 @@ @@ -63223,7 +63218,7 @@ index a97366b..7b26d43 100644 #~ msgstr "Wyświetla kropkę dla każdego okna programu" diff --git a/po/pt.po b/po/pt.po -index 99d446f..0ae7be0 100644 +index 99d446f9..0ae7be05 100644 --- a/po/pt.po +++ b/po/pt.po @@ -1,4 +1,5 @@ @@ -63513,7 +63508,7 @@ index 99d446f..0ae7be0 100644 -#~ msgid "Display Settings" -#~ msgstr "Definições de Visualização" diff --git a/po/pt_BR.po b/po/pt_BR.po -index 9dc0db8..16117ce 100644 +index 9dc0db84..16117cec 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -1,4 +1,5 @@ @@ -63848,7 +63843,7 @@ index 9dc0db8..16117ce 100644 +#~ msgid "Ok" +#~ msgstr "Ok" diff --git a/po/ro.po b/po/ro.po -index 26edf85..6378ac7 100644 +index 26edf85e..6378ac71 100644 --- a/po/ro.po +++ b/po/ro.po @@ -1,10 +1,19 @@ @@ -64111,7 +64106,7 @@ index 26edf85..6378ac7 100644 #~ msgstr "Aplicație" diff --git a/po/ru.po b/po/ru.po -index de5dbbb..360d636 100644 +index de5dbbb5..360d636f 100644 --- a/po/ru.po +++ b/po/ru.po @@ -1,4 +1,5 @@ @@ -64348,7 +64343,7 @@ index de5dbbb..360d636 100644 +#~ msgid "Ok" +#~ msgstr "ОК" diff --git a/po/sk.po b/po/sk.po -index e8330d0..4c6c91b 100644 +index e8330d08..4c6c91b4 100644 --- a/po/sk.po +++ b/po/sk.po @@ -1,4 +1,5 @@ @@ -64620,7 +64615,7 @@ index e8330d0..4c6c91b 100644 #~ msgid "Application" #~ msgstr "Aplikácia" diff --git a/po/sl.po b/po/sl.po -index 273c160..0a3ee8e 100644 +index 273c1606..0a3ee8e6 100644 --- a/po/sl.po +++ b/po/sl.po @@ -1,11 +1,21 @@ @@ -64910,7 +64905,7 @@ index 273c160..0a3ee8e 100644 +#~ msgid "Huge" +#~ msgstr "Velikanske" diff --git a/po/sr.po b/po/sr.po -index 92ab694..d18451a 100644 +index 92ab6945..d18451a4 100644 --- a/po/sr.po +++ b/po/sr.po @@ -1,4 +1,5 @@ @@ -65192,7 +65187,7 @@ index 92ab694..d18451a 100644 #~ msgstr "Програм" diff --git a/po/sv.po b/po/sv.po -index 2ca88c5..dedabe1 100644 +index 2ca88c58..dedabe1b 100644 --- a/po/sv.po +++ b/po/sv.po @@ -1,4 +1,5 @@ @@ -65491,7 +65486,7 @@ index 2ca88c5..dedabe1 100644 +#~ msgid "Huge" +#~ msgstr "Enorm" diff --git a/po/tr.po b/po/tr.po -index 38bbc7b..3870d35 100644 +index 38bbc7b6..3870d35e 100644 --- a/po/tr.po +++ b/po/tr.po @@ -1,4 +1,5 @@ @@ -65778,7 +65773,7 @@ index 38bbc7b..3870d35 100644 +#~ msgid "OK" +#~ msgstr "Tamam" diff --git a/po/uk.po b/po/uk.po -index f0b0846..a73dcee 100644 +index f0b08466..a73dceec 100644 --- a/po/uk.po +++ b/po/uk.po @@ -1,3 +1,4 @@ @@ -66088,7 +66083,7 @@ index f0b0846..a73dcee 100644 #~ msgstr "Розташування панелі" diff --git a/po/zh_CN.po b/po/zh_CN.po -index 338e86e..69e6fcb 100644 +index 338e86ed..69e6fcbf 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -1,4 +1,5 @@ @@ -66404,7 +66399,7 @@ index 338e86e..69e6fcb 100644 +#~ msgid "OK" +#~ msgstr "确定" diff --git a/po/zh_TW.po b/po/zh_TW.po -index 14e60cc..4bdf715 100644 +index 14e60ccb..4bdf7154 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -1,4 +1,5 @@ @@ -66734,5 +66729,705 @@ index 14e60cc..4bdf715 100644 +#~ msgid "Huge" +#~ msgstr "巨大圖示" -- -2.32.0 +2.33.1 + + +From 01a4309a2574768c037f14732e8595c1f436170f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Florian=20M=C3=BCllner?= +Date: Thu, 2 Dec 2021 19:39:50 +0100 +Subject: [PATCH 6/6] Add classification-banner + +--- + extensions/classification-banner/adwShim.js | 202 ++++++++++++++++++ + extensions/classification-banner/extension.js | 169 +++++++++++++++ + extensions/classification-banner/meson.build | 8 + + .../classification-banner/metadata.json.in | 11 + + ...tensions.classification-banner.gschema.xml | 29 +++ + extensions/classification-banner/prefs.js | 197 +++++++++++++++++ + .../classification-banner/stylesheet.css | 3 + + meson.build | 1 + + 8 files changed, 620 insertions(+) + create mode 100644 extensions/classification-banner/adwShim.js + create mode 100644 extensions/classification-banner/extension.js + create mode 100644 extensions/classification-banner/meson.build + create mode 100644 extensions/classification-banner/metadata.json.in + create mode 100644 extensions/classification-banner/org.gnome.shell.extensions.classification-banner.gschema.xml + create mode 100644 extensions/classification-banner/prefs.js + create mode 100644 extensions/classification-banner/stylesheet.css + +diff --git a/extensions/classification-banner/adwShim.js b/extensions/classification-banner/adwShim.js +new file mode 100644 +index 00000000..46a8afca +--- /dev/null ++++ b/extensions/classification-banner/adwShim.js +@@ -0,0 +1,202 @@ ++/* exported init PreferencesPage PreferencesGroup ActionRow ComboRow */ ++const { Gio, GObject, Gtk } = imports.gi; ++ ++function init() { ++} ++ ++var PreferencesGroup = GObject.registerClass( ++class PreferencesGroup extends Gtk.Widget { ++ _init(params) { ++ super._init({ ++ ...params, ++ layout_manager: new Gtk.BinLayout(), ++ }); ++ ++ this._listBox = new Gtk.ListBox({ ++ css_classes: ['rich-list'], ++ show_separators: true, ++ selection_mode: Gtk.SelectionMode.NONE, ++ }); ++ ++ const frame = new Gtk.Frame({ child: this._listBox }); ++ frame.set_parent(this); ++ } ++ ++ add(child) { ++ this._listBox.append(child); ++ } ++}); ++ ++var PreferencesPage = GObject.registerClass( ++class PreferencesPage extends Gtk.Widget { ++ _init(params) { ++ super._init({ ++ ...params, ++ layout_manager: new Gtk.BinLayout(), ++ }); ++ ++ const scrolledWindow = new Gtk.ScrolledWindow({ ++ hscrollbar_policy: Gtk.PolicyType.NEVER, ++ }); ++ scrolledWindow.set_parent(this); ++ ++ this._box = new Gtk.Box({ ++ orientation: Gtk.Orientation.VERTICAL, ++ halign: Gtk.Align.CENTER, ++ spacing: 24, ++ margin_top: 24, ++ margin_bottom: 24, ++ margin_start: 12, ++ margin_end: 12, ++ }); ++ scrolledWindow.set_child(this._box); ++ ++ const provider = new Gtk.CssProvider(); ++ provider.load_from_data('* { min-width: 500px; }'); ++ this._box.get_style_context().add_provider(provider, ++ Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); ++ } ++ ++ add(child) { ++ this._box.append(child); ++ } ++}); ++ ++var ActionRow = GObject.registerClass({ ++ Properties: { ++ 'activatable-widget': GObject.ParamSpec.object( ++ 'activatable-widget', 'activatable-widget', 'activatable-widget', ++ GObject.ParamFlags.READWRITE, ++ Gtk.Widget), ++ 'title': GObject.ParamSpec.string( ++ 'title', 'title', 'title', ++ GObject.ParamFlags.READWRITE, ++ null), ++ }, ++}, class ActionRow extends Gtk.ListBoxRow { ++ _init(params) { ++ super._init(params); ++ ++ const box = new Gtk.Box({ ++ spacing: 12, ++ }); ++ this.set_child(box); ++ ++ this._prefixes = new Gtk.Box({ ++ spacing: 12, ++ visible: false, ++ }); ++ box.append(this._prefixes); ++ ++ this._title = new Gtk.Label({ ++ css_classes: ['title'], ++ hexpand: true, ++ xalign: 0, ++ }); ++ box.append(this._title); ++ ++ this._suffixes = new Gtk.Box({ ++ spacing: 12, ++ visible: false, ++ }); ++ box.append(this._suffixes); ++ ++ this.bind_property('title', ++ this._title, 'label', ++ GObject.BindingFlags.SYNC_CREATE); ++ ++ this.connect('notify::parent', () => { ++ const parent = this.get_parent(); ++ parent?.connect('row-activated', (list, row) => { ++ if (row === this) ++ this.activate(); ++ }); ++ }); ++ } ++ ++ vfunc_activate() { ++ this.activatable_widget?.mnemonic_activate(false); ++ } ++ ++ activate() { ++ this.vfunc_activate(); ++ } ++ ++ add_prefix(child) { ++ this._prefixes.append(child); ++ this._prefixes.show(); ++ } ++ ++ add_suffix(child) { ++ this._suffixes.append(child); ++ this._suffixes.show(); ++ } ++}); ++ ++var ComboRow = GObject.registerClass({ ++ Properties: { ++ 'selected-item': GObject.ParamSpec.object( ++ 'selected-item', 'selected-item', 'selected-item', ++ GObject.ParamFlags.READABLE, ++ GObject.Object), ++ 'model': GObject.ParamSpec.object( ++ 'model', 'model', 'model', ++ GObject.ParamFlags.READWRITE, ++ Gio.ListModel), ++ 'list-factory': GObject.ParamSpec.object( ++ 'list-factory', 'list-factory', 'list-factory', ++ GObject.ParamFlags.READWRITE, ++ Gtk.ListItemFactory), ++ 'expression': Gtk.param_spec_expression( ++ 'expression', 'expression', 'expression', ++ GObject.ParamFlags.READWRITE), ++ }, ++}, class ComboRow extends ActionRow { ++ _init(params) { ++ super._init({ ++ ...params, ++ activatable: true, ++ }); ++ ++ const box = new Gtk.Box({ ++ valign: Gtk.Align.CENTER, ++ }); ++ box.append(new Gtk.Image({ ++ icon_name: 'pan-down-symbolic', ++ })); ++ this.add_suffix(box); ++ ++ this._popover = new Gtk.Popover(); ++ this._popover.set_parent(box); ++ ++ this._selection = new Gtk.SingleSelection(); ++ this._selected = -1; ++ ++ this._listView = new Gtk.ListView({ ++ model: this._selection, ++ single_click_activate: true, ++ }); ++ this._popover.set_child(this._listView); ++ ++ this._listView.connect('activate', (view, pos) => { ++ this._selected = pos; ++ this.notify('selected-item'); ++ this._popover.popdown(); ++ }); ++ ++ this.bind_property('model', ++ this._selection, 'model', ++ GObject.BindingFlags.SYNC_CREATE); ++ this.bind_property('list-factory', ++ this._listView, 'factory', ++ GObject.BindingFlags.SYNC_CREATE); ++ } ++ ++ get selected_item() { ++ return this._selection.selected_item; ++ } ++ ++ vfunc_activate() { ++ this._popover.popup(); ++ } ++}); +diff --git a/extensions/classification-banner/extension.js b/extensions/classification-banner/extension.js +new file mode 100644 +index 00000000..cc046e01 +--- /dev/null ++++ b/extensions/classification-banner/extension.js +@@ -0,0 +1,169 @@ ++/* extension.js ++ * ++ * This program is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 2 of the License, or ++ * (at your option) any later version. ++ * ++ * This program is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with this program. If not, see . ++ * ++ * SPDX-License-Identifier: GPL-2.0-or-later ++ */ ++ ++/* exported init */ ++ ++const { Clutter, Gio, GLib, GObject, St } = imports.gi; ++ ++const ExtensionUtils = imports.misc.extensionUtils; ++const Layout = imports.ui.layout; ++const Main = imports.ui.main; ++ ++const ClassificationBanner = GObject.registerClass( ++class ClassificationBanner extends Clutter.Actor { ++ _init(index) { ++ super._init({ ++ layout_manager: new Clutter.BinLayout(), ++ constraints: new Layout.MonitorConstraint({ ++ work_area: true, ++ index, ++ }), ++ }); ++ ++ this._settings = ExtensionUtils.getSettings(); ++ this.connect('destroy', () => { ++ this._settings?.run_dispose(); ++ this._settings = null; ++ }); ++ ++ this._topBanner = new St.BoxLayout({ ++ style_class: 'classification-banner', ++ x_expand: true, ++ y_expand: true, ++ y_align: Clutter.ActorAlign.START, ++ }); ++ this.add_child(this._topBanner); ++ this._settings.bind('top-banner', ++ this._topBanner, 'visible', ++ Gio.SettingsBindFlags.GET); ++ ++ this._bottomBanner = new St.BoxLayout({ ++ style_class: 'classification-banner', ++ x_expand: true, ++ y_expand: true, ++ y_align: Clutter.ActorAlign.END, ++ }); ++ this.add_child(this._bottomBanner); ++ this._settings.bind('bottom-banner', ++ this._bottomBanner, 'visible', ++ Gio.SettingsBindFlags.GET); ++ ++ for (const banner of [this._topBanner, this._bottomBanner]) { ++ const label = new St.Label({ ++ style_class: 'classification-message', ++ x_align: Clutter.ActorAlign.CENTER, ++ x_expand: true, ++ }); ++ banner.add_child(label); ++ ++ this._settings.bind('message', ++ label, 'text', ++ Gio.SettingsBindFlags.GET); ++ } ++ ++ const hostLabel = new St.Label({ ++ style_class: 'classification-system-info', ++ text: GLib.get_host_name(), ++ }); ++ this._topBanner.insert_child_at_index(hostLabel, 0); ++ this._settings.bind('system-info', ++ hostLabel, 'visible', ++ Gio.SettingsBindFlags.GET); ++ ++ const userLabel = new St.Label({ ++ style_class: 'classification-system-info', ++ text: GLib.get_user_name(), ++ }); ++ this._topBanner.add_child(userLabel); ++ this._settings.bind('system-info', ++ userLabel, 'visible', ++ Gio.SettingsBindFlags.GET); ++ ++ this._settings.connect('changed::color', ++ () => this._updateStyles()); ++ this._settings.connect('changed::background-color', ++ () => this._updateStyles()); ++ this._updateStyles(); ++ } ++ ++ _getColorSetting(key) { ++ const str = this._settings.get_string(key); ++ const [valid, color] = Clutter.Color.from_string(str); ++ if (!valid) ++ return ''; ++ const { red, green, blue, alpha } = color; ++ return `${key}: rgba(${red},${green},${blue},${alpha / 255});`; ++ } ++ ++ _updateStyles() { ++ const bgStyle = this._getColorSetting('background-color'); ++ const fgStyle = this._getColorSetting('color'); ++ const style = `${bgStyle}${fgStyle}`; ++ this._topBanner.set({ style }); ++ this._bottomBanner.set({ style }); ++ } ++}); ++ ++class Extension { ++ constructor() { ++ this._banners = []; ++ } ++ ++ _updateMonitors() { ++ const { monitors, panelBox, primaryIndex } = Main.layoutManager; ++ if (monitors.length !== this._banners.length) { ++ this._clearBanners(); ++ ++ for (let i = 0; i < monitors.length; i++) { ++ const banner = new ClassificationBanner(i); ++ Main.uiGroup.add_child(banner); ++ this._banners.push(banner); ++ } ++ } ++ ++ const primaryBanner = this._banners[primaryIndex]; ++ if (primaryBanner) ++ Main.uiGroup.set_child_below_sibling(primaryBanner, panelBox); ++ } ++ ++ _clearBanners() { ++ this._banners.forEach(b => b.destroy()); ++ this._banners = []; ++ } ++ ++ enable() { ++ this._monitorsChangedId = Main.layoutManager.connect('monitors-changed', ++ () => this._updateMonitors()); ++ this._updateMonitors(); ++ } ++ ++ disable() { ++ if (this._monitorsChangedId) { ++ Main.layoutManager.disconnect(this._monitorsChangedId); ++ delete this._monitorsChangedId; ++ } ++ this._clearBanners(); ++ } ++} ++ ++/** ++ * @returns {Extension} - the extension's state object ++ */ ++function init() { ++ return new Extension(); ++} +diff --git a/extensions/classification-banner/meson.build b/extensions/classification-banner/meson.build +new file mode 100644 +index 00000000..b027381d +--- /dev/null ++++ b/extensions/classification-banner/meson.build +@@ -0,0 +1,8 @@ ++extension_data += configure_file( ++ input: metadata_name + '.in', ++ output: metadata_name, ++ configuration: metadata_conf ++) ++ ++extension_sources += files('adwShim.js', 'prefs.js') ++extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml') +diff --git a/extensions/classification-banner/metadata.json.in b/extensions/classification-banner/metadata.json.in +new file mode 100644 +index 00000000..f93b1a2d +--- /dev/null ++++ b/extensions/classification-banner/metadata.json.in +@@ -0,0 +1,11 @@ ++{ ++"extension-id": "@extension_id@", ++"uuid": "@uuid@", ++"settings-schema": "@gschemaname@", ++"gettext-domain": "@gettext_domain@", ++"name": "Classification Banner", ++"description": "Display classification level banner", ++"shell-version": [ "@shell_current@" ], ++"session-modes": [ "gdm", "unlock-dialog", "user" ], ++"url": "@url@" ++} +diff --git a/extensions/classification-banner/org.gnome.shell.extensions.classification-banner.gschema.xml b/extensions/classification-banner/org.gnome.shell.extensions.classification-banner.gschema.xml +new file mode 100644 +index 00000000..0314ef60 +--- /dev/null ++++ b/extensions/classification-banner/org.gnome.shell.extensions.classification-banner.gschema.xml +@@ -0,0 +1,29 @@ ++ ++ ++ ++ true ++ Show a banner at the top ++ ++ ++ true ++ Show a banner at the bottom ++ ++ ++ "UNCLASSIFIED" ++ classification message ++ ++ ++ "#fff" ++ text color ++ ++ ++ "rgba(0,122,51,0.75)" ++ background color ++ ++ ++ false ++ Include system info in top banner ++ ++ ++ +diff --git a/extensions/classification-banner/prefs.js b/extensions/classification-banner/prefs.js +new file mode 100644 +index 00000000..a5dd8af1 +--- /dev/null ++++ b/extensions/classification-banner/prefs.js +@@ -0,0 +1,197 @@ ++/* exported init buildPrefsWidget */ ++const { Gdk, Gio, GObject, Gtk } = imports.gi; ++ ++const ExtensionUtils = imports.misc.extensionUtils; ++const Gettext = imports.gettext.domain('gnome-shell-extensions'); ++const _ = Gettext.gettext; ++ ++const Me = ExtensionUtils.getCurrentExtension(); ++const Adw = Me.imports.adwShim; ++ ++let settings = null; ++ ++const GenericPrefs = GObject.registerClass( ++class GenericPrefs extends Adw.PreferencesGroup { ++ _init() { ++ super._init(); ++ ++ this._actionGroup = new Gio.SimpleActionGroup(); ++ this.insert_action_group('options', this._actionGroup); ++ ++ this._actionGroup.add_action(settings.create_action('top-banner')); ++ this._actionGroup.add_action(settings.create_action('bottom-banner')); ++ this._actionGroup.add_action(settings.create_action('system-info')); ++ ++ this.add(this._createSettingsRow('Top banner', 'top-banner')); ++ this.add(this._createSettingsRow('Bottom banner', 'bottom-banner')); ++ this.add(this._createSettingsRow('System info', 'system-info')); ++ } ++ ++ _createSettingsRow(title, key) { ++ const activatableWidget = new Gtk.Switch({ ++ valign: Gtk.Align.CENTER, ++ action_name: `options.${key}`, ++ }); ++ const row = new Adw.ActionRow({ ++ activatableWidget, ++ title, ++ }); ++ row.add_prefix(activatableWidget); ++ ++ return row; ++ } ++}); ++ ++const BannerPreset = GObject.registerClass({ ++ Properties: { ++ 'message': GObject.ParamSpec.string( ++ 'message', 'message', 'message', ++ GObject.ParamFlags.READWRITE, ++ null), ++ 'color': GObject.ParamSpec.string( ++ 'color', 'color', 'color', ++ GObject.ParamFlags.READWRITE, ++ null), ++ 'background-color': GObject.ParamSpec.string( ++ 'background-color', 'background-color', 'background-color', ++ GObject.ParamFlags.READWRITE, ++ null), ++ }, ++}, class BannerPreset extends GObject.Object {}); ++ ++const AppearancePrefs = GObject.registerClass( ++class AppearancePrefs extends Adw.PreferencesGroup { ++ _init() { ++ super._init(); ++ ++ const model = new Gio.ListStore({ item_type: BannerPreset.$gtype }); ++ model.append(new BannerPreset({ ++ message: 'UNCLASSIFIED', ++ color: '#fff', ++ background_color: 'rgba(0, 122, 51, 0.75)', ++ })); ++ model.append(new BannerPreset({ ++ message: 'CONFIDENTIAL', ++ color: '#fff', ++ background_color: 'rgba(0, 51, 160, 0.75)', ++ })); ++ model.append(new BannerPreset({ ++ message: 'SECRET', ++ color: '#fff', ++ background_color: 'rgba(200, 16, 46, 0.75)', ++ })); ++ model.append(new BannerPreset({ ++ message: 'TOP SECRET', ++ color: '#fff', ++ background_color: 'rgba(255, 103, 31, 0.75)', ++ })); ++ model.append(new BannerPreset({ ++ message: 'TOP SECRET//SCI', ++ color: '#000', ++ background_color: 'rgba(247, 234, 72, 0.75)', ++ })); ++ ++ let row, activatableWidget; ++ row = this._createPresetsRow(model); ++ row.connect('notify::selected-item', comboRow => { ++ const { message, color, backgroundColor } = comboRow.selected_item; ++ settings.set_string('message', message); ++ settings.set_string('color', color); ++ settings.set_string('background-color', backgroundColor); ++ }); ++ this.add(row); ++ ++ activatableWidget = new Gtk.Entry({ ++ valign: Gtk.Align.CENTER, ++ }); ++ settings.bind('message', ++ activatableWidget, 'text', ++ Gio.SettingsBindFlags.DEFAULT); ++ row = new Adw.ActionRow({ title: _('Message'), activatableWidget }); ++ row.add_suffix(activatableWidget); ++ this.add(row); ++ ++ activatableWidget = this._createColorButton('background-color', { ++ use_alpha: true, ++ }); ++ row = new Adw.ActionRow({ title: _('Background color'), activatableWidget }); ++ row.add_suffix(activatableWidget); ++ this.add(row); ++ ++ activatableWidget = this._createColorButton('color'); ++ row = new Adw.ActionRow({ title: _('Text color'), activatableWidget }); ++ row.add_suffix(activatableWidget); ++ this.add(row); ++ } ++ ++ _createPresetsRow(model) { ++ const listFactory = new Gtk.SignalListItemFactory(); ++ listFactory.connect('setup', ++ (f, item) => item.set_child(new Gtk.Label())); ++ listFactory.connect('bind', (f, listItem) => { ++ const { child, item } = listItem; ++ ++ const provider = new Gtk.CssProvider(); ++ provider.load_from_data(`* { ++ border-radius: 99px; ++ padding: 6px; ++ color: ${item.color}; ++ background-color: ${item.background_color}; ++ }`); ++ child.get_style_context().add_provider(provider, ++ Gtk.STYLE_PROVIDER_PRIORITY_APPLICATION); ++ child.label = item.message; ++ }); ++ ++ return new Adw.ComboRow({ ++ title: _('Presets'), ++ model, ++ listFactory, ++ expression: Gtk.ConstantExpression.new_for_value(''), ++ }); ++ } ++ ++ _createColorButton(key, params = {}) { ++ const rgba = new Gdk.RGBA(); ++ rgba.parse(settings.get_string(key)); ++ ++ const button = new Gtk.ColorButton({ ++ ...params, ++ rgba, ++ valign: Gtk.Align.CENTER, ++ }); ++ settings.connect(`changed::${key}`, () => { ++ const newRgba = new Gdk.RGBA(); ++ newRgba.parse(settings.get_string(key)); ++ if (!newRgba.equal(button.rgba)) ++ button.set({ rgba: newRgba }); ++ }); ++ button.connect('notify::rgba', ++ () => settings.set_string(key, button.rgba.to_string())); ++ return button; ++ } ++}); ++ ++const ClassificationPrefs = GObject.registerClass( ++class ClassificationPrefs extends Adw.PreferencesPage { ++ _init() { ++ super._init(); ++ ++ this.add(new AppearancePrefs()); ++ this.add(new GenericPrefs()); ++ } ++}); ++ ++/** */ ++function init() { ++ Adw.init(); ++ ExtensionUtils.initTranslations(); ++ settings = ExtensionUtils.getSettings(); ++} ++ ++/** ++ * @returns {Gtk.Widget} - the prefs widget ++ */ ++function buildPrefsWidget() { ++ return new ClassificationPrefs(); ++} +diff --git a/extensions/classification-banner/stylesheet.css b/extensions/classification-banner/stylesheet.css +new file mode 100644 +index 00000000..fb6a697e +--- /dev/null ++++ b/extensions/classification-banner/stylesheet.css +@@ -0,0 +1,3 @@ ++.classification-system-info { padding: 0 24px; } ++.classification-message { font-weight: bold; } ++.classification-banner { font-size: 0.9em; } +diff --git a/meson.build b/meson.build +index 08213618..dea0a409 100644 +--- a/meson.build ++++ b/meson.build +@@ -45,6 +45,7 @@ default_extensions += [ + all_extensions = default_extensions + all_extensions += [ + 'auto-move-windows', ++ 'classification-banner', + 'dash-to-dock', + 'native-window-placement', + 'panel-favorites', +-- +2.33.1 diff --git a/SOURCES/gnome-classic-wayland.patch b/SOURCES/gnome-classic-wayland.patch index 364acf3..38af9ca 100644 --- a/SOURCES/gnome-classic-wayland.patch +++ b/SOURCES/gnome-classic-wayland.patch @@ -1,39 +1,8 @@ -From a79d2afb2d6119ae3a4d1eba020d6c35b3fece23 Mon Sep 17 00:00:00 2001 -From: Neal Gompa -Date: Fri, 29 Oct 2021 09:33:06 -0400 -Subject: [PATCH 1/2] classic: Add X-GNOME-SessionRegisters - -GDM has supported sessions registering with it for a few years now so -it can know when to shut down the greeter. Having the GNOME Classic -session declare that it will register itself allows GDM to avoid -executing a fallback codepath. - -This has been supported with the regular GNOME session for a while, -and this session was likely forgotten about when it was added there. - -Part-of: ---- - data/gnome-classic.desktop.in | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/data/gnome-classic.desktop.in b/data/gnome-classic.desktop.in -index 5df6821..13da2b5 100644 ---- a/data/gnome-classic.desktop.in -+++ b/data/gnome-classic.desktop.in -@@ -5,3 +5,4 @@ Exec=env GNOME_SHELL_SESSION_MODE=classic gnome-session - TryExec=gnome-session - Type=Application - DesktopNames=GNOME-Classic;GNOME; -+X-GDM-SessionRegisters=true --- -2.33.1 - - -From eb517c851777067087c3bf067c2baf10dcaf4128 Mon Sep 17 00:00:00 2001 +From 1692d4a91d95fecd5642b0c92bc2c5b0dbcb4184 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Fri, 29 Oct 2021 09:37:33 -0400 -Subject: [PATCH 2/2] classic: Install the session for Wayland and ship - override sessions +Subject: [PATCH] classic: Install the session for Wayland and ship override + sessions The regular GNOME session ships with three options: @@ -61,7 +30,7 @@ Part-of: - 40.5-4 +- Allow classification banners on lock/login screen + Resolves: #2031186 + +* Tue Dec 14 2021 Florian Müllner - 40.5-3 +- Fix classification-banner preferences + Resolves: #2031186 + +* Tue Dec 14 2021 Florian Müllner - 40.5-2 +- Add classification-banner + Resolves: #2031186 + +* Mon Dec 13 2021 Florian Müllner - 40.5-1 +- Update to 40.5 + Resolves: #2031654 + +* Tue Nov 30 2021 Florian Müllner - 40.4-8 +- Fix on-screen keyboard when showing window-list + Resolves: #2019866 + * Thu Nov 18 2021 Florian Müllner - 40.4-7 - Prevent gnome-shell from re-enabling inhibited gestures Resolves: #2013196