Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-shell-extensions for 
openSUSE:Factory checked in at 2022-09-26 18:47:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell-extensions (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell-extensions"

Mon Sep 26 18:47:40 2022 rev:128 rq:1005867 version:43.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-shell-extensions/gnome-shell-extensions.changes
    2022-09-21 14:39:39.669293814 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-shell-extensions.new.2275/gnome-shell-extensions.changes
  2022-09-26 18:47:41.539996276 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 08:21:11 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Update to version 43.0:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-extensions-43.rc.tar.xz

New:
----
  gnome-shell-extensions-43.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-shell-extensions.spec ++++++
--- /var/tmp/diff_new_pack.pIBLGJ/_old  2022-09-26 18:47:42.067997273 +0200
+++ /var/tmp/diff_new_pack.pIBLGJ/_new  2022-09-26 18:47:42.071997281 +0200
@@ -19,7 +19,7 @@
 
 %global __requires_exclude typelib\\(Meta\\)
 Name:           gnome-shell-extensions
-Version:        43.rc
+Version:        43.0
 Release:        0
 Summary:        A collection of extensions for GNOME Shell
 License:        GPL-2.0-or-later

++++++ gnome-shell-extensions-43.rc.tar.xz -> 
gnome-shell-extensions-43.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.rc/NEWS 
new/gnome-shell-extensions-43.0/NEWS
--- old/gnome-shell-extensions-43.rc/NEWS       2022-09-04 15:31:02.118704600 
+0200
+++ new/gnome-shell-extensions-43.0/NEWS        2022-09-17 20:00:19.965544200 
+0200
@@ -1,3 +1,12 @@
+43.0
+====
+
+Contributors:
+  Florian M??llner
+
+Translators:
+  Pawan Chitrakar [ne], Zurab Kargareteli [ka], Aleksandr Melman [ru]
+
 43.rc
 =====
 * Misc. bug fixes and cleanups [Florian; !240]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.rc/data/gnome-classic.css 
new/gnome-shell-extensions-43.0/data/gnome-classic.css
--- old/gnome-shell-extensions-43.rc/data/gnome-classic.css     2022-09-04 
15:31:03.555736800 +0200
+++ new/gnome-shell-extensions-43.0/data/gnome-classic.css      2022-09-17 
20:00:22.145618200 +0200
@@ -2702,10 +2702,10 @@
 .unlock-dialog StEntry {
   border: none !important; }
   .unlock-dialog StEntry:focus {
-    background-color: rgba(0, 0, 0, 0); }
+    background-color: rgba(255, 255, 255, 0.1); }
   .unlock-dialog StEntry:insensitive {
-    color: rgba(0, 0, 0, 0.3);
-    background-color: rgba(0, 0, 0, 0); }
+    color: rgba(255, 255, 255, 0.5);
+    background-color: rgba(255, 255, 255, 0.05); }
 
 .unlock-dialog .cancel-button,
 .unlock-dialog .switch-user-button,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/gnome-shell-extensions-43.rc/data/gnome-shell-sass/widgets/_login-dialog.scss
 
new/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_login-dialog.scss
--- 
old/gnome-shell-extensions-43.rc/data/gnome-shell-sass/widgets/_login-dialog.scss
   2022-09-04 15:31:03.450734400 +0200
+++ 
new/gnome-shell-extensions-43.0/data/gnome-shell-sass/widgets/_login-dialog.scss
    2022-09-17 20:00:21.989612800 +0200
