New translations strings.xml (German)

This commit is contained in:
Thomas 2018-09-06 16:51:54 +00:00
parent 6f82eb619b
commit a18f095ecb
1 changed files with 39 additions and 0 deletions

View File

@ -497,4 +497,43 @@ Die Anwendung <b>nutzt keine Trackingwergzeuge</b>(Zielgruppenbestimmung, Fehler
<string name="toast_instance_followed">Der Instanz wird gefolgt!</string>
<string name="action_partnership">Partnerschaften</string>
<string name="neutral_menu_information">Information</string>
<string name="hide_boost">Hide boosts from %s</string>
<string name="endorse">Feature on profile</string>
<string name="hide_everything">Hide everything from %s</string>
<string name="show_boost">Show boosts from %s</string>
<string name="unendorse">Don\'t feature on profile</string>
<string name="show_everything">Show everything from %s</string>
<string name="toast_endorse">The account is now featured on profile</string>
<string name="toast_unendorse">The account is no longer featured on profile</string>
<string name="toast_show_boost">Boosts are now shown!</string>
<string name="toast_hide_boost">Boosts are now hidden!</string>
<string name="direct_message">Direct message</string>
<string name="filters">Filters</string>
<string name="action_filters_empty_content">No filters to display. You can create one by clicking on the \"+\" button.</string>
<string name="filter_keyword">Keyword or phrase</string>
<string name="context_home">Home timeline</string>
<string name="context_public">Public timelines</string>
<string name="context_notification">Notifications</string>
<string name="context_conversation">Conversations</string>
<string name="filter_keyword_explanations">Will be matched regardless of casing in text or content warning of a toot</string>
<string name="context_drop">Drop instead of hide</string>
<string name="context_drop_explanations">Filtered toots will disappear irreversibly, even if filter is later removed</string>
<string name="context_whole_word_explanations">When the keyword or phrase is alphanumeric only, it will only be applied if it matches the whole word</string>
<string name="context_whole_word">Whole word</string>
<string name="filter_context">Filter contexts</string>
<string name="filter_context_explanations">One or multiple contexts where the filter should apply</string>
<string name="filter_expire">Expire after</string>
<string name="add_new_filter">Add New Filter</string>
<string name="action_filter_delete">Delete filter?</string>
<string name="action_update_filter">Update filter</string>
<string name="action_filter_create">Create filter</string>
<string-array name="filter_expire">
<item>Never</item>
<item>30 minutes</item>
<item>1 hour</item>
<item>6 hours</item>
<item>12 hours</item>
<item>1 day</item>
<item>1 week</item>
</string-array>
</resources>