forked from ricochet-im/ricochet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tweak translation handling in Windows installer
The installer translations files must be encoded in their local encoding, rather than UTF.
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[Messages] | ||
WelcomeLabel2=Questo installerà Torsion sul tuo computer | ||
WelcomeLabel2=Questo installerà Torsion sul tuo computer | ||
[CustomMessages] | ||
AppTitle=Torsion - Messaggistica Istantanea Anonima | ||
UninstallShortcut=Disinstalla Torsion | ||
RunShortcut=Avvia Torsion | ||
PortableDesc=Vuoi un installazione portabile? | ||
PortableText=Torsion può essere installato sul tuo sistema, o estratto in una cartella portabile. L'installazione portabile può essere spostata fra computer o tenuta al sicuro su un disco rigido crittografato. | ||
PortableTitle=Modalità di installazione | ||
PortableText=Torsion può essere installato sul tuo sistema, o estratto in una cartella portabile. L'installazione portabile può essere spostata fra computer o tenuta al sicuro su un disco rigido crittografato. | ||
PortableTitle=Modalità di installazione | ||
PortableOptInstall=Installazione (Consigliato) | ||
PortableOptExtract=Estrazione (Portabile) | ||
BtnExtract=Estrai | ||
ExtractDirText=Torsion verrà estratto nella seguente cartella | ||
ExtractDirText=Torsion verrà estratto nella seguente cartella | ||
ExtractDirDesc=Dove dovrebbe essere estratto Torsion? |