summaryrefslogtreecommitdiff
path: root/schemas/org.mate.applications-office.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.applications-office.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.applications-office.gschema.xml.in')
-rw-r--r--schemas/org.mate.applications-office.gschema.xml.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/schemas/org.mate.applications-office.gschema.xml.in b/schemas/org.mate.applications-office.gschema.xml.in
deleted file mode 100644
index 9ae3908..0000000
--- a/schemas/org.mate.applications-office.gschema.xml.in
+++ /dev/null
@@ -1,30 +0,0 @@
-<schemalist gettext-domain="@GETTEXT_PACKAGE@">
- <schema id="org.mate.applications-office" path="/org/mate/desktop/applications/">
- <child name="calendar" schema="org.mate.applications-office.calendar"/>
- <child name="tasks" schema="org.mate.applications-office.tasks"/>
- </schema>
- <schema id="org.mate.applications-office.calendar" path="/org/mate/desktop/applications/calendar/">
- <key name="exec" type="s">
- <default>'evolution'</default>
- <summary>Default calendar</summary>
- <description>Default calendar application</description>
- </key>
- <key name="needs-term" type="b">
- <default>false</default>
- <summary>Calendar needs terminal</summary>
- <description>Whether the default calendar application needs a terminal to run</description>
- </key>
- </schema>
- <schema id="org.mate.applications-office.tasks" path="/org/mate/desktop/applications/tasks/">
- <key name="exec" type="s">
- <default>'evolution'</default>
- <summary>Default tasks</summary>
- <description>Default tasks application</description>
- </key>
- <key name="needs-term" type="b">
- <default>false</default>
- <summary>Tasks needs terminal</summary>
- <description>Whether the default tasks application needs a terminal to run</description>
- </key>
- </schema>
-</schemalist>