Hello community,

here is the log from the commit of package chrome-gnome-shell for 
openSUSE:Factory checked in at 2017-03-22 23:00:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/chrome-gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.chrome-gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "chrome-gnome-shell"

Wed Mar 22 23:00:26 2017 rev:4 rq:476928 version:8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/chrome-gnome-shell/chrome-gnome-shell.changes    
2017-02-20 13:14:40.555993483 +0100
+++ 
/work/SRC/openSUSE:Factory/.chrome-gnome-shell.new/chrome-gnome-shell.changes   
    2017-03-22 23:00:29.447021951 +0100
@@ -1,0 +2,15 @@
+Sat Mar 04 09:30:18 UTC 2017 - [email protected]
+
+- Update to version 8.2:
+  + ubuntu:
+    - Added control.in that is needed for gnome-pkg-tools.
+    - Fixed python 3 detection.
+  + notifications: Fixed inter-frame communication.
+  + api:
+    - Do not expose api if GNOME Shell is not running.
+    - Do not expose api version on initialize failure.
+  + update-check: Fixed in-frame communication.
+  + i18n: Regenerate locales.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  chrome-gnome-shell-8.1.tar.xz

New:
----
  chrome-gnome-shell-8.2.tar.xz

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

Other differences:
------------------
++++++ chrome-gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.xeIfn4/_old  2017-03-22 23:00:30.218912533 +0100
+++ /var/tmp/diff_new_pack.xeIfn4/_new  2017-03-22 23:00:30.222911966 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           chrome-gnome-shell
-Version:        8.1
+Version:        8.2
 Release:        0
 Summary:        GNOME Shell integration for Chrome Extension compatible 
browsers
 License:        GPL-3.0+

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xeIfn4/_old  2017-03-22 23:00:30.266905730 +0100
+++ /var/tmp/diff_new_pack.xeIfn4/_new  2017-03-22 23:00:30.270905163 +0100
@@ -2,9 +2,9 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">git://git.gnome.org/chrome-gnome-shell</param>
     <param name="scm">git</param>
-    <param name="versionformat">8.1</param>
+    <param name="versionformat">8.2</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/v8.1</param>
+    <param name="revision">refs/tags/v8.2</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xeIfn4/_old  2017-03-22 23:00:30.298901195 +0100
+++ /var/tmp/diff_new_pack.xeIfn4/_new  2017-03-22 23:00:30.298901195 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">git://git.gnome.org/chrome-gnome-shell</param>
-              <param 
name="changesrevision">b929c4278de7e2d1707d4f92e13e75b725d95e88</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">e6dff0531b5bc962360fb491713030b7faaaf7d8</param></service></servicedata>
\ No newline at end of file

++++++ chrome-gnome-shell-8.1.tar.xz -> chrome-gnome-shell-8.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/CMakeLists.txt 
new/chrome-gnome-shell-8.2/CMakeLists.txt
--- old/chrome-gnome-shell-8.1/CMakeLists.txt   2017-02-12 20:25:24.000000000 
+0100
+++ new/chrome-gnome-shell-8.2/CMakeLists.txt   2017-03-02 20:44:02.000000000 
+0100
@@ -9,7 +9,7 @@
 endif(NOT DEFINED CMAKE_SIZEOF_VOID_P)
 
 # Variables
-set(PROJECT_VERSION "8.1")
+set(PROJECT_VERSION "8.2")
 
 set(ARCHIVE_NAME ${CMAKE_PROJECT_NAME}-${PROJECT_VERSION})
 set(ARCHIVE_FULL_NAME ${ARCHIVE_NAME}.tar.xz)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/NEWS 
