summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-07-16 14:36:02 +0400
committerAndrew Dolgov <[email protected]>2014-07-16 14:36:02 +0400
commitd4ddbaed8aefa5bf4c0f822824cd3c891b262a24 (patch)
tree339ac8ff3e4a3262fa603265e66b43cd46dc328a
parente5d9080fefe91de5e016c77007034013efac8f8e (diff)
parentccbeb04810be6cccdc71b5bdf50757263a975f4c (diff)
Merge pull request #66 from tribut/translate-condensed
Allow translation for `enable_condensed_fonts`
-rw-r--r--res/values-de/strings.xml2
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/preferences.xml20
3 files changed, 14 insertions, 10 deletions
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 58063a3e..5b01e019 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -209,4 +209,6 @@
<string name="synchronize_read_articles_and_go_online">Gelesene Artikel synchronisieren und online gehen</string>
<string name="prefs_compatible_article_layout">Kompatibles Artikel-Layout</string>
<string name="prefs_compatible_layout_summary">Aktivieren, falls der Inhalt von Artikeln nicht richtig dargestellt wird</string>
+ <string name="pref_headlines_use_condensed_fonts">Schmale Schriftart benutzen</string>
+ <string name="pref_headlines_use_condensed_fonts_long">Benutzt einen schmaleren Schriftstil für Überschriften und einige andere Elemente.</string>
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3ab84958..b32bee7e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -217,4 +217,6 @@
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
<string name="toggle_sidebar">Toggle sidebar</string>
<string name="open_article_in_web_browser">Open in web browser</string>
+ <string name="pref_headlines_use_condensed_fonts">Enable condensed fonts</string>
+ <string name="pref_headlines_use_condensed_fonts_long">Use condensed fonts for headline titles and a few other UI elements.</string>
</resources>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a789c4e6..dfafa560 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -106,16 +106,16 @@
<CheckBoxPreference
android:defaultValue="false"
android:key="enable_condensed_fonts"
- android:summary="Use condensed fonts for headline titles and a few other UI elements."
- android:title="Enable condensed fonts" />
-
- <org.fox.ttrss.util.FontSizeDialogPreference
- android:defaultValue="13"
- android:key="headlines_font_size_sp"
- android:dialogMessage="@string/pref_headline_font_size"
- android:title="@string/pref_headline_font_size" />
+ android:summary="@string/pref_headlines_use_condensed_fonts_long"
+ android:title="@string/pref_headlines_use_condensed_fonts" />
- </PreferenceCategory>
+ <org.fox.ttrss.util.FontSizeDialogPreference
+ android:defaultValue="13"
+ android:key="headlines_font_size_sp"
+ android:dialogMessage="@string/pref_headline_font_size"
+ android:title="@string/pref_headline_font_size" />
+
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="16"
@@ -181,4 +181,4 @@
android:title="@string/transport_debugging" />
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>