diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-04-29 03:38:03 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-04-29 03:38:03 +0000 |
commit | 1754c630ae30861d9199b9e7704b9097a1967128 (patch) | |
tree | a1f6e92597272a3250eab9883119625c929b051e /app/src/main/res/values-de/strings.xml | |
parent | 1b78b8ced8adc7be2f11e107f29c54b41a4c4f7a (diff) | |
download | infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.tar infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.tar.gz infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.tar.bz2 infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.tar.lz infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.tar.xz infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.tar.zst infinity-for-reddit-1754c630ae30861d9199b9e7704b9097a1967128.zip |
Migrate to ViewBinding in some activities. Remove TrendingActivity.
Diffstat (limited to 'app/src/main/res/values-de/strings.xml')
-rw-r--r-- | app/src/main/res/values-de/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index dc8905cd..d710cc16 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1093,9 +1093,7 @@ Automatisches Abspielen von Videos ist deaktiviert."</string> Möchtest du trotzdem fortfahren?"</string> <string name="reply">"Antworten"</string> <string name="post_gallery_activity_label">"Galeriebeitrag"</string> - <string name="trending_activity_label">"Trending"</string> <string name="action_share_post_link">"Teile Beitragslink"</string> - <string name="trending">"Trending"</string> <string name="receive_post_reply_notifications">"Benachrichtigungen für Antworten auf Beiträge empfangen"</string> <string name="bottom_sheet_post_gallery">"Galerie"</string> <string name="posting_gallery">"Posts Galerie"</string> |