diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-04 17:46:05 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-04 17:46:05 +0200 |
commit | 5a1ce4568d566302c3c230e2bf66dc6d556cda6d (patch) | |
tree | 38e18ae245a83d4968997cc371e1451f461a6c52 /schemas/org.mate.lockdown.gschema.xml.in | |
parent | 5191d24d7245551677c35a3cffed5701fd9c59e5 (diff) | |
download | mate-desktop-5a1ce4568d566302c3c230e2bf66dc6d556cda6d.tar.bz2 mate-desktop-5a1ce4568d566302c3c230e2bf66dc6d556cda6d.tar.xz |
add internationalization support for gsettings schemas
Diffstat (limited to 'schemas/org.mate.lockdown.gschema.xml.in')
-rw-r--r-- | schemas/org.mate.lockdown.gschema.xml.in | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/schemas/org.mate.lockdown.gschema.xml.in b/schemas/org.mate.lockdown.gschema.xml.in new file mode 100644 index 0000000..a9a1ab9 --- /dev/null +++ b/schemas/org.mate.lockdown.gschema.xml.in @@ -0,0 +1,39 @@ +<schemalist gettext-domain="@GETTEXT_PACKAGE@"> + <schema id="org.mate.lockdown" path="/desktop/mate/lockdown/"> + <key name="disable-command-line" type="b"> + <default>false</default> + <_summary>Disable command line</_summary> + <_description>Prevent the user from accessing the terminal or specifying a command line to be executed. For example, this would disable access to the panel's "Run Application" dialog.</_description> + </key> + <key name="disable-save-to-disk" type="b"> + <default>false</default> + <_summary>Disable saving files to disk</_summary> + <_description>Prevent the user from saving files to disk. For example, this would disable access to all applications' "Save as" dialogs.</_description> + </key> + <key name="disable-printing" type="b"> + <default>false</default> + <_summary>Disable printing</_summary> + <_description>Prevent the user from printing. For example, this would disable access to all applications' "Print" dialogs.</_description> + </key> + <key name="disable-print-setup" type="b"> + <default>false</default> + <_summary>Disable print setup</_summary> + <_description>Prevent the user from modifying print settings. For example, this would disable access to all applications' "Print Setup" dialogs.</_description> + </key> + <key name="disable-user-switching" type="b"> + <default>false</default> + <_summary>Disable user switching</_summary> + <_description>Prevent the user from switching to another account while his session is active.</_description> + </key> + <key name="disable-lock-screen" type="b"> + <default>false</default> + <_summary>Disable lock screen</_summary> + <_description>Prevent the user to lock his screen.</_description> + </key> + <key name="disable-application-handlers" type="b"> + <default>false</default> + <_summary>Disable URL and MIME type handlers</_summary> + <_description>Prevent running any URL or MIME type handler applications.</_description> + </key> + </schema> +</schemalist> |