Skip to content

Commit 1382013

Browse files
authored
With escaped apostrophes version of Italian translation by @anthologist
This is freeotp#184 by @anthologist (https://github.com/anthologist) except the unescaped apostrophes are now escaped as suggested by @dvanbalen (https://github.com/dvanbalen ) . It seemed the lack of a few escaping backslashes were all that was holding the translation up so I've done those. As pull requests are under Apache License https://github.com/freeotp/freeotp-android/blob/master/COPYING I think this is fine - as I am clear about who deserves credit for the actual translation (I'm just the backslash guy).
1 parent eb2f12f commit 1382013

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<string name="app_name">FreeOTP</string>
4+
<string name="invalid_token">Il token specificato non era valido!</string>
5+
<string name="delete">Elimina</string>
6+
<string name="edit">Modifica</string>
7+
<string name="restore_defaults">Ripristina predefiniti</string>
8+
<string name="no_keys">Nessuna chiave OTP installata.</string>
9+
<string name="add_token">Aggiungi token</string>
10+
<string name="scan_qr_code">Scansiona codice QR</string>
11+
<string name="interval">Intervallo</string>
12+
<string name="counter">Contatore</string>
13+
<string name="secret">Segreto</string>
14+
<string name="type">Tipo</string>
15+
<string name="algorithm">Algoritmo</string>
16+
<string name="digits">Cifre</string>
17+
<string name="save">Salva</string>
18+
<string name="code_copied">Codice copiato negli appunti.</string>
19+
20+
<string name="about_freeotp">Info su FreeOTP</string>
21+
<string name="about_version">Versione FreeOTP %1$s (%2$d)</string>
22+
<string name="about_copyright">© 2013 - Red Hat, Inc., et al.</string>
23+
<string name="about_license">FreeOTP ha una licenza %1$s.</string>
24+
<string name="about_website">Per altre informazioni, vedi il nostro %s.</string>
25+
<string name="about_icons">Alcune icone usate da questa applicazione sono riprodotte da lavoro creato e condiviso dall\'Android Open Source Project e usate secondo i termini descritti nella Licenza di Attribuzione Creative Commons 2.5.</string>
26+
27+
<string name="link_website">&lt;a href=&quot;http://freeotp.github.io&quot;&gt;website&lt;/a&gt;</string>
28+
<string name="link_apache2">&lt;a href=&quot;http://www.apache.org/licenses/LICENSE-2.0.html&quot;&gt;Apache 2.0&lt;/a&gt;</string>
29+
30+
<string name="error_camera_open">Errore durante l\'accesso alla fotocamera!</string>
31+
<string name="error_permission_camera_open">L\'accesso alla fotocamera non è autorizzato</string>
32+
<string name="error_image_open">Errore durante l\'apertura dell\'immagine!</string>
33+
34+
<string name="delete_summary">Questa è la tua ultima possibilità: se elimini questo token, sarà perduto per sempre. Non sarà disattivato sul server.</string>
35+
<string name="delete_question">Eliminare questo token?</string>
36+
37+
<string-array name="algorithms">
38+
<item>MD5</item>
39+
<item>SHA1</item>
40+
<item>SHA256</item>
41+
<item>SHA512</item>
42+
</string-array>
43+
</resources>

0 commit comments

Comments
 (0)