Hello community,

here is the log from the commit of package snap-photobooth for openSUSE:Factory 
checked in at 2017-05-03 15:56:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snap-photobooth (Old)
 and      /work/SRC/openSUSE:Factory/.snap-photobooth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snap-photobooth"

Wed May  3 15:56:56 2017 rev:3 rq:492372 version:0.3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/snap-photobooth/snap-photobooth.changes  
2017-02-03 20:02:05.423841695 +0100
+++ /work/SRC/openSUSE:Factory/.snap-photobooth.new/snap-photobooth.changes     
2017-05-03 15:56:57.606174373 +0200
@@ -1,0 +2,7 @@
+Mon May  1 15:40:31 UTC 2017 - [email protected]
+
+- Update to 0.3.0.1:
+  * Fix data files names.
+  * Update Translation template.
+
+-------------------------------------------------------------------
@@ -25,0 +33 @@
+

Old:
----
  snap-photobooth-0.3.tar.xz

New:
----
  snap-photobooth-0.3.0.1.tar.xz

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

Other differences:
------------------
++++++ snap-photobooth.spec ++++++
--- /var/tmp/diff_new_pack.NATnQw/_old  2017-05-03 15:56:58.698020233 +0200
+++ /var/tmp/diff_new_pack.NATnQw/_new  2017-05-03 15:56:58.702019668 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           snap-photobooth
-Version:        0.3
+Version:        0.3.0.1
 Release:        0
 Summary:        A camera application
 License:        GPL-3.0
@@ -84,8 +84,8 @@
 done
 popd
 
-%suse_update_desktop_file -r %{name} GTK AudioVideo Recorder
-%fdupes %{buildroot}%{_datadir}/locale
+%suse_update_desktop_file -r org.pantheon.snap GTK AudioVideo Recorder
+%fdupes %{buildroot}%{_datadir}
 %find_lang %{name}
 
 %post
@@ -102,10 +102,10 @@
 %defattr(-,root,root)
 %doc COPYING README
 %{_bindir}/%{name}
