Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate some strings with xgettext:no-c-format #1908

Merged
merged 1 commit into from
Sep 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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