@@ -183,12 +183,12 @@
 .unlock-dialog {
   StEntry {
     border:none !important;
-    &:focus { 
-      background-color: transparentize($fg_color, 0.9);
+    &:focus {
+      background-color: if($variant == 'light', transparentize(white, 0.9), 
transparentize($fg_color, 0.9));
     }
     &:insensitive { 
-      color: transparentize($fg_color, 0.5);
-      background-color: transparentize($fg_color, 0.95);
+      color: if($variant == 'light', transparentize(white, 0.5), 
transparentize($fg_color, 0.5));
+      background-color: if($variant == 'light', transparentize(white, 0.95), 
transparentize($fg_color, 0.95));
     }
   }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.rc/meson.build 
new/gnome-shell-extensions-43.0/meson.build
--- old/gnome-shell-extensions-43.rc/meson.build        2022-09-04 
15:31:02.123704700 +0200
+++ new/gnome-shell-extensions-43.0/meson.build 2022-09-17 20:00:19.971544500 
+0200
@@ -1,5 +1,5 @@
 project('gnome-shell-extensions',
-  version: '43.rc',
+  version: '43.0',
   meson_version: '>= 0.53.0',
   license: 'GPL2+'
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.rc/po/ka.po 
new/gnome-shell-extensions-43.0/po/ka.po
--- old/gnome-shell-extensions-43.rc/po/ka.po   2022-09-04 15:31:02.128704800 
+0200
+++ new/gnome-shell-extensions-43.0/po/ka.po    2022-09-17 20:00:19.989545000 
+0200
@@ -9,15 +9,15 @@
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/";
 "issues\n"
 "POT-Creation-Date: 2022-02-13 10:42+0000\n"
-"PO-Revision-Date: 2022-02-13 14:35+0100\n"
+"PO-Revision-Date: 2022-09-14 16:37+0200\n"
 "Last-Translator: Temuri Doghonadze <[email protected]>\n"
 "Language-Team: \n"
 "Language: ka\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 3.0.1\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 3.1.1\n"
 
 #: data/gnome-classic.desktop.in:3
 msgid "GNOME Classic"
@@ -104,6 +104,9 @@
 "shell default of placing it at the bottom. Changing this setting requires "
 "restarting the shell to have any effect."
 msgstr ""
+"?????? ????????????????????????, ????????????????????? ????????????????????? 
?????????????????????????????? ?????????????????????????????? ??????????????? 
??????????????????????????????, ??????????????? "
+"?????????????????????????????? ?????????????????? 
????????????????????????????????? ????????????????????????????????????, 
????????? ?????? ??????????????? ????????????. ?????? "
+"?????????????????????????????? ?????????????????? 
????????????????????????????????? ????????????????????? ?????????????????? 
?????????????????????????????????."
 
 #: extensions/places-menu/extension.js:88
 #: extensions/places-menu/extension.js:91
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.rc/po/ne.po 
new/gnome-shell-extensions-43.0/po/ne.po
--- old/gnome-shell-extensions-43.rc/po/ne.po   2022-09-04 15:31:02.130704900 
+0200
+++ new/gnome-shell-extensions-43.0/po/ne.po    2022-09-17 20:00:19.990545000 
+0200
@@ -6,33 +6,41 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-shell-extension gnome 3.14\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/";
-"issues\n"
-"POT-Creation-Date: 2020-05-28 00:55+0000\n"
-"PO-Revision-Date: 2021-05-01 11:32+0545\n"
+"Report-Msgid-Bugs-To: 
https://gitlab.gnome.org/GNOME/gnome-shell-extensions/issues\n";
+"POT-Creation-Date: 2022-07-10 12:54+0000\n"
+"PO-Revision-Date: 2022-09-08 02:59+0545\n"
 "Last-Translator: Pawan Chitrakar <[email protected]>\n"
 "Language-Team: Nepali Translation Team <[email protected]>\n"
 "Language: ne\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.4.2\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Poedit 3.0.1\n"
 "X-Poedit-SourceCharset: UTF-8\n"
 
-#: data/gnome-classic.desktop.in:3 data/gnome-classic.session.desktop.in:3
+#: data/gnome-classic.desktop.in:3
 msgid "GNOME Classic"
 msgstr "??????????????? ?????????????????????"
 
-#: data/gnome-classic.desktop.in:4
+#: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
+#: data/gnome-classic-xorg.desktop.in:4
 msgid "This session logs you into GNOME Classic"
 msgstr "?????? ???????????? ??????????????? ??????????????????????????? 
???????????? ???????????????"
 
-#: extensions/apps-menu/extension.js:113
+#: data/gnome-classic-wayland.desktop.in:3
+msgid "GNOME Classic on Wayland"
+msgstr "????????????????????????????????? ??????????????? 
?????????????????????"
+
+#: data/gnome-classic-xorg.desktop.in:3
+msgid "GNOME Classic on Xorg"
+msgstr "Xorg ?????? ??????????????? ?????????????????????"
+
+#: extensions/apps-menu/extension.js:118
 msgid "Favorites"
 msgstr "?????????????????????"
 
-#: extensions/apps-menu/extension.js:369
+#: extensions/apps-menu/extension.js:379
 msgid "Applications"
 msgstr "???????????????????????????"
 
@@ -42,32 +50,31 @@
 
 #: 
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
 msgid ""
-"A list of strings, each containing an application id (desktop file name), "
-"followed by a colon and the workspace number"
+"A list of strings, each containing an application id (desktop file name), 
followed by a colon "
+"and the workspace number"
 msgstr ""
-"???????????????????????????????????? ????????????, 
?????????????????????????????? ??????????????????????????? ???????????? 
(????????????????????? ???????????? ?????????) ???????????????????????? ???, 
????????????????????? "
-"??????????????? ??? ?????????????????????????????? 
????????????????????????????????? ?????????????????? ???????????????"
+"???????????????????????????????????? ????????????, 
?????????????????????????????? ??????????????????????????? ???????????? 
(????????????????????? ???????????? ?????????) ???????????????????????? ???, 
????????????????????? ??????????????? ??? ?????????????????????????????? "
+"????????????????????????????????? ?????????????????? ???????????????"
 
-#: extensions/auto-move-windows/prefs.js:35
+#: extensions/auto-move-windows/prefs.js:152
 msgid "Workspace Rules"
 msgstr "?????????????????????????????? ????????????"
 
-#: extensions/auto-move-windows/prefs.js:243
+#: extensions/auto-move-windows/prefs.js:306
 msgid "Add Rule"
 msgstr "???????????? ???????????????????????????"
 
 #. TRANSLATORS: %s is the filesystem name
-#: extensions/drive-menu/extension.js:112
-#: extensions/places-menu/placeDisplay.js:233
+#: extensions/drive-menu/extension.js:126 
extensions/places-menu/placeDisplay.js:210
 #, javascript-format
 msgid "Ejecting drive ???%s??? failed:"
 msgstr "\"%s\" ?????????????????? ????????????????????? ???????????? 
?????????:"
 
-#: extensions/drive-menu/extension.js:128
+#: extensions/drive-menu/extension.js:145
 msgid "Removable devices"
 msgstr "???????????????????????? ?????????????????? ??????????????????"
 
-#: extensions/drive-menu/extension.js:155
+#: extensions/drive-menu/extension.js:167
 msgid "Open Files"
 msgstr "???????????? ????????????"
 
@@ -77,13 +84,12 @@
 
 #: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:6
 msgid ""
-"Try to use more screen for placing window thumbnails by adapting to screen "
-"aspect ratio, and consolidating them further to reduce the bounding box. "
-"This setting applies only with the natural placement strategy."
+"Try to use more screen for placing window thumbnails by adapting to screen 
aspect ratio, and "
+"consolidating them further to reduce the bounding box. This setting applies 
only with the "
+"natural placement strategy."
 msgstr ""
-"???????????????????????? ?????????????????????????????? ??????????????? 
???????????? ???????????????????????? ?????????????????? ???????????? 
????????????????????? ???????????? ???????????? ??????????????? 
?????????????????? ???????????? "
-"?????????????????? ???????????????????????????, ??? 
?????????????????????????????? ???????????????????????? ???????????? 
??????????????? ?????? ?????????????????? ??????????????????????????? ??? 
?????? ??????????????? "
-"??????????????????????????? ?????????????????????????????? 
???????????????????????? ??????????????? ???????????? ??????????????????"
+"???????????????????????? ?????????????????????????????? ??????????????? 
???????????? ???????????????????????? ?????????????????? ???????????? 
????????????????????? ???????????? ???????????? ??????????????? 
?????????????????? ???????????? ?????????????????? ???????????????????????????, 
??? "
+"?????????????????????????????? ???????????????????????? ???????????? 
??????????????? ?????? ?????????????????? ??????????????????????????? ??? 
?????? ??????????????? ??????????????????????????? 
?????????????????????????????? ???????????????????????? ??????????????? 
???????????? ??????????????????"
 
 #: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:11
 msgid "Place window captions on top"
@@ -91,39 +97,36 @@
 
 #: 
extensions/native-window-placement/org.gnome.shell.extensions.native-window-placement.gschema.xml:12
 msgid ""
-"If true, place window captions on top the respective thumbnail, overriding "
-"shell default of placing it at the bottom. Changing this setting requires "
-"restarting the shell to have any effect."
+"If true, place window captions on top the respective thumbnail, overriding 
shell default of "
+"placing it at the bottom. Changing this setting requires restarting the shell 
to have any "
+"effect."
 msgstr ""
-"????????? ????????????, ??????????????????????????? 
??????????????????????????? ???????????? ???????????????????????? 
???????????????????????? ??????????????????????????????, ??????????????? ?????? 
?????????????????? "
-"?????????????????????????????????????????? ????????? ????????????????????? 
??????????????????????????? ??? ?????? ??????????????? ???????????????????????? 
???????????? ???????????? ?????????????????? ??????????????? ????????? 
?????????: "
-"?????????????????? ??????????????? ?????????????????? ??????????????? ???"
+"????????? ????????????, ??????????????????????????? 
??????????????????????????? ???????????? ???????????????????????? 
???????????????????????? ??????????????????????????????, ??????????????? ?????? 
?????????????????? ?????????????????????????????????????????? ????????? 
????????????????????? "
+"??????????????????????????? ??? ?????? ??????????????? 
???????????????????????? ???????????? ???????????? ?????????????????? 
??????????????? ????????? ?????????: ?????????????????? ??????????????? 
?????????????????? ??????????????? ???"
 
-#: extensions/places-menu/extension.js:89
-#: extensions/places-menu/extension.js:93
+#: extensions/places-menu/extension.js:94 
extensions/places-menu/extension.js:97
 msgid "Places"
 msgstr "?????????????????????"
 
-#: extensions/places-menu/placeDisplay.js:46
+#: extensions/places-menu/placeDisplay.js:49
 #, javascript-format
 msgid "Failed to launch ???%s???"
 msgstr "%s ???????????? ???????????? ????????????"
 
-#: extensions/places-menu/placeDisplay.js:61
+#: extensions/places-menu/placeDisplay.js:64
 #, javascript-format
 msgid "Failed to mount volume for ???%s???"
 msgstr "\"%s\" ?????? ???????????? ????????????????????? ?????????????????? 
???????????? ????????????"
 
-#: extensions/places-menu/placeDisplay.js:148
-#: extensions/places-menu/placeDisplay.js:171
+#: extensions/places-menu/placeDisplay.js:125 
extensions/places-menu/placeDisplay.js:148
 msgid "Computer"
 msgstr "???????????????????????????"
 
-#: extensions/places-menu/placeDisplay.js:359
+#: extensions/places-menu/placeDisplay.js:336
 msgid "Home"
 msgstr "?????????"
 
-#: extensions/places-menu/placeDisplay.js:404
+#: extensions/places-menu/placeDisplay.js:381
 msgid "Browse Network"
 msgstr "?????????????????? ?????????????????? ???????????????????????????"
 
@@ -143,47 +146,47 @@
 msgid "The name of the theme, to be loaded from ~/.themes/name/gnome-shell"
 msgstr "~/.themes/name/gnome-shell ????????? ????????? 
?????????????????????????????? ????????????????????????????????? ?????????"
 
-#: extensions/window-list/extension.js:98
+#: extensions/window-list/extension.js:72
 msgid "Close"
 msgstr "????????????"
 
-#: extensions/window-list/extension.js:118
+#: extensions/window-list/extension.js:92
 msgid "Unminimize"
 msgstr "????????????????????? ?????????????????????????????????"
 
-#: extensions/window-list/extension.js:118
+#: extensions/window-list/extension.js:92
 msgid "Minimize"
 msgstr "???????????? ??????????????????????????????"
 
-#: extensions/window-list/extension.js:125
+#: extensions/window-list/extension.js:99
 msgid "Unmaximize"
 msgstr "?????????????????? ?????????????????????????????????"
 
-#: extensions/window-list/extension.js:125
+#: extensions/window-list/extension.js:99
 msgid "Maximize"
 msgstr "???????????? ??????????????????????????????"
 
-#: extensions/window-list/extension.js:428
+#: extensions/window-list/extension.js:483
 msgid "Minimize all"
 msgstr "????????? ???????????? ??????????????????????????????"
 
-#: extensions/window-list/extension.js:434
+#: extensions/window-list/extension.js:489
 msgid "Unminimize all"
 msgstr "????????? ????????????????????? ?????????????????????????????????"
 
-#: extensions/window-list/extension.js:440
+#: extensions/window-list/extension.js:495
 msgid "Maximize all"
 msgstr "????????? ???????????? ??????????????????????????????"
 
-#: extensions/window-list/extension.js:448
+#: extensions/window-list/extension.js:503
 msgid "Unmaximize all"
 msgstr "?????????????????? ?????????????????? 
?????????????????????????????????"
 
-#: extensions/window-list/extension.js:456
+#: extensions/window-list/extension.js:511
 msgid "Close all"
 msgstr "????????? ???????????? ???????????????????????????"
 
-#: extensions/window-list/extension.js:734
+#: extensions/window-list/extension.js:795
 msgid "Window List"
 msgstr "???????????????????????? ????????????"
 
@@ -193,14 +196,14 @@
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:13
 msgid ""
-"Decides when to group windows from the same application on the window list. "
-"Possible values are ???never???, ???auto??? and ???always???."
+"Decides when to group windows from the same application on the window list. 
Possible values are "
+"???never???, ???auto??? and ???always???."
 msgstr ""
-"???????????????????????? ?????????????????? ??????????????? 
???????????????????????????????????? ??????????????? ???????????? 
?????????????????? ?????????????????? ??????????????? ??? 
???????????????????????? ????????? \"??????????????? "
-"?????????\", \"????????????????????????\" ??? \"????????????\" ???????????? 
???"
+"???????????????????????? ?????????????????? ??????????????? 
???????????????????????????????????? ??????????????? ???????????? 
?????????????????? ?????????????????? ??????????????? ??? 
???????????????????????? ????????? \"??????????????? ?????????\", 
\"????????????????????????\" ??? "
+"\"????????????\" ???????????? ???"
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
-#: extensions/window-list/prefs.js:100
+#: extensions/window-list/prefs.js:79
 msgid "Show windows from all workspaces"
 msgstr "????????? ??????????????????????????????????????? 
???????????????????????? ?????????????????????????????????"
 
@@ -213,48 +216,44 @@
 msgstr "????????? ???????????????????????? ???????????????????????? 
???????????? ?????????????????????????????????"
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:28
-msgid ""
-"Whether to show the window list on all connected monitors or only on the "
-"primary one."
-msgstr ""
-"????????? ???????????? ?????????????????? ???????????????????????? ?????? 
???????????????????????? ???????????????????????? ??????????????? 
???????????????????????? ???????????? ????????????????????? ?????? 
???????????????????????? "
-"???"
+msgid "Whether to show the window list on all connected monitors or only on 
the primary one."
+msgstr "????????? ???????????? ?????????????????? ???????????????????????? 
?????? ???????????????????????? ???????????????????????? ??????????????? 
???????????????????????? ???????????? ????????????????????? ?????? 
???????????????????????? ???"
 
-#: extensions/window-list/prefs.js:29
+#: extensions/window-list/prefs.js:35
 msgid "Window Grouping"
 msgstr "???????????????????????? ????????????????????????"
 
-#: extensions/window-list/prefs.js:58
+#: extensions/window-list/prefs.js:40
 msgid "Never group windows"
 msgstr "???????????????????????? ???????????????????????? ??????????????????"
 
-#: extensions/window-list/prefs.js:59
+#: extensions/window-list/prefs.js:41
 msgid "Group windows when space is limited"
 msgstr "???????????? ??????????????? ??????????????? ???????????? 
?????????????????? ????????????????????????????????? ???????????? 
???????????????????????????"
 
-#: extensions/window-list/prefs.js:60
+#: extensions/window-list/prefs.js:42
 msgid "Always group windows"
 msgstr "???????????????????????? ????????????  ???????????????????????? 
???????????????"
 
-#: extensions/window-list/prefs.js:94
+#: extensions/window-list/prefs.js:66
 msgid "Show on all monitors"
 msgstr "????????? ???????????????????????? ?????????????????????????????????"
 
-#: extensions/window-list/workspaceIndicator.js:207
-#: extensions/workspace-indicator/extension.js:213
+#: extensions/window-list/workspaceIndicator.js:261
+#: extensions/workspace-indicator/extension.js:266
 msgid "Workspace Indicator"
 msgstr "?????????????????????????????? ????????????"
 
-#: extensions/workspace-indicator/prefs.js:34
-msgid "Workspace Names"
-msgstr "??????????????????????????? ?????????"
-
-#: extensions/workspace-indicator/prefs.js:67
+#: extensions/workspace-indicator/prefs.js:62
 #, javascript-format
 msgid "Workspace %d"
 msgstr "??????????????????????????? %d"
 
-#: extensions/workspace-indicator/prefs.js:218
+#: extensions/workspace-indicator/prefs.js:129
+msgid "Workspace Names"
+msgstr "??????????????????????????? ?????????"
+
+#: extensions/workspace-indicator/prefs.js:255
 msgid "Add Workspace"
 msgstr "??????????????????????????? ???????????????????????????"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-shell-extensions-43.rc/po/ru.po 
new/gnome-shell-extensions-43.0/po/ru.po
--- old/gnome-shell-extensions-43.rc/po/ru.po   2022-09-04 15:31:02.131705000 
+0200
+++ new/gnome-shell-extensions-43.0/po/ru.po    2022-09-17 20:00:19.991545000 
+0200
@@ -6,20 +6,20 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: gnome-shell-extensions gnome-3-0\n"
+"Project-Id-Version: gnome-shell-extensions\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-shell-extensions/";
 "issues\n"
-"POT-Creation-Date: 2021-11-06 14:08+0000\n"
-"PO-Revision-Date: 2021-12-11 15:12+0300\n"
+"POT-Creation-Date: 2022-07-10 12:54+0000\n"
+"PO-Revision-Date: 2022-09-14 13:09+0300\n"
 "Last-Translator: Aleksandr Melman <[email protected]>\n"
 "Language-Team: ?????????????? <[email protected]>\n"
 "Language: ru\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
-"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Poedit 3.0\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Poedit 3.1\n"
 
 #: data/gnome-classic.desktop.in:3
 msgid "GNOME Classic"
@@ -28,7 +28,7 @@
 #: data/gnome-classic.desktop.in:4 data/gnome-classic-wayland.desktop.in:4
 #: data/gnome-classic-xorg.desktop.in:4
 msgid "This session logs you into GNOME Classic"
-msgstr "???????????? ?????????? ???????????????????? ???????????????????????? 
?????????????? ???????? GNOME"
+msgstr "???????????? ?????????? ???????????????????? ???????????????????????? 
GNOME"
 
 #: data/gnome-classic-wayland.desktop.in:3
 msgid "GNOME Classic on Wayland"
@@ -38,17 +38,17 @@
 msgid "GNOME Classic on Xorg"
 msgstr "???????????????????????? GNOME ???? Xorg"
 
-#: extensions/apps-menu/extension.js:112
+#: extensions/apps-menu/extension.js:118
 msgid "Favorites"
 msgstr "??????????????????"
 
-#: extensions/apps-menu/extension.js:366
+#: extensions/apps-menu/extension.js:379
 msgid "Applications"
 msgstr "????????????????????"
 
 #: 
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:6
 msgid "Application and workspace list"
-msgstr "???????????????????? ?? ???????????? ?????????????? ????????????????"
+msgstr "???????????????????? ?? ???????????? ?????????????? ????????????"
 
 #: 
extensions/auto-move-windows/org.gnome.shell.extensions.auto-move-windows.gschema.xml:7
 msgid ""
@@ -56,28 +56,28 @@
 "followed by a colon and the workspace number"
 msgstr ""
 "???????????? ??????????, ???????????????????? ?????????????????????????? 
???????????????????? (?????? desktop-??????????), ???? "
-"?????????????? ?????????????? ?????????????????? ?? ?????????? 
???????????????? ??????????"
+"?????????????? ?????????????? ?????????????????? ?? ?????????? 
???????????????? ??????????"
 
-#: extensions/auto-move-windows/prefs.js:34
+#: extensions/auto-move-windows/prefs.js:152
 msgid "Workspace Rules"
-msgstr "?????????????? ?????? ?????????????? ??????????????"
+msgstr "?????????????? ?????? ?????????????? ????????????"
 
-#: extensions/auto-move-windows/prefs.js:236
+#: extensions/auto-move-windows/prefs.js:306
 msgid "Add Rule"
 msgstr "???????????????? ??????????????"
 
 #. TRANSLATORS: %s is the filesystem name
-#: extensions/drive-menu/extension.js:133
-#: extensions/places-menu/placeDisplay.js:233
+#: extensions/drive-menu/extension.js:126
+#: extensions/places-menu/placeDisplay.js:210
 #, javascript-format
 msgid "Ejecting drive ???%s??? failed:"
 msgstr "???? ?????????????? ?????????????? ???????? ??%s??:"
 
-#: extensions/drive-menu/extension.js:149
+#: extensions/drive-menu/extension.js:145
 msgid "Removable devices"
 msgstr "?????????????? ????????????????????"
 
-#: extensions/drive-menu/extension.js:171
+#: extensions/drive-menu/extension.js:167
 msgid "Open Files"
 msgstr "?????????????? ??????????"
 
@@ -110,31 +110,31 @@
 "?????????????????? ?????????????????? ?????????????????????????? ??????????). 
?????? ?????????????????? ?????????? ??????????????????, "
 "?????????? ?????? ???????????????? ?? ????????, ???????????????????? 
?????????????????????????? Shell."
 
-#: extensions/places-menu/extension.js:88
-#: extensions/places-menu/extension.js:91
+#: extensions/places-menu/extension.js:94
+#: extensions/places-menu/extension.js:97
 msgid "Places"
 msgstr "??????????"
 
-#: extensions/places-menu/placeDisplay.js:46
+#: extensions/places-menu/placeDisplay.js:49
 #, javascript-format
 msgid "Failed to launch ???%s???"
 msgstr "???? ?????????????? ?????????????????? ??%s??"
 
-#: extensions/places-menu/placeDisplay.js:61
+#: extensions/places-menu/placeDisplay.js:64
 #, javascript-format
 msgid "Failed to mount volume for ???%s???"
 msgstr "???? ?????????????? ???????????????????????? ?????? ?????? ??%s??"
 
+#: extensions/places-menu/placeDisplay.js:125
 #: extensions/places-menu/placeDisplay.js:148
-#: extensions/places-menu/placeDisplay.js:171
 msgid "Computer"
 msgstr "??????????????????"
 
-#: extensions/places-menu/placeDisplay.js:359
+#: extensions/places-menu/placeDisplay.js:336
 msgid "Home"
 msgstr "???????????????? ??????????"
 
-#: extensions/places-menu/placeDisplay.js:404
+#: extensions/places-menu/placeDisplay.js:381
 msgid "Browse Network"
 msgstr "?????????? ????????"
 
@@ -175,28 +175,28 @@
 msgid "Maximize"
 msgstr "????????????????????"
 
-#: extensions/window-list/extension.js:434
+#: extensions/window-list/extension.js:483
 msgid "Minimize all"
 msgstr "???????????????? ??????"
 
 # ???? ?????? "????????????????????????", ???????????? ?????????? 
???????????????????? ?????????????????????????? ???????????? (unmaximize)
-#: extensions/window-list/extension.js:440
+#: extensions/window-list/extension.js:489
 msgid "Unminimize all"
 msgstr "?????????????? ??????"
 
-#: extensions/window-list/extension.js:446
+#: extensions/window-list/extension.js:495
 msgid "Maximize all"
 msgstr "???????????????????? ??????"
 
-#: extensions/window-list/extension.js:454
+#: extensions/window-list/extension.js:503
 msgid "Unmaximize all"
 msgstr "???????????????????????? ??????"
 
-#: extensions/window-list/extension.js:462
+#: extensions/window-list/extension.js:511
 msgid "Close all"
 msgstr "?????????????? ??????"
 
-#: extensions/window-list/extension.js:741
+#: extensions/window-list/extension.js:795
 msgid "Window List"
 msgstr "???????????? ????????"
 
@@ -214,14 +214,14 @@
 "??always?? ??? ????????????."
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:20
-#: extensions/window-list/prefs.js:86
+#: extensions/window-list/prefs.js:79
 msgid "Show windows from all workspaces"
-msgstr "???????????????????? ???????? ???? ???????? ?????????????? 
????????????????"
+msgstr "???????????????????? ???????? ???? ???????? ?????????????? 
????????????"
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:21
 msgid "Whether to show windows from all workspaces or only the current one."
 msgstr ""
-"???????????????????? ???? ???????????? ???????? ???? ???????? ?????????????? 
???????????????? ?????? ???????????? ?? ??????????????."
+"???????????????????? ???? ???????????? ???????? ???? ???????? ?????????????? 
???????????? ?????? ???????????? ?? ????????????????."
 
 #: extensions/window-list/org.gnome.shell.extensions.window-list.gschema.xml:27
 msgid "Show the window list on all monitors"
@@ -235,41 +235,40 @@
 "???????????????????? ???? ???????????? ???????? ???? ???????? 
???????????????????????? ?????????????????? ?????? ???????????? ???? "
 "????????????????."
 
-#: extensions/window-list/prefs.js:39
+#: extensions/window-list/prefs.js:35
 msgid "Window Grouping"
 msgstr "?????????????????????? ????????"
 
-#: extensions/window-list/prefs.js:63
+#: extensions/window-list/prefs.js:40
 msgid "Never group windows"
 msgstr "?????????????? ???? ???????????????????????? ????????"
 
-#: extensions/window-list/prefs.js:64
+#: extensions/window-list/prefs.js:41
 msgid "Group windows when space is limited"
 msgstr "???????????????????????? ????????, ???????? ?????????? 
????????????????????"
 
-#: extensions/window-list/prefs.js:65
+#: extensions/window-list/prefs.js:42
 msgid "Always group windows"
 msgstr "???????????? ???????????????????????? ????????"
 
-#: extensions/window-list/prefs.js:81
+#: extensions/window-list/prefs.js:66
 msgid "Show on all monitors"
 msgstr "???????????????????? ???? ???????? ??????????????????"
 
-#: extensions/window-list/workspaceIndicator.js:249
-#: extensions/workspace-indicator/extension.js:254
+#: extensions/window-list/workspaceIndicator.js:261
+#: extensions/workspace-indicator/extension.js:266
 msgid "Workspace Indicator"
-msgstr "?????????????????? ?????????????? ??????????????"
+msgstr "?????????????????? ?????????????? ????????????"
 
-#: extensions/workspace-indicator/prefs.js:33
-msgid "Workspace Names"
-msgstr "???????????????? ?????????????? ????????????????"
-
-#: extensions/workspace-indicator/prefs.js:66
+#: extensions/workspace-indicator/prefs.js:62
 #, javascript-format
 msgid "Workspace %d"
-msgstr "?????????????? ?????????????? %d"
+msgstr "?????????????? ???????? %d"
 
-#: extensions/workspace-indicator/prefs.js:207
-msgid "Add Workspace"
-msgstr "???????????????? ?????????????? ??????????????"
+#: extensions/workspace-indicator/prefs.js:129
+msgid "Workspace Names"
+msgstr "???????????????? ?????????????? ????????????"
 
+#: extensions/workspace-indicator/prefs.js:255
+msgid "Add Workspace"
+msgstr "???????????????? ?????????????? ????????"

Reply via email to