[gnome-boxes] i-props-provider: Add comments for translators



commit e66b9d7e7d38db03853f21857b00440183406c9c
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Jul 13 12:24:28 2015 +0100

    i-props-provider: Add comments for translators

 src/i-properties-provider.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/i-properties-provider.vala b/src/i-properties-provider.vala
index 8a47e6b..a68184b 100644
--- a/src/i-properties-provider.vala
+++ b/src/i-properties-provider.vala
@@ -85,6 +85,7 @@ private class Boxes.SizeProperty : Boxes.Property {
         } else {
             var allocation_str = format_size (allocation, format_flags);
 
+            // Translators: This is memory or disk size. E.g. "2 GB (1 GB used)".
             label.set_markup (_("%s <span color=\"grey\">(%s used)</span>").printf (capacity, 
allocation_str));
         }
     }
@@ -96,6 +97,7 @@ private class Boxes.SizeProperty : Boxes.Property {
                 value > (scale.adjustment.upper - Osinfo.GIBIBYTES))
                 return;
 
+            // Translators: This is memory or disk size. E.g. "1 GB (recommended)".
             var size = _("<small>%s (recommended)</small>").printf (format_size (value, format_flags));
             scale.add_mark (value, Gtk.PositionType.BOTTOM, size);
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]