[packages/libgphoto2] - updated to 2.5.8 - removed obsolete gd-2.1 patch - added pl.po-update patch

qboosh qboosh at pld-linux.org
Thu Jul 9 15:18:41 CEST 2015


commit 040af2a8d66e560684f24422cb793320d0705b2f
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 9 15:20:47 2015 +0200

    - updated to 2.5.8
    - removed obsolete gd-2.1 patch
    - added pl.po-update patch

 gd-2.1.patch                  |  11 -
 libgphoto2-format.patch       |  11 +
 libgphoto2-pl.po-update.patch | 460 +++++++-----------------------------------
 libgphoto2.spec               |  10 +-
 4 files changed, 93 insertions(+), 399 deletions(-)
---
diff --git a/libgphoto2.spec b/libgphoto2.spec
index 662c815..9b2ef68 100644
--- a/libgphoto2.spec
+++ b/libgphoto2.spec
@@ -11,15 +11,15 @@ Summary(es.UTF-8):	Foto GNU (gphoto) Release 2
 Summary(pl.UTF-8):	Biblioteki obsługi kamer cyfrowych
 Summary(pt_BR.UTF-8):	GNU Photo - programa GNU para câmeras digitais
 Name:		libgphoto2
-Version:	2.5.4
-Release:	4
+Version:	2.5.8
+Release:	1
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://downloads.sourceforge.net/gphoto/%{name}-%{version}.tar.bz2
-# Source0-md5:	4f549a8600228a27f547d47ca1a97f09
+# Source0-md5:	873ab01aced49c6b92a98e515db5dcef
 Patch0:		%{name}-mode-owner-group.patch
 Patch1:		%{name}-pl.po-update.patch
-Patch2:		gd-2.1.patch
+Patch2:		%{name}-format.patch
 URL:		http://www.gphoto.org/
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.9
@@ -315,7 +315,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_libdir}/libgphoto2.so.*.*.*
 %attr(755,root,root) %ghost %{_libdir}/libgphoto2.so.6
 %attr(755,root,root) %{_libdir}/libgphoto2_port.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libgphoto2_port.so.10
+%attr(755,root,root) %ghost %{_libdir}/libgphoto2_port.so.12
 
 # camera plugins
 %dir %{_libdir}/libgphoto2
