diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-01-12 01:59:43 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-01-12 01:59:43 +0000 |
commit | 0f38b26710286f1df713386986b89e64d928572d (patch) | |
tree | 2b6b069285f0ad3d59568b6d0ab0930b71c93e37 /app/src/main/res/values-es/strings.xml | |
parent | af6b92ffa3e28ef56ececa23fa30aef21aa41e98 (diff) | |
download | infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.gz infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.bz2 infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.lz infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.xz infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.tar.zst infinity-for-reddit-0f38b26710286f1df713386986b89e64d928572d.zip |
Remove see removed posts and comments.
Diffstat (limited to 'app/src/main/res/values-es/strings.xml')
-rw-r--r-- | app/src/main/res/values-es/strings.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index a6dc7fd4..0ce96613 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -70,7 +70,6 @@ <string name="action_share">"Compartir"</string> <string name="action_preview">"Previsualizar"</string> <string name="action_report">"Reportar"</string> - <string name="action_see_removed">"Ver eliminados"</string> <string name="action_set_wallpaper">"Definir como fondo de pantalla"</string> <string name="action_send_private_message">"Enviar mensaje privado"</string> <string name="parse_json_response_error">"No fue posible procesar la respuesta JSON"</string> @@ -282,11 +281,6 @@ Toca para reintentar."</string> <string name="are_you_sure">"¿Estás seguro?"</string> <string name="edit">"Editar"</string> <string name="delete">"Borrar"</string> - <string name="see_removed_comment">"Ver comentario eliminado"</string> - <string name="fetching_removed_comment">"Obteniendo el comentario"</string> - <string name="show_removed_comment_failed">"No se encontró el comentario eliminado"</string> - <string name="fetching_removed_post">"Obteniendo la publicación eliminada"</string> - <string name="show_removed_post_failed">"No se encontró la publicación eliminada"</string> <string name="cancel">"Cancelar"</string> <string name="ok">"OK"</string> |