From 5e2d4ee77e9c8de716343e43e210c8f70d8936ce Mon Sep 17 00:00:00 2001 From: Jose Ouellet Date: Wed, 19 Sep 2018 23:10:34 -0400 Subject: [PATCH] translations --- EspionSpotify/Properties/AssemblyInfo.cs | 2 +- EspionSpotify/english.Designer.cs | 20 ++++++++++---------- EspionSpotify/english.resx | 20 ++++++++++---------- EspionSpotify/french.resx | 4 ++-- EspionSpotify/french1.Designer.cs | 4 ++-- EspionSpotify/frmEspionSpotify.Designer.cs | 8 ++++---- 6 files changed, 29 insertions(+), 29 deletions(-) diff --git a/EspionSpotify/Properties/AssemblyInfo.cs b/EspionSpotify/Properties/AssemblyInfo.cs index a67011c0..f55b4638 100644 --- a/EspionSpotify/Properties/AssemblyInfo.cs +++ b/EspionSpotify/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ // übernehmen, indem Sie "*" eingeben: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.1.2.0")] -[assembly: AssemblyFileVersion("1.1.1.0")] +[assembly: AssemblyFileVersion("1.1.2.0")] diff --git a/EspionSpotify/english.Designer.cs b/EspionSpotify/english.Designer.cs index d22379ed..44826df0 100644 --- a/EspionSpotify/english.Designer.cs +++ b/EspionSpotify/english.Designer.cs @@ -133,7 +133,7 @@ internal static string cbOptLangFr { } /// - /// Looks up a localized string similar to Use Audacity (a free editor for audio files) to cut the audio part that you want to remove and export it back to the same audio type. Spytify cannot guarantee that an ad or a track will be detected correctly since it's based on a bit of information available in the Spotify process that is not always accurate.. + /// Looks up a localized string similar to Use Audacity (a free editor for audio files) to cut the audio section that you want to remove and export it back to the same audio type. Spytify cannot guarantee that an ad or a track will be detected correctly since it's based on a bit of information available in the Spotify process that is not always accurate.. /// internal static string lblAdAndTrackOverlapOnRecordedTrack { get { @@ -178,7 +178,7 @@ internal static string lblAdsPlayAndStop { } /// - /// Looks up a localized string similar to Spytify disables most apps when the recording session starts. Make sure to disable Windows 10 notifcation sound coming from apps in "Notifications and actions settings" and all other apps in the "Volume Mixer". Only Spotify and Spytify should not be muted.. + /// Looks up a localized string similar to Spytify disables most apps when the recording session starts. Make sure to disable Windows 10 notification sound coming from apps in "Notifications and actions settings" and all other apps in the "Volume Mixer". Only Spotify and Spytify should not be muted.. /// internal static string lblBackgroundNoiceRecordedOnTrack { get { @@ -205,7 +205,7 @@ internal static string lblDisableAds { } /// - /// Looks up a localized string similar to Duplicate the current track file name to avoid overwritting files with the same name.. + /// Looks up a localized string similar to Duplicate the current track file name to avoid overwriting files with the same name.. /// internal static string lblDuplicateAlreadyRecordedTrack { get { @@ -313,7 +313,7 @@ internal static string lblRecordUnknownTrackType { } /// - /// Looks up a localized string similar to When you enable "Disable Ads" in Spytify settings, you accept that these features won't be available no more, it's to make sure as much ads as possible get disabled. However, you can go to "C:\Windows\System32\drivers\etc\host" to edit the file with notepad and search for the domain "spclient.wg.spotify.com" and add a "#" at the beginning of the line to make it inactive.. + /// Looks up a localized string similar to When you enable "Disable Ads" in Spytify settings, you accept that these features won't be available no more, it's to make sure as many ads as possible get disabled. However, you can go to "C:\Windows\System32\drivers\etc\host" to edit the file with notepad, search for the domain "spclient.wg.spotify.com" and add a "#" at the beginning of the line to make it inactive.. /// internal static string lblSpotifyLostFeatures { get { @@ -322,7 +322,7 @@ internal static string lblSpotifyLostFeatures { } /// - /// Looks up a localized string similar to Spotify looks for local music files before playing a track. If it finds one with the same meta data that the current song, it will play the local one instead. Cut track means that you started recording this track once and you ended the session too early. Just delete these incomplete tracks in your music directory to solve your issue.. + /// Looks up a localized string similar to Spotify looks for local music files before playing a track. If it finds one with the same metadata that the current song, it will play the local one instead. Cut track means that you started recording this track once and you ended the session too early. Just delete these incomplete tracks in your music directory to solve your issue.. /// internal static string lblSpotifyTrackCut { get { @@ -448,7 +448,7 @@ internal static string logSpotifyNotConnected { } /// - /// Looks up a localized string similar to // Spotify was not found or isn't installed.. + /// Looks up a localized string similar to // Spotify wasn't found or isn't installed.. /// internal static string logSpotifyNotFound { get { @@ -493,7 +493,7 @@ internal static string logWaiting { } /// - /// Looks up a localized string similar to // Error while recording: Your computer audio format is not supported. Format needs to be '2 channels, 24 bit, 48000 Hz (Studio Quality)' (Control panel > Sound > Properties > Advanced).. + /// Looks up a localized string similar to // Error while recording: Your computer audio format is not supported. Format needs to be '2 channels, 24 bit, 48000 Hz (Studio Quality)' or lower. --> Control panel > Sound > Properties > Advanced. /// internal static string logWriterIsNull { get { @@ -682,7 +682,7 @@ internal static string tlAdAndTrackOverlapOnRecordedTrack { } /// - /// Looks up a localized string similar to Spotify still plays ads even after turning them off and it goes on pause/play every second.. + /// Looks up a localized string similar to Spotify still plays ads, even after turning them off and it goes to pause/play every second.. /// internal static string tlAdsPlayAndStop { get { @@ -691,7 +691,7 @@ internal static string tlAdsPlayAndStop { } /// - /// Looks up a localized string similar to Background noice/sound was recorded on the saved track file.. + /// Looks up a localized string similar to Background noise/sound was recorded on the saved track file.. /// internal static string tlBackgroundNoiceRecordedOnTrack { get { @@ -709,7 +709,7 @@ internal static string tlSpotifyLostFeatures { } /// - /// Looks up a localized string similar to Spotify only plays a bit of a track, it cuts after some seconds.. + /// Looks up a localized string similar to Spotify only plays a bit of a track, it stops playing it after some seconds.. /// internal static string tlSpotifyTrackCut { get { diff --git a/EspionSpotify/english.resx b/EspionSpotify/english.resx index 613cd363..d63fb571 100644 --- a/EspionSpotify/english.resx +++ b/EspionSpotify/english.resx @@ -258,7 +258,7 @@ console - // Spotify was not found or isn't installed. + // Spotify wasn't found or isn't installed. console @@ -274,7 +274,7 @@ console - // Error while recording: Your computer audio format is not supported. Format needs to be '2 channels, 24 bit, 48000 Hz (Studio Quality)' (Control panel > Sound > Properties > Advanced). + // Error while recording: Your computer audio format is not supported. Format needs to be '2 channels, 24 bit, 48000 Hz (Studio Quality)' or lower. --> Control panel > Sound > Properties > Advanced console @@ -342,7 +342,7 @@ interface - Use Audacity (a free editor for audio files) to cut the audio part that you want to remove and export it back to the same audio type. Spytify cannot guarantee that an ad or a track will be detected correctly since it's based on a bit of information available in the Spotify process that is not always accurate. + Use Audacity (a free editor for audio files) to cut the audio section that you want to remove and export it back to the same audio type. Spytify cannot guarantee that an ad or a track will be detected correctly since it's based on a bit of information available in the Spotify process that is not always accurate. interface @@ -350,11 +350,11 @@ interface - Spytify disables most apps when the recording session starts. Make sure to disable Windows 10 notifcation sound coming from apps in "Notifications and actions settings" and all other apps in the "Volume Mixer". Only Spotify and Spytify should not be muted. + Spytify disables most apps when the recording session starts. Make sure to disable Windows 10 notification sound coming from apps in "Notifications and actions settings" and all other apps in the "Volume Mixer". Only Spotify and Spytify should not be muted. interface - Spotify looks for local music files before playing a track. If it finds one with the same meta data that the current song, it will play the local one instead. Cut track means that you started recording this track once and you ended the session too early. Just delete these incomplete tracks in your music directory to solve your issue. + Spotify looks for local music files before playing a track. If it finds one with the same metadata that the current song, it will play the local one instead. Cut track means that you started recording this track once and you ended the session too early. Just delete these incomplete tracks in your music directory to solve your issue. interface @@ -370,15 +370,15 @@ interface - Spotify still plays ads even after turning them off and it goes on pause/play every second. + Spotify still plays ads, even after turning them off and it goes to pause/play every second. interface - Background noice/sound was recorded on the saved track file. + Background noise/sound was recorded on the saved track file. interface - Spotify only plays a bit of a track, it cuts after some seconds. + Spotify only plays a bit of a track, it stops playing it after some seconds. interface @@ -402,11 +402,11 @@ interface - Duplicate the current track file name to avoid overwritting files with the same name. + Duplicate the current track file name to avoid overwriting files with the same name. interface - When you enable "Disable Ads" in Spytify settings, you accept that these features won't be available no more, it's to make sure as much ads as possible get disabled. However, you can go to "C:\Windows\System32\drivers\etc\host" to edit the file with notepad and search for the domain "spclient.wg.spotify.com" and add a "#" at the beginning of the line to make it inactive. + When you enable "Disable Ads" in Spytify settings, you accept that these features won't be available no more, it's to make sure as many ads as possible get disabled. However, you can go to "C:\Windows\System32\drivers\etc\host" to edit the file with notepad, search for the domain "spclient.wg.spotify.com" and add a "#" at the beginning of the line to make it inactive. interface diff --git a/EspionSpotify/french.resx b/EspionSpotify/french.resx index 28f09b3e..a5978307 100644 --- a/EspionSpotify/french.resx +++ b/EspionSpotify/french.resx @@ -401,11 +401,11 @@ interface - Duplique le nom du fichier de la piste audio courante pour empêcher de ré-écrire sur les fichiers de même nom. + Dupliquer le nom du fichier de la piste audio pour ne pas ré-écrire sur les fichiers de même nom. interface - Quand vous activez "Désactiver les publicités" dans les paramètres Spotify, vous acceptez que ces fonctionnalités ne pourront être disponible, c'est pour s'assurer que le plus d'annonces possible soient désactivées. Parcontre, vous pouvez vous rendre ici "C:\Windows\System32\drivers\etc\host" pour modifier le fichier avec bloc-notes et rechercher pour le domaine "spclient.wg.spotify.com" et ajouter un "#" au début de la ligne pour la rendre inactive. + Quand vous activez "Désactiver les publicités" dans les paramètres Spotify, vous acceptez que ces fonctionnalités ne pourront être disponible, c'est pour s'assurer que le plus d'annonces possible soient désactivées. Parcontre, vous pouvez vous rendre ici "C:\Windows\System32\drivers\etc\host" pour modifier le fichier avec bloc-notes, recherchez le domaine "spclient.wg.spotify.com" et ajoutez un "#" au début de la ligne pour le rendre inactif. interface diff --git a/EspionSpotify/french1.Designer.cs b/EspionSpotify/french1.Designer.cs index a2f698a5..cde91c09 100644 --- a/EspionSpotify/french1.Designer.cs +++ b/EspionSpotify/french1.Designer.cs @@ -205,7 +205,7 @@ internal static string lblDisableAds { } /// - /// Looks up a localized string similar to Duplique le nom du fichier de la piste audio courante pour empêcher de ré-écrire sur les fichiers de même nom.. + /// Looks up a localized string similar to Dupliquer le nom du fichier de la piste audio pour ne pas ré-écrire sur les fichiers de même nom.. /// internal static string lblDuplicateAlreadyRecordedTrack { get { @@ -313,7 +313,7 @@ internal static string lblRecordUnknownTrackType { } /// - /// Looks up a localized string similar to Quand vous activez "Désactiver les publicités" dans les paramètres Spotify, vous acceptez que ces fonctionnalités ne pourront être disponible, c'est pour s'assurer que le plus d'annonces possible soient désactivées. Parcontre, vous pouvez vous rendre ici "C:\Windows\System32\drivers\etc\host" pour modifier le fichier avec bloc-notes et rechercher pour le domaine "spclient.wg.spotify.com" et ajouter un "#" au début de la ligne pour la rendre inactive.. + /// Looks up a localized string similar to Quand vous activez "Désactiver les publicités" dans les paramètres Spotify, vous acceptez que ces fonctionnalités ne pourront être disponible, c'est pour s'assurer que le plus d'annonces possible soient désactivées. Parcontre, vous pouvez vous rendre ici "C:\Windows\System32\drivers\etc\host" pour modifier le fichier avec bloc-notes, recherchez le domaine "spclient.wg.spotify.com" et ajoutez un "#" au début de la ligne pour le rendre inactif.. /// internal static string lblSpotifyLostFeatures { get { diff --git a/EspionSpotify/frmEspionSpotify.Designer.cs b/EspionSpotify/frmEspionSpotify.Designer.cs index d8bd4414..994b4679 100644 --- a/EspionSpotify/frmEspionSpotify.Designer.cs +++ b/EspionSpotify/frmEspionSpotify.Designer.cs @@ -154,7 +154,7 @@ private void InitializeComponent() this.tcMenu.Location = new System.Drawing.Point(20, 60); this.tcMenu.Name = "tcMenu"; this.tcMenu.SelectedIndex = 2; - this.tcMenu.Size = new System.Drawing.Size(760, 360); + this.tcMenu.Size = new System.Drawing.Size(760, 380); this.tcMenu.Style = MetroFramework.MetroColorStyle.Green; this.tcMenu.TabIndex = 30; this.tcMenu.UseSelectable = true; @@ -759,7 +759,7 @@ private void InitializeComponent() this.tabAdvanced.Location = new System.Drawing.Point(4, 38); this.tabAdvanced.Name = "tabAdvanced"; this.tabAdvanced.Padding = new System.Windows.Forms.Padding(1); - this.tabAdvanced.Size = new System.Drawing.Size(752, 318); + this.tabAdvanced.Size = new System.Drawing.Size(752, 338); this.tabAdvanced.TabIndex = 2; this.tabAdvanced.Text = "TAB_ADVANCED"; this.tabAdvanced.VerticalScrollbarBarColor = true; @@ -785,7 +785,7 @@ private void InitializeComponent() this.tlAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle()); this.tlAdvanced.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F)); - this.tlAdvanced.Size = new System.Drawing.Size(750, 316); + this.tlAdvanced.Size = new System.Drawing.Size(750, 336); this.tlAdvanced.TabIndex = 2; // // lblSpy @@ -1438,7 +1438,7 @@ private void InitializeComponent() this.BackImage = global::EspionSpotify.Properties.Resources.spytify_logo; this.BackImagePadding = new System.Windows.Forms.Padding(24, 12, 0, 0); this.BackMaxSize = 250; - this.ClientSize = new System.Drawing.Size(800, 440); + this.ClientSize = new System.Drawing.Size(800, 460); this.Controls.Add(this.lnkSpy); this.Controls.Add(this.tcMenu); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));