Merge pull request #66 from tribut/translate-condensed

Allow translation for `enable_condensed_fonts`
This commit is contained in:
Andrew Dolgov 2014-07-16 14:36:02 +04:00
commit d4ddbaed8a
3 changed files with 14 additions and 10 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>
</PreferenceScreen>