Hello community,

here is the log from the commit of package lightsoff for openSUSE:Factory 
checked in at 2016-11-12 14:50:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lightsoff (Old)
 and      /work/SRC/openSUSE:Factory/.lightsoff.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lightsoff"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lightsoff/lightsoff.changes      2016-09-23 
11:36:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lightsoff.new/lightsoff.changes 2016-11-12 
14:50:50.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Nov 11 10:20:33 UTC 2016 - dims...@opensuse.org
+
+- Update to version 3.22.2:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  lightsoff-3.22.0.tar.xz

New:
----
  lightsoff-3.22.2.tar.xz

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

Other differences:
------------------
++++++ lightsoff.spec ++++++
--- /var/tmp/diff_new_pack.QHq8PX/_old  2016-11-12 14:50:51.000000000 +0100
+++ /var/tmp/diff_new_pack.QHq8PX/_new  2016-11-12 14:50:51.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           lightsoff
-Version:        3.22.0
+Version:        3.22.2
 Release:        0
 Summary:        Lights Out Game for GNOME
 License:        GPL-2.0+

++++++ lightsoff-3.22.0.tar.xz -> lightsoff-3.22.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/Makefile.in 
new/lightsoff-3.22.2/Makefile.in
--- old/lightsoff-3.22.0/Makefile.in    2016-09-19 19:59:19.000000000 +0200
+++ new/lightsoff-3.22.2/Makefile.in    2016-11-07 23:00:45.000000000 +0100
@@ -538,7 +538,7 @@
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-       tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+       tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
        $(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -563,7 +563,7 @@
        @echo WARNING: "Support for shar distribution archives is" \
                       "deprecated." >&2
        @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-       shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+       shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
        $(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -581,7 +581,7 @@
 distcheck: dist
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
          bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
        *.tar.lz*) \
@@ -591,7 +591,7 @@
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
-         GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+         eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
        esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/NEWS new/lightsoff-3.22.2/NEWS
--- old/lightsoff-3.22.0/NEWS   2016-09-19 19:59:14.000000000 +0200
+++ new/lightsoff-3.22.2/NEWS   2016-11-07 23:00:30.000000000 +0100
@@ -1,3 +1,8 @@
+Lights Off 3.22.2
+==================
+
+* Updated translations
+
 Lights Off 3.22.0
 ==================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/configure 
new/lightsoff-3.22.2/configure
--- old/lightsoff-3.22.0/configure      2016-09-19 19:59:18.000000000 +0200
+++ new/lightsoff-3.22.2/configure      2016-11-07 23:00:45.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Lights Off 3.22.0.
+# Generated by GNU Autoconf 2.69 for Lights Off 3.22.2.
 #
 # Report bugs to <https://bugzilla.gnome.org/>.
 #
@@ -639,8 +639,8 @@
 # Identity of this package.
 PACKAGE_NAME='Lights Off'
 PACKAGE_TARNAME='lightsoff'
-PACKAGE_VERSION='3.22.0'
-PACKAGE_STRING='Lights Off 3.22.0'
+PACKAGE_VERSION='3.22.2'
+PACKAGE_STRING='Lights Off 3.22.2'
 PACKAGE_BUGREPORT='https://bugzilla.gnome.org/'
 PACKAGE_URL='https://wiki.gnome.org/Apps/Lightsoff'
 
@@ -1358,7 +1358,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures Lights Off 3.22.0 to adapt to many kinds of systems.
+\`configure' configures Lights Off 3.22.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1424,7 +1424,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Lights Off 3.22.0:";;
+     short | recursive ) echo "Configuration of Lights Off 3.22.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1540,7 +1540,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Lights Off configure 3.22.0
+Lights Off configure 3.22.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1641,7 +1641,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by Lights Off $as_me 3.22.0, which was
+It was created by Lights Off $as_me 3.22.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2506,7 +2506,7 @@
 
 # Define the identity of the package.
  PACKAGE='lightsoff'
- VERSION='3.22.0'
+ VERSION='3.22.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -5829,7 +5829,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Lights Off $as_me 3.22.0, which was
+This file was extended by Lights Off $as_me 3.22.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5887,7 +5887,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-Lights Off config.status 3.22.0
+Lights Off config.status 3.22.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/configure.ac 
new/lightsoff-3.22.2/configure.ac
--- old/lightsoff-3.22.0/configure.ac   2016-09-19 19:59:14.000000000 +0200
+++ new/lightsoff-3.22.2/configure.ac   2016-11-07 23:00:17.000000000 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Lights Off], [3.22.0], [https://bugzilla.gnome.org/],
+AC_INIT([Lights Off], [3.22.2], [https://bugzilla.gnome.org/],
         [lightsoff], [https://wiki.gnome.org/Apps/Lightsoff])
 AC_CONFIG_MACRO_DIR([m4])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/po/ca.po 
new/lightsoff-3.22.2/po/ca.po
--- old/lightsoff-3.22.0/po/ca.po       2016-08-30 00:12:23.000000000 +0200
+++ new/lightsoff-3.22.2/po/ca.po       2016-10-20 00:38:15.000000000 +0200
@@ -13,19 +13,29 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: gnome-games\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=lightsoff&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2014-09-04 21:47+0000\n"
-"PO-Revision-Date: 2014-09-05 00:06+0200\n"
-"Last-Translator: Gil Forcada <gilforc...@guifi.net>\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-25 15:02+0200\n"
+"PO-Revision-Date: 2016-09-25 14:59+0200\n"
+"Last-Translator: Jordi Mas <j...@softcatala.org>\n"
 "Language-Team: Catalan <tradgn...@softcatala.org>\n"
 "Language: ca\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bits\n"
+"Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
+"X-Generator: Poedit 1.8.7.1\n"
 
-#: ../data/lightsoff.appdata.xml.in.h:1
+#: ../data/lightsoff.appdata.xml.in.h:1 ../data/lightsoff.desktop.in.h:1
+#: ../src/lightsoff.vala:87 ../src/lightsoff.vala:109
+msgid "Lights Off"
+msgstr "Apaga els llums"
+
+#: ../data/lightsoff.appdata.xml.in.h:2 ../data/lightsoff.desktop.in.h:2
+#: ../src/lightsoff.vala:90
+msgid "Turn off all the lights"
+msgstr "Apaga tots els llums"
+
+#: ../data/lightsoff.appdata.xml.in.h:3
 msgid ""
 "Lights Off is a collection of light switch puzzles. Clicking on a light "
 "toggles it either on or off, but also toggles all the surrounding lights, "
@@ -36,7 +46,7 @@
 "apaga els llums que l'envolten. L'objectiu és senzill: apagueu tots els "
 "llums!"
 
-#: ../data/lightsoff.appdata.xml.in.h:2
+#: ../data/lightsoff.appdata.xml.in.h:4
 msgid ""
 "Players who delight in turning off lights will enjoy the huge number of "
 "levels."
@@ -44,73 +54,47 @@
 "El jugadors que els agrada apagar els llums hi gaudiran molt gràcies al gran "
 "nombre de nivells."
 
-#: ../data/lightsoff.desktop.in.h:1 ../src/lightsoff.vala:207
-#: ../src/lightsoff.vala:229
-msgid "Lights Off"
-msgstr "Apaga els llums"
-
-#: ../data/lightsoff.desktop.in.h:2
-msgid "Turn off all the lights"
-msgstr "Apaga tots els llums"
+#: ../data/lightsoff.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "El projecte GNOME"
 
 #: ../data/lightsoff.desktop.in.h:3
 msgid "game;logic;board;tiles;adjacent;puzzle;"
 msgstr "joc;lògica;tauler;fitxes;adjacents;puzle;"
 
-#: ../data/org.gnome.lightsoff.gschema.xml.h:1
-msgid "The current level"
-msgstr "El nivell actual"
-
-#: ../data/org.gnome.lightsoff.gschema.xml.h:2
-msgid "The users's most recent level."
-msgstr "El nivell més recent de l'usuari."
+#: ../data/lightsoff-menus.ui.h:1
+msgid "_Start Over"
+msgstr "_Torna a començar"
 
-#: ../src/lightsoff.vala:52
-msgid "_New Game"
-msgstr "Partida _nova"
-
-#: ../src/lightsoff.vala:55
+#: ../data/lightsoff-menus.ui.h:2
 msgid "_Help"
 msgstr "A_juda"
 
-#: ../src/lightsoff.vala:56
+#: ../data/lightsoff-menus.ui.h:3
 msgid "_About"
 msgstr "_Quant a"
 
-#: ../src/lightsoff.vala:57
+#: ../data/lightsoff-menus.ui.h:4
 msgid "_Quit"
 msgstr "S_urt"
 
-#: ../src/lightsoff.vala:70
+#: ../data/lightsoff.ui.h:1
 msgid "Return to the previous level"
 msgstr "Torna al nivell anterior"
 
-#: ../src/lightsoff.vala:76
+#: ../data/lightsoff.ui.h:2
 msgid "Proceed to the next level"
 msgstr "Passa al nivell següent"
 
-#. The title of the window, %d is the level number
-#: ../src/lightsoff.vala:107
-#, c-format
-msgid "Level %d"
-msgstr "Nivell %d"
-
-#. Subtitle of the window when playing level one.
-#: ../src/lightsoff.vala:109
-msgid "Turn off all the lights!"
-msgstr "Apaga tots els llums!"
+#: ../data/org.gnome.lightsoff.gschema.xml.h:1
+msgid "The current level"
+msgstr "El nivell actual"
 
-#: ../src/lightsoff.vala:210
-msgid ""
-"Turn off all the lights\n"
-"\n"
-"Lights Off is a part of GNOME Games."
-msgstr ""
-"Apaga tots els llums\n"
-"\n"
-"L'apaga els llums forma part dels jocs del GNOME."
+#: ../data/org.gnome.lightsoff.gschema.xml.h:2
+msgid "The users's most recent level."
+msgstr "El nivell més recent de l'usuari."
 
-#: ../src/lightsoff.vala:216
+#: ../src/lightsoff.vala:96
 msgid "translator-credits"
 msgstr ""
 "Jordi Vila <gn...@softcatala.net>\n"
@@ -119,3 +103,32 @@
 "Jesús Corrius <je...@softcatala.org>\n"
 "Josep Puigdemont <josep.puigdem...@gmail.com>\n"
 "David Planella <david.plane...@gmail.com>"
+
+#: ../src/lightsoff-window.vala:60
+#, c-format
+msgid "%d move"
+msgid_plural "%d moves"
+msgstr[0] "%d moviment"
+msgstr[1] "%d moviments"
+
+#. The title of the window, %d is the level number
+#: ../src/lightsoff-window.vala:66
+#, c-format
+msgid "Level %d"
+msgstr "Nivell %d"
+
+#: ../src/lightsoff-window.vala:70
+msgid "Turn off all the lights!"
+msgstr "Apaga tots els llums!"
+
+#~ msgid "_New Game"
+#~ msgstr "Partida _nova"
+
+#~ msgid ""
+#~ "Turn off all the lights\n"
+#~ "\n"
+#~ "Lights Off is a part of GNOME Games."
+#~ msgstr ""
+#~ "Apaga tots els llums\n"
+#~ "\n"
+#~ "L'apaga els llums forma part dels jocs del GNOME."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/po/eu.po 
new/lightsoff-3.22.2/po/eu.po
--- old/lightsoff-3.22.0/po/eu.po       2016-08-30 00:12:23.000000000 +0200
+++ new/lightsoff-3.22.2/po/eu.po       2016-10-20 00:38:15.000000000 +0200
@@ -2,32 +2,32 @@
 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
 # This file is distributed under the same license as the PACKAGE package.
 #
-# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2008, 2009, 2010, 2011, 2012, 
2013.
-# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2013, 2014, 2015.
 #
+# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2008, 2009, 2010, 2011, 2012, 
2013.
+# Iñaki Larrañaga Murgoitio <doo...@zundan.com>, 2013, 2014, 2015, 2016.
 msgid ""
 msgstr ""
 "Project-Id-Version: lightsoff master\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
-"product=lightsoff&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-03-24 15:21+0100\n"
-"PO-Revision-Date: 2015-03-24 15:21+0100\n"
-"Last-Translator: Iñaki Larrañaga Murgoitio <doo...@zundan.com>\n"
+"Report-Msgid-Bugs-To: 
http://bugzilla.gnome.org/enter_bug.cgi?product=lightsof";
+"f&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2016-08-13 20:34+0000\n"
+"PO-Revision-Date: 2016-09-20 12:17+0100\n"
+"Last-Translator: dooteo <doo...@zundan.com>\n"
 "Language-Team: Basque <librez...@librezale.org>\n"
 "Language: eu\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: Lokalize 1.5\n"
+"X-Generator: Lokalize 2.0\n"
 
 #: ../data/lightsoff.appdata.xml.in.h:1 ../data/lightsoff.desktop.in.h:1
-#: ../src/lightsoff.vala:217 ../src/lightsoff.vala:239
+#: ../src/lightsoff.vala:87 ../src/lightsoff.vala:109
 msgid "Lights Off"
 msgstr "Argiak itzali"
 
 #: ../data/lightsoff.appdata.xml.in.h:2 ../data/lightsoff.desktop.in.h:2
-#: ../src/lightsoff.vala:220
+#: ../src/lightsoff.vala:90
 msgid "Turn off all the lights"
 msgstr "Itzali argi guztiak"
 
@@ -49,43 +49,51 @@
 "Argiak itzaltzea gogoko duten jokalariek maila kopuru handiarekin gozatuko "
 "dute."
 
+#: ../data/lightsoff.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "GNOME proiektua"
+
 #: ../data/lightsoff.desktop.in.h:3
 msgid "game;logic;board;tiles;adjacent;puzzle;"
 msgstr "jokoa;logika;taula;fitxak;ondokoa;puzzle;"
 
-#: ../data/org.gnome.lightsoff.gschema.xml.h:1
-msgid "The current level"
-msgstr "Uneko maila"
-
-#: ../data/org.gnome.lightsoff.gschema.xml.h:2
-msgid "The users's most recent level."
-msgstr "Erabiltzailearen azken maila."
-
-#: ../src/lightsoff.vala:52
+#: ../data/lightsoff-menus.ui.h:1
 msgid "_Start Over"
 msgstr "_Hasi berriro"
 
-#: ../src/lightsoff.vala:55
+#: ../data/lightsoff-menus.ui.h:2
 msgid "_Help"
 msgstr "La_guntza"
 
-#: ../src/lightsoff.vala:56
+#: ../data/lightsoff-menus.ui.h:3
 msgid "_About"
 msgstr "Honi _buruz"
 
-#: ../src/lightsoff.vala:57
+#: ../data/lightsoff-menus.ui.h:4
 msgid "_Quit"
 msgstr "_Irten"
 
-#: ../src/lightsoff.vala:70
+#: ../data/lightsoff.ui.h:1
 msgid "Return to the previous level"
 msgstr "Itzuli aurreko mailara"
 
-#: ../src/lightsoff.vala:76
+#: ../data/lightsoff.ui.h:2
 msgid "Proceed to the next level"
 msgstr "Jarraitu hurrengo mailarekin"
 
-#: ../src/lightsoff.vala:107
+#: ../data/org.gnome.lightsoff.gschema.xml.h:1
+msgid "The current level"
+msgstr "Uneko maila"
+
+#: ../data/org.gnome.lightsoff.gschema.xml.h:2
+msgid "The users's most recent level."
+msgstr "Erabiltzailearen azken maila."
+
+#: ../src/lightsoff.vala:96
+msgid "translator-credits"
+msgstr "Hizkuntza Politikarako Sailburuordetza <hizk...@ej-gv.es>"
+
+#: ../src/lightsoff-window.vala:60
 #, c-format
 msgid "%d move"
 msgid_plural "%d moves"
@@ -93,19 +101,15 @@
 msgstr[1] "%d mugimendu"
 
 #. The title of the window, %d is the level number
-#: ../src/lightsoff.vala:113
+#: ../src/lightsoff-window.vala:66
 #, c-format
 msgid "Level %d"
 msgstr "%d. maila"
 
-#: ../src/lightsoff.vala:117
+#: ../src/lightsoff-window.vala:70
 msgid "Turn off all the lights!"
 msgstr "Itzali argi guztiak!"
 
-#: ../src/lightsoff.vala:226
-msgid "translator-credits"
-msgstr "Hizkuntza Politikarako Sailburuordetza <hizk...@ej-gv.es>"
-
 #~ msgid "_New Game"
 #~ msgstr "_Joko berria"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/po/it.po 
new/lightsoff-3.22.2/po/it.po
--- old/lightsoff-3.22.0/po/it.po       2016-08-30 00:12:23.000000000 +0200
+++ new/lightsoff-3.22.2/po/it.po       2016-10-20 00:38:15.000000000 +0200
@@ -6,30 +6,31 @@
 # Francesco Marletta <francesco.marle...@tiscali.it>. 2002-2006.
 # Gruppo traduzione Italiano di Ubuntu <gruppo-traduzi...@ubuntu-it.org>, 
2007-2008
 # Milo Casagrande <m...@milo.name>, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 
2015.
+# Gianvito Cavasoli <gianv...@gmx.it>, 2016.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: lightsoff\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=lightsoff&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2015-03-12 23:03+0000\n"
-"PO-Revision-Date: 2015-03-13 09:45+0100\n"
-"Last-Translator: Milo Casagrande <m...@milo.name>\n"
-"Language-Team: Italian <t...@lists.linux.it>\n"
+"POT-Creation-Date: 2016-08-13 20:34+0000\n"
+"PO-Revision-Date: 2016-10-04 15:20+0200\n"
+"Last-Translator: Gianvito Cavasoli <gianv...@gmx.it>\n"
+"Language-Team: Italiano <gnome-it-l...@gnome.org>\n"
 "Language: it\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=2; plural=(n!=1);\n"
-"X-Generator: Poedit 1.7.5\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Gtranslator 2.91.7\n"
 
 #: ../data/lightsoff.appdata.xml.in.h:1 ../data/lightsoff.desktop.in.h:1
-#: ../src/lightsoff.vala:217 ../src/lightsoff.vala:239
+#: ../src/lightsoff.vala:87 ../src/lightsoff.vala:109
 msgid "Lights Off"
 msgstr "Spegni le luci"
 
 #: ../data/lightsoff.appdata.xml.in.h:2 ../data/lightsoff.desktop.in.h:2
-#: ../src/lightsoff.vala:220
+#: ../src/lightsoff.vala:90
 msgid "Turn off all the lights"
 msgstr "Spegni tutte le luci"
 
@@ -51,43 +52,55 @@
 "I giocatori che apprezzano questo tipo di gioco troveranno un sacco di "
 "livelli da completare."
 
+#: ../data/lightsoff.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "Il progetto GNOME"
+
 #: ../data/lightsoff.desktop.in.h:3
 msgid "game;logic;board;tiles;adjacent;puzzle;"
 msgstr "gioco;giochi;logica;board;tavola;caselle;puzzle;rompicapo;luci;luce;"
 
-#: ../data/org.gnome.lightsoff.gschema.xml.h:1
-msgid "The current level"
-msgstr "Il livello attuale"
-
-#: ../data/org.gnome.lightsoff.gschema.xml.h:2
-msgid "The users's most recent level."
-msgstr "Il livello più recente degli utenti."
-
-#: ../src/lightsoff.vala:52
+#: ../data/lightsoff-menus.ui.h:1
 msgid "_Start Over"
 msgstr "_Riparti"
 
-#: ../src/lightsoff.vala:55
+#: ../data/lightsoff-menus.ui.h:2
 msgid "_Help"
 msgstr "A_iuto"
 
-#: ../src/lightsoff.vala:56
+#: ../data/lightsoff-menus.ui.h:3
 msgid "_About"
 msgstr "I_nformazioni"
 
-#: ../src/lightsoff.vala:57
+#: ../data/lightsoff-menus.ui.h:4
 msgid "_Quit"
 msgstr "_Esci"
 
-#: ../src/lightsoff.vala:70
+#: ../data/lightsoff.ui.h:1
 msgid "Return to the previous level"
 msgstr "Tornal al livello precedente"
 
-#: ../src/lightsoff.vala:76
+#: ../data/lightsoff.ui.h:2
 msgid "Proceed to the next level"
 msgstr "Vai al livello successivo"
 
-#: ../src/lightsoff.vala:107
+#: ../data/org.gnome.lightsoff.gschema.xml.h:1
+msgid "The current level"
+msgstr "Il livello attuale"
+
+#: ../data/org.gnome.lightsoff.gschema.xml.h:2
+msgid "The users's most recent level."
+msgstr "Il livello più recente degli utenti."
+
+#: ../src/lightsoff.vala:96
+msgid "translator-credits"
+msgstr ""
+"Milo Casagrande <m...@milo.name>\n"
+"Gruppo traduzione Italiano di Ubuntu <gruppo-traduzi...@ubuntu-it.org>\n"
+"Francesco Marletta <francesco.marle...@tiscali.it>\n"
+"Fabrizio Stefani <f.s...@it.gnome.org>"
+
+#: ../src/lightsoff-window.vala:60
 #, c-format
 msgid "%d move"
 msgid_plural "%d moves"
@@ -95,19 +108,11 @@
 msgstr[1] "%d mosse"
 
 #. The title of the window, %d is the level number
-#: ../src/lightsoff.vala:113
+#: ../src/lightsoff-window.vala:66
 #, c-format
 msgid "Level %d"
 msgstr "Livello %d"
 
-#: ../src/lightsoff.vala:117
+#: ../src/lightsoff-window.vala:70
 msgid "Turn off all the lights!"
 msgstr "Spegni tutte le luci!"
-
-#: ../src/lightsoff.vala:226
-msgid "translator-credits"
-msgstr ""
-"Milo Casagrande <m...@milo.name>\n"
-"Gruppo traduzione Italiano di Ubuntu <gruppo-traduzi...@ubuntu-it.org>\n"
-"Francesco Marletta <francesco.marle...@tiscali.it>\n"
-"Fabrizio Stefani <f.s...@it.gnome.org>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/po/nb.po 
new/lightsoff-3.22.2/po/nb.po
--- old/lightsoff-3.22.0/po/nb.po       2016-08-30 00:12:23.000000000 +0200
+++ new/lightsoff-3.22.2/po/nb.po       2016-10-20 00:38:15.000000000 +0200
@@ -1,14 +1,14 @@
 # Norwegian bokmål translation of lightsoff.
 # Copyright © 1998-2002 Free Software Foundation, Inc.
-# Kjartan Maraas <kmar...@gnome.org>, 1998-2015.
-# Terance Edward Sola <tera...@lyse.net>, 2005.
+# Kjartan Maraas <kmar...@gnome.org>, 1998-2016
+# Edward Sola <tera...@lyse.net>, 2005.
 # Torstein Adolf Winterseth <kvike...@fsfe.org>, 2010.
 msgid ""
 msgstr ""
-"Project-Id-Version: lightsoff 3.17.x\n"
+"Project-Id-Version: lightsoff 3.22.x\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-08-11 20:08+0200\n"
-"PO-Revision-Date: 2015-08-11 20:09+0200\n"
+"POT-Creation-Date: 2016-10-16 12:20+0200\n"
+"PO-Revision-Date: 2016-10-16 12:20+0200\n"
 "Last-Translator: Kjartan Maraas <kmar...@gnome.org>\n"
 "Language-Team: Norwegian bokmål <i18n...@lister.ping.uio.no>\n"
 "Language: nb\n"
@@ -18,12 +18,12 @@
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 #: ../data/lightsoff.appdata.xml.in.h:1 ../data/lightsoff.desktop.in.h:1
-#: ../src/lightsoff.vala:191 ../src/lightsoff.vala:213
+#: ../src/lightsoff.vala:87 ../src/lightsoff.vala:109
 msgid "Lights Off"
 msgstr "Av med lysene"
 
 #: ../data/lightsoff.appdata.xml.in.h:2 ../data/lightsoff.desktop.in.h:2
-#: ../src/lightsoff.vala:194
+#: ../src/lightsoff.vala:90
 msgid "Turn off all the lights"
 msgstr "Slå av alle lysese"
 
@@ -32,13 +32,22 @@
 "Lights Off is a collection of light switch puzzles. Clicking on a light "
 "toggles it either on or off, but also toggles all the surrounding lights, "
 "too. Your objective is simple: turn off all the lights!"
-msgstr "Lights Off er en samling med lysbryterpuslespill. Når du klikker på et 
lys vil det gå av eller på, men slår også av eller på alle lysene rundt seg. 
Målet er enkelt: slå av alle lysene!"
+msgstr ""
+"Lights Off er en samling med lysbryterpuslespill. Når du klikker på et lys "
+"vil det gå av eller på, men slår også av eller på alle lysene rundt seg. "
+"Målet er enkelt: slå av alle lysene!"
 
 #: ../data/lightsoff.appdata.xml.in.h:4
 msgid ""
 "Players who delight in turning off lights will enjoy the huge number of "
 "levels."
-msgstr "Spillere som liker å slå av lys vil kunne glede seg over et enormt 
antall nivåer."
+msgstr ""
+"Spillere som liker å slå av lys vil kunne glede seg over et enormt antall "
+"nivåer."
+
+#: ../data/lightsoff.appdata.xml.in.h:5
+msgid "The GNOME Project"
+msgstr "GNOME prosjektet"
 
 #: ../data/lightsoff.desktop.in.h:3
 msgid "game;logic;board;tiles;adjacent;puzzle;"
@@ -76,7 +85,14 @@
 msgid "The users's most recent level."
 msgstr "Brukerens seneste nivå."
 
-#: ../src/lightsoff.vala:81
+#: ../src/lightsoff.vala:96
+msgid "translator-credits"
+msgstr ""
+"Kjartan Maraas <kmar...@gnome.org>\n"
+"Espen Stefansen <esp...@svn.gnome.org>\n"
+"Torstein Adolf Winterseth <kvike...@fsfe.org>"
+
+#: ../src/lightsoff-window.vala:60
 #, c-format
 msgid "%d move"
 msgid_plural "%d moves"
@@ -84,18 +100,11 @@
 msgstr[1] "%d trekk"
 
 #. The title of the window, %d is the level number
-#: ../src/lightsoff.vala:87
+#: ../src/lightsoff-window.vala:66
 #, c-format
 msgid "Level %d"
 msgstr "Nivå %d"
 
-#: ../src/lightsoff.vala:91
+#: ../src/lightsoff-window.vala:70
 msgid "Turn off all the lights!"
 msgstr "Slå av alle lysene!"
-
-#: ../src/lightsoff.vala:200
-msgid "translator-credits"
-msgstr ""
-"Kjartan Maraas <kmar...@gnome.org>\n"
-"Espen Stefansen <esp...@svn.gnome.org>\n"
-"Torstein Adolf Winterseth <kvike...@fsfe.org>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/src/board-view.c 
new/lightsoff-3.22.2/src/board-view.c
--- old/lightsoff-3.22.0/src/board-view.c       2016-08-30 00:12:57.000000000 
+0200
+++ new/lightsoff-3.22.2/src/board-view.c       2016-11-07 23:00:49.000000000 
+0100
@@ -1,4 +1,4 @@
-/* board-view.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* board-view.c generated by valac 0.34.2, the Vala compiler
  * generated from board-view.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/src/game-view.c 
new/lightsoff-3.22.2/src/game-view.c
--- old/lightsoff-3.22.0/src/game-view.c        2016-08-30 00:12:57.000000000 
+0200
+++ new/lightsoff-3.22.2/src/game-view.c        2016-11-07 23:00:49.000000000 
+0100
@@ -1,4 +1,4 @@
-/* game-view.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* game-view.c generated by valac 0.34.2, the Vala compiler
  * generated from game-view.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/src/lightsoff-window.c 
new/lightsoff-3.22.2/src/lightsoff-window.c
--- old/lightsoff-3.22.0/src/lightsoff-window.c 2016-08-30 00:12:57.000000000 
+0200
+++ new/lightsoff-3.22.2/src/lightsoff-window.c 2016-11-07 23:00:49.000000000 
+0100
@@ -1,4 +1,4 @@
-/* lightsoff-window.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* lightsoff-window.c generated by valac 0.34.2, the Vala compiler
  * generated from lightsoff-window.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/src/lightsoff.c 
new/lightsoff-3.22.2/src/lightsoff.c
--- old/lightsoff-3.22.0/src/lightsoff.c        2016-08-30 00:12:57.000000000 
+0200
+++ new/lightsoff-3.22.2/src/lightsoff.c        2016-11-07 23:00:49.000000000 
+0100
@@ -1,4 +1,4 @@
-/* lightsoff.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* lightsoff.c generated by valac 0.34.2, the Vala compiler
  * generated from lightsoff.vala, do not modify */
 
 /*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lightsoff-3.22.0/src/puzzle-generator.c 
new/lightsoff-3.22.2/src/puzzle-generator.c
--- old/lightsoff-3.22.0/src/puzzle-generator.c 2016-08-30 00:12:57.000000000 
+0200
+++ new/lightsoff-3.22.2/src/puzzle-generator.c 2016-11-07 23:00:49.000000000 
+0100
@@ -1,4 +1,4 @@
-/* puzzle-generator.c generated by valac 0.32.0.63-4280, the Vala compiler
+/* puzzle-generator.c generated by valac 0.34.2, the Vala compiler
  * generated from puzzle-generator.vala, do not modify */
 
 /*


Reply via email to