Merge pull request #66 from tribut/translate-condensed
Allow translation for `enable_condensed_fonts`
This commit is contained in:
commit
d4ddbaed8a
@ -209,4 +209,6 @@
|
|||||||
<string name="synchronize_read_articles_and_go_online">Gelesene Artikel synchronisieren und online gehen</string>
|
<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_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="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>
|
</resources>
|
||||||
|
@ -217,4 +217,6 @@
|
|||||||
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
|
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
|
||||||
<string name="toggle_sidebar">Toggle sidebar</string>
|
<string name="toggle_sidebar">Toggle sidebar</string>
|
||||||
<string name="open_article_in_web_browser">Open in web browser</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>
|
</resources>
|
||||||
|
@ -106,16 +106,16 @@
|
|||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="enable_condensed_fonts"
|
android:key="enable_condensed_fonts"
|
||||||
android:summary="Use condensed fonts for headline titles and a few other UI elements."
|
android:summary="@string/pref_headlines_use_condensed_fonts_long"
|
||||||
android:title="Enable condensed fonts" />
|
android:title="@string/pref_headlines_use_condensed_fonts" />
|
||||||
|
|
||||||
<org.fox.ttrss.util.FontSizeDialogPreference
|
<org.fox.ttrss.util.FontSizeDialogPreference
|
||||||
android:defaultValue="13"
|
android:defaultValue="13"
|
||||||
android:key="headlines_font_size_sp"
|
android:key="headlines_font_size_sp"
|
||||||
android:dialogMessage="@string/pref_headline_font_size"
|
android:dialogMessage="@string/pref_headline_font_size"
|
||||||
android:title="@string/pref_headline_font_size" />
|
android:title="@string/pref_headline_font_size" />
|
||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
<PreferenceCategory android:title="@string/reading" >
|
<PreferenceCategory android:title="@string/reading" >
|
||||||
<org.fox.ttrss.util.FontSizeDialogPreference
|
<org.fox.ttrss.util.FontSizeDialogPreference
|
||||||
android:defaultValue="16"
|
android:defaultValue="16"
|
||||||
|
Loading…
Reference in New Issue
Block a user