[f-spot] Added translator comments based on advice from mail list
- From: Alexander Alexandrov Shopov <al_shopov src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [f-spot] Added translator comments based on advice from mail list
- Date: Tue, 8 Dec 2009 07:40:58 +0000 (UTC)
commit 8e03628d9175c0e94a148c20cc6daade0242d6a4
Author: Alexander Shopov <ash contact bg>
Date: Tue Dec 8 09:39:41 2009 +0200
Added translator comments based on advice from mail list
src/MetadataStore.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/MetadataStore.cs b/src/MetadataStore.cs
index 8e407bf..991b175 100644
--- a/src/MetadataStore.cs
+++ b/src/MetadataStore.cs
@@ -22,6 +22,10 @@ namespace FSpot {
new Description ("dc:subject", Catalog.GetString ("Subject and Keywords")),
new Description ("tiff:Compression", Catalog.GetString ("Compression"),
typeof (FSpot.Tiff.Compression)),
+ /* Translators: Planar Configuration is the label for the tiff:PlanarConfiguration tag
+ "when Planar Configuration=1, this implies that all components must have
+ the same BitsPerSample value; when Planar Configuration=2, different
+ components could have different bit depths." */
new Description ("tiff:PlanarConfiguration", Catalog.GetString ("Planar Configuration"),
typeof (FSpot.Tiff.PlanarConfiguration)),
new Description ("tiff:Orientation", Catalog.GetString ("Orientation"),
@@ -54,6 +58,8 @@ namespace FSpot {
typeof (FSpot.Tiff.FileSource)),
new Description ("exif:SceneCaptureType", Catalog.GetString ("Scene Capture Type"),
typeof (FSpot.Tiff.SceneCaptureType)),
+ /* Translators: Gain Control is the label for the exif:GainControl tag
+ "This tag indicates the degree of overall image gain adjustment." */
new Description ("exif:GainControl", Catalog.GetString ("Gain Control"),
typeof (FSpot.Tiff.GainControl)),
new Description ("exif:Contrast", Catalog.GetString ("Contrast"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]