diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-09-04 14:57:11 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2022-09-04 14:57:11 +0000 |
commit | 6d224c307d105c9b1d2a46f0f81a11cabc4d32b1 (patch) | |
tree | fba26ef32bef23778c8ee850e84fa571ad7b01dd /app/src/main/res/values/strings.xml | |
parent | 064b2ceedca7f082da94392b8e0c1f1411d1abef (diff) | |
download | infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.gz infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.bz2 infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.lz infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.xz infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.tar.zst infinity-for-reddit-6d224c307d105c9b1d2a46f0f81a11cabc4d32b1.zip |
Fix stupid Redgifs API issue.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index ee96d717..29108bee 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,4 +1,4 @@ -<resources> +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <string name="application_name" translatable="false">Infinity</string> <string name="login_activity_label">Login</string> <string name="search_activity_label" translatable="false"> </string> @@ -1295,4 +1295,21 @@ <string name="handle_link">Handle Link</string> <string name="invalid_link">Invalid link</string> + <string name="unexpected_intent_action">Unexpected intent action: <xliff:g id="action">%1$s</xliff:g></string> + <string name="enable_random_adaptation">Enable random adaptation</string> + <string name="error_drm_not_supported">Protected content not supported on API levels below 18</string> + <string name="error_drm_unsupported_scheme">This device does not support the required DRM scheme</string> + <string name="error_drm_unknown">An unknown DRM error occurred</string> + <string name="error_no_decoder">This device does not provide a decoder for <xliff:g id="mime_type">%1$s</xliff:g></string> + <string name="error_no_secure_decoder">This device does not provide a secure decoder for <xliff:g id="mime_type">%1$s</xliff:g></string> + <string name="error_querying_decoders">Unable to query device decoders</string> + <string name="error_instantiating_decoder">Unable to instantiate decoder <xliff:g id="decoder_name">%1$s</xliff:g></string> + <string name="error_unsupported_video">Media includes video tracks, but none are playable by this device</string> + <string name="error_unsupported_audio">Media includes audio tracks, but none are playable by this device</string> + <string name="storage_permission_denied">Permission to access storage was denied</string> + <string name="sample_list_load_error">One or more sample lists failed to load</string> + + <string name="exo_controls_volume_up_description">Volume Up</string> + <string name="exo_controls_volume_off_description">Volume Off</string> + </resources> |