[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:38:57 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a362c01
The following commit has been merged in the master branch:
commit a362c0162fa6379ea90d17f161028d8afe27cf3a
Author: HumanDynamo <caulier.gilles at gmail.com>
Date: Sat Oct 13 20:02:16 2007 +0000
fix i18n
---
src/properties.cpp | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/properties.cpp b/src/properties.cpp
index 2b9c576..8c3d6a3 100644
--- a/src/properties.cpp
+++ b/src/properties.cpp
@@ -446,13 +446,13 @@ namespace Exiv2 {
//! exif:ComponentsConfiguration
extern const TagDetails xmpExifComponentsConfiguration[] = {
- { 0, "does not exist" },
- { 1, "Y" },
- { 2, "Cb" },
- { 3, "Cr" },
- { 4, "R" },
- { 5, "G" },
- { 6, "B" }
+ { 0, N_("does not exist") },
+ { 1, "Y" },
+ { 2, "Cb" },
+ { 3, "Cr" },
+ { 4, "R" },
+ { 5, "G" },
+ { 6, "B" }
};
//! exif:ExposureProgram
@@ -470,14 +470,14 @@ namespace Exiv2 {
//! exif:MeteringMode
extern const TagDetails xmpExifMeteringMode[] = {
- { 0, N_("unknown") },
- { 1, N_("Average") },
- { 2, N_("CenterWeightedAverage") },
- { 3, N_("Spot") },
- { 4, N_("MultiSpot") },
- { 5, N_("Pattern") },
- { 6, N_("Partial") },
- { 255, N_("other") }
+ { 0, N_("unknown") },
+ { 1, N_("Average") },
+ { 2, N_("Center weighted average") },
+ { 3, N_("Spot") },
+ { 4, N_("Multi spot") },
+ { 5, N_("Pattern") },
+ { 6, N_("Partial") },
+ { 255, N_("other") }
};
//! exif:LightSource
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list