[gitg] Make the schemas translatables.



commit 03c258d4c8a693390d3d697ad9dd38d0abfd6b89
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jan 2 20:40:23 2011 +0100

    Make the schemas translatables.

 data/org.gnome.gitg.gschema.xml.in.in |   68 ++++++++++++++++----------------
 po/POTFILES.in                        |    2 +-
 2 files changed, 35 insertions(+), 35 deletions(-)
---
diff --git a/data/org.gnome.gitg.gschema.xml.in.in b/data/org.gnome.gitg.gschema.xml.in.in
index a8ffca1..ea94ee5 100644
--- a/data/org.gnome.gitg.gschema.xml.in.in
+++ b/data/org.gnome.gitg.gschema.xml.in.in
@@ -17,51 +17,51 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.preferences.view.history" path="/apps/gitg/preferences/view/history/">
     <key name="search-filter" type="b">
       <default>false</default>
-      <summary>Filter Revisions When Searching</summary>
-      <description>
+      <_summary>Filter Revisions When Searching</_summary>
+      <_description>
         Whether searching filters the revisions in the history view instead of 
         jumping to the first match.
-      </description>
+      </_description>
     </key>
     <key name="collapse-inactive-lanes" type="i">
       <default>2</default>
-      <summary>When to Collapse Inactive Lanes</summary>
-      <description>
+      <_summary>When to Collapse Inactive Lanes</_summary>
+      <_description>
         Setting that indicates when an inactive lane should be collapsed. 
         Valid values are 0 - 4, where 0 indicates 'early' and 4 indicates 'late'.
-      </description>
+      </_description>
     </key>
     <key name="collapse-inactive-lanes-active" type="b">
       <default>true</default>
-      <!-- TODO: add descriptions -->
+      <!-- TODO: add _descriptions -->
     </key>
     <key name="topo-order" type="b">
       <default>false</default>
-      <summary>Show History in Topological Order</summary>
-      <description>
+      <_summary>Show History in Topological Order</_summary>
+      <_description>
         Setting that indicates whether to show the history in topological order.
-      </description>
+      </_description>
     </key>
     <key name="show-virtual-stash" type="b">
       <default>true</default>
-      <!-- TODO: add descriptions -->
+      <!-- TODO: add _descriptions -->
     </key>
     <key name="show-virtual-staged" type="b">
       <default>true</default>
-      <!-- TODO: add descriptions -->
+      <!-- TODO: add _descriptions -->
     </key>
     <key name="show-virtual-unstaged" type="b">
       <default>true</default>
-      <!-- TODO: add descriptions -->
+      <!-- TODO: add _descriptions -->
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.preferences.view.main" path="/apps/gitg/preferences/view/main/">
     <key name="layout-vertical" enum="org.gnome.gitg.Layout">
       <default>'vertical'</default>
-      <summary>Show Main View in Vertical or Horizontal Layout</summary>
-      <description>
+      <_summary>Show Main View in Vertical or Horizontal Layout</_summary>
+      <_description>
         Setting that sets the orientation layout of the main view.
-      </description>
+      </_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.preferences.commit" path="/apps/gitg/preferences/commit/">
@@ -70,35 +70,35 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.preferences.commit.message" path="/apps/gitg/preferences/commit/message/">
     <key name="show-right-margin" type="b">
       <default>true</default>
-      <summary>Show Right Margin in Commit Message View</summary>
-      <description>
+      <_summary>Show Right Margin in Commit Message View</_summary>
+      <_description>
         Show a right margin indicator in the commit message view. 
         This can be used to easily see where to break the commit message at 
         a particular column.
-      </description>
+      </_description>
     </key>
     <key name="right-margin-at" type="i">
       <default>72</default>
-      <summary>Column at Which Right Margin is Shown</summary>
-      <description>
+      <_summary>Column at Which Right Margin is Shown</_summary>
+      <_description>
         The column at which the right margin is shown if the right-margin 
         preference is set to TRUE.
-      </description>
+      </_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.preferences.diff" path="/apps/gitg/preferences/diff/">
     <key name="external" type="b">
       <default>false</default>
-      <summary>Allow External Diff Program</summary>
-      <description>
+      <_summary>Allow External Diff Program</_summary>
+      <_description>
         Allow an external diff program to be used when viewing diffs in gitg.
-      </description>
+      </_description>
     </key>
   </schema>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gitg.preferences.hidden" path="/apps/gitg/preferences/hidden/">
     <key name="sign-tag" type="b">
       <default>true</default>
-      <!-- TODO description -->
+      <!-- TODO _description -->
     </key>
   </schema>
   <schema id="org.gnome.gitg.state" path="/apps/gitg/state/">
@@ -130,22 +130,22 @@
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.desktop.url-handlers.gitg" path="/desktop/gnome/url-handlers/gitg/">
     <key name="command" type="s">
       <default>'gitg "%s"'</default>
-      <summary>The command to handle GITG scheme URLs</summary>
-      <description>The command to handle GITG scheme URLs.</description>
+      <_summary>The command to handle GITG scheme URLs</_summary>
+      <_description>The command to handle GITG scheme URLs.</_description>
     </key>
     <key name="needs-terminal" type="b">
       <default>false</default>
-      <summary>Whether command to handle GITG scheme URLs needs a terminal</summary>
-      <description>
+      <_summary>Whether command to handle GITG scheme URLs needs a terminal</_summary>
+      <_description>
         Whether command to handle GITG scheme URLs needs a terminal.
-      </description>
+      </_description>
     </key>
     <key name="enabled" type="b">
       <default>true</default>
-      <summary>Whether command to handle GITG scheme URLs is enabled</summary>
-      <description>
+      <_summary>Whether command to handle GITG scheme URLs is enabled</_summary>
+      <_description>
         Whether command to handle GITG scheme URLs is enabled.
-      </description>
+      </_description>
     </key>
   </schema>
 </schemalist>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d5db18d..6ef233f 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,7 +1,7 @@
 # List of source files containing translatable strings.
 [encoding: UTF-8]
 data/gitg.desktop.in.in
-data/gitg.schemas.in
+data/org.gnome.gitg.gschema.xml.in.in
 gitg/gitg-branch-actions.c
 gitg/gitg.c
 gitg/gitg-commit-view.c



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