|
49 | 49 | <string name="share_photo_content_description">Compartir fotos</string> |
50 | 50 | <string name="delete_photo_content_description">Eliminar fotos</string> |
51 | 51 | <string name="photo_content_none_selected">Ninguna foto seleccionada</string> |
| 52 | + <string name="media_content_none_selected">Ningún medio seleccionado</string> |
| 53 | + <!-- View Video Screen --> |
| 54 | + <string name="video_title">Vídeo</string> |
| 55 | + <string name="video_not_found">Video no encontrado</string> |
| 56 | + <string name="video_content_description">Vídeo</string> |
| 57 | + <string name="video_content_loading">Cargando vídeo…</string> |
| 58 | + <string name="video_loading">Cargando…</string> |
| 59 | + <string name="video_load_error">Error al cargar el vídeo</string> |
| 60 | + <string name="video_playback_error">Error al reproducir el vídeo</string> |
| 61 | + <string name="video_encrypting">Cifrando vídeo…</string> |
52 | 62 | <string name="unauthorized">No autorizado</string> |
53 | 63 | <string name="mark_as_decoy">Marcar como señuelo</string> |
54 | 64 | <string name="unmark_as_decoy">Desmarcar como señuelo</string> |
|
85 | 95 | <string name="session_worker_channel_name">Estado de la sesión</string> |
86 | 96 | <string name="session_worker_channel_description">Muestra cuando SnapSafe está activo</string> |
87 | 97 | <string name="session_worker_notification_close">Cerrar</string> |
| 98 | + <!-- Video Encryption Service --> |
| 99 | + <string name="encryption_channel_name">Encriptación de vídeo</string> |
| 100 | + <string name="encryption_channel_description">Muestra el progreso del cifrado de vídeo</string> |
| 101 | + <string name="encryption_notification_title">Cifrando vídeo</string> |
| 102 | + <string name="encryption_notification_title_plural">Cifrando videos</string> |
| 103 | + <string name="encryption_notification_preparing">Preparando…</string> |
| 104 | + <string name="encryption_notification_progress">Cifrando: %1$d%%</string> |
| 105 | + <string name="encryption_notification_queue">%1$d de %2$d - %3$d%%</string> |
| 106 | + <string name="encryption_error_title">Cifrado fallido</string> |
| 107 | + <string name="encryption_cancelled_title">Cifrado cancelado</string> |
| 108 | + <string name="encryption_action_cancel">Cancelar</string> |
| 109 | + <string name="encryption_action_cancel_all">Cancelar todo</string> |
88 | 110 | <!-- Gallery Screen --> |
89 | 111 | <string name="gallery_title">Galería</string> |
90 | 112 | <string name="gallery_selected_count">%1$d seleccionados</string> |
|
97 | 119 | <string name="gallery_share_selected_content_description">Compartir seleccionados</string> |
98 | 120 | <string name="gallery_select_all_content_description">Seleccionar todo</string> |
99 | 121 | <string name="gallery_decoy_indicator">Es Foto señuelo</string> |
| 122 | + <string name="gallery_video_indicator">Vídeo</string> |
100 | 123 | <!-- Camera Screen --> |
101 | 124 | <string name="camera_more_options_content_description">Más opciones</string> |
102 | 125 | <string name="camera_settings_button">Ajustes</string> |
|
111 | 134 | <string name="camera_permissions_required">Se requieren permisos de cámara.</string> |
112 | 135 | <string name="camera_open_settings">Abrir ajustes</string> |
113 | 136 | <string name="camera_shutter_button_desc">Tomar foto</string> |
| 137 | + <string name="camera_mode_photo">Foto</string> |
| 138 | + <string name="camera_mode_video">Vídeo</string> |
| 139 | + <string name="camera_mode_toggle_description">Cambiar modo de captura</string> |
| 140 | + <string name="camera_start_recording_description">Iniciar grabación</string> |
| 141 | + <string name="camera_stop_recording_description">Detener grabación</string> |
| 142 | + <string name="camera_recording_indicator">Grabando</string> |
| 143 | + <string name="camera_video_permissions_required">Se requiere permiso de grabación de audio para el vídeo.</string> |
114 | 144 | <!-- Settings Screen --> |
115 | 145 | <string name="settings_title">Ajustes</string> |
116 | 146 | <string name="settings_back_description">Atrás</string> |
|
0 commit comments