updated strings

This commit is contained in:
nuclearfog 2020-10-03 19:06:18 +02:00
parent 863c12849c
commit f7215f3234
No known key found for this signature in database
GPG Key ID: D5490E4A81F97B14
2 changed files with 4 additions and 2 deletions

View File

@ -149,4 +149,5 @@
<string name="confirm_discard_proxy_changes">Einstellungen Verwerfen</string>
<string name="error_open_link">Link konnte nicht geöffnet werden!</string>
<string name="tweet_sensitive_media">sensible inhalte</string>
<string name="error_image_exists">Fehler, Bild ist bereits vorhanden!</string>
</resources>

View File

@ -97,8 +97,8 @@
<string name="load_answer">answer load</string>
<string name="info_tweet_retweeted">tweet retweeted!</string>
<string name="info_tweet_unretweeted">retweet removed!</string>
<string name="info_tweet_favored">tweet_favored</string>
<string name="info_tweet_unfavored">tweet removed from favors!</string>
<string name="info_tweet_favored">tweet favored!</string>
<string name="info_tweet_unfavored">tweet removed from favorites!</string>
<string name="proxy_settings">Proxy settings</string>
<string name="enter_proxy">Proxy IP address</string>
<string name="proxy_port">Port</string>
@ -152,4 +152,5 @@
<string name="confirm_discard_proxy_changes">Discard changes</string>
<string name="error_open_link">Could not open link!</string>
<string name="tweet_sensitive_media">sensitive media</string>
<string name="error_image_exists">Error, image already exists!</string>
</resources>