diff options
author | Iván Ávalos <avalos@disroot.org> | 2022-07-04 22:13:56 -0500 |
---|---|---|
committer | Iván Ávalos <avalos@disroot.org> | 2022-07-04 22:13:56 -0500 |
commit | 76b26e3d7aad8f6f48cdfb3e196be5143c3c0887 (patch) | |
tree | b169107c934de4836f94658d03be4498fab0d2b9 /app/src/main/res | |
parent | a5a786ce27e7a002eb1f7cea344f48a367b5ce9c (diff) | |
download | frost-76b26e3d7aad8f6f48cdfb3e196be5143c3c0887.tar.gz frost-76b26e3d7aad8f6f48cdfb3e196be5143c3c0887.tar.bz2 frost-76b26e3d7aad8f6f48cdfb3e196be5143c3c0887.zip |
Added new “marketplace items” filterdev
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values-es-rES/strings_pref_feed.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values/strings_pref_feed.xml | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-es-rES/strings_pref_feed.xml b/app/src/main/res/values-es-rES/strings_pref_feed.xml index 487869c4..a81366f0 100644 --- a/app/src/main/res/values-es-rES/strings_pref_feed.xml +++ b/app/src/main/res/values-es-rES/strings_pref_feed.xml @@ -19,4 +19,6 @@ <string name="show_stories_desc">Mostrar historias en el feed</string> <string name="facebook_ads">Anuncios de Facebook</string> <string name="facebook_ads_desc">Mostrar anuncios nativos de Facebook</string> + <string name="marketplace_items">Artículos de Marketplace</string> + <string name="marketplace_items_desc">Mostrar artículos en venta en Marketplace</string> </resources> diff --git a/app/src/main/res/values/strings_pref_feed.xml b/app/src/main/res/values/strings_pref_feed.xml index bdaca2ac..00688e61 100644 --- a/app/src/main/res/values/strings_pref_feed.xml +++ b/app/src/main/res/values/strings_pref_feed.xml @@ -24,6 +24,8 @@ <string name="show_post_reactions_desc">Show reaction counts to post</string> <string name="facebook_ads">Facebook Ads</string> <string name="facebook_ads_desc">Show native Facebook ads</string> + <string name="marketplace_items">Marketplace Items</string> + <string name="marketplace_items_desc">Show articles on sale in Marketplace</string> <string name="full_size_image">Full Size Images</string> <string name="full_size_image_desc">Force news feed images to be full width</string> |