mirror of
https://github.com/gsantner/dandelion
synced 2025-12-12 15:21:11 +01:00
Reorganized german strings and removed some unused ones
This commit is contained in:
parent
b807939652
commit
b8cb2d1b84
3 changed files with 25 additions and 15 deletions
24
app/src/main/res/values-de/strings-preferences.xml
Normal file
24
app/src/main/res/values-de/strings-preferences.xml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<!-- Categories -->
|
||||
<string name="pref_category_visuals">Erscheinungsbild</string>
|
||||
<string name="pref_category_network">Netzwerk</string>
|
||||
|
||||
<!-- Visuals -->
|
||||
<!-- Font size -->
|
||||
<string name="pref_title_font_size">Schriftgröße</string>
|
||||
<array name="pref_entries_font_size">
|
||||
<item>Normal</item>
|
||||
<item>Groß</item>
|
||||
<item>Riesig</item>
|
||||
</array>
|
||||
|
||||
<!-- Load images -->
|
||||
<string name="pref_title_load_images">Lade Bilder</string>
|
||||
<string name="pref_desc_load_images">Deaktiviere das Laden von Bildern, um den Datenverbrauch zu verringern</string>
|
||||
|
||||
<!-- Proxy -->
|
||||
<string name="pref_title_proxy_enabled">Aktiviere Proxy</string>
|
||||
<string name="pref_desc_proxy_enabled">Nutze einen Proxyserver um Firewalls zu umgehen</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue