Skip to content

Commit aab7cd7

Browse files
committed
New translations strings.xml (Italian)
1 parent 3fe1757 commit aab7cd7

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

app/src/main/res/values-it-rIT/strings.xml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,16 @@
4949
<string name="share_photo_content_description">Condividi Foto</string>
5050
<string name="delete_photo_content_description">Elimina Foto</string>
5151
<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>
5262
<string name="unauthorized">Non Autorizzato</string>
5363
<string name="mark_as_decoy">Segna come Decoy</string>
5464
<string name="unmark_as_decoy">Deseleziona come Decoy</string>
@@ -85,6 +95,18 @@
8595
<string name="session_worker_channel_name">Stato Sessione</string>
8696
<string name="session_worker_channel_description">Mostra quando SnapSafe è attivo</string>
8797
<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>
88110
<!-- Gallery Screen -->
89111
<string name="gallery_title">Galleria</string>
90112
<string name="gallery_selected_count">%1$d Selezionato</string>
@@ -97,6 +119,7 @@
97119
<string name="gallery_share_selected_content_description">Condividi Selezionati</string>
98120
<string name="gallery_select_all_content_description">Seleziona Tutto</string>
99121
<string name="gallery_decoy_indicator">È Decoy Photo</string>
122+
<string name="gallery_video_indicator">Video</string>
100123
<!-- Camera Screen -->
101124
<string name="camera_more_options_content_description">Altre Opzioni</string>
102125
<string name="camera_settings_button">Impostazioni</string>
@@ -111,6 +134,13 @@
111134
<string name="camera_permissions_required">Sono richiesti i permessi della fotocamera.</string>
112135
<string name="camera_open_settings">Apri Impostazioni</string>
113136
<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>
114144
<!-- Settings Screen -->
115145
<string name="settings_title">Impostazioni</string>
116146
<string name="settings_back_description">Indietro</string>

0 commit comments

Comments
 (0)