|
@@ -356,6 +356,27 @@
|
|
|
<string name="uploader_upload_forbidden_permissions">per caricare in questa cartella</string>
|
|
|
<string name="downloader_download_file_not_found">Il file non è più disponibile sul server</string>
|
|
|
|
|
|
+ <string name="file_migration_dialog_title">Aggiornamento del percorso di archiviazione</string>
|
|
|
+ <string name="file_migration_finish_button">Fine</string>
|
|
|
+ <string name="file_migration_preparing">Preparazione della migrazione…</string>
|
|
|
+ <string name="file_migration_checking_destination">Controllo della destinazione…</string>
|
|
|
+ <string name="file_migration_saving_accounts_configuration">Salvataggio della configurazione degli account…</string>
|
|
|
+ <string name="file_migration_waiting_for_unfinished_sync">In attesa del completamento delle sincronizzazioni…</string>
|
|
|
+ <string name="file_migration_migrating">Spostamento dei dati…</string>
|
|
|
+ <string name="file_migration_updating_index">Aggiornamento dell\'indice…</string>
|
|
|
+ <string name="file_migration_cleaning">Pulizia…</string>
|
|
|
+ <string name="file_migration_restoring_accounts_configuration">Ripristino della configurazione degli account…</string>
|
|
|
+ <string name="file_migration_ok_finished">Fine</string>
|
|
|
+ <string name="file_migration_failed_not_enough_space">ERRORE: spazio libero insufficiente</string>
|
|
|
+ <string name="file_migration_failed_not_writable">ERRORE: il file non è scrivibile</string>
|
|
|
+ <string name="file_migration_failed_not_readable">ERRORE: il file non è leggibile</string>
|
|
|
+ <string name="file_migration_failed_dir_already_exists">ERRORE: la cartella di Nextcloud esiste già</string>
|
|
|
+ <string name="file_migration_failed_while_coping">ERRORE: durante la migrazione</string>
|
|
|
+ <string name="file_migration_failed_while_updating_index">ERRORE: durante l\'aggiornamento dell\'indice</string>
|
|
|
+
|
|
|
+ <string name="file_migration_directory_already_exists">La cartella dei dati esiste già, cosa vuoi fare?</string>
|
|
|
+ <string name="file_migration_use_data_folder">Utilizza quella esistente</string>
|
|
|
+
|
|
|
<string name="prefs_category_accounts">Account</string>
|
|
|
<string name="prefs_add_account">Aggiungi account</string>
|
|
|
<string name="drawer_manage_accounts">Gestisci account</string>
|
|
@@ -422,6 +443,9 @@
|
|
|
<string name="pref_behaviour_entries_keep_file">lasciato nella cartella originale</string>
|
|
|
<string name="pref_behaviour_entries_move">spostato nella cartella dell\'applicazione</string>
|
|
|
<string name="pref_behaviour_entries_delete_file">eliminato</string>
|
|
|
+ <string name="prefs_storage_path">Percorso di archiviazione</string>
|
|
|
+ <string name="prefs_common">Comune</string>
|
|
|
+
|
|
|
<string name="share_dialog_title">Condivisione</string>
|
|
|
<string name="share_file">Condividi %1$s</string>
|
|
|
<string name="share_with_user_section_title">Condividi con utenti e gruppi</string>
|
|
@@ -499,4 +523,8 @@ o</string>
|
|
|
<item quantity="other">%d selezionati</item>
|
|
|
</plurals>
|
|
|
|
|
|
- </resources>
|
|
|
+ <string name="storage_description_default">Predefinito</string>
|
|
|
+ <string name="storage_description_sd_no">Scheda SD %1$d</string>
|
|
|
+ <string name="storage_description_unknown">Sconosciuto</string>
|
|
|
+
|
|
|
+</resources>
|