1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

Fix new TR errors

This commit is contained in:
Gregor Santner 2016-08-26 19:35:02 +02:00
parent f26f1539ec
commit e3a777a800
12 changed files with 67 additions and 16 deletions

View file

@ -73,6 +73,13 @@
<string name="permission_denied">Berechtigung verweigert.</string>
<string name="permission_granted_try_again">Berechtigung erteilt. Bitte versuche es erneut.</string>
<!-- License & help (large amount of text) -->
<string name="help_markdown__name">Markdown Formatierung</string>
<string name="about_activity__title_about_app">Über</string>
<string name="about_activity__title_about_license">Lizenz</string>
<string name="about_activity__title_debug_info">Debugging</string>
<string name="fragment_debug__section_app">Anwendung</string>
<string name="fragment_debug__section_pod">Diaspora Pod</string>
<string name="fragment_debug__app_version">App Version: %1$s</string>
<string name="fragment_debug__package_name">Paketname: %1$s</string>
<string name="fragment_debug__pod_domain">Pod-Adresse: %1$s</string>
<string name="fragment_license__3rd_party_libs_title">Verwendete Drittanbieter Bibliotheken</string>
</resources>