[gnome-applets] Mark strings in new gschema files as translatable



commit 1ee7c17b8ce499dca92bfd30c618dab67c170df1
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Mon Mar 21 19:49:29 2016 +0100

    Mark strings in new gschema files as translatable

 ...g.gnome.gnome-applets.command.gschema.xml.in.in |   16 ++++++++--------
 ...org.gnome.gnome-applets.timer.gschema.xml.in.in |   10 +++++-----
 2 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/command/org.gnome.gnome-applets.command.gschema.xml.in.in 
b/command/org.gnome.gnome-applets.command.gschema.xml.in.in
index 311531c..4c30bb8 100644
--- a/command/org.gnome.gnome-applets.command.gschema.xml.in.in
+++ b/command/org.gnome.gnome-applets.command.gschema.xml.in.in
@@ -2,23 +2,23 @@
   <schema id="org.gnome.gnome-applets.command">
     <key name="command" type="s">
       <default>'date +%T'</default>
-      <summary>Command to execute</summary>
-      <description>Command/script to execute to get the output</description>
+      <_summary>Command to execute</_summary>
+      <_description>Command/script to execute to get the output</_description>
     </key>
     <key name="interval" type="i">
       <default>1</default>
-      <summary>Interval for the command</summary>
-      <description>Interval to execute the command (in seconds)</description>
+      <_summary>Interval for the command</_summary>
+      <_description>Interval to execute the command (in seconds)</_description>
     </key>
     <key name="width" type="i">
       <default>60</default>
-      <summary>Width of output</summary>
-      <description>Number of characters to display</description>
+      <_summary>Width of output</_summary>
+      <_description>Number of characters to display</_description>
     </key>
     <key name="show-icon" type="b">
       <default>false</default>
-      <summary>Show icon</summary>
-      <description>If applet icon is shown or not</description>
+      <_summary>Show icon</_summary>
+      <_description>If applet icon is shown or not</_description>
     </key>
   </schema>
 </schemalist>
diff --git a/timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in 
b/timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in
index 8fbf280..4482d18 100644
--- a/timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in
+++ b/timerapplet/org.gnome.gnome-applets.timer.gschema.xml.in.in
@@ -1,20 +1,20 @@
 <schemalist gettext-domain="@GETTEXT_PACKAGE@">
   <schema id="org.gnome.gnome-applets.timer">
     <key name="name" type="s">
-      <default>'Timer'</default>
-      <summary>Name of timer</summary>
+      <_default l10n="messages">'Timer'</_default>
+      <_summary>Name of timer</_summary>
     </key>
     <key name="duration" type="i">
       <default>10</default>
-      <summary>Duration of timer in seconds</summary>
+      <_summary>Duration of timer in seconds</_summary>
     </key>
     <key name="show-notification" type="b">
       <default>true</default>
-      <summary>Show notification popup when timer finish</summary>
+      <_summary>Show notification popup when timer finish</_summary>
     </key>
     <key name="show-dialog" type="b">
       <default>false</default>
-      <summary>Show dialog window when timer finish</summary>
+      <_summary>Show dialog window when timer finish</_summary>
     </key>
   </schema>
 </schemalist>


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