Localize config dialog field labels in German and English
This commit is contained in:
36
Properties/Resources.Designer.cs
generated
36
Properties/Resources.Designer.cs
generated
@@ -240,6 +240,42 @@ namespace C4IT_CustomerPanel.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Immediate Announcements Update Interval.
|
||||
/// </summary>
|
||||
public static string configLabelImmediateAnnouncementsUpdateInterval {
|
||||
get {
|
||||
return ResourceManager.GetString("configLabelImmediateAnnouncementsUpdateInterval", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Matrix42 ESM Server.
|
||||
/// </summary>
|
||||
public static string configLabelMatrixEsmServer {
|
||||
get {
|
||||
return ResourceManager.GetString("configLabelMatrixEsmServer", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Regular Announcements Update Interval.
|
||||
/// </summary>
|
||||
public static string configLabelRegularAnnouncementsUpdateInterval {
|
||||
get {
|
||||
return ResourceManager.GetString("configLabelRegularAnnouncementsUpdateInterval", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ticket Update Interval.
|
||||
/// </summary>
|
||||
public static string configLabelTicketUpdateInterval {
|
||||
get {
|
||||
return ResourceManager.GetString("configLabelTicketUpdateInterval", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Connection failed: {0:MM/dd/yy h:mm:ss tt}.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user