Hello community, here is the log from the commit of package gnome-clocks for openSUSE:Factory checked in at 2015-04-23 07:59:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-clocks (Old) and /work/SRC/openSUSE:Factory/.gnome-clocks.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-clocks" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-clocks/gnome-clocks.changes 2015-03-30 19:22:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-clocks.new/gnome-clocks.changes 2015-04-23 07:59:25.000000000 +0200 @@ -1,0 +2,9 @@ +Wed Apr 15 07:24:27 UTC 2015 - [email protected] + +- Update to version 3.16.1: + + New HighContrast SVG icon. + + Updated translations. +- Remove HighContrast %icon_theme_cache_post(un) calls, as Symbolic + icons have replaced them. + +------------------------------------------------------------------- Old: ---- gnome-clocks-3.16.0.tar.xz New: ---- gnome-clocks-3.16.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-clocks.spec ++++++ --- /var/tmp/diff_new_pack.XRR4t9/_old 2015-04-23 07:59:26.000000000 +0200 +++ /var/tmp/diff_new_pack.XRR4t9/_new 2015-04-23 07:59:26.000000000 +0200 @@ -18,7 +18,7 @@ Name: gnome-clocks -Version: 3.16.0 +Version: 3.16.1 Release: 0 Summary: Clock application designed for GNOME 3 License: GPL-2.0+ @@ -74,13 +74,11 @@ %post %glib2_gsettings_schema_post %icon_theme_cache_post -%icon_theme_cache_post HighContrast %desktop_database_post %postun %glib2_gsettings_schema_postun %icon_theme_cache_postun -%icon_theme_cache_postun HighContrast %desktop_database_postun %files @@ -93,8 +91,7 @@ %{_datadir}/appdata/org.gnome.clocks.appdata.xml %{_datadir}/dbus-1/services/org.gnome.clocks.service %{_datadir}/glib-2.0/schemas/org.gnome.clocks.gschema.xml -%{_datadir}/icons/hicolor/*/apps/gnome-clocks.* -%{_datadir}/icons/HighContrast/ +%{_datadir}/icons/hicolor/*/apps/gnome-clocks* %{_datadir}/applications/org.gnome.clocks.desktop %files -n gnome-shell-search-provider-gnome-clocks ++++++ gnome-clocks-3.16.0.tar.xz -> gnome-clocks-3.16.1.tar.xz ++++++ ++++ 6674 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/Makefile.am new/gnome-clocks-3.16.1/Makefile.am --- old/gnome-clocks-3.16.0/Makefile.am 2015-01-03 09:43:24.000000000 +0100 +++ new/gnome-clocks-3.16.1/Makefile.am 2015-04-13 18:23:56.000000000 +0200 @@ -43,35 +43,19 @@ icon48_DATA = data/icons/hicolor/48x48/apps/gnome-clocks.png icon256dir = $(datadir)/icons/hicolor/256x256/apps icon256_DATA = data/icons/hicolor/256x256/apps/gnome-clocks.png +iconsymbolicdir = $(datadir)/icons/hicolor/symbolic/apps +iconsymbolic_DATA = data/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg icon_files = \ $(icon16_DATA) \ $(icon22_DATA) \ $(icon32_DATA) \ $(icon48_DATA) \ $(icon256_DATA) \ + $(iconsymbolic_DATA) \ data/icons/hicolor/gnome-clocks.svg -hcicon16dir = $(datadir)/icons/HighContrast/16x16/apps -hcicon16_DATA = data/icons/HighContrast/16x16/apps/gnome-clocks.png -hcicon22dir = $(datadir)/icons/HighContrast/22x22/apps -hcicon22_DATA = data/icons/HighContrast/22x22/apps/gnome-clocks.png -hcicon24dir = $(datadir)/icons/HighContrast/24x24/apps -hcicon24_DATA = data/icons/HighContrast/24x24/apps/gnome-clocks.png -hcicon32dir = $(datadir)/icons/HighContrast/32x32/apps -hcicon32_DATA = data/icons/HighContrast/32x32/apps/gnome-clocks.png -hcicon48dir = $(datadir)/icons/HighContrast/48x48/apps -hcicon48_DATA = data/icons/HighContrast/48x48/apps/gnome-clocks.png -hcicon256dir = $(datadir)/icons/HighContrast/256x256/apps -hcicon256_DATA = data/icons/HighContrast/256x256/apps/gnome-clocks.png -hcicon_files = \ - $(hcicon16_DATA) \ - $(hcicon22_DATA) \ - $(hcicon24_DATA) \ - $(hcicon32_DATA) \ - $(hcicon48_DATA) \ - $(hcicon256_DATA) -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; gtk-update-icon-cache -f -t $(datadir)/icons/HighContrast +gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor install-data-hook: update-icon-cache uninstall-hook: update-icon-cache @@ -153,7 +137,6 @@ $(appdata_in_files) \ $(searchprovider_DATA) \ $(icon_files) \ - $(hcicon_files) \ $(images_DATA) \ $(resource_files) \ data/appdata/org.gnome.clocks.appdata.xml \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/NEWS new/gnome-clocks-3.16.1/NEWS --- old/gnome-clocks-3.16.0/NEWS 2015-03-23 11:20:50.000000000 +0100 +++ new/gnome-clocks-3.16.1/NEWS 2015-04-13 18:25:09.000000000 +0200 @@ -1,3 +1,9 @@ +gnome-clocks 3.16.1 +=================== + + * New HighContrast SVG icon + * Updated translations + gnome-clocks 3.16.0 =================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/compile new/gnome-clocks-3.16.1/compile --- old/gnome-clocks-3.16.0/compile 2015-03-23 11:21:21.000000000 +0100 +++ new/gnome-clocks-3.16.1/compile 2015-04-13 18:25:51.000000000 +0200 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey <[email protected]>. # # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/configure.ac new/gnome-clocks-3.16.1/configure.ac --- old/gnome-clocks-3.16.0/configure.ac 2015-03-23 11:20:32.000000000 +0100 +++ new/gnome-clocks-3.16.1/configure.ac 2015-04-13 18:25:21.000000000 +0200 @@ -1,7 +1,7 @@ AC_PREREQ(2.63) AC_INIT([gnome-clocks], - [3.16.0], + [3.16.1], [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-clocks], [gnome-clocks]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/data/appdata/org.gnome.clocks.appdata.xml new/gnome-clocks-3.16.1/data/appdata/org.gnome.clocks.appdata.xml --- old/gnome-clocks-3.16.0/data/appdata/org.gnome.clocks.appdata.xml 2015-03-23 11:20:12.000000000 +0100 +++ new/gnome-clocks-3.16.1/data/appdata/org.gnome.clocks.appdata.xml 2015-04-13 18:25:54.000000000 +0200 @@ -18,6 +18,7 @@ <p xml:lang="el">Μία απλή και κομψή εφαρμογή ρολογιού. Περιλαμβάνει παγκόσμια ρολόγια, ξυπνητήρια, ένα χρονόμετρο κι έναν χρονοδιακόπτη.</p> <p xml:lang="eo">Simpla kaj eleganta horloĝa aplikaĵo. Enhavas mondajn horloĝojn, alarmojn, kronometron kaj minutatoron.</p> <p xml:lang="es">Una sencilla y elegante aplicación de relojes. Incluye relojes del mundo, alarmas, un cronómetro y un temporizador.</p> + <p xml:lang="et">Lihtne ja elegantne kell. Sisaldab maailmakella, äratust, stopperit ja taimerit.</p> <p xml:lang="eu">Ordulariaren aplikazio xume eta dotorea. Munduko ordulariak, alarmak, kronometro eta tenporizadorea ditu.</p> <p xml:lang="fa">یک برنامهی ساعت ساده و کارا. شامل ساعتهای جهانی، زنگهای هشدار، یک کرنومتر و زمانسج است.</p> <p xml:lang="fi">Yksinkertainen ja nätti kellosovellus. Sisältää maailmankellot, hälytykset, sekuntikellon ja ajastimen.</p> @@ -30,6 +31,7 @@ <p xml:lang="hi">सरल और सुंदर घड़ी अनुप्रयोग. इसमें विश्व घड़ी, अलार्म, स्टॉपवाच और टाइमर है.</p> <p xml:lang="hu">Egy egyszerű és elegáns óra alkalmazás. Világórát, riasztásokat, stopperórát és időzítőt tartalmaz.</p> <p xml:lang="id">Aplikasi jam yang sederhana dan elegan. Ini termasuk jam dunia, alarm, stopwatch, dan pewaktu.</p> + <p xml:lang="is">Einfalt og glæsilegt klukkuforrit. Það innifelur heimsklukkur, vekjara, skeiðklukku og niðurteljara.</p> <p xml:lang="it">Un orologio semplice ed elegante: comprende orologi da tutto il mondo, sveglie, un cronometro e un timer.</p> <p xml:lang="ja">シンプルでエレガントな時計アプリケーションです。世界時計やアラーム、ストップウォッチ、タイマーを備えています。</p> <p xml:lang="kk">Қарапайым әрі сәнді уақыт қолданбасы. Әлемдік сағаттар, оятқыштар, секундтар өлшегіші және таймерді қолдайды.</p> @@ -77,6 +79,7 @@ <p xml:lang="el">Στόχοι:</p> <p xml:lang="eo">Celoj:</p> <p xml:lang="es">Objetivos:</p> + <p xml:lang="et">Eesmärgid:</p> <p xml:lang="eu">Helburuak:</p> <p xml:lang="fa">اهداف:</p> <p xml:lang="fi">Tavoitteet:</p> @@ -89,6 +92,7 @@ <p xml:lang="hi">लक्ष्य:</p> <p xml:lang="hu">Célok:</p> <p xml:lang="id">Sasaran:</p> + <p xml:lang="is">Markmið:</p> <p xml:lang="it">Obiettivi:</p> <p xml:lang="ja">目的:</p> <p xml:lang="kk">Мақсаттар:</p> @@ -137,6 +141,7 @@ <li xml:lang="el">Δείτε τις ώρες διαφόρων πόλεων ανά τον κόσμο</li> <li xml:lang="eo">Montras la tempon en malsamaj urboj ĉirkaŭ la mondo</li> <li xml:lang="es">Mostrar la hora en diferentes ciudades de todo el mundo</li> + <li xml:lang="et">Kella näitamine linnades ümber maakera</li> <li xml:lang="eu">Erakutsi munduko hiri desberdinen ordua</li> <li xml:lang="fa">نمایش زمان برای شهرهای مختلف در گوشه کنار دنیا</li> <li xml:lang="fi">Vertaa aikoja eri kaupungeissa ympäri maailman</li> @@ -149,6 +154,7 @@ <li xml:lang="hi">दुनिया भर के भिन्न शहरों में समय दिखाएँ</li> <li xml:lang="hu">Az idő megjelenítése a világ különböző városaiban</li> <li xml:lang="id">Tampilkan waktu di berbagai kota di seluruh dunia</li> + <li xml:lang="is">Sýna tímann á mismunandi stöðum um allan heim</li> <li xml:lang="it">Mostrare l'ora di diverse città in tutto il mondo</li> <li xml:lang="ja">世界中の様々な都市の時刻を表示</li> <li xml:lang="kk">Әлемнің әртүрлі қалалардағы уақытты көрсету</li> @@ -196,6 +202,7 @@ <li xml:lang="el">Ρυθμίστε ειδοποιήσεις για αφύπνιση</li> <li xml:lang="eo">Agordi alarmojn por veki vin</li> <li xml:lang="es">Configurar alarmas para despertarse</li> + <li xml:lang="et">Määra äratuse aeg</li> <li xml:lang="eu">Ezarri alarma zu esnatzeko</li> <li xml:lang="fa">زنگ هشدار را برای بیدار شدن خود تنظیم کنید</li> <li xml:lang="fi">Aseta herätyksiä</li> @@ -208,6 +215,7 @@ <li xml:lang="hi">अलार्म लगाएँ ताकि आप जग सकें</li> <li xml:lang="hu">Riasztások beállítása az ébresztéshez</li> <li xml:lang="id">Atur alarm untuk membangunkan Anda</li> + <li xml:lang="is">Setja áminningar til að vekja þig</li> <li xml:lang="it">Impostare sveglie</li> <li xml:lang="ja">目覚まし用のアラーム</li> <li xml:lang="kk">Өзіңізді оятатын оятқыштарды орнатыңыз</li> @@ -255,6 +263,7 @@ <li xml:lang="el">Μετρήστε μια περιόδο χρόνου με ένα χρονόμετρο ακριβείας</li> <li xml:lang="eo">Mezuras pasitan tempon kun preciza kronometro</li> <li xml:lang="es">Medir el tiempo con precisión usando un cronómetro</li> + <li xml:lang="et">Aja mõõtmine täpse stopperiga</li> <li xml:lang="eu">Neurtu igarotako denbora kronometro zehatzarekin</li> <li xml:lang="fa">زمان سپری شده را باید کرنومتر دقیق اندازه بگیرید</li> <li xml:lang="fi">Mittaa kulunut aika tarkalla sekuntikellolla</li> @@ -267,6 +276,7 @@ <li xml:lang="hi">सही स्टॉपवाच से बीता समय मापें</li> <li xml:lang="hu">Az eltelt idő mérése egy pontos stopperórával</li> <li xml:lang="id">Ukur waktu berlalu dengan suatu stopwatch yang akurat</li> + <li xml:lang="is">Mæla tíma með nákvæmri skeiðklukku</li> <li xml:lang="it">Misurare il tempo trascorso tramite un cronometro accurato</li> <li xml:lang="ja">正確なストップウォッチでタイム計測</li> <li xml:lang="kk">Өткен уақытты дәл секундтар өлшегішімен өлшеңіз</li> @@ -314,6 +324,7 @@ <li xml:lang="el">Ρυθμίστε χρονοδιακόπτες για να μαγειρέψετε κατάλληλα το φαγητό σας</li> <li xml:lang="eo">Agordi minutatorojn por ĝuste kuiri vian manĝaĵon</li> <li xml:lang="es">Configurar temporizadores para cocinar adecuadamente</li> + <li xml:lang="et">Taimeri määramine toidu õigeks valmistamiseks</li> <li xml:lang="eu">Ezarri tenporizadorea zure janaria egokiro prestatzeko</li> <li xml:lang="fa">زمانسج رو برای درست کردن غذا تنظیم کنید</li> <li xml:lang="fi">Käytä ajastimia vaikkapa ruokaa valmistaessasi</li> @@ -326,6 +337,7 @@ <li xml:lang="hi">अपने खाना को ठीक से बनाने के लिए टाइमर लगाएँ</li> <li xml:lang="hu">Időzítők beállítása az étel megfelelő főzéséhez</li> <li xml:lang="id">Atur pewaktu untuk memasak masakan Anda dengan benar</li> + <li xml:lang="is">Setja af stað niðurtalningu til að geta eldað almennilegan mat</li> <li xml:lang="it">Impostare timer per cucinare correttamente</li> <li xml:lang="ja">食材を適切に調理するためのタイマー</li> <li xml:lang="kk">Тамақты дұрыс дайындау үшін таймерлерді орнатыңыз</li> Files old/gnome-clocks-3.16.0/data/icons/HighContrast/16x16/apps/gnome-clocks.png and new/gnome-clocks-3.16.1/data/icons/HighContrast/16x16/apps/gnome-clocks.png differ Files old/gnome-clocks-3.16.0/data/icons/HighContrast/22x22/apps/gnome-clocks.png and new/gnome-clocks-3.16.1/data/icons/HighContrast/22x22/apps/gnome-clocks.png differ Files old/gnome-clocks-3.16.0/data/icons/HighContrast/24x24/apps/gnome-clocks.png and new/gnome-clocks-3.16.1/data/icons/HighContrast/24x24/apps/gnome-clocks.png differ Files old/gnome-clocks-3.16.0/data/icons/HighContrast/256x256/apps/gnome-clocks.png and new/gnome-clocks-3.16.1/data/icons/HighContrast/256x256/apps/gnome-clocks.png differ Files old/gnome-clocks-3.16.0/data/icons/HighContrast/32x32/apps/gnome-clocks.png and new/gnome-clocks-3.16.1/data/icons/HighContrast/32x32/apps/gnome-clocks.png differ Files old/gnome-clocks-3.16.0/data/icons/HighContrast/48x48/apps/gnome-clocks.png and new/gnome-clocks-3.16.1/data/icons/HighContrast/48x48/apps/gnome-clocks.png differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/data/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg new/gnome-clocks-3.16.1/data/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg --- old/gnome-clocks-3.16.0/data/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg 1970-01-01 01:00:00.000000000 +0100 +++ new/gnome-clocks-3.16.1/data/icons/hicolor/symbolic/apps/gnome-clocks-symbolic.svg 2015-04-13 18:23:56.000000000 +0200 @@ -0,0 +1,23 @@ +<?xml version='1.0' encoding='UTF-8' standalone='no'?> +<!-- Created with Inkscape (http://www.inkscape.org/) --> + +<svg xmlns:cc='http://creativecommons.org/ns#' xmlns:dc='http://purl.org/dc/elements/1.1/' sodipodi:docname='gnome-clocks-symbolic.svg' height='16' id='svg7384' xmlns:inkscape='http://www.inkscape.org/namespaces/inkscape' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' xmlns:sodipodi='http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd' xmlns:svg='http://www.w3.org/2000/svg' inkscape:version='0.48.4 r9939' version='1.1' width='16' xmlns='http://www.w3.org/2000/svg'> + <metadata id='metadata90'> + <rdf:RDF> + <cc:Work rdf:about=''> + <dc:format>image/svg+xml</dc:format> + <dc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage'/> + <dc:title>Gnome Symbolic Icon Theme</dc:title> + </cc:Work> + </rdf:RDF> + </metadata> + <sodipodi:namedview inkscape:bbox-paths='true' bordercolor='#666666' borderopacity='1' inkscape:current-layer='layer9' inkscape:cx='12.239256' inkscape:cy='9.2164804' gridtolerance='10' inkscape:guide-bbox='true' guidetolerance='10' id='namedview88' inkscape:object-nodes='false' inkscape:object-paths='false' objecttolerance='10' pagecolor='#555753' inkscape:pageopacity='1' inkscape:pageshadow='2' showborder='false' showgrid='false' showguides='true' inkscape:snap-bbox='false' inkscape:snap-bbox-midpoints='false' inkscape:snap-global='true' inkscape:snap-grids='true' inkscape:snap-nodes='true' inkscape:snap-others='false' inkscape:snap-to-guides='true' inkscape:window-height='1163' inkscape:window-maximized='1' inkscape:window-width='1600' inkscape:window-x='0' inkscape:window-y='0' inkscape:zoom='1'> + <inkscape:grid empspacing='2' enabled='true' id='grid4866' originx='117.99999px' originy='18px' snapvisiblegridlinesonly='true' spacingx='1px' spacingy='1px' type='xygrid' visible='true'/> + </sodipodi:namedview> + <title id='title9167'>Gnome Symbolic Icon Theme</title> + <defs id='defs7386'/> + <g inkscape:groupmode='layer' id='layer9' inkscape:label='apps' style='display:inline' transform='translate(-123.00021,-235)'> + + <path inkscape:connector-curvature='0' d='m 131.0002,236 c -3.86599,0 -7,3.13401 -7,7 0,3.86599 3.13401,7 7,7 3.86599,0 7,-3.13401 7,-7 0,-3.86599 -3.13401,-7 -7,-7 z m 2.90625,2.46875 a 0.50005,0.50005 0 0 1 0.0312,0 0.50005,0.50005 0 0 1 0.46875,0.84375 l -2.4062,3.21875 c 0.0752,0.15039 0.0937,0.32043 0.0937,0.5 0,0.61804 -0.47571,1.125 -1.09375,1.125 -0.61804,0 -1.125,-0.50696 -1.125,-1.125 0,-0.13341 0.0509,-0.25636 0.0937,-0.375 l -1.3125,-1.3125 a 0.50005,0.50005 0 1 1 0.6875,-0.6875 l 1.3125,1.3125 c 0.10883,-0.0353 0.22316,-0.0625 0.34375,-0.0625 0.055,0 0.10335,0.0236 0.15625,0.0312 l 2.4375,-3.25 a 0.50005,0.50005 0 0 1 0.28125,-0.1875 0.50005,0.50005 0 0 1 0.0312,-0.0312 z' id='path26401' style='color:#000000;fill:#bebebe;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate'/> + </g> +</svg> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/m4/intltool.m4 new/gnome-clocks-3.16.1/m4/intltool.m4 --- old/gnome-clocks-3.16.0/m4/intltool.m4 2015-03-23 11:21:09.000000000 +0100 +++ new/gnome-clocks-3.16.1/m4/intltool.m4 2015-04-13 18:25:38.000000000 +0200 @@ -155,31 +155,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[]], - [[extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr]])], - [DATADIRNAME=share], - [case $host in - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, - dnl since both are added to the libc all together. - dnl Hence, we'd like to go with DATADIRNAME=share - dnl in this case. - AC_CHECK_FUNC(bind_textdomain_codeset, - [DATADIRNAME=share], [DATADIRNAME=lib]) - ;; - *) - [DATADIRNAME=lib] - ;; - esac]) -fi -AC_SUBST(DATADIRNAME) - IT_PO_SUBDIR([po]) ]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/missing new/gnome-clocks-3.16.1/missing --- old/gnome-clocks-3.16.0/missing 2015-03-23 11:21:21.000000000 +0100 +++ new/gnome-clocks-3.16.1/missing 2015-04-13 18:25:51.000000000 +0200 @@ -3,7 +3,7 @@ scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard <[email protected]>, 1996. # This program is free software; you can redistribute it and/or modify diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/po/LINGUAS new/gnome-clocks-3.16.1/po/LINGUAS --- old/gnome-clocks-3.16.0/po/LINGUAS 2015-03-14 10:14:45.000000000 +0100 +++ new/gnome-clocks-3.16.1/po/LINGUAS 2015-04-13 18:23:56.000000000 +0200 @@ -29,6 +29,7 @@ hi hu id +is it ja kk diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/po/Makefile.in.in new/gnome-clocks-3.16.1/po/Makefile.in.in --- old/gnome-clocks-3.16.0/po/Makefile.in.in 2015-03-23 11:21:09.000000000 +0100 +++ new/gnome-clocks-3.16.1/po/Makefile.in.in 2015-04-13 18:25:38.000000000 +0200 @@ -33,8 +33,7 @@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ -DATADIRNAME = @DATADIRNAME@ -itlocaledir = $(prefix)/$(DATADIRNAME)/locale +localedir = @localedir@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. @@ -80,7 +79,7 @@ .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot - $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox + $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< @@ -108,7 +107,7 @@ install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ - dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ + dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ @@ -142,8 +141,8 @@ uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ - rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ - rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/po/et.po new/gnome-clocks-3.16.1/po/et.po --- old/gnome-clocks-3.16.0/po/et.po 2014-02-13 09:22:14.000000000 +0100 +++ new/gnome-clocks-3.16.1/po/et.po 2015-04-13 18:23:56.000000000 +0200 @@ -1,15 +1,15 @@ # Estonian translation for gnome-clocks. # Copyright (C) 2012 gnome-clocks's COPYRIGHT HOLDER # This file is distributed under the same license as the gnome-clocks package. -# Mattias Põldaru <[email protected]>, 2012, 2013. +# Mattias Põldaru <[email protected]>, 2012, 2013, 2014. # msgid "" msgstr "" "Project-Id-Version: gnome-clocks master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=clocks&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2013-09-18 20:11+0000\n" -"PO-Revision-Date: 2013-09-20 08:20+0300\n" +"POT-Creation-Date: 2014-04-18 06:41+0000\n" +"PO-Revision-Date: 2014-04-18 13:10+0300\n" "Last-Translator: Mattias Põldaru <[email protected]>\n" "Language-Team: Estonian <[email protected]>\n" "Language: et\n" @@ -19,6 +19,28 @@ "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 1.5.4\n" +msgid "" +"A simple and elegant clock application. It includes world clocks, alarms, a " +"stopwatch and a timer." +msgstr "" +"Lihtne ja elegantne kell. Sisaldab maailmakella, äratust, stopperit ja " +"taimerit." + +msgid "Goals:" +msgstr "Eesmärgid:" + +msgid "Show the time in different cities around the world" +msgstr "Kella näitamine linnades ümber maakera" + +msgid "Set alarms to wake you up" +msgstr "Määra äratuse aeg" + +msgid "Measure elapsed time with an accurate stopwatch" +msgstr "Aja mõõtmine täpse stopperiga" + +msgid "Set timers to properly cook your food" +msgstr "Taimeri määramine toidu õigeks valmistamiseks" + msgid "Clocks" msgstr "Kell" @@ -157,15 +179,15 @@ msgid "Click on items to select them" msgstr "Klõpsa kirjel selle valimiseks" +msgid "Delete" +msgstr "Kustuta" + #, c-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d kirje valitud" msgstr[1] "%d kirjet valitud" -msgid "Delete" -msgstr "Kustuta" - #, c-format msgid "Failed to show help: %s" msgstr "Abi kuvamine nurjus: %s" @@ -189,9 +211,18 @@ #. namespace World #. namespace Clocks +msgid "Add a New World Clock" +msgstr "Lisa uus maailmakell" + +msgid "_Cancel" +msgstr "_Loobu" + msgid "_Done" msgstr "_Valmis" +msgid "You already have an alarm for this time." +msgstr "Sa oled juba selleks kellaajaks äratuse määranud." + msgid "Name" msgstr "Nimi" @@ -204,9 +235,6 @@ msgid "Select <b>New</b> to add an alarm" msgstr "Alarmi lisamiseks vali <b>uus</b>" -msgid "_New" -msgstr "_Uus" - msgid "_Help" msgstr "A_bi" @@ -222,8 +250,8 @@ msgid "Select None" msgstr "Tühista valik" -msgid "Add a New World Clock" -msgstr "Lisa uus maailmakell" +msgid "_Add" +msgstr "_Lisa" msgid "Search for a city:" msgstr "Otsi linna järgi:" @@ -237,6 +265,9 @@ msgid "Sunset" msgstr "Päikeseloojang" +#~ msgid "_New" +#~ msgstr "_Uus" + #~ msgid "Done" #~ msgstr "Valmis" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/po/is.po new/gnome-clocks-3.16.1/po/is.po --- old/gnome-clocks-3.16.0/po/is.po 1970-01-01 01:00:00.000000000 +0100 +++ new/gnome-clocks-3.16.1/po/is.po 2015-04-13 18:23:56.000000000 +0200 @@ -0,0 +1,346 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Sveinn í Felli <[email protected]>, 2015. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" +"product=clocks&keywords=I18N+L10N&component=general\n" +"POT-Creation-Date: 2015-03-25 07:17+0000\n" +"PO-Revision-Date: 2015-04-09 10:02+0000\n" +"Last-Translator: Sveinn í Felli <[email protected]>\n" +"Language-Team: Icelandic <[email protected]>\n" +"Language: is\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" + +#: ../data/appdata/org.gnome.clocks.appdata.xml.in.h:1 +msgid "" +"A simple and elegant clock application. It includes world clocks, alarms, a " +"stopwatch and a timer." +msgstr "" +"Einfalt og glæsilegt klukkuforrit. Það innifelur heimsklukkur, vekjara, " +"skeiðklukku og niðurteljara." + +#: ../data/appdata/org.gnome.clocks.appdata.xml.in.h:2 +msgid "Goals:" +msgstr "Markmið:" + +#: ../data/appdata/org.gnome.clocks.appdata.xml.in.h:3 +msgid "Show the time in different cities around the world" +msgstr "Sýna tímann á mismunandi stöðum um allan heim" + +#: ../data/appdata/org.gnome.clocks.appdata.xml.in.h:4 +msgid "Set alarms to wake you up" +msgstr "Setja áminningar til að vekja þig" + +#: ../data/appdata/org.gnome.clocks.appdata.xml.in.h:5 +msgid "Measure elapsed time with an accurate stopwatch" +msgstr "Mæla tíma með nákvæmri skeiðklukku" + +#: ../data/appdata/org.gnome.clocks.appdata.xml.in.h:6 +msgid "Set timers to properly cook your food" +msgstr "Setja af stað niðurtalningu til að geta eldað almennilegan mat" + +#: ../data/org.gnome.clocks.desktop.in.h:1 ../src/window.vala:203 +#: ../data/ui/window.ui.h:1 +msgid "Clocks" +msgstr "Klukkur" + +#: ../data/org.gnome.clocks.desktop.in.h:2 +msgid "GNOME Clocks" +msgstr "GNOME Klukkur" + +#: ../data/org.gnome.clocks.desktop.in.h:3 +msgid "Clocks for world times, plus alarms, stopwatch and a timer" +msgstr "Klukkur á ýmsum stöðum, vekjaraklukkur, skeiðklukka og niðurteljari." + +#: ../data/org.gnome.clocks.desktop.in.h:4 +msgid "time;timer;alarm;world clock;stopwatch;time zone;" +msgstr "tími;heimsklukka;vekjari;skeiðklukka;niðurteljari;tímabelti;" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:1 +msgid "Configured world clocks" +msgstr "Stilltar heimsklukkur" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:2 +msgid "List of world clocks to show." +msgstr "Listi yfir heimsklukkur sem á að birta" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:3 +msgid "Configured alarms" +msgstr "Stilltar áminningar" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:4 +msgid "List of alarms set." +msgstr "Listi yfir skilgreindar áminningar." + +#: ../data/org.gnome.clocks.gschema.xml.in.h:5 ../src/timer.vala:114 +msgid "Timer" +msgstr "Niðurteljari" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:6 +msgid "Configured timer duration in seconds." +msgstr "Tímalengd niðurtalningar í sekúndum." + +#: ../data/org.gnome.clocks.gschema.xml.in.h:7 +msgid "Geolocation support" +msgstr "Stuðningur við hnattstaðsetningu" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:8 +msgid "Turn geolocation support on and off." +msgstr "Kveikja eða slökkva á stuðningi við hnattstaðsetningu." + +#: ../data/org.gnome.clocks.gschema.xml.in.h:9 +msgid "Window state" +msgstr "Staða glugga" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:10 +msgid "State of the window, e.g. maximized." +msgstr "Staða glugga, t.d. hámarkaður." + +#: ../data/org.gnome.clocks.gschema.xml.in.h:11 +msgid "Window width and height" +msgstr "Breidd og hæð glugga" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:12 +msgid "Width and height of the window." +msgstr "Breidd og hæð gluggans" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:13 +msgid "Panel state" +msgstr "Staða spjalds" + +#: ../data/org.gnome.clocks.gschema.xml.in.h:14 +msgid "Current clock panel." +msgstr "Núverandi klukkuspjald." + +#: ../src/alarm.vala:115 ../src/alarm.vala:367 ../src/alarm.vala:535 +msgid "Alarm" +msgstr "Áminning" + +#: ../src/alarm.vala:117 ../src/stopwatch.vala:190 +#: ../data/ui/alarmringing.ui.h:1 +msgid "Stop" +msgstr "Stöðva" + +#: ../src/alarm.vala:118 ../data/ui/alarmringing.ui.h:2 +msgid "Snooze" +msgstr "Blunda" + +#: ../src/alarm.vala:306 +msgid "Edit Alarm" +msgstr "Breyta áminningu" + +#: ../src/alarm.vala:306 +msgid "New Alarm" +msgstr "Ný áminning" + +#. Translators: "New" refers to an alarm +#. Translators: "New" refers to a world clock +#: ../src/alarm.vala:560 ../src/world.vala:262 +msgid "New" +msgstr "Nýtt" + +#: ../src/application.vala:23 +msgid "Print version information and exit" +msgstr "Birta upplýsingar um útgáfu og hætta" + +#: ../src/stopwatch.vala:130 +msgid "Stopwatch" +msgstr "Skeiðklukka" + +#: ../src/stopwatch.vala:193 +msgid "Lap" +msgstr "Umferð" + +#: ../src/stopwatch.vala:200 ../src/timer.vala:206 +msgid "Continue" +msgstr "Halda áfram" + +#: ../src/stopwatch.vala:204 ../data/ui/stopwatch.ui.h:2 +#: ../data/ui/timer.ui.h:3 +msgid "Reset" +msgstr "Frumstilla" + +#: ../src/stopwatch.vala:212 ../data/ui/stopwatch.ui.h:1 +#: ../data/ui/timer.ui.h:1 +msgid "Start" +msgstr "Byrja" + +#: ../src/timer.vala:126 +msgid "Time is up!" +msgstr "Tíminn er búinn!" + +#: ../src/timer.vala:127 +msgid "Timer countdown finished" +msgstr "Niðurtalningu lokið" + +#: ../src/timer.vala:211 ../src/timer.vala:222 ../data/ui/timer.ui.h:2 +msgid "Pause" +msgstr "Hlé" + +#: ../src/utils.vala:153 +msgid "Mondays" +msgstr "Mánudögum" + +#: ../src/utils.vala:154 +msgid "Tuesdays" +msgstr "Þriðjudögum" + +#: ../src/utils.vala:155 +msgid "Wednesdays" +msgstr "Miðvikudögum" + +#: ../src/utils.vala:156 +msgid "Thursdays" +msgstr "Fimmtudögum" + +#: ../src/utils.vala:157 +msgid "Fridays" +msgstr "Föstudögum" + +#: ../src/utils.vala:158 +msgid "Saturdays" +msgstr "Laugardögum" + +#: ../src/utils.vala:159 +msgid "Sundays" +msgstr "Sunnudögum" + +#: ../src/utils.vala:239 +msgid "Every Day" +msgstr "Alla daga" + +#: ../src/utils.vala:241 +msgid "Weekdays" +msgstr "Virka daga" + +#: ../src/utils.vala:243 +msgid "Weekends" +msgstr "Helgar" + +#: ../src/widgets.vala:484 +msgid "Delete" +msgstr "Eyða" + +#: ../src/widgets.vala:510 ../src/widgets.vala:665 +msgid "Click on items to select them" +msgstr "Smelltu á hluti til að velja þá" + +#: ../src/widgets.vala:512 +#, c-format +msgid "%d selected" +msgid_plural "%d selected" +msgstr[0] "%d valið" +msgstr[1] "%d valið" + +#: ../src/widgets.vala:654 +msgid "Cancel" +msgstr "Hætta við" + +#: ../src/window.vala:176 +#, c-format +msgid "Failed to show help: %s" +msgstr "Mistókst að sýna hjálp: %s" + +#: ../src/window.vala:206 +msgid "Utilities to help you with the time." +msgstr "Tól til að hjálpa þér að koma hlutum í verk." + +#: ../src/window.vala:211 +msgid "translator-credits" +msgstr "Sveinn í Felli, [email protected]" + +#. If it is Dec 31st here and Jan 1st there (d = 1), then "tomorrow" +#: ../src/world.vala:106 ../src/world.vala:109 +msgid "Tomorrow" +msgstr "Á morgun" + +#. If it is Jan 1st here and Dec 31st there (t = 1), then "yesterday" +#: ../src/world.vala:106 ../src/world.vala:109 +msgid "Yesterday" +msgstr "í gær" + +#: ../src/world.vala:250 +msgid "World" +msgstr "Heimurinn" + +#. namespace World +#. namespace Clocks +#: ../data/gtk/menus.ui.h:1 +msgid "_Help" +msgstr "_Hjálp" + +#: ../data/gtk/menus.ui.h:2 +msgid "_About" +msgstr "_Um hugbúnaðinn" + +#: ../data/gtk/menus.ui.h:3 +msgid "_Quit" +msgstr "Hæ_tta" + +#: ../data/gtk/menus.ui.h:4 +msgid "Select All" +msgstr "Velja allt" + +#: ../data/gtk/menus.ui.h:5 +msgid "Select None" +msgstr "Velja ekkert" + +#: ../data/ui/alarmsetupdialog.ui.h:1 ../data/ui/worldlocationdialog.ui.h:1 +msgid "Add a New World Clock" +msgstr "Bæta við nýrri heimsklukku" + +#: ../data/ui/alarmsetupdialog.ui.h:2 ../data/ui/worldlocationdialog.ui.h:2 +msgid "_Cancel" +msgstr "_Hætta við" + +#: ../data/ui/alarmsetupdialog.ui.h:3 +msgid "_Done" +msgstr "_Lokið" + +#: ../data/ui/alarmsetupdialog.ui.h:4 +msgid "You already have an alarm for this time." +msgstr "Þú ert þegar með áminningu á þessum tíma." + +#: ../data/ui/alarmsetupdialog.ui.h:5 +msgid "Name" +msgstr "Heiti" + +#: ../data/ui/alarmsetupdialog.ui.h:6 +msgid "Repeat Every" +msgstr "Endurtaka" + +#: ../data/ui/alarmsetupdialog.ui.h:7 +msgid "Active" +msgstr "Virkt" + +#: ../data/ui/alarm.ui.h:1 +msgid "Select <b>New</b> to add an alarm" +msgstr "Veldu <b>Nýtt</b> til að bæta við áminningu" + +#: ../data/ui/worldlocationdialog.ui.h:3 +msgid "_Add" +msgstr "Bæt_a við" + +#: ../data/ui/worldlocationdialog.ui.h:4 +msgid "Search for a city:" +msgstr "Leita að borg:" + +#: ../data/ui/world.ui.h:1 +msgid "Select <b>New</b> to add a world clock" +msgstr "Veldu <b>Nýtt</b> til að bæta við nýrri heimsklukku" + +#: ../data/ui/world.ui.h:2 +msgid "Sunrise" +msgstr "Sólarupprás" + +#: ../data/ui/world.ui.h:3 +msgid "Sunset" +msgstr "Sólsetur" + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/po/ja.po new/gnome-clocks-3.16.1/po/ja.po --- old/gnome-clocks-3.16.0/po/ja.po 2015-03-14 19:28:08.000000000 +0100 +++ new/gnome-clocks-3.16.1/po/ja.po 2015-04-13 18:23:56.000000000 +0200 @@ -2,16 +2,17 @@ # Copyright (C) 2012 gnome-clocks's COPYRIGHT HOLDER # This file is distributed under the same license as the gnome-clocks package. # Takeshi AIHANA <[email protected]>, 2012. -# Jiro Matsuzawa <[email protected]>, 2012, 2013. +# Jiro Matsuzawa <[email protected]>, 2012, 2013, 2015. # Ikuya Awashiro <[email protected]>, 2014. +# Hajime Taira <[email protected]>, 2015. # msgid "" msgstr "" "Project-Id-Version: gnome-clocks master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=clocks&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2015-03-14 10:26+0000\n" -"PO-Revision-Date: 2014-09-10 15:15+0900\n" -"Last-Translator: Ikuya Awashiro <[email protected]>\n" +"POT-Creation-Date: 2015-03-24 07:17+0000\n" +"PO-Revision-Date: 2015-03-24 23:58+0900\n" +"Last-Translator: Hajime Taira <[email protected]>\n" "Language-Team: Japanese <[email protected]>\n" "Language: ja\n" "MIME-Version: 1.0\n" @@ -97,10 +98,8 @@ msgstr "ウィンドウの状態" #: ../data/org.gnome.clocks.gschema.xml.in.h:10 -#, fuzzy -#| msgid "State of the window: i.e. maximized." msgid "State of the window, e.g. maximized." -msgstr "ウィンドウの状態 (最大化されているかどうか) です。" +msgstr "ウィンドウの状態 (例えば、最大化されているかどうか)。" #: ../data/org.gnome.clocks.gschema.xml.in.h:11 msgid "Window width and height" @@ -255,6 +254,7 @@ msgstr "" "相花 毅 <[email protected]>\n" "松澤二郎 <[email protected]>\n" +"平 初 <[email protected]>\n" "日本GNOMEユーザー会 <http://www.gnome.gr.jp/>" #. If it is Dec 31st here and Jan 1st there (d = 1), then "tomorrow" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/po/pa.po new/gnome-clocks-3.16.1/po/pa.po --- old/gnome-clocks-3.16.0/po/pa.po 2014-03-19 21:15:20.000000000 +0100 +++ new/gnome-clocks-3.16.1/po/pa.po 2015-04-13 18:23:56.000000000 +0200 @@ -2,14 +2,14 @@ # Copyright (C) 2012 gnome-clocks's COPYRIGHT HOLDER # This file is distributed under the same license as the gnome-clocks package. # -# A S Alam <[email protected]>, 2012, 2013, 2014. +# A S Alam <[email protected]>, 2012, 2013, 2014, 2015. msgid "" msgstr "" "Project-Id-Version: gnome-clocks master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=clocks&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-03-17 07:13+0000\n" -"PO-Revision-Date: 2014-03-17 16:54-0500\n" +"POT-Creation-Date: 2015-03-28 07:23+0000\n" +"PO-Revision-Date: 2015-03-28 19:34-0500\n" "Last-Translator: A S Alam <[email protected]>\n" "Language-Team: Punjabi/Panjabi <[email protected]>\n" "Language: pa\n" @@ -47,7 +47,7 @@ msgid "Set timers to properly cook your food" msgstr "ਆਪਣੇ ਭੋਜਨ ਨੂੰ ਠੀਕ ਤਰ੍ਹਾਂ ਪਕਾਉਣ ਲਈ ਟਾਈਮਰ ਲਗਾਓ" -#: ../data/org.gnome.clocks.desktop.in.h:1 ../src/window.vala:188 +#: ../data/org.gnome.clocks.desktop.in.h:1 ../src/window.vala:203 #: ../data/ui/window.ui.h:1 msgid "Clocks" msgstr "ਘੜੀ" @@ -67,85 +67,87 @@ "ਜ਼ੋਨ;time;timer;alarm;world " "clock;stopwatch;time zone;" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:1 +#: ../data/org.gnome.clocks.gschema.xml.in.h:1 msgid "Configured world clocks" msgstr "ਸੰਰਚਿਤ ਕੀਤੀਆਂ ਸੰਸਾਰ ਘੜੀਆਂ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:2 +#: ../data/org.gnome.clocks.gschema.xml.in.h:2 msgid "List of world clocks to show." msgstr "ਵੇਖਾਉਣ ਲਈ ਸੰਸਾਰ ਘੜੀਆਂ ਦੀ ਸੂਚੀ ਹੈ।" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:3 +#: ../data/org.gnome.clocks.gschema.xml.in.h:3 msgid "Configured alarms" msgstr "ਸੰਰਚਿਤ ਕੀਤੇ ਅਲਾਰਮ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:4 +#: ../data/org.gnome.clocks.gschema.xml.in.h:4 msgid "List of alarms set." msgstr "ਅਲਾਰਮ ਸੈੱਟ ਦੀ ਸੂਚੀ ਹੈ।" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:5 ../src/timer.vala:107 +#: ../data/org.gnome.clocks.gschema.xml.in.h:5 ../src/timer.vala:114 msgid "Timer" msgstr "ਟਾਈਮਰ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:6 +#: ../data/org.gnome.clocks.gschema.xml.in.h:6 msgid "Configured timer duration in seconds." msgstr "ਸਕਿੰਟਾਂ ਵਿੱਚ ਸੰਰਚਿਤ ਸਮਾਂ ਅੰਤਰਾਲ।" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:7 +#: ../data/org.gnome.clocks.gschema.xml.in.h:7 msgid "Geolocation support" msgstr "ਭੂਗੋਲਿਕ ਟਿਕਾਣਾ ਸਹਿਯੋਗ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:8 +#: ../data/org.gnome.clocks.gschema.xml.in.h:8 msgid "Turn geolocation support on and off." msgstr "ਭੂਗੋਲਿਕ ਟਿਕਾਣਾ ਸਹਿਯੋਗ ਚਾਲੂ ਤੇ ਬੰਦ ਕਰੋ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:9 +#: ../data/org.gnome.clocks.gschema.xml.in.h:9 msgid "Window state" msgstr "ਵਿੰਡੋ ਹਾਲਤ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:10 -msgid "State of the window: i.e. maximized." -msgstr "ਵਿੰਡੋ ਦੀ ਸਥਿਤੀ: ਜਿਵੇਂ ਵੱਧੋ-ਵੱਧ" +#: ../data/org.gnome.clocks.gschema.xml.in.h:10 +#| msgid "State of the window: i.e. maximized." +msgid "State of the window, e.g. maximized." +msgstr "ਵਿੰਡੋ ਦੀ ਸਥਿਤੀ, ਜਿਵੇਂ ਵੱਧੋ-ਵੱਧ।" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:11 +#: ../data/org.gnome.clocks.gschema.xml.in.h:11 msgid "Window width and height" msgstr "ਵਿੰਡੋ ਚੌੜਾਈ ਤੇ ਉਚਾਈ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:12 +#: ../data/org.gnome.clocks.gschema.xml.in.h:12 msgid "Width and height of the window." msgstr "ਵਿੰਡੋ ਦੀ ਚੌੜਾਈ ਤੇ ਉਚਾਈ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:13 +#: ../data/org.gnome.clocks.gschema.xml.in.h:13 msgid "Panel state" msgstr "ਪੈਨਲ ਸਥਿਤੀ" -#: ../data/org.gnome.clocks.gschema.xml.in.in.h:14 +#: ../data/org.gnome.clocks.gschema.xml.in.h:14 msgid "Current clock panel." msgstr "ਮੌਜੂਦਾ ਘੜੀ ਪੈਨਲ ਹੈ।" -#: ../src/alarm.vala:115 ../src/alarm.vala:368 ../src/alarm.vala:542 +#: ../src/alarm.vala:115 ../src/alarm.vala:367 ../src/alarm.vala:535 msgid "Alarm" msgstr "ਅਲਾਰਮ" -#: ../src/alarm.vala:117 ../src/stopwatch.vala:188 ../data/ui/alarm.ui.h:2 +#: ../src/alarm.vala:117 ../src/stopwatch.vala:190 +#: ../data/ui/alarmringing.ui.h:1 msgid "Stop" msgstr "ਰੋਕੋ" -#: ../src/alarm.vala:118 ../data/ui/alarm.ui.h:3 +#: ../src/alarm.vala:118 ../data/ui/alarmringing.ui.h:2 msgid "Snooze" msgstr "ਟਾਲੋ" -#: ../src/alarm.vala:308 +#: ../src/alarm.vala:306 msgid "Edit Alarm" msgstr "ਅਲਾਰਮ ਸੋਧ" -#: ../src/alarm.vala:308 +#: ../src/alarm.vala:306 msgid "New Alarm" msgstr "ਨਵਾਂ ਅਲਾਰਮ" #. Translators: "New" refers to an alarm #. Translators: "New" refers to a world clock -#: ../src/alarm.vala:565 ../src/world.vala:281 +#: ../src/alarm.vala:560 ../src/world.vala:262 msgid "New" msgstr "ਨਵਾਂ" @@ -157,132 +159,151 @@ msgid "Stopwatch" msgstr "ਸਟਾਪਵਾਚ" -#: ../src/stopwatch.vala:191 +#: ../src/stopwatch.vala:193 msgid "Lap" msgstr "ਲੈਪ" -#: ../src/stopwatch.vala:198 ../src/timer.vala:162 +#: ../src/stopwatch.vala:200 ../src/timer.vala:206 msgid "Continue" msgstr "ਜਾਰੀ ਰੱਖੋ" -#: ../src/stopwatch.vala:202 ../data/ui/stopwatch.ui.h:2 +#: ../src/stopwatch.vala:204 ../data/ui/stopwatch.ui.h:2 #: ../data/ui/timer.ui.h:3 msgid "Reset" msgstr "ਮੁੜ-ਸੈੱਟ" -#: ../src/stopwatch.vala:210 ../data/ui/stopwatch.ui.h:1 +#: ../src/stopwatch.vala:212 ../data/ui/stopwatch.ui.h:1 #: ../data/ui/timer.ui.h:1 msgid "Start" msgstr "ਸ਼ੁਰੂ" -#: ../src/timer.vala:116 +#: ../src/timer.vala:126 msgid "Time is up!" msgstr "ਸਮਾਂ ਸਮਾਪਤ!" -#: ../src/timer.vala:117 +#: ../src/timer.vala:127 msgid "Timer countdown finished" msgstr "ਟਾਈਮਰ ਕਾਊਂਟ-ਡਾਊਨ ਪੂਰਾ ਹੋਇਆ" -#: ../src/timer.vala:167 ../src/timer.vala:178 ../data/ui/timer.ui.h:2 +#: ../src/timer.vala:211 ../src/timer.vala:222 ../data/ui/timer.ui.h:2 msgid "Pause" msgstr "ਵਿਰਾਮ" -#: ../src/utils.vala:163 +#: ../src/utils.vala:153 msgid "Mondays" msgstr "ਸੋਮਵਾਰ" -#: ../src/utils.vala:164 +#: ../src/utils.vala:154 msgid "Tuesdays" msgstr "ਮੰਗਲਵਾਰ" -#: ../src/utils.vala:165 +#: ../src/utils.vala:155 msgid "Wednesdays" msgstr "ਬੁੱਧਵਾਰ" -#: ../src/utils.vala:166 +#: ../src/utils.vala:156 msgid "Thursdays" msgstr "ਵੀਰਵਾਰ" -#: ../src/utils.vala:167 +#: ../src/utils.vala:157 msgid "Fridays" msgstr "ਸ਼ੁੱਕਰਵਾਰ" -#: ../src/utils.vala:168 +#: ../src/utils.vala:158 msgid "Saturdays" msgstr "ਸ਼ਨਿੱਚਰਵਾਰ" -#: ../src/utils.vala:169 +#: ../src/utils.vala:159 msgid "Sundays" msgstr "ਐਤਵਾਰ" -#: ../src/utils.vala:249 +#: ../src/utils.vala:239 msgid "Every Day" msgstr "ਹਰ ਰੋਜ਼" -#: ../src/utils.vala:251 +#: ../src/utils.vala:241 msgid "Weekdays" msgstr "ਹਫ਼ਤੇ ਦੇ ਦਿਨ" -#: ../src/utils.vala:253 +#: ../src/utils.vala:243 msgid "Weekends" msgstr "ਹਫ਼ਤੇ ਚ ਛੁੱਟੀ ਦੇ ਦਿਨ" -#: ../src/widgets.vala:459 -msgid "Cancel" -msgstr "ਰੱਦ ਕਰੋ" +#: ../src/widgets.vala:484 +msgid "Delete" +msgstr "ਹਟਾਓ" -#: ../src/widgets.vala:471 ../src/widgets.vala:534 +#: ../src/widgets.vala:510 ../src/widgets.vala:665 msgid "Click on items to select them" msgstr "ਆਈਟਮਾਂ ਨੂੰ ਚੁਣਨ ਲਈ ਉਹਨਾਂ ਉੱਤੇ ਕਲਿੱਕ ਕਰੋ" -#: ../src/widgets.vala:498 -msgid "Delete" -msgstr "ਹਟਾਓ" - -#: ../src/widgets.vala:536 +#: ../src/widgets.vala:512 #, c-format msgid "%d selected" msgid_plural "%d selected" msgstr[0] "%d ਚੁਣਿਆ" msgstr[1] "%d ਚੁਣੇ" -#: ../src/window.vala:161 +#: ../src/widgets.vala:654 +msgid "Cancel" +msgstr "ਰੱਦ ਕਰੋ" + +#: ../src/window.vala:176 #, c-format msgid "Failed to show help: %s" msgstr "ਮੱਦਦ ਵੇਖਾਉਣ ਲਈ ਫੇਲ੍ਹ ਹੈ: %s" -#: ../src/window.vala:191 +#: ../src/window.vala:206 msgid "Utilities to help you with the time." msgstr "ਸਮਾਂ ਵਾਸਤੇ ਤੁਹਾਡੀ ਮੱਦਦ ਵਾਸਤੇ ਸਹੂਲਤ ਹੈ।" -#: ../src/window.vala:196 +#: ../src/window.vala:211 msgid "translator-credits" msgstr "" "ਅਮਨਪਰੀਤ ਸਿੰਘ ਆਲਮ\n" "ਪੰਜਾਬੀ ਓਪਨਸੋਰਸ ਟੀਮ (POST)" #. If it is Dec 31st here and Jan 1st there (d = 1), then "tomorrow" -#: ../src/world.vala:112 ../src/world.vala:115 +#: ../src/world.vala:106 ../src/world.vala:109 msgid "Tomorrow" msgstr "ਭਲਕੇ" #. If it is Jan 1st here and Dec 31st there (t = 1), then "yesterday" -#: ../src/world.vala:112 ../src/world.vala:115 +#: ../src/world.vala:106 ../src/world.vala:109 msgid "Yesterday" msgstr "ਕੱਲ੍ਹ" -#: ../src/world.vala:272 +#: ../src/world.vala:250 msgid "World" msgstr "ਸੰਸਾਰ" #. namespace World #. namespace Clocks +#: ../data/gtk/menus.ui.h:1 +msgid "_Help" +msgstr "ਮੱਦਦ(_H)" + +#: ../data/gtk/menus.ui.h:2 +msgid "_About" +msgstr "ਇਸ ਬਾਰੇ(_A)" + +#: ../data/gtk/menus.ui.h:3 +msgid "_Quit" +msgstr "ਬੰਦ ਕਰੋ(_Q)" + +#: ../data/gtk/menus.ui.h:4 +msgid "Select All" +msgstr "ਸਭ ਚੁਣੋ" + +#: ../data/gtk/menus.ui.h:5 +msgid "Select None" +msgstr "ਕੋਈ ਨਾ ਚੁਣੋ" + #: ../data/ui/alarmsetupdialog.ui.h:1 ../data/ui/worldlocationdialog.ui.h:1 msgid "Add a New World Clock" msgstr "ਨਵੀਂ ਸੰਸਾਰ ਘੜੀ ਜੋੜੋ" #: ../data/ui/alarmsetupdialog.ui.h:2 ../data/ui/worldlocationdialog.ui.h:2 -#| msgid "Cancel" msgid "_Cancel" msgstr "ਰੱਦ ਕਰੋ(_C)" @@ -310,26 +331,6 @@ msgid "Select <b>New</b> to add an alarm" msgstr "ਅਲਾਰਮ ਜੋੜਨ ਲਈ <b>ਨਵਾਂ</b> ਚੁਣੋ" -#: ../data/ui/menu.ui.h:1 -msgid "_Help" -msgstr "ਮੱਦਦ(_H)" - -#: ../data/ui/menu.ui.h:2 -msgid "_About" -msgstr "ਇਸ ਬਾਰੇ(_A)" - -#: ../data/ui/menu.ui.h:3 -msgid "_Quit" -msgstr "ਬੰਦ ਕਰੋ(_Q)" - -#: ../data/ui/menu.ui.h:4 -msgid "Select All" -msgstr "ਸਭ ਚੁਣੋ" - -#: ../data/ui/menu.ui.h:5 -msgid "Select None" -msgstr "ਕੋਈ ਨਾ ਚੁਣੋ" - #: ../data/ui/worldlocationdialog.ui.h:3 msgid "_Add" msgstr "ਸ਼ਾਮਲ(_A)" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/alarm.c new/gnome-clocks-3.16.1/src/alarm.c --- old/gnome-clocks-3.16.0/src/alarm.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/alarm.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* alarm.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* alarm.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from alarm.vala, do not modify */ /* @@ -3657,8 +3657,8 @@ static void clocks_alarm_face_instance_init (ClocksAlarmFace * self) { self->priv = CLOCKS_ALARM_FACE_GET_PRIVATE (self); - g_type_ensure (CLOCKS_ALARM_TYPE_RINGING_PANEL); g_type_ensure (CLOCKS_TYPE_CONTENT_VIEW); + g_type_ensure (CLOCKS_ALARM_TYPE_RINGING_PANEL); gtk_widget_init_template (GTK_WIDGET (self)); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/application.c new/gnome-clocks-3.16.1/src/application.c --- old/gnome-clocks-3.16.0/src/application.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/application.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* application.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* application.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from application.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/clock.c new/gnome-clocks-3.16.1/src/clock.c --- old/gnome-clocks-3.16.0/src/clock.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/clock.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* clock.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* clock.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from clock.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/geocoding.c new/gnome-clocks-3.16.1/src/geocoding.c --- old/gnome-clocks-3.16.0/src/geocoding.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/geocoding.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* geocoding.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* geocoding.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from geocoding.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/main.c new/gnome-clocks-3.16.1/src/main.c --- old/gnome-clocks-3.16.0/src/main.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/main.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* main.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* main.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from main.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/search-provider.c new/gnome-clocks-3.16.1/src/search-provider.c --- old/gnome-clocks-3.16.0/src/search-provider.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/search-provider.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* search-provider.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* search-provider.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from search-provider.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/stopwatch.c new/gnome-clocks-3.16.1/src/stopwatch.c --- old/gnome-clocks-3.16.0/src/stopwatch.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/stopwatch.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* stopwatch.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* stopwatch.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from stopwatch.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/timer.c new/gnome-clocks-3.16.1/src/timer.c --- old/gnome-clocks-3.16.0/src/timer.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/timer.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* timer.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* timer.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from timer.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/utils.c new/gnome-clocks-3.16.1/src/utils.c --- old/gnome-clocks-3.16.0/src/utils.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/utils.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* utils.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* utils.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from utils.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/widgets.c new/gnome-clocks-3.16.1/src/widgets.c --- old/gnome-clocks-3.16.0/src/widgets.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/widgets.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* widgets.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* widgets.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from widgets.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/window.c new/gnome-clocks-3.16.1/src/window.c --- old/gnome-clocks-3.16.0/src/window.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/window.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* window.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* window.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from window.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gnome-clocks-3.16.0/src/world.c new/gnome-clocks-3.16.1/src/world.c --- old/gnome-clocks-3.16.0/src/world.c 2015-03-23 11:20:13.000000000 +0100 +++ new/gnome-clocks-3.16.1/src/world.c 2015-04-13 18:25:55.000000000 +0200 @@ -1,4 +1,4 @@ -/* world.c generated by valac 0.27.1.22-4ade8, the Vala compiler +/* world.c generated by valac 0.28.0.2-3502, the Vala compiler * generated from world.vala, do not modify */ /*
