1111using System . Diagnostics . CodeAnalysis ;
1212
1313namespace DoctorVanGogh . ModSwitch {
14- [ GeneratedCode ( "DefGenerator.tt" , "0.1 " ) ]
14+ [ GeneratedCode ( "DefGenerator.tt" , "0.2 " ) ]
1515 [ SuppressMessage ( "ReSharper" , "InconsistentNaming" ) ]
1616 [ SuppressMessage ( "ReSharper" , "UnusedMember.Global" ) ]
1717 public static partial class LanguageKeys {
@@ -77,7 +77,7 @@ public static class @keyed {
7777 /// </summary>
7878 public const string @ModSwitch_MissingMods_Choice_Ignore_Tip = "ModSwitch.MissingMods.Choice.Ignore.Tip" ;
7979 /// <summary>
80- /// Get's the translation key for '<em>Cancel & Open workshop</em>'
80+ /// Get's the translation key for '<em>Cancel & Open workshop</em>'
8181 /// </summary>
8282 public const string @ModSwitch_MissingMods_Choice_Workshop = "ModSwitch.MissingMods.Choice.Workshop" ;
8383 /// <summary>
@@ -161,11 +161,11 @@ public static class @keyed {
161161 /// </summary>
162162 public const string @ModSwitch_ExistingSettings = "ModSwitch.ExistingSettings" ;
163163 /// <summary>
164- /// Get's the translation key for '<em>Overwrite. </em>'
164+ /// Get's the translation key for '<em>Overwrite</em>'
165165 /// </summary>
166166 public const string @ModSwitch_ExistingSettings_Choice_Overwrite = "ModSwitch.ExistingSettings.Choice.Overwrite" ;
167167 /// <summary>
168- /// Get's the translation key for '<em>Skip. </em>'
168+ /// Get's the translation key for '<em>Skip</em>'
169169 /// </summary>
170170 public const string @ModSwitch_ExistingSettings_Choice_Skip = "ModSwitch.ExistingSettings.Choice.Skip" ;
171171 /// <summary>
@@ -177,6 +177,10 @@ public static class @keyed {
177177 /// </summary>
178178 public const string @ModSwitch_Error_TargetExists = "ModSwitch.Error.TargetExists" ;
179179 /// <summary>
180+ /// Get's the translation key for '<em>Not a valid mod path</em>'
181+ /// </summary>
182+ public const string @ModSwitch_Error_NotValid = "ModSwitch.Error.NotValid" ;
183+ /// <summary>
180184 /// Get's the translation key for '<em>Copied mod {0} to {1}.</em>'
181185 /// </summary>
182186 public const string @ModSwitch_CopyLocal_Result_Copy = "ModSwitch.CopyLocal.Result.Copy" ;
@@ -189,6 +193,10 @@ public static class @keyed {
189193 /// </summary>
190194 public const string @ModSwitch_CopyLocal_Result_Skipped = "ModSwitch.CopyLocal.Result.Skipped" ;
191195 /// <summary>
196+ /// Get's the translation key for '<em><b>Warning</b>: Last upload time of the Steam original is unknown - sync support will be degraded.</em>'
197+ /// </summary>
198+ public const string @ModSwitch_CopyLocal_Result_TimestampUnknown = "ModSwitch.CopyLocal.Result.TimestampUnknown" ;
199+ /// <summary>
192200 /// Get's the translation key for '<em>Move to...</em>'
193201 /// </summary>
194202 public const string @ModSwitch_MoveTo = "ModSwitch.MoveTo" ;
@@ -200,6 +208,42 @@ public static class @keyed {
200208 /// Get's the translation key for '<em>Bottom</em>'
201209 /// </summary>
202210 public const string @ModSwitch_MoveTo_Bottom = "ModSwitch.MoveTo.Bottom" ;
211+ /// <summary>
212+ /// Get's the translation key for '<em>Open folder</em>'
213+ /// </summary>
214+ public const string @ModSwitch_OpenFolder = "ModSwitch.OpenFolder" ;
215+ /// <summary>
216+ /// Get's the translation key for '<em>Sync with Steam original</em>'
217+ /// </summary>
218+ public const string @ModSwitch_Sync = "ModSwitch.Sync" ;
219+ /// <summary>
220+ /// Get's the translation key for '<em>identical</em>'
221+ /// </summary>
222+ public const string @ModSwitch_Sync_Identical = "ModSwitch.Sync.Identical" ;
223+ /// <summary>
224+ /// Get's the translation key for '<em>The mod {0} will be updated to the current Steam version.<br /> (Last) copied from Steam at an upload date of: {1}<br /> Current upload date on Steam: {2}<br /><br />Do you want to keep your existing settings from the local copy or replace them with the version of Steam?</em>'
225+ /// </summary>
226+ public const string @ModSwitch_Sync_Message = "ModSwitch.Sync.Message" ;
227+ /// <summary>
228+ /// Get's the translation key for '<em>Unknown</em>'
229+ /// </summary>
230+ public const string @ModSwitch_Sync_UnknownTimestamp = "ModSwitch.Sync.UnknownTimestamp" ;
231+ /// <summary>
232+ /// Get's the translation key for '<em>Keep existing</em>'
233+ /// </summary>
234+ public const string @ModSwitch_Sync_Choice_KeepSettings = "ModSwitch.Sync.Choice.KeepSettings" ;
235+ /// <summary>
236+ /// Get's the translation key for '<em>Replace with Steam</em>'
237+ /// </summary>
238+ public const string @ModSwitch_Sync_Choice_CopySteam = "ModSwitch.Sync.Choice.CopySteam" ;
239+ /// <summary>
240+ /// Get's the translation key for '<em>Search...</em>'
241+ /// </summary>
242+ public const string @ModSwitch_Search_Watermark = "ModSwitch.Search.Watermark" ;
243+ /// <summary>
244+ /// Get's the translation key for '<em>Local Steam copy</em>'
245+ /// </summary>
246+ public const string @ModSwitch_Source_SteamCopy = "ModSwitch.Source.SteamCopy" ;
203247 }
204248 }
205249}
0 commit comments