aboutsummaryrefslogtreecommitdiffstats
path: root/data/epiphany-lockdown.schemas.in
diff options
context:
space:
mode:
authorPiers Cornwell <piers@gnome.org>2005-01-29 04:37:29 +0800
committerPiers Cornwell <piers@src.gnome.org>2005-01-29 04:37:29 +0800
commitc26b22ca2c21d169b135115abc9e26d0176640d0 (patch)
treec6346e0bfcbcde4960e67146eb3130338a0af8d0 /data/epiphany-lockdown.schemas.in
parent95e9e0b7c14cb72b1032a73fcabcd8077fcc068f (diff)
downloadgsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.tar
gsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.tar.gz
gsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.tar.bz2
gsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.tar.lz
gsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.tar.xz
gsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.tar.zst
gsoc2013-epiphany-c26b22ca2c21d169b135115abc9e26d0176640d0.zip
Add lock fullscreen key and improve key descriptions.
2005-01-28 Piers Cornwell <piers@gnome.org> * data/epiphany-lockdown.schemas.in: Add lock fullscreen key and improve key descriptions.
Diffstat (limited to 'data/epiphany-lockdown.schemas.in')
-rw-r--r--data/epiphany-lockdown.schemas.in32
1 files changed, 23 insertions, 9 deletions
diff --git a/data/epiphany-lockdown.schemas.in b/data/epiphany-lockdown.schemas.in
index 85641600d..ff1d5bd58 100644
--- a/data/epiphany-lockdown.schemas.in
+++ b/data/epiphany-lockdown.schemas.in
@@ -19,7 +19,8 @@
<default>false</default>
<locale name="C">
<short>Hide menubar by default</short>
- <long>Hide the menubar by default.</long>
+ <long>Hide the menubar by default. The menubar can still be accessed
+ using F10.</long>
</locale>
</schema>
<schema>
@@ -31,7 +32,7 @@
<locale name="C">
<short>Disable unsafe protocols</short>
<long>Disables loading of content from unsafe protocols. Safe protocols
- are http: and https:.</long>
+ are http and https.</long>
</locale>
</schema>
<schema>
@@ -54,8 +55,8 @@
<type>bool</type>
<default>0</default>
<locale name="C">
- <short>Disable Arbitrary URLs</short>
- <long>Disable the user's ability to type in a URL to epiphany.</long>
+ <short>Disable arbitrary URLs</short>
+ <long>Disable the user's ability to type in a URL to Epiphany.</long>
</locale>
</schema>
<schema>
@@ -65,8 +66,8 @@
<type>bool</type>
<default>0</default>
<locale name="C">
- <short>Disable Bookmark Editing</short>
- <long>Disable the user's ability to edit their bookmarks.</long>
+ <short>Disable bookmark editing</short>
+ <long>Disable the user's ability to add or edit bookmarks.</long>
</locale>
</schema>
<schema>
@@ -76,7 +77,7 @@
<type>bool</type>
<default>0</default>
<locale name="C">
- <short>Disable Toolbar Editing</short>
+ <short>Disable toolbar editing</short>
<long>Disable the user's ability to edit toolbars.</long>
</locale>
</schema>
@@ -87,8 +88,21 @@
<type>bool</type>
<default>0</default>
<locale name="C">
- <short>Disable History</short>
- <long>Disable all historical information by disabling the back button, not allowing the history dialog and hiding the most used bookmarks list.</long>
+ <short>Disable history</short>
+ <long>Disable all historical information by disabling back and
+ forward navigation, not allowing the history dialog and hiding the
+ most used bookmarks list.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/epiphany/lockdown/fullscreen</key>
+ <applyto>/apps/epiphany/lockdown/fullscreen</applyto>
+ <owner>epiphany</owner>
+ <type>bool</type>
+ <default>0</default>
+ <locale name="C">
+ <short>Lock in fullscreen mode</short>
+ <long>Locks Epiphany in fullscreen mode.</long>
</locale>
</schema>
</schemalist>