Run tabspace.

This commit is contained in:
XhmikosR 2014-06-22 17:58:23 +03:00
parent 9a708a7898
commit 3a9ae7a9c0
5 changed files with 13 additions and 13 deletions

View File

@ -19456,7 +19456,7 @@ namespace Nikse.SubtitleEdit.Forms
_timerCheckForUpdates.Stop(); _timerCheckForUpdates.Stop();
} }
catch catch
{ {
} }
var form = new CheckForUpdates(this); var form = new CheckForUpdates(this);

View File

@ -202,7 +202,7 @@ Email: mailto:nikse.dk@gmail.com</AboutText1>
<CheckingForUpdatesNoneAvailable>Está a usar a última versão do Subtitle Edit :)</CheckingForUpdatesNoneAvailable> <CheckingForUpdatesNoneAvailable>Está a usar a última versão do Subtitle Edit :)</CheckingForUpdatesNoneAvailable>
<CheckingForUpdatesNewVersion>Nova versão disponível!</CheckingForUpdatesNewVersion> <CheckingForUpdatesNewVersion>Nova versão disponível!</CheckingForUpdatesNewVersion>
<InstallUpdate>Ir para a página de transferência</InstallUpdate> <InstallUpdate>Ir para a página de transferência</InstallUpdate>
</CheckForUpdates> </CheckForUpdates>
<ChooseAudioTrack> <ChooseAudioTrack>
<Title>Escolher a faixa de áudio</Title> <Title>Escolher a faixa de áudio</Title>
</ChooseAudioTrack> </ChooseAudioTrack>
@ -830,7 +830,7 @@ Email: mailto:nikse.dk@gmail.com</AboutText1>
<LeaveSession>Abandonar sessão</LeaveSession> <LeaveSession>Abandonar sessão</LeaveSession>
</Networking> </Networking>
<Help> <Help>
<CheckForUpdates>Verificar se há atualizações...</CheckForUpdates> <CheckForUpdates>Verificar se há atualizações...</CheckForUpdates>
<Title>Ajuda</Title> <Title>Ajuda</Title>
<Help>&amp;Ajuda</Help> <Help>&amp;Ajuda</Help>
<About>&amp;Sobre</About> <About>&amp;Sobre</About>
@ -1485,7 +1485,7 @@ editar o mesmo ficheiro de legenda (colaboração)</Information>
<VideoEngine>Mecanismo de vídeo</VideoEngine> <VideoEngine>Mecanismo de vídeo</VideoEngine>
<DirectShow>DirectShow</DirectShow> <DirectShow>DirectShow</DirectShow>
<DirectShowDescription>quartz.dll na pasta system32</DirectShowDescription> <DirectShowDescription>quartz.dll na pasta system32</DirectShowDescription>
<DirectShowDescription64>quartz.dll na pasta SysWOW64</DirectShowDescription64> <DirectShowDescription64>quartz.dll na pasta SysWOW64</DirectShowDescription64>
<ManagedDirectX>Gerado pelo DirectX</ManagedDirectX> <ManagedDirectX>Gerado pelo DirectX</ManagedDirectX>
<ManagedDirectXDescription>Microsoft.DirectX.AudioVideoPlayback - Código .NET gerado pelo DirectX</ManagedDirectXDescription> <ManagedDirectXDescription>Microsoft.DirectX.AudioVideoPlayback - Código .NET gerado pelo DirectX</ManagedDirectXDescription>
<MPlayer>MPlayer</MPlayer> <MPlayer>MPlayer</MPlayer>

View File

@ -18,9 +18,9 @@ namespace Nikse.SubtitleEdit.Logic.Forms
private int _successCount; private int _successCount;
public string Error { get; set; } public string Error { get; set; }
public bool Done public bool Done
{ {
get get
{ {
return _successCount == 1; return _successCount == 1;
} }
@ -150,7 +150,7 @@ namespace Nikse.SubtitleEdit.Logic.Forms
public void CheckForUpdates() public void CheckForUpdates()
{ {
// load github release json // load github release json
//StartDownloadString(ReleasesUrl, "application/json", new AsyncCallback(FinishWebRequestReleases)); //StartDownloadString(ReleasesUrl, "application/json", new AsyncCallback(FinishWebRequestReleases));
// load change log // load change log
@ -183,7 +183,7 @@ namespace Nikse.SubtitleEdit.Logic.Forms
catch catch
{ {
return false; return false;
} }
} }

View File

@ -26,7 +26,7 @@ namespace Nikse.SubtitleEdit.Logic
public LanguageStructure.ChangeCasingNames ChangeCasingNames; public LanguageStructure.ChangeCasingNames ChangeCasingNames;
public LanguageStructure.ChangeFrameRate ChangeFrameRate; public LanguageStructure.ChangeFrameRate ChangeFrameRate;
public LanguageStructure.ChangeSpeedInPercent ChangeSpeedInPercent; public LanguageStructure.ChangeSpeedInPercent ChangeSpeedInPercent;
public LanguageStructure.CheckForUpdates CheckForUpdates; public LanguageStructure.CheckForUpdates CheckForUpdates;
public LanguageStructure.ChooseAudioTrack ChooseAudioTrack; public LanguageStructure.ChooseAudioTrack ChooseAudioTrack;
public LanguageStructure.ChooseEncoding ChooseEncoding; public LanguageStructure.ChooseEncoding ChooseEncoding;
public LanguageStructure.ChooseLanguage ChooseLanguage; public LanguageStructure.ChooseLanguage ChooseLanguage;
@ -339,7 +339,7 @@ namespace Nikse.SubtitleEdit.Logic
CheckingForUpdatesNewVersion = "New version available!", CheckingForUpdatesNewVersion = "New version available!",
InstallUpdate = "Go to download page", InstallUpdate = "Go to download page",
NoUpdates = "Don't update", NoUpdates = "Don't update",
}; };
ChooseAudioTrack = new LanguageStructure.ChooseAudioTrack ChooseAudioTrack = new LanguageStructure.ChooseAudioTrack
{ {

View File

@ -1179,7 +1179,7 @@
public class HelpMenu public class HelpMenu
{ {
public string CheckForUpdates { get; set; } public string CheckForUpdates { get; set; }
public string Title { get; set; } public string Title { get; set; }
public string Help { get; set; } public string Help { get; set; }
public string About { get; set; } public string About { get; set; }
@ -1647,7 +1647,7 @@
public string AutoBackupEveryMinute { get; set; } public string AutoBackupEveryMinute { get; set; }
public string AutoBackupEveryFiveMinutes { get; set; } public string AutoBackupEveryFiveMinutes { get; set; }
public string AutoBackupEveryFifteenMinutes { get; set; } public string AutoBackupEveryFifteenMinutes { get; set; }
public string CheckForUpdates { get; set; } public string CheckForUpdates { get; set; }
public string AllowEditOfOriginalSubtitle { get; set; } public string AllowEditOfOriginalSubtitle { get; set; }
public string PromptDeleteLines { get; set; } public string PromptDeleteLines { get; set; }
public string TimeCodeMode { get; set; } public string TimeCodeMode { get; set; }