Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lukas Gernert <jangernert@gmail.com>2016-10-07 04:48:33 +0300
committerJan Lukas Gernert <jangernert@gmail.com>2016-10-07 04:48:33 +0300
commite3943240c878bef011cb0a7387e249056e376249 (patch)
tree75ac5c0eddfcc11b1ddcccc3814e07dc97c53027 /schemas
parent5f32ab59b4d9793a276d5baf269310eb1d111b81 (diff)
refactor articleList completely -> possibly still tons of bugs
Diffstat (limited to 'schemas')
-rw-r--r--schemas/org.gnome.feedreader.tweaks.gschema.xml29
1 files changed, 15 insertions, 14 deletions
diff --git a/schemas/org.gnome.feedreader.tweaks.gschema.xml b/schemas/org.gnome.feedreader.tweaks.gschema.xml
index d430dd8e..93e39568 100644
--- a/schemas/org.gnome.feedreader.tweaks.gschema.xml
+++ b/schemas/org.gnome.feedreader.tweaks.gschema.xml
@@ -3,7 +3,7 @@
<key name="show-badge" type="b">
<default>true</default>
- <summary>show badge on dock</summary>
+ <summary>Show a badge on the icon in dock</summary>
<description>
Attempt to show a badge on the dock/taskbar of the desktop with the number on unread articles.
(Only possible with compile option -DWITH_LIBUNITY=ON)
@@ -12,7 +12,7 @@
<key name="restore-searchterm" type="b">
<default>true</default>
- <summary>restore the search term on startup</summary>
+ <summary>Restore the last search term on startup</summary>
<description>
If active the current search term will be saved on exit and restored next startup.
</description>
@@ -20,7 +20,7 @@
<key name="do-not-track" type="b">
<default>true</default>
- <summary>do not track</summary>
+ <summary>Send do-not-track header</summary>
<description>
Ask server to not track FeedReader on making requests.
</description>
@@ -28,15 +28,16 @@
<key name="dont-download-images" type="b">
<default>false</default>
- <summary>dont download images</summary>
+ <summary>Dont download images of articles (offline mode)</summary>
<description>
- Disable download of images of articles.
+ Disable download of images of articles. This speeds up the snycing process,
+ but obviously the images will not be available when in offline-mode.
</description>
</key>
<key name="ignore-tls-errors" type="b">
<default>false</default>
- <summary>ignore unknown certificates</summary>
+ <summary>Ignore unknown certificates</summary>
<description>
Ignore all tls errors regarding the connection to the rss server
</description>
@@ -44,33 +45,33 @@
<key name="feedreader-autostart" type="b">
<default>true</default>
- <summary>keep feedreader in autostart</summary>
+ <summary>Keep feedreader in autostart</summary>
<description>
- on startup of the daemon copy the desktop file in the autostart folder
+ On startup of the daemon copy the desktop file in the autostart folder
</description>
</key>
<key name="sync-on-startup" type="b">
<default>false</default>
- <summary>sync on ui startup</summary>
+ <summary>Sync on UI startup</summary>
<description>
- start a sync as soon as the UI is started
+ Start a sync as soon as the UI is started
</description>
</key>
<key name="quit-daemon" type="b">
<default>false</default>
- <summary>quit the daemon</summary>
+ <summary>Quit daemon with UI</summary>
<description>
- quit the daemon as soon as the UI closes -> no background syncs possible
+ Quit the daemon as soon as the UI closes -> no background syncs possible
</description>
</key>
<key name="article-select-text" type="b">
<default>false</default>
- <summary>select text of articles</summary>
+ <summary>Select text of articles</summary>
<description>
- enable selecting text in the articleview, also copy text
+ Enable selecting text in the articleview, also copy text
</description>
</key>