-%{_datadir}/applications/%{name}.desktop
+%{_datadir}/applications/org.pantheon.snap.desktop
 %{_datadir}/icons/hicolor/*/apps/accessories-camera.??g
 %{_datadir}/glib-2.0/schemas/org.pantheon.snap.gschema.xml
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/org.pantheon.snap.appdata.xml
 %dir %{_datadir}/appdata
 
 %files lang -f %{name}.lang

++++++ snap-photobooth-0.3.tar.xz -> snap-photobooth-0.3.0.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/CMakeLists.txt 
new/snap-photobooth-0.3.0.1/CMakeLists.txt
--- old/snap-photobooth-0.3/CMakeLists.txt      2016-08-10 12:38:10.000000000 
+0200
+++ new/snap-photobooth-0.3.0.1/CMakeLists.txt  2016-09-18 08:43:30.000000000 
+0200
@@ -10,7 +10,7 @@
 set (PKGDATADIR "${DATADIR}/snap-photobooth")
 set (GETTEXT_PACKAGE "snap-photobooth")
 set (RELEASE_NAME "The elementary Camera Viewer.")
-set (VERSION "0.3")
+set (VERSION "0.3.0.1")
 set (VERSION_INFO "Release")
 set (PREFIX ${CMAKE_INSTALL_PREFIX})
 set (DOLLAR "$")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/data/CMakeLists.txt 
new/snap-photobooth-0.3.0.1/data/CMakeLists.txt
--- old/snap-photobooth-0.3/data/CMakeLists.txt 2016-08-10 12:38:10.000000000 
+0200
+++ new/snap-photobooth-0.3.0.1/data/CMakeLists.txt     2016-09-18 
08:43:30.000000000 +0200
@@ -2,16 +2,16 @@
 
 # We need to create two temporary desktop files in order to have all 
translations available.
 set (APP_NAME "Camera")
-configure_file(snap-photobooth.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop.in)
+configure_file(org.pantheon.snap.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop.in)
 set (APP_NAME "Snap")
-configure_file(snap-photobooth.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth-original.desktop.in)
+configure_file(org.pantheon.snap.desktop.in.in 
${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap-original.desktop.in)
 if (BUILD_FOR_ELEMENTARY)
-    
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop ${CMAKE_SOURCE_DIR}/po/)
+    
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop ${CMAKE_SOURCE_DIR}/po/)
 else ()
-    
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth-original.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop ${CMAKE_SOURCE_DIR}/po/)
+    
configure_file_translation(${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap-original.desktop.in
 ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop ${CMAKE_SOURCE_DIR}/po/)
 endif ()
 
-configure_file_translation(${CMAKE_CURRENT_SOURCE_DIR}/snap-photobooth.appdata.xml.in
 ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.appdata.xml 
${CMAKE_SOURCE_DIR}/po/)
+configure_file_translation(${CMAKE_CURRENT_SOURCE_DIR}/org.pantheon.snap.appdata.xml.in
 ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.appdata.xml 
${CMAKE_SOURCE_DIR}/po/)
 
-install (FILES ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.appdata.xml 
DESTINATION share/appdata)
-install (FILES ${CMAKE_CURRENT_BINARY_DIR}/snap-photobooth.desktop DESTINATION 
share/applications)
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.appdata.xml 
DESTINATION share/appdata)
+install (FILES ${CMAKE_CURRENT_BINARY_DIR}/org.pantheon.snap.desktop 
DESTINATION share/applications)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/snap-photobooth-0.3/data/org.pantheon.snap.appdata.xml.in 
new/snap-photobooth-0.3.0.1/data/org.pantheon.snap.appdata.xml.in
--- old/snap-photobooth-0.3/data/org.pantheon.snap.appdata.xml.in       
1970-01-01 01:00:00.000000000 +0100
+++ new/snap-photobooth-0.3.0.1/data/org.pantheon.snap.appdata.xml.in   
2016-09-18 08:43:30.000000000 +0200
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2015 elementary, LLC <[email protected]> -->
+<component type="desktop">
+  <id>snap-photobooth.desktop</id>
+  <metadata_license>CC0-1.0</metadata_license>
+  <project_group>elementary</project_group>
+  <project_license>GPL-3.0+</project_license>
+  <_name>Camera</_name>
+  <_summary>Take photos and videos with the camera</_summary>
+  <description>
+    <_p>
+      Camera is a simple app to take photos with a webcam.
+    </_p>
+  </description>
+  <provides>
+    <binary>snap-photobooth</binary>
+  </provides>
+  <developer_name>elementary LLC.</developer_name>
+  <url type="homepage">http://elementary.io/</url>
+  <url type="bugtracker">https://bugs.launchpad.net/snap-elementary</url>
+  <url type="donation">https://elementary.io/get-involved#funding</url>
+  <url 
type="help">https://elementaryos.stackexchange.com/questions/tagged/snap</url>
+  <update_contact>contact_at_elementary.io</update_contact>
+</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/snap-photobooth-0.3/data/org.pantheon.snap.desktop.in.in 
new/snap-photobooth-0.3.0.1/data/org.pantheon.snap.desktop.in.in
--- old/snap-photobooth-0.3/data/org.pantheon.snap.desktop.in.in        
1970-01-01 01:00:00.000000000 +0100
+++ new/snap-photobooth-0.3.0.1/data/org.pantheon.snap.desktop.in.in    
2016-09-18 08:43:30.000000000 +0200
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Type=Application
+_Name=@APP_NAME@
+_Comment=Take photos and videos with the camera
+_GenericName=Photo Booth
+Exec=snap-photobooth
+Icon=accessories-camera
+Terminal=false
+Categories=GNOME;AudioVideo;
+_Keywords=Photo;Video;Webcam;Camera;Booth;
+StartupNotify=true
+Actions=AboutDialog;
+
+[Desktop Action AboutDialog]
+Exec=snap-photobooth --about
+_Name=About @APP_NAME@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/snap-photobooth-0.3/data/snap-photobooth.appdata.xml.in 
new/snap-photobooth-0.3.0.1/data/snap-photobooth.appdata.xml.in
--- old/snap-photobooth-0.3/data/snap-photobooth.appdata.xml.in 2016-08-10 
12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/data/snap-photobooth.appdata.xml.in     
1970-01-01 01:00:00.000000000 +0100
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright 2015 elementary, LLC <[email protected]> -->
-<component type="desktop">
-  <id>snap-photobooth.desktop</id>
-  <metadata_license>CC0-1.0</metadata_license>
-  <project_group>elementary</project_group>
-  <project_license>GPL-3.0+</project_license>
-  <_name>Camera</_name>
-  <_summary>Take photos and videos with the camera</_summary>
-  <description>
-    <_p>
-      Camera is a simple app to take photos with a webcam.
-    </_p>
-  </description>
-  <provides>
-    <binary>snap-photobooth</binary>
-  </provides>
-  <developer_name>elementary LLC.</developer_name>
-  <url type="homepage">http://elementary.io/</url>
-  <url type="bugtracker">https://bugs.launchpad.net/snap-elementary</url>
-  <url type="donation">https://elementary.io/get-involved#funding</url>
-  <url 
type="help">https://elementaryos.stackexchange.com/questions/tagged/snap</url>
-  <update_contact>contact_at_elementary.io</update_contact>
-</component>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/snap-photobooth-0.3/data/snap-photobooth.desktop.in.in 
new/snap-photobooth-0.3.0.1/data/snap-photobooth.desktop.in.in
--- old/snap-photobooth-0.3/data/snap-photobooth.desktop.in.in  2016-08-10 
12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/data/snap-photobooth.desktop.in.in      
1970-01-01 01:00:00.000000000 +0100
@@ -1,16 +0,0 @@
-[Desktop Entry]
-Type=Application
-_Name=@APP_NAME@
-_Comment=Take photos and videos with the camera
-_GenericName=Photo Booth
-Exec=snap-photobooth
-Icon=accessories-camera
-Terminal=false
-Categories=GNOME;AudioVideo;
-_Keywords=Photo;Video;Webcam;Camera;Booth;
-StartupNotify=true
-Actions=AboutDialog;
-
-[Desktop Action AboutDialog]
-Exec=snap-photobooth --about
-_Name=About @APP_NAME@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/CMakeLists.txt 
new/snap-photobooth-0.3.0.1/po/CMakeLists.txt
--- old/snap-photobooth-0.3/po/CMakeLists.txt   2016-08-10 12:38:10.000000000 
+0200
+++ new/snap-photobooth-0.3.0.1/po/CMakeLists.txt       2016-09-18 
08:43:30.000000000 +0200
@@ -3,8 +3,8 @@
 add_translations_catalog (${GETTEXT_PACKAGE}
     ../src
     DESKTOP_FILES
-        ${CMAKE_BINARY_DIR}/data/snap-photobooth.desktop.in
-        ${CMAKE_BINARY_DIR}/data/snap-photobooth-original.desktop.in
+        ${CMAKE_BINARY_DIR}/data/org.pantheon.snap.desktop.in
+        ${CMAKE_BINARY_DIR}/data/org.pantheon.snap-original.desktop.in
     APPDATA_FILES
-        ../data/snap-photobooth.appdata.xml.in
+        ../data/org.pantheon.snap.appdata.xml.in
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/lt.po 
new/snap-photobooth-0.3.0.1/po/lt.po
--- old/snap-photobooth-0.3/po/lt.po    2016-08-10 12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/lt.po        2016-09-18 08:43:30.000000000 
+0200
@@ -8,13 +8,13 @@
 "Project-Id-Version: snap-elementary\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-07-30 20:15+0200\n"
-"PO-Revision-Date: 2016-08-03 21:40+0000\n"
+"PO-Revision-Date: 2016-08-13 21:25+0000\n"
 "Last-Translator: Moo <[email protected]>\n"
 "Language-Team: Lithuanian <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-08-04 05:36+0000\n"
+"X-Launchpad-Export-Date: 2016-08-14 05:30+0000\n"
 "X-Generator: Launchpad (build 18169)\n"
 
 #: ../src/MainWindow.vala:80
@@ -25,8 +25,8 @@
 msgid ""
 "Connect a webcam or other supported video device to take photos and video."
 msgstr ""
-"Prijungti kamerą ar kitą palaikomą vaizdo įrenginį, siekiant padaryti "
-"nuotraukas ir vaizdo įrašus."
+"Prijunkite kamerą ar kitą palaikomą vaizdo įrenginį, kad fotografuotumėte ir "
+"įrašinėtumėte vaizdo įrašus."
 
 #: ../src/MainWindow.vala:133
 msgid "Connecting to \"%s\"…"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/pl.po 
new/snap-photobooth-0.3.0.1/po/pl.po
--- old/snap-photobooth-0.3/po/pl.po    2016-08-10 12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/pl.po        2016-09-18 08:43:30.000000000 
+0200
@@ -8,35 +8,38 @@
 "Project-Id-Version: snap-elementary\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-07-30 20:15+0200\n"
-"PO-Revision-Date: 2016-08-01 20:48+0000\n"
-"Last-Translator: Piotr Strębski <[email protected]>\n"
+"PO-Revision-Date: 2016-08-15 17:43+0000\n"
+"Last-Translator: Damian Woźniak <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-08-02 05:51+0000\n"
+"X-Launchpad-Export-Date: 2016-08-16 06:01+0000\n"
 "X-Generator: Launchpad (build 18169)\n"
 
 #: ../src/MainWindow.vala:80
 msgid "No Supported Camera Found"
-msgstr ""
+msgstr "Nie odnaleziono obsługiwanych kamer"
 
 #: ../src/MainWindow.vala:81
 msgid ""
 "Connect a webcam or other supported video device to take photos and video."
 msgstr ""
+"Podłącz kamerę internetową lub inne obsługiwane urządzenie wideo do robienia "
+"zdjęć i filmów."
 
 #: ../src/MainWindow.vala:133
 msgid "Connecting to \"%s\"…"
-msgstr ""
+msgstr "Łączenie z \"%s\"..."
 
 #: ../src/Widgets/LoadingView.vala:49
 msgid "Searching for video devices…"
-msgstr ""
+msgstr "Wyszukiwanie urządzeń wideo..."
 
 #: ../src/Application.vala:54
 msgid "translator-credits"
 msgstr ""
 "Launchpad Contributions:\n"
 "  Damian Woźniak https://launchpad.net/~fisz\n";
-"  Piotr Strębski https://launchpad.net/~strebski";
+"  Piotr Strębski https://launchpad.net/~strebski\n";
+"  sittingbrain https://launchpad.net/~sittingbrain";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/pt.po 
new/snap-photobooth-0.3.0.1/po/pt.po
--- old/snap-photobooth-0.3/po/pt.po    2016-08-10 12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/pt.po        2016-09-18 08:43:30.000000000 
+0200
@@ -8,35 +8,39 @@
 "Project-Id-Version: snap-elementary\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-07-30 20:15+0200\n"
-"PO-Revision-Date: 2016-08-01 20:47+0000\n"
+"PO-Revision-Date: 2016-09-11 11:51+0000\n"
 "Last-Translator: tim schoen <Unknown>\n"
 "Language-Team: Portuguese <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-08-02 05:51+0000\n"
-"X-Generator: Launchpad (build 18169)\n"
+"X-Launchpad-Export-Date: 2016-09-12 05:58+0000\n"
+"X-Generator: Launchpad (build 18186)\n"
 
 #: ../src/MainWindow.vala:80
 msgid "No Supported Camera Found"
-msgstr ""
+msgstr "Nenhuma câmara suportada encontrada"
 
 #: ../src/MainWindow.vala:81
 msgid ""
 "Connect a webcam or other supported video device to take photos and video."
 msgstr ""
+"Ligue uma webcam ou outro dispositivo de vídeo suportado para tirar fotos e "
+"vídeos."
 
 #: ../src/MainWindow.vala:133
 msgid "Connecting to \"%s\"…"
-msgstr ""
+msgstr "A ligar a \"%s\"..."
 
 #: ../src/Widgets/LoadingView.vala:49
 msgid "Searching for video devices…"
-msgstr ""
+msgstr "A procurar dispositivos de vídeo..."
 
 #: ../src/Application.vala:54
 msgid "translator-credits"
 msgstr ""
 "Launchpad Contributions:\n"
 "  Mario Guerriero https://launchpad.net/~mefrio-g\n";
+"  Paulo Galardi https://launchpad.net/~lains\n";
+"  Pedro Monteiro https://launchpad.net/~pedro.monteiro\n";
 "  tim schoen https://launchpad.net/~timschoen123-deactivatedaccount";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/snap-photobooth.pot 
new/snap-photobooth-0.3.0.1/po/snap-photobooth.pot
--- old/snap-photobooth-0.3/po/snap-photobooth.pot      2016-08-10 
12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/snap-photobooth.pot  2016-09-18 
08:43:30.000000000 +0200
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2016-07-30 20:15+0200\n"
+"POT-Creation-Date: 2016-09-17 15:07-0300\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <[email protected]>\n"
@@ -17,6 +17,10 @@
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 
+#: ../src/Widgets/LoadingView.vala:49
+msgid "Searching for video devices…"
+msgstr ""
+
 #: ../src/MainWindow.vala:80
 msgid "No Supported Camera Found"
 msgstr ""
@@ -30,10 +34,6 @@
 msgid "Connecting to \"%s\"…"
 msgstr ""
 
-#: ../src/Widgets/LoadingView.vala:49
-msgid "Searching for video devices…"
-msgstr ""
-
 #: ../src/Application.vala:54
 msgid "translator-credits"
 msgstr ""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/sq.po 
new/snap-photobooth-0.3.0.1/po/sq.po
--- old/snap-photobooth-0.3/po/sq.po    2016-08-10 12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/sq.po        2016-09-18 08:43:30.000000000 
+0200
@@ -8,31 +8,32 @@
 "Project-Id-Version: snap-elementary\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-07-30 20:15+0200\n"
-"PO-Revision-Date: 2016-07-31 16:22+0000\n"
+"PO-Revision-Date: 2016-08-30 09:24+0000\n"
 "Last-Translator: Indrit Bashkimi <[email protected]>\n"
 "Language-Team: Albanian <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-08-01 05:29+0000\n"
-"X-Generator: Launchpad (build 18169)\n"
+"X-Launchpad-Export-Date: 2016-08-31 06:12+0000\n"
+"X-Generator: Launchpad (build 18179)\n"
 
 #: ../src/MainWindow.vala:80
 msgid "No Supported Camera Found"
-msgstr ""
+msgstr "Nuk u gjetën kamera të përballuara"
 
 #: ../src/MainWindow.vala:81
 msgid ""
 "Connect a webcam or other supported video device to take photos and video."
 msgstr ""
+"Lidh një webcam ose pajisje tjetër videoje për të bërë foto dhe video."
 
 #: ../src/MainWindow.vala:133
 msgid "Connecting to \"%s\"…"
-msgstr ""
+msgstr "Duke u lidhur me \"%s\"…"
 
 #: ../src/Widgets/LoadingView.vala:49
 msgid "Searching for video devices…"
-msgstr ""
+msgstr "Duke kërkuar pajisje videoje…"
 
 #: ../src/Application.vala:54
 msgid "translator-credits"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/tr.po 
new/snap-photobooth-0.3.0.1/po/tr.po
--- old/snap-photobooth-0.3/po/tr.po    2016-08-10 12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/tr.po        2016-09-18 08:43:30.000000000 
+0200
@@ -8,35 +8,39 @@
 "Project-Id-Version: snap-elementary\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-07-30 20:15+0200\n"
-"PO-Revision-Date: 2016-08-01 20:49+0000\n"
-"Last-Translator: Salih <[email protected]>\n"
+"PO-Revision-Date: 2016-08-25 14:39+0000\n"
+"Last-Translator: Mehmet <[email protected]>\n"
 "Language-Team: Turkish <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-08-02 05:51+0000\n"
-"X-Generator: Launchpad (build 18169)\n"
+"X-Launchpad-Export-Date: 2016-08-26 05:47+0000\n"
+"X-Generator: Launchpad (build 18179)\n"
 
 #: ../src/MainWindow.vala:80
 msgid "No Supported Camera Found"
-msgstr ""
+msgstr "Desteklenen Kamera Bulunamadı"
 
 #: ../src/MainWindow.vala:81
 msgid ""
 "Connect a webcam or other supported video device to take photos and video."
 msgstr ""
+"Fotoğraf veya video çekmek için bir webcam veya desteklenen başka bir video "
+"aygıtı bağlayın ."
 
 #: ../src/MainWindow.vala:133
 msgid "Connecting to \"%s\"…"
-msgstr ""
+msgstr "\"%s\" cihazına bağlanıyor…"
 
 #: ../src/Widgets/LoadingView.vala:49
 msgid "Searching for video devices…"
-msgstr ""
+msgstr "Video cihazları aranıyor..."
 
 #: ../src/Application.vala:54
 msgid "translator-credits"
 msgstr ""
 "Launchpad Contributions:\n"
 "  Mehmet https://launchpad.net/~darkmehmet3\n";
-"  Salih https://launchpad.net/~hernandomtoto";
+"  Melih Güçlü https://launchpad.net/~melihguclu\n";
+"  Salih https://launchpad.net/~hernandomtoto\n";
+"  Yasin Bacak https://launchpad.net/~yasinbacak";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/po/uk.po 
new/snap-photobooth-0.3.0.1/po/uk.po
--- old/snap-photobooth-0.3/po/uk.po    2016-08-10 12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/po/uk.po        2016-09-18 08:43:30.000000000 
+0200
@@ -8,35 +8,38 @@
 "Project-Id-Version: snap-elementary\n"
 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
 "POT-Creation-Date: 2016-07-30 20:15+0200\n"
-"PO-Revision-Date: 2016-08-01 20:48+0000\n"
+"PO-Revision-Date: 2016-08-11 16:46+0000\n"
 "Last-Translator: tim schoen <Unknown>\n"
 "Language-Team: Ukrainian <[email protected]>\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"X-Launchpad-Export-Date: 2016-08-02 05:51+0000\n"
+"X-Launchpad-Export-Date: 2016-08-12 05:56+0000\n"
 "X-Generator: Launchpad (build 18169)\n"
 
 #: ../src/MainWindow.vala:80
 msgid "No Supported Camera Found"
-msgstr ""
+msgstr "Камера не знайдена"
 
 #: ../src/MainWindow.vala:81
 msgid ""
 "Connect a webcam or other supported video device to take photos and video."
 msgstr ""
+"Підключення веб-камери або інших відео пристроїв для зйомки фотографії та "
+"відео."
 
 #: ../src/MainWindow.vala:133
 msgid "Connecting to \"%s\"…"
-msgstr ""
+msgstr "Підключення до  \"%s\"…"
 
 #: ../src/Widgets/LoadingView.vala:49
 msgid "Searching for video devices…"
-msgstr ""
+msgstr "Пошук відео пристроїв ..."
 
 #: ../src/Application.vala:54
 msgid "translator-credits"
 msgstr ""
 "Launchpad Contributions:\n"
 "  Mario Guerriero https://launchpad.net/~mefrio-g\n";
+"  Roman Sytnyk https://launchpad.net/~roman-sytnyk\n";
 "  tim schoen https://launchpad.net/~timschoen123-deactivatedaccount";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/snap-photobooth-0.3/src/Application.vala 
new/snap-photobooth-0.3.0.1/src/Application.vala
--- old/snap-photobooth-0.3/src/Application.vala        2016-08-10 
12:38:10.000000000 +0200
+++ new/snap-photobooth-0.3.0.1/src/Application.vala    2016-09-18 
08:43:30.000000000 +0200
@@ -44,7 +44,7 @@
         app_years = "2011-2016";
         app_icon = "accessories-camera";
         app_launcher = "snap-photobooth.desktop";
-        application_id = "net.launchpad.snap-elementary";
+        application_id = "org.pantheon.snap";
         main_url = "https://launchpad.net/snap-elementary";;
         bug_url = "https://bugs.launchpad.net/snap-elementary";;
         help_url = "https://answers.launchpad.net/snap-elementary";;


Reply via email to