Skip to content

Commit

Permalink
Italian translations fix (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
bacca87 authored and ravibpatel committed Aug 21, 2019
1 parent 35e1a17 commit 0df3804
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 12 deletions.
12 changes: 10 additions & 2 deletions AutoUpdater.NET.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUpdater.NET", "AutoUpdater.NET\AutoUpdater.NET.csproj", "{FB9E7E6B-B19F-4F37-A708-2996190CEF13}"
ProjectSection(ProjectDependencies) = postProject
Expand All @@ -14,6 +14,14 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZipExtractor", "ZipExtracto
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoUpdaterTestWPF", "AutoUpdaterTestWPF\AutoUpdaterTestWPF.csproj", "{9AEE4F21-5ED5-4C7E-9249-8A680123B5E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1DBD2EE1-6C31-4B24-9212-E221404F4ADE}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion AutoUpdater.NET/DownloadUpdateDialog.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,6 @@
<value>Aggiornamento software</value>
</data>
<data name="labelInformation.Text" xml:space="preserve">
<value>Scaricamento dell'aggiornamento...</value>
<value>Download dell'aggiornamento in corso...</value>
</data>
</root>
4 changes: 2 additions & 2 deletions AutoUpdater.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.5.5.0")]
[assembly: AssemblyFileVersion("1.5.5.0")]
[assembly: AssemblyVersion("1.5.6.0")]
[assembly: AssemblyFileVersion("1.5.6.0")]
[assembly: NeutralResourcesLanguageAttribute("en")]
2 changes: 1 addition & 1 deletion AutoUpdater.NET/Properties/Resources.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
<value>Aggiornamento non disponibile</value>
</data>
<data name="UpdateCheckFailedMessage" xml:space="preserve">
<value>Si è verificato un problema nel raggiungere il server degli aggiornamenti. Controlla la tua connessione a Internet o riprova più tardi.</value>
<value>Si è verificato un problema nel contattare il server degli aggiornamenti. Controlla la tua connessione a Internet o riprova più tardi.</value>
</data>
<data name="UpdateCheckFailedCaption" xml:space="preserve">
<value>Controllo degli aggiornamenti non riuscito</value>
Expand Down
2 changes: 1 addition & 1 deletion AutoUpdater.NET/RemindLaterForm.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@
<value>No, scarica gli aggiornamenti adesso (consigliato)</value>
</data>
<data name="radioButtonYes.Text" xml:space="preserve">
<value>Sì, per favore ricordamelo in seguito:</value>
<value>Sì, ricordamelo in seguito:</value>
</data>
</root>
10 changes: 8 additions & 2 deletions AutoUpdater.NET/UpdateForm.it.resx
Original file line number Diff line number Diff line change
Expand Up @@ -117,17 +117,23 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="buttonRemindLater.Location" type="System.Drawing.Point, System.Drawing">
<value>296, 573</value>
</data>
<data name="buttonRemindLater.Size" type="System.Drawing.Size, System.Drawing">
<value>179, 28</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>{0} {1} è disponibile!</value>
</data>
<data name="buttonRemindLater.Text" xml:space="preserve">
<value>Ricordamelo in seguito</value>
<value>Ricordamelo più tardi</value>
</data>
<data name="buttonSkip.Text" xml:space="preserve">
<value>Salta questa versione</value>
</data>
<data name="buttonUpdate.Text" xml:space="preserve">
<value>aggiornare</value>
<value>Aggiorna</value>
</data>
<data name="labelDescription.Text" xml:space="preserve">
<value>{0} {1} è ora disponibile. Hai insallato la versione {2}. Vuoi scaricare l'aggiornamento ora?</value>
Expand Down
2 changes: 1 addition & 1 deletion AutoUpdater.NET/build/Autoupdater.NET.Official.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="https://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Autoupdater.NET.Official</id>
<version>1.5.5</version>
<version>1.5.6</version>
<title>AutoUpdater.NET</title>
<authors>RBSoft</authors>
<owners>RBSoft</owners>
Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 1.5.5.{build}
version: 1.5.6.{build}
environment:
my_version: 1.5.5
my_version: 1.5.6
my_secret:
secure: vbPRaZLQYpGPr4BrZZ4p6TofpSZMud+FKtlpqjgO8aA=
skip_branch_with_pr: true
Expand Down

0 comments on commit 0df3804

Please sign in to comment.