Skip to content

Commit 61f7e74

Browse files
author
anthologist
authored
Update strings.xml
1 parent 3964755 commit 61f7e74

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

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

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
<string name="delete">Elimina</string>
1616
<string name="undo">Annulla</string>
1717
<string name="rename">Rinomina</string>
18-
<string name="properties">Properties</string>
18+
<string name="properties">Proprietà</string>
1919
<string name="copy">Copia</string>
20-
<string name="copy_move">Copy/Move</string>
20+
<string name="copy_move">Copia/Sposta</string>
2121
<string name="share">Condividi</string>
22-
<string name="shared_files">Files shared via Simple File Manager</string>
23-
<string name="no_files_selected">No files selected</string>
22+
<string name="shared_files">File condivisi via Simple File Manager</string>
23+
<string name="no_files_selected">Nessun file selezionato</string>
2424
<string name="copy_item">Copia elemento</string>
2525
<string name="copy_items">Copia elementi</string>
2626
<string name="move">Sposta</string>
@@ -33,16 +33,16 @@
3333
<string name="copying">Copia in corso</string>
3434
<string name="initial_breadcrumb">home</string>
3535
<string name="ok">OK</string>
36-
<string name="cancel">Cancel</string>
36+
<string name="cancel">Annulla</string>
3737

3838
<!-- File and directory properties -->
39-
<string name="file_properties">File properties</string>
40-
<string name="directory_properties">Directory properties</string>
41-
<string name="name">Name</string>
42-
<string name="path">Path</string>
43-
<string name="size">Size</string>
44-
<string name="last_modified">Last modified</string>
45-
<string name="files_count">Files inside</string>
39+
<string name="file_properties">Proprietà file</string>
40+
<string name="directory_properties">Proprietà cartella</string>
41+
<string name="name">Nome</string>
42+
<string name="path">Percorso</string>
43+
<string name="size">Dimensione</string>
44+
<string name="last_modified">Ultima modifica</string>
45+
<string name="files_count">File contenuti</string>
4646

4747
<plurals name="items_deleted">
4848
<item quantity="one">1 elemento eliminato</item>
@@ -59,21 +59,19 @@
5959
<string name="website">Altre semplici app e codici sorgenti in:\nhttp://simplemobiletools.com</string>
6060
<string name="email_label">Invia la tua opinione o i tuoi suggerimenti a:</string>
6161
<string name="third_party_licences_underlined"><u>Licenze di terze parti</u></string>
62-
<string name="invite_friends_underlined"><u>Invite friends</u></string>
63-
<string name="share_text">Hey, come check out %1$s at %2$s</string>
64-
<string name="invite_via">Invite via</string>
62+
<string name="invite_friends_underlined"><u>Invita amici</u></string>
63+
<string name="share_text">Hey, dai un'occhiata a %1$s su %2$s</string>
64+
<string name="invite_via">Invita via</string>
6565
<string name="rate_us_underlined"><u>Dacci un voto sul Play Store</u></string>
6666
<string name="follow_us">Seguici:</string>
67-
<string name="copyright">v %1$s\nCopyright © Simple Mobile Tools %2$d</string>
6867

6968
<!--License-->
7069
<string name="notice">Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.</string>
7170
<string name="third_party_licences">Licenze di terze parti</string>
72-
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
7371

7472
<!-- Settings -->
7573
<string name="settings">Impostazioni</string>
7674
<string name="dark_theme">Tema scuro</string>
7775
<string name="show_hidden">Mostra file e cartelle nascosti</string>
78-
<string name="show_full_path">Show full path</string>
76+
<string name="show_full_path">Mostra percorso completo</string>
7977
</resources>

0 commit comments

Comments
 (0)