summaryrefslogtreecommitdiff
path: root/schemas/org.mate.typing-break.gschema.xml.in
diff options
context:
space:
mode:
authorMarty E. Plummer <[email protected]>2019-03-24 20:20:56 -0500
committerraveit65 <[email protected]>2019-04-04 17:17:33 +0200
commit92dd65c5530cf5a530e21a9a7ef91bc265985554 (patch)
treed659b1a673700faa5c5449f9ba2246f68d694f40 /schemas/org.mate.typing-break.gschema.xml.in
parentd338e635e6ce023fab06889a89f47c52d86028d5 (diff)
downloadmate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.bz2
mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.xz
i18n: port from intltool to gettext
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'schemas/org.mate.typing-break.gschema.xml.in')
-rw-r--r--schemas/org.mate.typing-break.gschema.xml.in24
1 files changed, 0 insertions, 24 deletions
diff --git a/schemas/org.mate.typing-break.gschema.xml.in b/schemas/org.mate.typing-break.gschema.xml.in
deleted file mode 100644
index 5420e84..0000000
--- a/schemas/org.mate.typing-break.gschema.xml.in
+++ /dev/null
@@ -1,24 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="org.mate.typing-break" path="/org/mate/desktop/typing-break/">
- <key name="type-time" type="i">
- <default>60</default>
- <summary>Type time</summary>
- <description>Number of minutes of typing time before break mode starts.</description>
- </key>
- <key name="break-time" type="i">
- <default>3</default>
- <summary>Break time</summary>
- <description>Number of minutes that the typing break should last.</description>
- </key>
- <key name="allow-postpone" type="b">
- <default>false</default>
- <summary>Allow postponing of breaks</summary>
- <description>Whether or not the typing break screen can be postponed.</description>
- </key>
- <key name="enabled" type="b">
- <default>false</default>
- <summary>Whether or not keyboard locking is enabled</summary>
- <description>Whether or not keyboard locking is enabled.</description>
- </key>
- </schema>
-</schemalist>