new/chrome-gnome-shell-8.2/NEWS
--- old/chrome-gnome-shell-8.1/NEWS     2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/NEWS     2017-03-02 20:44:02.000000000 +0100
@@ -1,3 +1,26 @@
+= 2017-03-02 chrome-gnome-shell 8.2 =
+
+== Changes ==
+ * Fixed error that prevents update notification to appear (github#36).
+ * Fixed error that prevents extensions.gnome.org to be opened when update 
notification was clicked.
+ * Fixed crash in native host connector when GNOME Shell is not running 
(github#35).
+
+== Translations ==
+ * Finnish (Jiri Grönroos)
+ * Serbian (Мирослав Николић)
+
+== Known issues ==
+ * Native host connector is not working in Google Chrome and Opera when 
installed via Debian Stretch or Sid
+   repositories. To know "why?" look
+   here (https://github.com/nE0sIghT/chrome-gnome-shell-mirror/issues/17),
+   here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840804) and
+   here (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840235). For a 
workaround
+   look here
+   
(https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation#Troubleshooting).
+ * Web extension is broken on FreeBSD because of bug 212925
+   (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212925).
+
+
 = 2017-02-12 chrome-gnome-shell 8.1 =
 
 == Changes ==
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chrome-gnome-shell-8.1/connector/chrome-gnome-shell.py 
new/chrome-gnome-shell-8.2/connector/chrome-gnome-shell.py
--- old/chrome-gnome-shell-8.1/connector/chrome-gnome-shell.py  2017-02-12 
20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/connector/chrome-gnome-shell.py  2017-03-02 
20:44:02.000000000 +0100
@@ -23,7 +23,7 @@
 import sys
 import traceback
 
-CONNECTOR_VERSION = 8.1
+CONNECTOR_VERSION = 8.2
 DEBUG_ENABLED = False
 
 SHELL_SCHEMA = "org.gnome.shell"
@@ -372,7 +372,7 @@
                     'success': True,
                     'properties': {
                         'connectorVersion': CONNECTOR_VERSION,
-                        'shellVersion': shell_version.unpack(),
+                        'shellVersion': shell_version.unpack() if 
shell_version is not None else None,
                         'versionValidationEnabled': not disable_version_check,
                         'supports': [
                             'notifications',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/contrib/chrome-web-store/fi 
new/chrome-gnome-shell-8.2/contrib/chrome-web-store/fi
--- old/chrome-gnome-shell-8.1/contrib/chrome-web-store/fi      1970-01-01 
01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.2/contrib/chrome-web-store/fi      2017-03-02 
20:44:02.000000000 +0100
@@ -0,0 +1,17 @@
+Sinun TÄYTYY asentaa natiiviyhdistin, jotta tämä laajennus toimii.
+
+Arch Linuxille on tarjolla PKGBUILD AUR:in kautta: 
https://aur.archlinux.org/packages/chrome-gnome-shell-git
+
+Debian Linuxille on tarjolla paketti Sidissä ja Stretchissä: 
https://tracker.debian.org/pkg/chrome-gnome-shell
+
+Fedora Linuxille on tarjolla paketti Copr-ohjelmistolähteen kautta: 
https://copr.fedorainfracloud.org/coprs/region51/chrome-gnome-shell
+
+Gentoossa voit asentaa yhdistimen komennolla:
+emerge gnome-extra/chrome-gnome-shell
+
+Ubuntu Linuxille on tarjolla PPA-ohjelmistolähde ne0sight/chrome-gnome-shell. 
Asenna yhdistin antamalla seuraavat komennot:
+sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell
+sudo apt-get update
+sudo apt-get install chrome-gnome-shell
+
+Voit halutessasi asentaa yhdistimen manuaalisesti. Lue 
https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation 
saadaksesi asennusohjeet.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/contrib/chrome-web-store/sr 
new/chrome-gnome-shell-8.2/contrib/chrome-web-store/sr
--- old/chrome-gnome-shell-8.1/contrib/chrome-web-store/sr      2017-02-12 
20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/contrib/chrome-web-store/sr      2017-03-02 
20:44:02.000000000 +0100
@@ -2,6 +2,8 @@
 
 За Арч Линукс постоји „PKGBUILD“ доступан у АУР-у: 
https://aur.archlinux.org/packages/chrome-gnome-shell-git
 
+За Дебијан Линукс постоји доступан пакет у Сиду и Стречу: 
https://tracker.debian.org/pkg/chrome-gnome-shell
+
 За Федору Линукс пакет је доступан у Копр-у: 
https://copr.fedorainfracloud.org/coprs/region51/chrome-gnome-shell
 
 У Џенту Линуксу конектор можете инсталирати наредбом:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/contrib/ubuntu/control.in 
new/chrome-gnome-shell-8.2/contrib/ubuntu/control.in
--- old/chrome-gnome-shell-8.1/contrib/ubuntu/control.in        1970-01-01 
01:00:00.000000000 +0100
+++ new/chrome-gnome-shell-8.2/contrib/ubuntu/control.in        2017-03-02 
20:44:02.000000000 +0100
@@ -0,0 +1,17 @@
+Source: chrome-gnome-shell
+Section: gnome
+Priority: optional
+Maintainer: Yuri Konotopov <[email protected]>
+Build-Depends: debhelper (>= 9.0.0), cmake, coreutils, python3, 
gnome-pkg-tools, jq
+Standards-Version: 3.9.4
+Homepage: https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome
+Vcs-Git: git://git.gnome.org/chrome-gnome-shell
+Vcs-Browser: https://git.gnome.org/browse/chrome-gnome-shell
+
+Package: chrome-gnome-shell
+Architecture: all
+Depends: ${misc:Depends}, gnome-shell, python3, python3-gi, python3-requests
+Suggests: chromium | chromium-browser, firefox
+Enhances: chromium, chromium-browser, firefox
+Description: GNOME Shell integration
+  Provides integration with GNOME Shell extensions repository
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/contrib/ubuntu/rules 
new/chrome-gnome-shell-8.2/contrib/ubuntu/rules
--- old/chrome-gnome-shell-8.1/contrib/ubuntu/rules     2017-02-12 
20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/contrib/ubuntu/rules     2017-03-02 
20:44:02.000000000 +0100
@@ -8,4 +8,4 @@
        dh $@ --with gnome
 
 override_dh_auto_configure:
-       dh_auto_configure -- -DBUILD_EXTENSION=OFF -DUSE_DEBIAN_LAYOUT=ON 
-DCMAKE_INSTALL_LIBDIR=lib -DPython_ADDITIONAL_VERSIONS=3
+       dh_auto_configure -- -DBUILD_EXTENSION=OFF -DUSE_DEBIAN_LAYOUT=ON 
-DCMAKE_INSTALL_LIBDIR=lib -DPythonInterp_FIND_VERSION=3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chrome-gnome-shell-8.1/extension/_locales/fi/messages.json 
new/chrome-gnome-shell-8.2/extension/_locales/fi/messages.json
--- old/chrome-gnome-shell-8.1/extension/_locales/fi/messages.json      
2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/_locales/fi/messages.json      
2017-03-02 20:44:02.000000000 +0100
@@ -114,7 +114,7 @@
        },
        "options_title": {
                "description": "$GS_CHROME$ is placeholder for 'GNOME Shell 
integration' string. This string used as title for Options page. This title is 
not shown in Chrome, but may be shown in other browsers.",
-               "message": "$GS_CHROME$ options",
+               "message": "$GS_CHROME$ -valinnat",
                "placeholders": {
                        "gs_chrome": {
                                "content": "$1"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chrome-gnome-shell-8.1/extension/_locales/sr/messages.json 
new/chrome-gnome-shell-8.2/extension/_locales/sr/messages.json
--- old/chrome-gnome-shell-8.1/extension/_locales/sr/messages.json      
2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/_locales/sr/messages.json      
2017-03-02 20:44:02.000000000 +0100
@@ -185,7 +185,7 @@
        },
        "warning_apis_missing": {
                "description": "$$1 is a placeholder for a list of missing 
APIs",
-               "message": "Your native host connector do not support following 
APIs: $$1. Probably you should upgrade native host connector or install plugins 
for missing APIs. Refer <a 
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>documentation</a>
 for instructions."
+               "message": "\u0412\u0430\u0448 
\u0438\u0437\u0432\u043e\u0440\u043d\u0438 
\u043a\u043e\u043d\u0435\u043a\u0442\u043e\u0440 
\u0434\u043e\u043c\u0430\u045b\u0438\u043d\u0430 \u043d\u0435 
\u043f\u043e\u0434\u0440\u0436\u0430\u0432\u0430 
\u0441\u043b\u0435\u0434\u0435\u045b\u0435 \u0410\u041f\u0418-\u0458\u0435: 
$$1. \u0412\u0435\u0440\u043e\u0432\u0430\u0442\u043d\u043e 
\u0442\u0440\u0435\u0431\u0430 \u0434\u0430 
\u043d\u0430\u0434\u043e\u0433\u0440\u0430\u0434\u0438\u0442\u0435 
\u0438\u0437\u0432\u043e\u0440\u043d\u0438 
\u043a\u043e\u043d\u0435\u043a\u0442\u043e\u0440 
\u0434\u043e\u043c\u0430\u045b\u0438\u043d\u0430 \u0438\u043b\u0438 
\u0434\u0430 \u0438\u043d\u0441\u0442\u0430\u043b\u0438\u0440\u0430\u0442\u0435 
\u043f\u0440\u0438\u043a\u0459\u0443\u0447\u043a\u0435 \u0437\u0430 
\u043d\u0435\u0434\u043e\u0441\u0442\u0430\u0458\u0443\u045b\u0435 
\u0410\u041f\u0418-\u0458\u0435. 
\u0418\u0441\u043f\u0440\u0430\u0442\u0438\u0442\u0435 <a 
href='https://wiki.gnome.org/Projects/GnomeShellIntegrationForChrome/Installation'>\u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0430\u0446\u0438\u0458\u0443</a>
 \u0437\u0430 \u0443\u043f\u0443\u0442\u0441\u0442\u0432\u0438\u043c\u0430."
        },
        "yes": {
                "message": "\u0414\u0430"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/extension/extension.js 
new/chrome-gnome-shell-8.2/extension/extension.js
--- old/chrome-gnome-shell-8.1/extension/extension.js   2017-02-12 
20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/extension.js   2017-03-02 
20:44:02.000000000 +0100
@@ -144,7 +144,7 @@
                }
                else if([SIGNAL_NOTIFICATION_ACTION, 
SIGNAL_NOTIFICATION_CLICKED].indexOf(message.signal) != -1)
                {
-                       chrome.runtime.sendMessage(message);
+                       window.postMessage(message, "*");
                }
        }
 });
@@ -153,19 +153,17 @@
  */
 port.postMessage({execute: 'subscribeSignals'});
 
-chrome.runtime.onMessage.addListener(
-       function (request, sender, sendResponse) {
-               if(
-                       sender.id && sender.id === GS_CHROME_ID &&
-                       request && request.execute)
+window.addEventListener("message", function (event) {
+               // We only accept messages from ourselves
+               if (event.source == window && event.data && event.data.execute)
                {
-                       switch (request.execute)
+                       switch (event.data.execute)
                        {
                                case 'createNotification':
-                                       port.postMessage(request);
+                                       port.postMessage(event.data);
                                        break;
                                case 'removeNotification':
-                                       port.postMessage(request);
+                                       port.postMessage(event.data);
                                        break;
                        }
                }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chrome-gnome-shell-8.1/extension/include/notifications.js 
new/chrome-gnome-shell-8.2/extension/include/notifications.js
--- old/chrome-gnome-shell-8.1/extension/include/notifications.js       
2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/include/notifications.js       
2017-03-02 20:44:02.000000000 +0100
@@ -172,11 +172,11 @@
                function create(name, options) {
                        options = remove_list(options);
 
-                       chrome.runtime.sendMessage({
+                       window.postMessage({
                                execute: 'createNotification',
                                name: name,
                                options: $.extend(DEFAULT_NOTIFICATION_OPTIONS, 
options)
-                       });
+                       }, "*");
                }
 
                function remove(notificationId) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/chrome-gnome-shell-8.1/extension/include/sweettooth-api.js 
new/chrome-gnome-shell-8.2/extension/include/sweettooth-api.js
--- old/chrome-gnome-shell-8.1/extension/include/sweettooth-api.js      
2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/include/sweettooth-api.js      
2017-03-02 20:44:02.000000000 +0100
@@ -73,6 +73,12 @@
                        var ready = sendResolveExtensionMessage("initialize", 
"properties", null);
 
                        ready.then(function (response) {
+                               if(!response.shellVersion)
+                               {
+                                       apiObject.apiVersion = null;
+                                       return;
+                               }
+
                                apiObject.shellVersion = response.shellVersion;
                                apiObject.versionValidationEnabled = 
response.versionValidationEnabled;
 
@@ -100,6 +106,8 @@
                                        });
                                }
                        }, function (message) {
+                               apiObject.apiVersion = null;
+
                                require(['messages'], function (messages) {
                                        messages.addWarning(message ? message : 
GSC.getMessage('no_host_connector'));
                                })
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/extension/include/update.js 
new/chrome-gnome-shell-8.2/extension/include/update.js
--- old/chrome-gnome-shell-8.1/extension/include/update.js      2017-02-12 
20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/include/update.js      2017-03-02 
20:44:02.000000000 +0100
@@ -234,23 +234,19 @@
                        }
                        else
                        {
-                               chrome.runtime.onMessage.addListener(
-                                       function (request, sender, 
sendResponse) {
-                                               if(
-                                                       sender.id && sender.id 
=== GS_CHROME_ID &&
-                                                       request && 
request.signal)
+                               window.addEventListener("message", function 
(event) {
+                                       if (event.source == window && 
event.data && event.data.signal)
+                                       {
+                                               if(event.data.signal == 
SIGNAL_NOTIFICATION_ACTION)
                                                {
-                                                       if(request.signal == 
SIGNAL_NOTIFICATION_ACTION)
-                                                       {
-                                                               
onNotificationAction(request.name, request.button_id);
-                                                       }
-                                                       else if(request.signal 
== SIGNAL_NOTIFICATION_CLICKED)
-                                                       {
-                                                               
onNotificationClicked(request.name);
-                                                       }
+                                                       
onNotificationAction(event.data.name, event.data.button_id);
+                                               }
+                                               else if(event.data.signal == 
SIGNAL_NOTIFICATION_CLICKED)
+                                               {
+                                                       
onNotificationClicked(event.data.name);
                                                }
                                        }
-                               );
+                               });
                        }
                });
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/extension/manifest.json 
new/chrome-gnome-shell-8.2/extension/manifest.json
--- old/chrome-gnome-shell-8.1/extension/manifest.json  2017-02-12 
20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/extension/manifest.json  2017-03-02 
20:44:02.000000000 +0100
@@ -4,7 +4,7 @@
   "name": "__MSG_gs_chrome__",
   "short_name": "GS Chrome",
   "description": "__MSG_manifest_description__",
-  "version": "8.1",
+  "version": "8.2",
 
   "default_locale": "en",
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/po/fi.po 
new/chrome-gnome-shell-8.2/po/fi.po
--- old/chrome-gnome-shell-8.1/po/fi.po 2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/po/fi.po 2017-03-02 20:44:02.000000000 +0100
@@ -3,14 +3,14 @@
 #
 # DO NOT EDIT!
 # This file is auto generated with chrome-messages2po tool.
-# Jiri Grönroos <[email protected]>, 2016.
+# Jiri Grönroos <[email protected]>, 2016, 2017.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
 "POT-Creation-Date: 2017-01-04 06:47+0000\n"
-"PO-Revision-Date: 2016-08-31 18:32+0300\n"
+"PO-Revision-Date: 2017-02-18 18:05+0200\n"
 "Last-Translator: Jiri Grönroos <[email protected]>\n"
 "Language-Team: suomi <[email protected]>\n"
 "Language: \n"
@@ -194,7 +194,7 @@
 #.
 #: chrome-gnome-shell-key-options_title:1
 msgid "$GS_CHROME$ options"
-msgstr ""
+msgstr "$GS_CHROME$ -valinnat"
 
 #. Option name. Allow enable/disable update check for GNOME Shell extensions.
 #: chrome-gnome-shell-key-options_update_check:1
@@ -313,6 +313,29 @@
 "You also can install connector manually. See https://wiki.gnome.org/Projects/";
 "GnomeShellIntegrationForChrome/Installation for install instructions.\n"
 msgstr ""
+"Sinun TÄYTYY asentaa natiiviyhdistin, jotta tämä laajennus toimii.\n"
+"\n"
+"Arch Linuxille on tarjolla PKGBUILD AUR:in kautta: https://aur.archlinux.org/";
+"packages/chrome-gnome-shell-git\n"
+"\n"
+"Debian Linuxille on tarjolla paketti Sidissä ja Stretchissä: https://tracker.";
+"debian.org/pkg/chrome-gnome-shell\n"
+"\n"
+"Fedora Linuxille on tarjolla paketti Copr-ohjelmistolähteen kautta: https://";
+"copr.fedorainfracloud.org/coprs/region51/chrome-gnome-shell\n"
+"\n"
+"Gentoossa voit asentaa yhdistimen komennolla:\n"
+"emerge gnome-extra/chrome-gnome-shell\n"
+"\n"
+"Ubuntu Linuxille on tarjolla PPA-ohjelmistolähde ne0sight/chrome-gnome-"
+"shell. Asenna yhdistin antamalla seuraavat komennot:\n"
+"sudo add-apt-repository ppa:ne0sight/chrome-gnome-shell\n"
+"sudo apt-get update\n"
+"sudo apt-get install chrome-gnome-shell\n"
+"\n"
+"Voit halutessasi asentaa yhdistimen manuaalisesti. Lue https://wiki.gnome.";
+"org/Projects/GnomeShellIntegrationForChrome/Installation saadaksesi "
+"asennusohjeet.\n"
 
 #~ msgid "older than version 4"
 #~ msgstr "vanhempi kuin versio 4"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/chrome-gnome-shell-8.1/po/sr.po 
new/chrome-gnome-shell-8.2/po/sr.po
--- old/chrome-gnome-shell-8.1/po/sr.po 2017-02-12 20:25:24.000000000 +0100
+++ new/chrome-gnome-shell-8.2/po/sr.po 2017-03-02 20:44:02.000000000 +0100
@@ -1,15 +1,15 @@
 # GNOME Shell integration for Chrome
 # DO NOT EDIT!
 # This file is auto generated with chrome-messages2po tool.
-# Мирослав Николић <[email protected]>, 2016.
+# Мирослав Николић <[email protected]>, 2016, 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: 1.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2017-01-04 06:47+0000\n"
-"PO-Revision-Date: 2016-08-26 20:34+0200\n"
+"POT-Creation-Date: 2017-02-12 19:03+0000\n"
+"PO-Revision-Date: 2017-02-24 17:51+0200\n"
 "Last-Translator: Мирослав Николић <[email protected]>\n"
-"Language-Team: српски <[email protected]>\n"
+"Language-Team: Serbian <(nothing)>\n"
 "Language: sr\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -276,7 +276,6 @@
 
 #. $$1 is a placeholder for a list of missing APIs
 #: chrome-gnome-shell-key-warning_apis_missing:1
-#, fuzzy
 msgid ""
 "Your native host connector do not support following APIs: $$1. Probably you "
 "should upgrade native host connector or install plugins for missing APIs. "
@@ -284,10 +283,10 @@
 "GnomeShellIntegrationForChrome/Installation'>documentation</a> for "
 "instructions."
 msgstr ""
-"Иако проширење интеграције Гномове шкољке ради, изворни конектор домаћина "
-"није откривен. Погледајте у <a href='https://wiki.gnome.org/Projects/";
-"GnomeShellIntegrationForChrome/Installation'>документацији</a> упутства о "
-"инсталирању конектора."
+"Ваш изворни конектор домаћина не подржава следеће АПИ-је: $$1. Вероватно "
+"треба да надоградите изворни конектор домаћина или да инсталирате прикључке "
+"за недостајуће АПИ-је. Испратите <a href='https://wiki.gnome.org/Projects/";
+"GnomeShellIntegrationForChrome/Installation'>документацију</a> за упутствима."
 
 #: chrome-gnome-shell-key-yes:1
 msgid "Yes"
@@ -295,7 +294,6 @@
 
 #. Chrome store description
 #: chrome-gnome-shell-store-description:1
-#, fuzzy
 msgid ""
 "You MUST install native connector for this extension to work.\n"
 "\n"
@@ -325,6 +323,9 @@
 "За Арч Линукс постоји „PKGBUILD“ доступан у АУР-у: https://aur.archlinux.org/";
 "packages/chrome-gnome-shell-git\n"
 "\n"
+"За Дебијан Линукс постоји доступан пакет у Сиду и Стречу: https://tracker.";
+"debian.org/pkg/chrome-gnome-shell\n"
+"\n"
 "За Федору Линукс пакет је доступан у Копр-у: https://copr.fedorainfracloud.";
 "org/coprs/region51/chrome-gnome-shell\n"
 "\n"


Reply via email to