Skip to content

Commit

Permalink
Merge pull request #1908 from cjwatson/properties-no-c-format
Browse files Browse the repository at this point in the history
Annotate some strings with xgettext:no-c-format
  • Loading branch information
kevinbackhouse authored Sep 18, 2021
2 parents 774e662 + f643d9b commit 1a58f7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/properties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2080,6 +2080,7 @@ namespace Exiv2 {
N_("A decimal representation of the precision of the coordinates given in the decimalLatitude and decimalLongitude.")
},
{ "pointRadiusSpatialFit", N_("Point Radius Spatial Fit"), "Real", xmpText, xmpExternal,
/* xgettext:no-c-format */
N_("The ratio of the area of the point-radius (decimalLatitude, decimalLongitude, coordinateUncertaintyInMeters) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given point-radius does not completely contain the original representation. The pointRadiusSpatialFit is undefined (and should be left blank) if the original representation is a point without uncertainty and the given georeference is not that same point (without uncertainty). If both the original and the given georeference are the same point, the pointRadiusSpatialFit is 1.")
},
{ "footprintWKT", N_("Footprint WKT"), "Text", xmpText, xmpExternal,
Expand All @@ -2089,6 +2090,7 @@ namespace Exiv2 {
N_("A Well-Known Text (WKT) representation of the Spatial Reference System (SRS) for the footprintWKT of the Location. Do not use this term to describe the SRS of the decimalLatitude and decimalLongitude, even if it is the same as for the footprintWKT - use the geodeticDatum instead.")
},
{ "footprintSpatialFit", N_("Footprint Spatial Fit"), "Real", xmpText, xmpExternal,
/* xgettext:no-c-format */
N_("The ratio of the area of the footprint (footprintWKT) to the area of the true (original, or most specific) spatial representation of the Location. Legal values are 0, greater than or equal to 1, or undefined. A value of 1 is an exact match or 100% overlap. A value of 0 should be used if the given footprint does not completely contain the original representation. The footprintSpatialFit is undefined (and should be left blank) if the original representation is a point and the given georeference is not that same point. If both the original and the given georeference are the same point, the footprintSpatialFit is 1.")
},
{ "georeferencedBy", N_("Georeferenced By"), "bag Text", xmpBag, xmpExternal,
Expand Down
1 change: 1 addition & 0 deletions src/tags_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,7 @@ namespace Exiv2 {
N_("The number of inks. Usually equal to SamplesPerPixel, unless there are extra samples."),
ifd0Id, imgStruct, unsignedShort, 1, printValue}, // TIFF tag
{0x0150, "DotRange", N_("Dot Range"),
/* xgettext:no-c-format */
N_("The component values that correspond to a 0% dot and 100% dot."),
ifd0Id, imgStruct, unsignedByte, -1, printValue}, // TIFF tag
{0x0151, "TargetPrinter", N_("Target Printer"),
Expand Down

0 comments on commit 1a58f7b

Please sign in to comment.