[accerciser] Make gschema strings translatable
- From: Piotr DrÄg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [accerciser] Make gschema strings translatable
- Date: Sun, 4 Sep 2011 20:34:38 +0000 (UTC)
commit c6f1948d6e008cde0a0a4a67505a9b58221c9ca0
Author: Piotr DrÄg <piotrdrag gmail com>
Date: Sun Sep 4 22:34:34 2011 +0200
Make gschema strings translatable
org.a11y.Accerciser.gschema.xml.in | 64 ++++++++++++++++++------------------
1 files changed, 32 insertions(+), 32 deletions(-)
---
diff --git a/org.a11y.Accerciser.gschema.xml.in b/org.a11y.Accerciser.gschema.xml.in
index 1368e96..5fa60c0 100644
--- a/org.a11y.Accerciser.gschema.xml.in
+++ b/org.a11y.Accerciser.gschema.xml.in
@@ -3,43 +3,43 @@
<schema path="/apps/accerciser/" id="org.a11y.Accerciser" gettext-domain="accerciser">
<key type="as" name="disabled-plugins">
<default>[]</default>
- <summary>A list of plugins that are disabled by default</summary>
- <description>A list of plugins that are disabled by default.</description>
+ <_summary>A list of plugins that are disabled by default</_summary>
+ <_description>A list of plugins that are disabled by default.</_description>
</key>
<key type="d" name="highlight-duration">
<default>0.5</default>
- <summary>Highlight duration</summary>
- <description>The duration of the highlight box when selecting accessible nodes.</description>
+ <_summary>Highlight duration</_summary>
+ <_description>The duration of the highlight box when selecting accessible nodes.</_description>
</key>
<key type="s" name="highlight-fill">
<default>"#ff00006f"</default>
- <summary>Highlight fill color</summary>
- <description>The color and opacity of the highlight fill.</description>
+ <_summary>Highlight fill color</_summary>
+ <_description>The color and opacity of the highlight fill.</_description>
</key>
<key type="s" name="highlight-border">
<default>"#ff0000ff"</default>
- <summary>Highlight border color</summary>
- <description>The color and opacity of the highlight border.</description>
+ <_summary>Highlight border color</_summary>
+ <_description>The color and opacity of the highlight border.</_description>
</key>
<key type="i" name="hpaned">
<default>250</default>
- <summary>hpaned value</summary>
- <description>The hpaned value for the main window.</description>
+ <_summary>hpaned value</_summary>
+ <_description>The hpaned value for the main window.</_description>
</key>
<key type="i" name="vpaned">
<default>350</default>
- <summary>vpaned value</summary>
- <description>The vpaned value for the main window.</description>
+ <_summary>vpaned value</_summary>
+ <_description>The vpaned value for the main window.</_description>
</key>
<key type="i" name="window-height">
<default>600</default>
- <summary>Default window height</summary>
- <description>The window height value.</description>
+ <_summary>Default window height</_summary>
+ <_description>The window height value.</_description>
</key>
<key type="i" name="window-width">
<default>800</default>
- <summary>Default window width</summary>
- <description>The window width value.</description>
+ <_summary>Default window width</_summary>
+ <_description>The window width value.</_description>
</key>
<child schema="org.a11y.Accerciser.pluginviews" name="pluginviews"/>
<child schema="org.a11y.Accerciser.newpluginviews" name="newpluginviews"/>
@@ -48,47 +48,47 @@
<schema path="/apps/accerciser/pluginviews/" id="org.a11y.Accerciser.pluginviews" gettext-domain="accerciser">
<key type="as" name="bottom-panel-layout">
<default>["IPython Console"]</default>
- <summary>The layout for the bottom panel</summary>
- <description>The layout for the bottom panel pluginview.</description>
+ <_summary>The layout for the bottom panel</_summary>
+ <_description>The layout for the bottom panel pluginview.</_description>
</key>
<key type="as" name="top-panel-layout">
<default>["Interface Viewer", "API Browser", "Event Monitor", "Script Recorder"]</default>
- <summary>The layout for the top panel</summary>
- <description>The layout for the top panel pluginview.</description>
+ <_summary>The layout for the top panel</_summary>
+ <_description>The layout for the top panel pluginview.</_description>
</key>
<key type="b" name="layout-single">
<default>false</default>
- <summary>Single layout view</summary>
- <description>View plugins in a single layout.</description>
+ <_summary>Single layout view</_summary>
+ <_description>View plugins in a single layout.</_description>
</key>
<key type="as" name="available-newviews">
<default>[]</default>
- <summary>Available new pluginviews</summary>
- <description>This list contains all the new available pluginviews</description>
+ <_summary>Available new pluginviews</_summary>
+ <_description>This list contains all the new available pluginviews</_description>
</key>
</schema>
<schema id="org.a11y.Accerciser.newpluginviews" gettext-domain="accerciser">
<key type="as" name="layout">
<default>[]</default>
- <summary>The pluginview layout</summary>
- <description>The default plugin layout for the top panel.</description>
+ <_summary>The pluginview layout</_summary>
+ <_description>The default plugin layout for the top panel.</_description>
</key>
<key type="i" name="height">
<default>480</default>
- <summary>Window height</summary>
- <description>Window height value.</description>
+ <_summary>Window height</_summary>
+ <_description>Window height value.</_description>
</key>
<key type="i" name="width">
<default>480</default>
- <summary>Window width</summary>
- <description>Window width value.</description>
+ <_summary>Window width</_summary>
+ <_description>Window width value.</_description>
</key>
</schema>
<schema id="org.a11y.Accerciser.hotkeys" gettext-domain="accerciser">
<key type="s" name="hotkey-combo">
<default>""</default>
- <summary>Hotkey combination</summary>
- <description>Hotkey combination for related action.</description>
+ <_summary>Hotkey combination</_summary>
+ <_description>Hotkey combination for related action.</_description>
</key>
</schema>
</schemalist>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]