-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathstrings.xml
More file actions
53 lines (53 loc) · 4.05 KB
/
Copy pathstrings.xml
File metadata and controls
53 lines (53 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="navigation_drawer_open">Apri il cassetto di navigazione</string>
<string name="navigation_drawer_close">Chiudi il cassetto di navigazione</string>
<string name="nav_file">File</string>
<string name="nav_text">Testo</string>
<string name="nav_settings">Impostazioni</string>
<string name="nav_info">Info</string>
<string name="nav_help">Aiuto</string>
<string name="nav_about">Informazioni su</string>
<string name="card_file">File:</string>
<string name="card_file_path">Percorso file</string>
<string name="button_generate">Calcolare</string>
<string name="card_open_folder">Apri cartella</string>
<string name="copy_data">Copia dati</string>
<string name="toast_data_copied">Dati copiati negli appunti!</string>
<string name="text_compare">Confronta:</string>
<string name="text_compare_hint">Inserisci il tuo hash qui</string>
<string name="text_compare_hash">Confronta hash</string>
<string name="toast_back_again">Premere nuovamente \'BACK\' per uscire.</string>
<string name="toast_hash_match">Hash corrisponde al tuo input!</string>
<string name="toast_hash_mismatch">Hash non corrisponde al tuo input!</string>
<string name="text_content_hint">Inserisci il tuo testo qui</string>
<string name="toast_error_notext">Inserisci un testo prima!</string>
<string name="button_website">Sito web</string>
<string name="button_support">Supporto</string>
<string name="text_help">La generazione di hash di file può essere eseguita solo quando DeadHash è stato autorizzato a leggere la propria memoria. La generazione di hash per file più grandi può richiedere un po \'di tempo. Questo dipende interamente dalla potenza di elaborazione del dispositivo.\n\nLa generazione di hash di testo non richiede autorizzazioni aggiuntive. La generazione di hash per stringhe più grandi può richiedere un po \'di tempo. Ciò dipende interamente dalla potenza di elaborazione del dispositivo.\n\nSe si verifica un errore o se hai bisogno di supporto, puoi sempre contattarci!</string>
<string name="nav_tools">Strumenti</string>
<string name="text_about">DeadHash è stato creato da DeadLine. Questa applicazione può essere utilizzata per generare hash di file e stringhe.\n\nNon sono inclusi dispositivi di pubblicità o di rilevamento in questa versione. Tutte le autorizzazioni richieste sono necessarie per utilizzare correttamente questa applicazione.\n\nTutte le immagini sono a cura di Google.\n\nCopyright © 2022 CodeDead</string>
<string name="toast_settings_reset">Tutte le impostazioni sono state ripristinate!</string>
<string name="toast_settings_save">Tutte le impostazioni sono state salvate!</string>
<string name="text_interface">Interfaccia</string>
<string name="text_language">Lingua:</string>
<string name="text_hash_generator">Generatore di hash</string>
<string name="button_reset">Reset</string>
<string name="button_save">Salva</string>
<string name="text_send_mail">Inviaci una e-mail</string>
<string name="alert_review_title">Recensione</string>
<string name="alert_review_text">Considera di lasciare una recensione se ti piace questa applicazione!</string>
<string name="text_information">Informazioni</string>
<string name="alert_review_never">Mai</string>
<string name="string_no_clipboard_access">Impossibile accedere ai tuoi appunti!</string>
<string name="error_playstore">Impossibile aprire il Play Store!</string>
<string name="error_website">Impossibile aprire il sito Web!</string>
<string name="dialog_select_file">Seleziona un file</string>
<string name="error_copy_file">Impossibile creare una copia del file selezionato!</string>
<string name="error_open_file">Impossibile aprire il file selezionato!</string>
<string name="error_no_file">Nessun file è stato selezionato!</string>
<string name="theme">Tema</string>
<string name="light">Luce</string>
<string name="dark">Buio</string>
<string name="defaultTheme">Predefinito</string>
</resources>