11
11
using System . Diagnostics . CodeAnalysis ;
12
12
13
13
namespace DoctorVanGogh . ModSwitch {
14
- [ GeneratedCode ( "DefGenerator.tt" , "0.1 " ) ]
14
+ [ GeneratedCode ( "DefGenerator.tt" , "0.2 " ) ]
15
15
[ SuppressMessage ( "ReSharper" , "InconsistentNaming" ) ]
16
16
[ SuppressMessage ( "ReSharper" , "UnusedMember.Global" ) ]
17
17
public static partial class LanguageKeys {
@@ -77,7 +77,7 @@ public static class @keyed {
77
77
/// </summary>
78
78
public const string @ModSwitch_MissingMods_Choice_Ignore_Tip = "ModSwitch.MissingMods.Choice.Ignore.Tip" ;
79
79
/// <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>'
81
81
/// </summary>
82
82
public const string @ModSwitch_MissingMods_Choice_Workshop = "ModSwitch.MissingMods.Choice.Workshop" ;
83
83
/// <summary>
@@ -161,11 +161,11 @@ public static class @keyed {
161
161
/// </summary>
162
162
public const string @ModSwitch_ExistingSettings = "ModSwitch.ExistingSettings" ;
163
163
/// <summary>
164
- /// Get's the translation key for '<em>Overwrite. </em>'
164
+ /// Get's the translation key for '<em>Overwrite</em>'
165
165
/// </summary>
166
166
public const string @ModSwitch_ExistingSettings_Choice_Overwrite = "ModSwitch.ExistingSettings.Choice.Overwrite" ;
167
167
/// <summary>
168
- /// Get's the translation key for '<em>Skip. </em>'
168
+ /// Get's the translation key for '<em>Skip</em>'
169
169
/// </summary>
170
170
public const string @ModSwitch_ExistingSettings_Choice_Skip = "ModSwitch.ExistingSettings.Choice.Skip" ;
171
171
/// <summary>
@@ -177,6 +177,10 @@ public static class @keyed {
177
177
/// </summary>
178
178
public const string @ModSwitch_Error_TargetExists = "ModSwitch.Error.TargetExists" ;
179
179
/// <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>
180
184
/// Get's the translation key for '<em>Copied mod {0} to {1}.</em>'
181
185
/// </summary>
182
186
public const string @ModSwitch_CopyLocal_Result_Copy = "ModSwitch.CopyLocal.Result.Copy" ;
@@ -189,6 +193,10 @@ public static class @keyed {
189
193
/// </summary>
190
194
public const string @ModSwitch_CopyLocal_Result_Skipped = "ModSwitch.CopyLocal.Result.Skipped" ;
191
195
/// <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>
192
200
/// Get's the translation key for '<em>Move to...</em>'
193
201
/// </summary>
194
202
public const string @ModSwitch_MoveTo = "ModSwitch.MoveTo" ;
@@ -200,6 +208,42 @@ public static class @keyed {
200
208
/// Get's the translation key for '<em>Bottom</em>'
201
209
/// </summary>
202
210
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" ;
203
247
}
204
248
}
205
249
}
0 commit comments