|
49 | 49 | <string name="share_photo_content_description">Condividi Foto</string> |
50 | 50 | <string name="delete_photo_content_description">Elimina Foto</string> |
51 | 51 | <string name="photo_content_none_selected">Nessuna foto selezionata</string> |
| 52 | + <string name="media_content_none_selected">Nessun media selezionato</string> |
| 53 | + <!-- View Video Screen --> |
| 54 | + <string name="video_title">Video</string> |
| 55 | + <string name="video_not_found">Video non trovato</string> |
| 56 | + <string name="video_content_description">Video</string> |
| 57 | + <string name="video_content_loading">Caricamento video…</string> |
| 58 | + <string name="video_loading">Caricamento…</string> |
| 59 | + <string name="video_load_error">Impossibile caricare il video</string> |
| 60 | + <string name="video_playback_error">Errore nella riproduzione del video</string> |
| 61 | + <string name="video_encrypting">Cifratura video…</string> |
52 | 62 | <string name="unauthorized">Non Autorizzato</string> |
53 | 63 | <string name="mark_as_decoy">Segna come Decoy</string> |
54 | 64 | <string name="unmark_as_decoy">Deseleziona come Decoy</string> |
|
85 | 95 | <string name="session_worker_channel_name">Stato Sessione</string> |
86 | 96 | <string name="session_worker_channel_description">Mostra quando SnapSafe è attivo</string> |
87 | 97 | <string name="session_worker_notification_close">Chiudi</string> |
| 98 | + <!-- Video Encryption Service --> |
| 99 | + <string name="encryption_channel_name">Crittografia Video</string> |
| 100 | + <string name="encryption_channel_description">Mostra l\'avanzamento della crittografia video</string> |
| 101 | + <string name="encryption_notification_title">Cifratura Video</string> |
| 102 | + <string name="encryption_notification_title_plural">Cifratura Video</string> |
| 103 | + <string name="encryption_notification_preparing">Preparazione…</string> |
| 104 | + <string name="encryption_notification_progress">Cifratura: %1$d%%</string> |
| 105 | + <string name="encryption_notification_queue">%1$d di %2$d - %3$d%%</string> |
| 106 | + <string name="encryption_error_title">Cifratura Non Riuscita</string> |
| 107 | + <string name="encryption_cancelled_title">Cifratura Annullata</string> |
| 108 | + <string name="encryption_action_cancel">Annulla</string> |
| 109 | + <string name="encryption_action_cancel_all">Annulla Tutto</string> |
88 | 110 | <!-- Gallery Screen --> |
89 | 111 | <string name="gallery_title">Galleria</string> |
90 | 112 | <string name="gallery_selected_count">%1$d Selezionato</string> |
|
97 | 119 | <string name="gallery_share_selected_content_description">Condividi Selezionati</string> |
98 | 120 | <string name="gallery_select_all_content_description">Seleziona Tutto</string> |
99 | 121 | <string name="gallery_decoy_indicator">È Decoy Photo</string> |
| 122 | + <string name="gallery_video_indicator">Video</string> |
100 | 123 | <!-- Camera Screen --> |
101 | 124 | <string name="camera_more_options_content_description">Altre Opzioni</string> |
102 | 125 | <string name="camera_settings_button">Impostazioni</string> |
|
111 | 134 | <string name="camera_permissions_required">Sono richiesti i permessi della fotocamera.</string> |
112 | 135 | <string name="camera_open_settings">Apri Impostazioni</string> |
113 | 136 | <string name="camera_shutter_button_desc">Scatta Foto</string> |
| 137 | + <string name="camera_mode_photo">Foto</string> |
| 138 | + <string name="camera_mode_video">Video</string> |
| 139 | + <string name="camera_mode_toggle_description">Cambia modalità di acquisizione</string> |
| 140 | + <string name="camera_start_recording_description">Inizia La Registrazione</string> |
| 141 | + <string name="camera_stop_recording_description">Interrompi Registrazione</string> |
| 142 | + <string name="camera_recording_indicator">Registrazione</string> |
| 143 | + <string name="camera_video_permissions_required">È richiesto il permesso di registrazione audio per il video.</string> |
114 | 144 | <!-- Settings Screen --> |
115 | 145 | <string name="settings_title">Impostazioni</string> |
116 | 146 | <string name="settings_back_description">Indietro</string> |
|
0 commit comments