diff --git a/gd-2.1.patch b/gd-2.1.patch
deleted file mode 100644
index 1d225d4..0000000
--- a/gd-2.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libgphoto2-2.5.4/configure.ac~	2014-03-23 18:38:18.000000000 +0100
-+++ libgphoto2-2.5.4/configure.ac	2015-02-26 20:01:07.265114858 +0100
-@@ -285,7 +285,7 @@
- dnl ---------------------------------------------------------------------------
- dnl check for libgd
- dnl ---------------------------------------------------------------------------
--GP_CHECK_LIBRARY([LIBGD],[libgd],[>= 2.0],[gd.h],[gdImageCreateTrueColor],[],[],[default-on],[http://www.libgd.org/])
-+GP_CHECK_LIBRARY([LIBGD],[gdlib],[>= 2.0],[gd.h],[gdImageCreateTrueColor],[],[],[default-on],[http://www.libgd.org/])
- GP_CONFIG_MSG([libGD conversion support],[${have_LIBGD}])
- 
- dnl ---------------------------------------------------------------------------
diff --git a/libgphoto2-format.patch b/libgphoto2-format.patch
new file mode 100644
index 0000000..5ccf568
--- /dev/null
+++ b/libgphoto2-format.patch
@@ -0,0 +1,11 @@
+--- libgphoto2-2.5.8/camlibs/ptp2/chdk.c.orig	2015-06-17 23:20:45.000000000 +0200
++++ libgphoto2-2.5.8/camlibs/ptp2/chdk.c	2015-07-08 21:26:03.382704271 +0200
+@@ -1128,7 +1128,7 @@
+ 	if (ret != GP_OK) return ret;
+ 
+ 	lua = malloc(strlen(luascript)+1);
+-	sprintf(lua,luascript); /* This expands the %q inside the string too ... do not optimize away. */
++	sprintf(lua,luascript,""); /* This expands the %q inside the string too ... do not optimize away. */
+ 	ret = chdk_generic_script_run (params, lua, &table, &retint, context);
+ 	free (lua);
+ 	GP_LOG_D("rlib_shoot returned table %s, retint %d\n", table, retint);
diff --git a/libgphoto2-pl.po-update.patch b/libgphoto2-pl.po-update.patch
index 4caf5a0..95b4b61 100644
--- a/libgphoto2-pl.po-update.patch
+++ b/libgphoto2-pl.po-update.patch
@@ -1,415 +1,109 @@
---- libgphoto2-2.5.4/po/pl.po.orig	2014-03-23 18:46:46.000000000 +0100
-+++ libgphoto2-2.5.4/po/pl.po	2014-03-27 17:26:59.466295340 +0100
-@@ -5,10 +5,10 @@
- #
- msgid ""
- msgstr ""
--"Project-Id-Version: libgphoto2 2.5.3\n"
-+"Project-Id-Version: libgphoto2 2.5.4\n"
- "Report-Msgid-Bugs-To: gphoto-devel at lists.sourceforge.net\n"
- "POT-Creation-Date: 2014-03-23 18:28+0100\n"
--"PO-Revision-Date: 2014-01-11 14:18+0100\n"
-+"PO-Revision-Date: 2014-03-27 03:18+0100\n"
- "Last-Translator: Jakub Bogusz <qboosh at pld-linux.org>\n"
- "Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
- "Language: pl\n"
-@@ -4376,24 +4376,20 @@
- msgstr "Własna predefiniowana 5"
+--- libgphoto2-2.5.8/po/pl.po.orig	2015-07-08 21:00:29.429435311 +0200
++++ libgphoto2-2.5.8/po/pl.po	2015-07-08 21:07:33.112750864 +0200
+@@ -6745,7 +6745,7 @@
  
- #: camlibs/ptp2/config.c:1323
--#, fuzzy
- msgid "Fluorescent: Warm White"
--msgstr "Światło fluorescencyjne 1"
-+msgstr "Fluorescencyjne: ciepła biel"
- 
- #: camlibs/ptp2/config.c:1324
--#, fuzzy
- msgid "Fluorescent: Cold White"
--msgstr "Światło fluorescencyjne H"
-+msgstr "Fluorescencyjne: zimna biel"
- 
- #: camlibs/ptp2/config.c:1325
--#, fuzzy
- msgid "Fluorescent: Day White"
--msgstr "Światło fluorescencyjne 1"
-+msgstr "Fluorescencyjne: dzienna biel 1"
- 
- #: camlibs/ptp2/config.c:1326
--#, fuzzy
- msgid "Fluorescent: Daylight"
--msgstr "Światło fluorescencyjne H"
-+msgstr "Fluorescencyjne: światło dzienne"
- 
- #: camlibs/ptp2/config.c:1334 camlibs/ptp2/config.c:4061
- #: camlibs/ptp2/config.c:4072 camlibs/ptp2/config.c:4084
-@@ -4682,11 +4678,11 @@
- 
- #: camlibs/ptp2/config.c:1968
- msgid "16:9"
--msgstr ""
-+msgstr "16:9"
- 
- #: camlibs/ptp2/config.c:1969
- msgid "3:2"
+ #: camlibs/ptp2/config.c:6422
+ msgid "WLAN GUID"
 -msgstr ""
-+msgstr "3:2"
++msgstr "WLAN GUID"
  
- #: camlibs/ptp2/config.c:1976 camlibs/ptp2/config.c:3422
- #: camlibs/ptp2/config.c:3440 camlibs/ptp2/ptp.c:5279 camlibs/ptp2/ptp.c:5282
-@@ -4712,24 +4708,20 @@
- msgstr "TFT + PC"
+ #: camlibs/ptp2/config.c:6423
+ msgid "Enable Image Comment"
+@@ -6840,7 +6840,7 @@
  
- #: camlibs/ptp2/config.c:1991
--#, fuzzy
- msgid "Setting 4"
--msgstr "Rodzaj ustawienia BW"
-+msgstr "Ustawienie 4"
- 
- #: camlibs/ptp2/config.c:1992
--#, fuzzy
- msgid "Setting 5"
--msgstr "Rodzaj ustawienia BW"
-+msgstr "Ustawienie 5"
- 
- #: camlibs/ptp2/config.c:1993
--#, fuzzy
- msgid "Setting 6"
--msgstr "Rodzaj ustawienia BW"
-+msgstr "Ustawienie 6"
- 
- #: camlibs/ptp2/config.c:1994
--#, fuzzy
- msgid "Setting 7"
--msgstr "Rodzaj ustawienia BW"
-+msgstr "Ustawienie 7"
- 
- #: camlibs/ptp2/config.c:2029 camlibs/ptp2/config.c:2031
- #: camlibs/ptp2/config.c:2070 camlibs/ptp2/config.c:3432
-@@ -4746,7 +4738,7 @@
- 
- #: camlibs/ptp2/config.c:2052 camlibs/ptp2/config.c:2074
- msgid "Disabled"
+ #: camlibs/ptp2/config.c:6453
+ msgid "CHDK"
 -msgstr ""
-+msgstr "Wyłączony"
- 
- #: camlibs/ptp2/config.c:2101 camlibs/ptp2/config.c:2127
- #: camlibs/ptp2/config.c:2154 camlibs/ptp2/ptp.c:5702
-@@ -4766,24 +4758,20 @@
- msgstr "sRAW"
- 
- #: camlibs/ptp2/config.c:2236
--#, fuzzy
- msgid "Small Fine JPEG  (S1 Fine)"
--msgstr "Mały dobry JPEG"
-+msgstr "Mały dobry JPEG  (S1 Fine)"
- 
- #: camlibs/ptp2/config.c:2237
--#, fuzzy
- msgid "Small Normal JPEG (S1 Normal)"
--msgstr "Mały normalny JPEG"
-+msgstr "Mały normalny JPEG (S1 Normal)"
- 
- #: camlibs/ptp2/config.c:2238
--#, fuzzy
- msgid "Smaller JPEG (S2)"
--msgstr "Mniejszy JPEG"
-+msgstr "Mniejszy JPEG (S2)"
- 
- #: camlibs/ptp2/config.c:2239
--#, fuzzy
- msgid "Tiny JPEG (S3)"
--msgstr "Malutki JPEG"
-+msgstr "Malutki JPEG (S3)"
- 
- #: camlibs/ptp2/config.c:2241
- msgid "mRAW + Large Fine JPEG"
-@@ -4802,27 +4790,24 @@
- msgstr "sRAW + średni dobry JPEG"
- 
- #: camlibs/ptp2/config.c:2247
--#, fuzzy
- msgid "RAW + Small Fine JPEG (S1 Fine)"
--msgstr "RAW + mały dobry JPEG"
-+msgstr "RAW + mały dobry JPEG (S1 Fine)"
- 
- #: camlibs/ptp2/config.c:2248
- msgid "mRAW + Small Fine JPEG"
- msgstr "mRAW + mały dobry JPEG"
- 
- #: camlibs/ptp2/config.c:2249
--#, fuzzy
- msgid "mRAW + Small Fine JPEG (S1 Fine)"
--msgstr "mRAW + mały dobry JPEG"
-+msgstr "mRAW + mały dobry JPEG (S1 Fine)"
- 
- #: camlibs/ptp2/config.c:2250
- msgid "sRAW + Small Fine JPEG"
- msgstr "sRAW + mały dobry JPEG"
- 
- #: camlibs/ptp2/config.c:2251
--#, fuzzy
- msgid "sRAW + Small Fine JPEG (S1 Fine)"
--msgstr "sRAW + mały dobry JPEG"
-+msgstr "sRAW + mały dobry JPEG (S1 Fine)"
- 
- #: camlibs/ptp2/config.c:2253
- msgid "mRAW + Large Normal JPEG"
-@@ -4841,57 +4826,48 @@
- msgstr "sRAW + średni normalny JPEG"
- 
- #: camlibs/ptp2/config.c:2259
--#, fuzzy
- msgid "RAW + Small Normal JPEG (S1 Normal)"
--msgstr "RAW + mały normalny JPEG"
-+msgstr "RAW + mały normalny JPEG (S1 Normal)"
- 
- #: camlibs/ptp2/config.c:2260
- msgid "mRAW + Small Normal JPEG"
- msgstr "mRAW + mały normalny JPEG"
- 
- #: camlibs/ptp2/config.c:2261
--#, fuzzy
- msgid "mRAW + Small Normal JPEG (S1 Normal)"
--msgstr "mRAW + mały normalny JPEG"
-+msgstr "mRAW + mały normalny JPEG (S1 Normal)"
++msgstr "CHDK"
  
- #: camlibs/ptp2/config.c:2262
- msgid "sRAW + Small Normal JPEG"
- msgstr "sRAW + mały normalny JPEG"
+ #: camlibs/ptp2/config.c:6463
+ msgid "Image Format SD"
+@@ -6855,9 +6855,8 @@
+ msgstr "Format zdjęć Ext HD"
  
- #: camlibs/ptp2/config.c:2263
+ #: camlibs/ptp2/config.c:6473
 -#, fuzzy
- msgid "sRAW + Small Normal JPEG (S1 Normal)"
--msgstr "sRAW + mały normalny JPEG"
-+msgstr "sRAW + mały normalny JPEG (S1 Normal)"
+ msgid "Movie ISO Speed"
+-msgstr "Czułość ISO"
++msgstr "Czułość ISO filmu"
  
- #: camlibs/ptp2/config.c:2264
--#, fuzzy
- msgid "RAW + Smaller JPEG (S2)"
--msgstr "RAW + mały dobry JPEG"
-+msgstr "RAW + mały dobry JPEG (S2)"
+ #: camlibs/ptp2/config.c:6477 camlibs/ptp2/ptp.c:4601
+ msgid "ISO Auto"
+@@ -6988,9 +6987,8 @@
+ msgstr "Liczba F"
  
- #: camlibs/ptp2/config.c:2265
+ #: camlibs/ptp2/config.c:6532
 -#, fuzzy
- msgid "mRAW + Smaller JPEG (S2)"
--msgstr "mRAW + mały dobry JPEG"
-+msgstr "mRAW + mały dobry JPEG (S2)"
+ msgid "Movie F-Number"
+-msgstr "Liczba F"
++msgstr "Liczba F filmu"
  
- #: camlibs/ptp2/config.c:2266
--#, fuzzy
- msgid "sRAW + Smaller JPEG (S2)"
--msgstr "sRAW + mały dobry JPEG"
-+msgstr "sRAW + mały dobry JPEG (S2)"
+ #: camlibs/ptp2/config.c:6533 camlibs/ptp2/ptp.c:4505
+ msgid "Flexible Program"
+@@ -7009,9 +7007,8 @@
+ msgstr "Tryb ogniskowania 2"
  
- #: camlibs/ptp2/config.c:2267
+ #: camlibs/ptp2/config.c:6541
 -#, fuzzy
- msgid "RAW + Tiny JPEG (S3)"
--msgstr "RAW + mały dobry JPEG"
-+msgstr "RAW + malutki JPEG (S3)"
+ msgid "Continuous AF"
+-msgstr "Ciągła"
++msgstr "Ciągły AF"
  
- #: camlibs/ptp2/config.c:2268
--#, fuzzy
- msgid "mRAW + Tiny JPEG (S3)"
--msgstr "mRAW + duży dobry JPEG"
-+msgstr "mRAW + malutki JPEG (S3)"
+ #: camlibs/ptp2/config.c:6542 camlibs/ptp2/config.c:6543
+ #: camlibs/ptp2/ptp.c:4094 camlibs/ptp2/ptp.c:4281
+@@ -7093,9 +7090,8 @@
+ msgstr "Prędkość migawki 2"
  
- #: camlibs/ptp2/config.c:2269
+ #: camlibs/ptp2/config.c:6572
 -#, fuzzy
- msgid "sRAW + Tiny JPEG (S3)"
--msgstr "sRAW + duży dobry JPEG"
-+msgstr "sRAW + malutki JPEG (S3)"
- 
- #: camlibs/ptp2/config.c:2294 camlibs/ptp2/ptp.c:5647
- msgid "Continuous"
-@@ -4920,19 +4896,18 @@
- msgstr "Automatyczne ISO"
- 
- #: camlibs/ptp2/config.c:2361 camlibs/ptp2/config.c:2390
--#, fuzzy, c-format
-+#, c-format
- msgid "Auto ISO Multi Frame Noise Reduction"
--msgstr "Redukcja szumów przy dużym ISO"
-+msgstr "Wieloklatkowa redukcja szumów przy auto ISO"
+ msgid "Movie Shutter Speed 2"
+-msgstr "Prędkość migawki 2"
++msgstr "Prędkość migawki filmu 2"
  
- #: camlibs/ptp2/config.c:2364
--#, fuzzy, c-format
-+#, c-format
- msgid "%d Multi Frame Noise Reduction"
--msgstr "Redukcja szumów przy długiej ekspozycji"
-+msgstr "Wieloklatkowa redukcja szumów %d"
+ #: camlibs/ptp2/config.c:6576 camlibs/ptp2/config.c:6577
+ #: camlibs/ptp2/ptp.c:4138
+@@ -7424,9 +7420,8 @@
+ msgstr "Przycisk AF On"
  
- #: camlibs/ptp2/config.c:2398
+ #: camlibs/ptp2/config.c:6742
 -#, fuzzy
- msgid "Multi Frame Noise Reduction"
+ msgid "Movie High ISO Noise Reduction"
 -msgstr "Redukcja szumów przy dużym ISO"
-+msgstr "Wieloklatkowa redukcja szumów"
- 
- #: camlibs/ptp2/config.c:2616
- #, c-format
-@@ -5073,74 +5048,60 @@
- msgstr "Szybkie zwolnienie"
- 
- #: camlibs/ptp2/config.c:2888
--#, fuzzy
- msgid "Selftimer 2s"
--msgstr "Samowyzwalacz"
-+msgstr "Samowyzwalacz 2s"
- 
- #: camlibs/ptp2/config.c:2889
--#, fuzzy
- msgid "Selftimer 10s"
--msgstr "Samowyzwalacz"
-+msgstr "Samowyzwalacz 10s"
- 
- #: camlibs/ptp2/config.c:2890
--#, fuzzy
- msgid "Bracketing C 0.3 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu C 0.3"
- 
- #: camlibs/ptp2/config.c:2891
--#, fuzzy
- msgid "Bracketing C 0.7 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu C 0.7"
- 
- #: camlibs/ptp2/config.c:2892
--#, fuzzy
- msgid "Bracketing C 1.0 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu C 1.0"
- 
- #: camlibs/ptp2/config.c:2893
--#, fuzzy
- msgid "Bracketing C 2.0 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu C 2.0"
- 
- #: camlibs/ptp2/config.c:2894
--#, fuzzy
- msgid "Bracketing C 3.0 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu C 3.0"
- 
- #: camlibs/ptp2/config.c:2895
--#, fuzzy
- msgid "Bracketing S 0.3 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu S 0.3"
- 
- #: camlibs/ptp2/config.c:2896
--#, fuzzy
- msgid "Bracketing S 0.7 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu S 0.7"
- 
- #: camlibs/ptp2/config.c:2897
--#, fuzzy
- msgid "Bracketing S 1.0 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu S 1.0"
- 
- #: camlibs/ptp2/config.c:2898
--#, fuzzy
- msgid "Bracketing S 2.0 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu S 2.0"
- 
- #: camlibs/ptp2/config.c:2899
--#, fuzzy
- msgid "Bracketing S 3.0 Steps"
--msgstr "Klatki i kroki bracketingu"
-+msgstr "Kroki bracketingu S 3.0"
- 
- #: camlibs/ptp2/config.c:2900
--#, fuzzy
- msgid "Bracketing WB Lo"
--msgstr "Bracketing"
-+msgstr "Bracketing WB Lo"
++msgstr "Redukcja szumów filmu przy dużym ISO"
  
- #: camlibs/ptp2/config.c:2901
--#, fuzzy
- msgid "Bracketing WB Hi"
--msgstr "Bracketing"
-+msgstr "Bracketing WB Hi"
- 
- #: camlibs/ptp2/config.c:2910 camlibs/ptp2/ptp.c:5207
- msgid "Centre-spot"
-@@ -5894,14 +5855,12 @@
- msgstr "Lustro podniesione zdalnie"
- 
- #: camlibs/ptp2/config.c:3863
--#, fuzzy
- msgid "Application Mode 0"
--msgstr "Tryb działania"
-+msgstr "Tryb aplikacji 0"
+ #: camlibs/ptp2/config.c:6744
+ msgid "Maximum continuous release"
+@@ -7547,9 +7542,8 @@
+ msgstr "Niestety ten aparat Canon nie obsługuje funkcji Canon EOS capture"
  
- #: camlibs/ptp2/config.c:3864
+ #: camlibs/ptp2/library.c:2911 camlibs/ptp2/library.c:3810
 -#, fuzzy
- msgid "Application Mode 1"
--msgstr "Tryb działania"
-+msgstr "Tryb aplikacji 1"
+ msgid "Canon EOS Half-Press failed"
+-msgstr "Canon EOS Capture nie powiodło się"
++msgstr "Canon EOS Half-Press nie powiodło się"
  
- #: camlibs/ptp2/config.c:3870 camlibs/ptp2/ptp.c:5397
- msgid "Moderate"
-@@ -5993,9 +5952,8 @@
- msgstr "TIFF (RGB)"
+ #: camlibs/ptp2/library.c:2915 camlibs/ptp2/library.c:2978
+ #: camlibs/ptp2/library.c:3817 camlibs/ptp2/library.c:4035
+@@ -7563,19 +7557,16 @@
  
- #: camlibs/ptp2/config.c:4093
+ #: camlibs/ptp2/library.c:2934 camlibs/ptp2/library.c:2946
+ #: camlibs/ptp2/library.c:3836 camlibs/ptp2/library.c:3848
 -#, fuzzy
- msgid "RAW+JPEG"
--msgstr "RAW + JPEG dobrej jakości"
-+msgstr "RAW+JPEG"
- 
- #: camlibs/ptp2/config.c:4107 camlibs/ptp2/ptp.c:5271
- msgid "6 seconds"
-@@ -6654,9 +6612,8 @@
- msgstr "Wyjście aparatu"
+ msgid "Canon EOS Half-Release failed"
+-msgstr "Canon EOS Capture nie powiodło się"
++msgstr "Canon EOS Half-Release nie powiodło się"
  
- #: camlibs/ptp2/config.c:6027
+ #: camlibs/ptp2/library.c:2939 camlibs/ptp2/library.c:3841
 -#, fuzzy
- msgid "Recording Destination"
--msgstr "Nośnik nagrywania"
-+msgstr "Miejsce zapisu nagrywania"
- 
- #: camlibs/ptp2/config.c:6028
- msgid "EVF Mode"
-@@ -6875,7 +6832,7 @@
+ msgid "Canon EOS Full-Press failed"
+-msgstr "Canon EOS Capture nie powiodło się"
++msgstr "Canon EOS Full-Press nie powiodło się"
  
- #: camlibs/ptp2/config.c:6132
- msgid "Aspect Ratio"
--msgstr ""
-+msgstr "Proporcje obrazu"
- 
- #: camlibs/ptp2/config.c:6134 camlibs/ptp2/ptp.c:4845
- msgid "HDR Mode"
-@@ -7124,9 +7081,8 @@
- msgstr "Tryb zdalnego sterowania"
- 
- #: camlibs/ptp2/config.c:6218
+ #: camlibs/ptp2/library.c:2942 camlibs/ptp2/library.c:3844
 -#, fuzzy
- msgid "Application Mode"
--msgstr "Tryb działania"
-+msgstr "Tryb aplikacji"
- 
- #: camlibs/ptp2/config.c:6219 camlibs/ptp2/ptp.c:4851
- msgid "Optimize Image"
-@@ -7837,9 +7793,9 @@
- msgstr "%sZdjęcia w trybie Nikon 3"
- 
- #: camlibs/ptp2/library.c:4604
--#, fuzzy, c-format
-+#, c-format
- msgid "Sony Capture"
--msgstr "Zdjęcia w trybie Canon"
-+msgstr "Zdjęcia w trybie Sony"
+ msgid "Canon EOS Full-Release failed"
+-msgstr "Canon EOS Capture nie powiodło się"
++msgstr "Canon EOS Full-Release nie powiodło się"
  
- #: camlibs/ptp2/library.c:4611
- #, c-format
-@@ -11800,6 +11756,3 @@
- #: libgphoto2/gphoto2-result.c:89
- msgid "Unknown error"
- msgstr "Nieznany błąd"
--
--#~ msgid "Movie Recording"
--#~ msgstr "Nagrywanie filmu"
+ #: camlibs/ptp2/library.c:2949
+ msgid "Canon EOS Capture failed"
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libgphoto2.git/commitdiff/040af2a8d66e560684f24422cb793320d0705b2f



More information about the pld-cvs-commit mailing list