Skip to content

Commit b0727ac

Browse files
committed
readd the italian translation fixes
1 parent b05e3ea commit b0727ac

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<string name="file">File</string>
1212
<string name="name_taken">Esiste già un file o una cartella con quel nome</string>
1313
<string name="invalid_name">Il nome contiene caratteri non validi</string>
14-
<string name="empty_name">Please enter a name</string>
14+
<string name="empty_name">Inserisci un nome</string>
1515
<string name="error_occurred">Riscontrato un errore sconosciuto</string>
1616
<string name="delete">Elimina</string>
1717
<string name="undo">Annulla</string>
@@ -35,17 +35,17 @@
3535
<string name="initial_breadcrumb">home</string>
3636
<string name="ok">OK</string>
3737
<string name="cancel">Annulla</string>
38-
<string name="press_back_again">Press back again to exit</string>
38+
<string name="press_back_again">Premi di nuovo indietro per uscire</string>
3939

4040
<!-- File and directory properties -->
4141
<string name="name">Nome</string>
4242
<string name="path">Percorso</string>
4343
<string name="size">Dimensione</string>
4444
<string name="last_modified">Ultima modifica</string>
45-
<string name="files_count">Total files count</string>
46-
<string name="resolution">Resolution</string>
47-
<string name="duration">Duration</string>
48-
<string name="artist">Artist</string>
45+
<string name="files_count">Conteggio dei file</string>
46+
<string name="resolution">Risoluzione</string>
47+
<string name="duration">Durata</string>
48+
<string name="artist">Artista</string>
4949
<string name="album">Album</string>
5050

5151
<plurals name="items_deleted">
@@ -62,6 +62,7 @@
6262
<string name="about">Informazioni</string>
6363
<string name="website">Altre semplici app e codici sorgenti in:\nhttp://simplemobiletools.com</string>
6464
<string name="email_label">Invia la tua opinione o i tuoi suggerimenti a:</string>
65+
<string name="email" translatable="false">[email protected]</string>
6566
<string name="third_party_licences_underlined"><u>Licenze di terze parti</u></string>
6667
<string name="invite_friends_underlined"><u>Invita amici</u></string>
6768
<string name="share_text">Hey, dai un\'occhiata a %1$s su %2$s</string>
@@ -74,6 +75,8 @@
7475
<string name="notice">Questa app usa le seguenti librerie di terze parti per semplificarmi la vita. Grazie.</string>
7576
<string name="third_party_licences">Licenze di terze parti</string>
7677
<string name="butterknife_title"><u>Butter Knife (view injector)</u></string>
78+
<string name="butterknife_text" translatable="false">Copyright 2013 Jake Wharton\n\nLicensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.You may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and limitations under the License.</string>
79+
<string name="butterknife_url" translatable="false">https://github.com/JakeWharton/butterknife</string>
7780

7881
<!-- Settings -->
7982
<string name="settings">Impostazioni</string>

0 commit comments

Comments
 (0)