summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPiotr Drąg <piotrdrag@gmail.com>2017-05-24 17:44:15 +0200
committerPiotr Drąg <piotrdrag@gmail.com>2017-05-24 17:50:41 +0200
commit46d36d93d0eb2bf68855e8890b0272b77bd2b4b4 (patch)
tree8c9e212e5f758d8ee14bc19742b1d0fea102557b /data
parentddf33b502e27fd1db9ab04d768b81f9921093638 (diff)
downloadgnome-settings-daemon-46d36d93d0eb2bf68855e8890b0272b77bd2b4b4.tar.gz
data: Mark forgotten strings in gschema files for translation
https://bugzilla.gnome.org/show_bug.cgi?id=710649
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in76
-rw-r--r--data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in6
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in32
-rw-r--r--data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in.in4
4 files changed, 59 insertions, 59 deletions
diff --git a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
index 6e82a3ac..0bca3f9c 100644
--- a/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.peripherals.gschema.xml.in.in
@@ -21,7 +21,7 @@
</key>
<key name="bell-mode" enum="org.gnome.settings-daemon.GsdBellMode">
<default>'on'</default>
- <description>Possible values are “on”, “off”, and “custom”.</description>
+ <_description>Possible values are “on”, “off”, and “custom”.</_description>
</key>
<key name="bell-pitch" type="i">
<default>400</default>
@@ -31,18 +31,18 @@
</key>
<key name="bell-custom-file" type="s">
<default>''</default>
- <summary>Keyboard Bell Custom Filename</summary>
- <description>File name of the bell sound to be played.</description>
+ <_summary>Keyboard Bell Custom Filename</_summary>
+ <_description>File name of the bell sound to be played.</_description>
</key>
<key name="remember-numlock-state" type="b">
<default>true</default>
- <summary>Remember NumLock state</summary>
- <description>When set to true, GNOME will remember the state of the NumLock LED between sessions.</description>
+ <_summary>Remember NumLock state</_summary>
+ <_description>When set to true, GNOME will remember the state of the NumLock LED between sessions.</_description>
</key>
<key name="numlock-state" enum="org.gnome.settings-daemon.GsdNumLockState">
<default>'unknown'</default>
- <summary>NumLock state</summary>
- <description>The remembered state of the NumLock LED.</description>
+ <_summary>NumLock state</_summary>
+ <_description>The remembered state of the NumLock LED.</_description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.peripherals.mouse" path="/org/gnome/settings-daemon/peripherals/mouse/">
@@ -72,23 +72,23 @@
<schema id="org.gnome.settings-daemon.peripherals.mouse.deprecated">
<key name="left-handed" type="b">
<default>false</default>
- <summary>Mouse button orientation</summary>
- <description>Swap left and right mouse buttons for left-handed mice.</description>
+ <_summary>Mouse button orientation</_summary>
+ <_description>Swap left and right mouse buttons for left-handed mice.</_description>
</key>
<key name="motion-acceleration" type="d">
<default>-1</default>
- <summary>Single Click</summary>
- <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
+ <_summary>Single Click</_summary>
+ <_description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</_description>
</key>
<key name="motion-threshold" type="i">
<default>-1</default>
- <summary>Motion Threshold</summary>
- <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
+ <_summary>Motion Threshold</_summary>
+ <_description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</_description>
</key>
<key name="middle-button-enabled" type="b">
<default>false</default>
- <summary>Middle button emulation</summary>
- <description>Enables middle mouse button emulation through simultaneous left and right button click.</description>
+ <_summary>Middle button emulation</_summary>
+ <_description>Enables middle mouse button emulation through simultaneous left and right button click.</_description>
</key>
</schema>
<schema id="org.gnome.settings-daemon.peripherals.keyboard.deprecated">
@@ -97,67 +97,67 @@
</key>
<key name="repeat-interval" type="u">
<default>30</default>
- <summary>Key Repeat Interval</summary>
- <description>Delay between repeats in milliseconds.</description>
+ <_summary>Key Repeat Interval</_summary>
+ <_description>Delay between repeats in milliseconds.</_description>
</key>
<key name="delay" type="u">
<default>500</default>
- <summary>Initial Key Repeat Delay</summary>
- <description>Initial key repeat delay in milliseconds.</description>
+ <_summary>Initial Key Repeat Delay</_summary>
+ <_description>Initial key repeat delay in milliseconds.</_description>
</key>
</schema>
<schema id="org.gnome.settings-daemon.peripherals.touchpad.deprecated">
<key name="disable-while-typing" type="b">
<default>false</default>
- <summary>Disable touchpad while typing</summary>
- <description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</description>
+ <_summary>Disable touchpad while typing</_summary>
+ <_description>Set this to TRUE if you have problems with accidentally hitting the touchpad while typing.</_description>
</key>
<key name="horiz-scroll-enabled" type="b">
<default>true</default>
- <summary>Enable horizontal scrolling</summary>
- <description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</description>
+ <_summary>Enable horizontal scrolling</_summary>
+ <_description>Set this to TRUE to allow horizontal scrolling by the same method selected with the scroll_method key.</_description>
</key>
<key name="scroll-method" enum="org.gnome.settings-daemon.GsdTouchpadScrollMethod">
<default>'two-finger-scrolling'</default>
- <summary>Select the touchpad scroll method</summary>
- <description>Select the touchpad scroll method. Supported values are: “disabled”, “edge-scrolling”, “two-finger-scrolling”.</description>
+ <_summary>Select the touchpad scroll method</_summary>
+ <_description>Select the touchpad scroll method. Supported values are: “disabled”, “edge-scrolling”, “two-finger-scrolling”.</_description>
</key>
<key name="tap-to-click" type="b">
<default>false</default>
- <summary>Enable mouse clicks with touchpad</summary>
- <description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</description>
+ <_summary>Enable mouse clicks with touchpad</_summary>
+ <_description>Set this to TRUE to be able to send mouse clicks by tapping on the touchpad.</_description>
</key>
<key name="touchpad-enabled" type="b">
<default>true</default>
- <summary>Enable touchpad</summary>
- <description>Set this to TRUE to enable all touchpads.</description>
+ <_summary>Enable touchpad</_summary>
+ <_description>Set this to TRUE to enable all touchpads.</_description>
</key>
<key name="left-handed" enum="org.gnome.settings-daemon.GsdTouchpadHandedness">
<default>'mouse'</default>
- <summary>Touchpad button orientation</summary>
- <description>Swap left and right mouse buttons for left-handed mice with “left”, “right” for right-handed, “mouse” to follow the mouse setting.</description>
+ <_summary>Touchpad button orientation</_summary>
+ <_description>Swap left and right mouse buttons for left-handed mice with “left”, “right” for right-handed, “mouse” to follow the mouse setting.</_description>
</key>
<key name="motion-acceleration" type="d">
<default>-1</default>
- <summary>Single Click</summary>
- <description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</description>
+ <_summary>Single Click</_summary>
+ <_description>Acceleration multiplier for mouse motion. A value of -1 is the system default.</_description>
</key>
<key name="motion-threshold" type="i">
<default>-1</default>
- <summary>Motion Threshold</summary>
- <description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</description>
+ <_summary>Motion Threshold</_summary>
+ <_description>Distance in pixels the pointer must move before accelerated mouse motion is activated. A value of -1 is the system default.</_description>
</key>
<key name="natural-scroll" type="b">
<default>false</default>
- <summary>Natural scrolling</summary>
- <description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</description>
+ <_summary>Natural scrolling</_summary>
+ <_description>Set this to TRUE to enable natural (reverse) scrolling for touchpads.</_description>
</key>
</schema>
<schema id="org.gnome.settings-daemon.peripherals.trackball.deprecated">
<key name="scroll-wheel-emulation-button" type="i">
<default>0</default>
<range min="0" max="24"/>
- <summary>Mouse wheel emulation button. 0 to disable the feature.</summary>
+ <_summary>Mouse wheel emulation button. 0 to disable the feature.</_summary>
</key>
</schema>
</schemalist>
diff --git a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
index b8fc42c6..abfc1bdb 100644
--- a/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.media-keys.gschema.xml.in.in
@@ -128,7 +128,7 @@
<key name="screencast" type="s">
<default>'&lt;Ctrl&gt;&lt;Shift&gt;&lt;Alt&gt;R'</default>
<_summary>Record a short video of the screen</_summary>
- <description>Binding to record a short video of the screen</description>
+ <_description>Binding to record a short video of the screen</_description>
</key>
<key name="www" type="s">
<default>'XF86WWW'</default>
@@ -177,8 +177,8 @@
</key>
<key name="max-screencast-length" type="u">
<default>30</default>
- <summary>Maximum length of screen recordings</summary>
- <description>The maximum length of single screen cast recordings in seconds or 0 for unlimited</description>
+ <_summary>Maximum length of screen recordings</_summary>
+ <_description>The maximum length of single screen cast recordings in seconds or 0 for unlimited</_description>
</key>
</schema>
diff --git a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
index 1f87ec74..ddb6da14 100644
--- a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
@@ -2,43 +2,43 @@
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.settings-daemon.plugins.power" path="/org/gnome/settings-daemon/plugins/power/">
<key name="idle-brightness" type="i">
<default>30</default>
- <summary>The brightness of the screen when idle</summary>
- <description>This is the laptop panel screen brightness used when the session is idle.</description>
+ <_summary>The brightness of the screen when idle</_summary>
+ <_description>This is the laptop panel screen brightness used when the session is idle.</_description>
</key>
<key name="idle-dim" type="b">
<default>true</default>
- <summary>Dim the screen after a period of inactivity</summary>
- <description>If the screen should be dimmed to save power when the computer is idle.</description>
+ <_summary>Dim the screen after a period of inactivity</_summary>
+ <_description>If the screen should be dimmed to save power when the computer is idle.</_description>
</key>
<key name="sleep-inactive-ac-timeout" type="i">
<default>0</default>
- <summary>Sleep timeout computer when on AC</summary>
- <description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
+ <_summary>Sleep timeout computer when on AC</_summary>
+ <_description>The amount of time in seconds the computer on AC power needs to be inactive before it goes to sleep. A value of 0 means never.</_description>
</key>
<key name="sleep-inactive-ac-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
<default>'suspend'</default>
- <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
- <description>The type of sleeping that should be performed when the computer is inactive.</description>
+ <_summary>Whether to hibernate, suspend or do nothing when inactive</_summary>
+ <_description>The type of sleeping that should be performed when the computer is inactive.</_description>
</key>
<key name="sleep-inactive-battery-timeout" type="i">
<default>0</default>
- <summary>Sleep timeout computer when on battery</summary>
- <description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</description>
+ <_summary>Sleep timeout computer when on battery</_summary>
+ <_description>The amount of time in seconds the computer on battery power needs to be inactive before it goes to sleep. A value of 0 means never.</_description>
</key>
<key name="sleep-inactive-battery-type" enum="org.gnome.settings-daemon.GsdPowerActionType">
<default>'suspend'</default>
- <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
- <description>The type of sleeping that should be performed when the computer is inactive.</description>
+ <_summary>Whether to hibernate, suspend or do nothing when inactive</_summary>
+ <_description>The type of sleeping that should be performed when the computer is inactive.</_description>
</key>
<key name="ambient-enabled" type="b">
<default>true</default>
- <summary>Enable the ALS sensor</summary>
- <description>If the ambient light sensor functionality is enabled.</description>
+ <_summary>Enable the ALS sensor</_summary>
+ <_description>If the ambient light sensor functionality is enabled.</_description>
</key>
<key name="power-button-action" enum="org.gnome.settings-daemon.GsdPowerButtonActionType">
<default>'suspend'</default>
- <summary>Power button action</summary>
- <description>The action to take when the system power button is pressed. This action is hard-coded (and the setting ignored) on virtual machines (power off) and tablets (suspend).</description>
+ <_summary>Power button action</_summary>
+ <_description>The action to take when the system power button is pressed. This action is hard-coded (and the setting ignored) on virtual machines (power off) and tablets (suspend).</_description>
</key>
</schema>
</schemalist>
diff --git a/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in.in
index 775f6751..f01af549 100644
--- a/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in.in
@@ -27,8 +27,8 @@
</key>
<key type="a{sv}" name="overrides">
<default>{}</default>
- <summary>A dictionary of XSETTINGS to override</summary>
- <description>This dictionary maps XSETTINGS names to overrides values. The values must be either strings, signed int32s or (in the case of colors), 4-tuples of uint16 (red, green, blue, alpha; 65535 is fully opaque).</description>
+ <_summary>A dictionary of XSETTINGS to override</_summary>
+ <_description>This dictionary maps XSETTINGS names to overrides values. The values must be either strings, signed int32s or (in the case of colors), 4-tuples of uint16 (red, green, blue, alpha; 65535 is fully opaque).</_description>
</key>
</schema>
</schemalist>