1015 lines
36 KiB
C#
1015 lines
36 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace C4IT_CustomerPanel.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
|
// class via a tool like ResGen or Visual Studio.
|
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
|
// with the /str option, or rebuild your VS project.
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
public class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("C4IT_CustomerPanel.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
public static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to #186292.
|
|
/// </summary>
|
|
public static string activeButtonColor {
|
|
get {
|
|
return ResourceManager.GetString("activeButtonColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Announcements.
|
|
/// </summary>
|
|
public static string announcement {
|
|
get {
|
|
return ResourceManager.GetString("announcement", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_cart {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_cart", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_checkmark_cross {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_checkmark_cross", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_checkmark_thick_unchecked {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_checkmark_thick_unchecked", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_clipboard_variant_text {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_clipboard_variant_text", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_information {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_information", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_newspaper {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_newspaper", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap appbar_star {
|
|
get {
|
|
object obj = ResourceManager.GetObject("appbar_star", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to #FFCDC9C9.
|
|
/// </summary>
|
|
public static string backgroundColor {
|
|
get {
|
|
return ResourceManager.GetString("backgroundColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to #186292.
|
|
/// </summary>
|
|
public static string blueColor {
|
|
get {
|
|
return ResourceManager.GetString("blueColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
|
/// </summary>
|
|
public static System.Drawing.Icon C4IT_2016_32 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("C4IT_2016_32", resourceCulture);
|
|
return ((System.Drawing.Icon)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Call announcement details.
|
|
/// </summary>
|
|
public static string CallAnnonceDetails {
|
|
get {
|
|
return ResourceManager.GetString("CallAnnonceDetails", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Call ticket details.
|
|
/// </summary>
|
|
public static string CallTicketDetails {
|
|
get {
|
|
return ResourceManager.GetString("CallTicketDetails", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Close.
|
|
/// </summary>
|
|
public static string close {
|
|
get {
|
|
return ResourceManager.GetString("close", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap CloseMenu {
|
|
get {
|
|
object obj = ResourceManager.GetObject("CloseMenu", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Computername:.
|
|
/// </summary>
|
|
public static string computername {
|
|
get {
|
|
return ResourceManager.GetString("computername", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show configuration.
|
|
/// </summary>
|
|
public static string config {
|
|
get {
|
|
return ResourceManager.GetString("config", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The values shown here are loaded from the current web configuration..
|
|
/// </summary>
|
|
public static string configInfoHint {
|
|
get {
|
|
return ResourceManager.GetString("configInfoHint", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Connection failed: {0:MM/dd/yy h:mm:ss tt}.
|
|
/// </summary>
|
|
public static string ConnectionFailed {
|
|
get {
|
|
return ResourceManager.GetString("ConnectionFailed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap consulting4it_header1 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("consulting4it_header1", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The image must not be zero..
|
|
/// </summary>
|
|
public static string Converter_ConvertImageToWpfImage_Image_darf_nicht_null_sein_ {
|
|
get {
|
|
return ResourceManager.GetString("Converter_ConvertImageToWpfImage_Image_darf_nicht_null_sein_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Copied to clipboard.
|
|
/// </summary>
|
|
public static string copied {
|
|
get {
|
|
return ResourceManager.GetString("copied", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create New Ticket.
|
|
/// </summary>
|
|
public static string createNewTicket {
|
|
get {
|
|
return ResourceManager.GetString("createNewTicket", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Customer Panel.
|
|
/// </summary>
|
|
public static string customerPanel {
|
|
get {
|
|
return ResourceManager.GetString("customerPanel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Useful Links.
|
|
/// </summary>
|
|
public static string CustomLink {
|
|
get {
|
|
return ResourceManager.GetString("CustomLink", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Presentation mode.
|
|
/// </summary>
|
|
public static string dnd {
|
|
get {
|
|
return ResourceManager.GetString("dnd", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Disable notifications always.
|
|
/// </summary>
|
|
public static string dndActivate {
|
|
get {
|
|
return ResourceManager.GetString("dndActivate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show notifications always.
|
|
/// </summary>
|
|
public static string dndDeactivate {
|
|
get {
|
|
return ResourceManager.GetString("dndDeactivate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use Windows presentation mode.
|
|
/// </summary>
|
|
public static string dndFromOS {
|
|
get {
|
|
return ResourceManager.GetString("dndFromOS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Local drives:.
|
|
/// </summary>
|
|
public static string drives {
|
|
get {
|
|
return ResourceManager.GetString("drives", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable notifier.
|
|
/// </summary>
|
|
public static string enableNotifier {
|
|
get {
|
|
return ResourceManager.GetString("enableNotifier", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Generate.
|
|
/// </summary>
|
|
public static string genReport {
|
|
get {
|
|
return ResourceManager.GetString("genReport", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Computer Information Report.
|
|
/// </summary>
|
|
public static string genReportHeader {
|
|
get {
|
|
return ResourceManager.GetString("genReportHeader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap Germany_Flag_icon {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Germany_Flag_icon", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to #FFCDC9C9.
|
|
/// </summary>
|
|
public static string headerColor {
|
|
get {
|
|
return ResourceManager.GetString("headerColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remote Hostname:.
|
|
/// </summary>
|
|
public static string Hostname {
|
|
get {
|
|
return ResourceManager.GetString("Hostname", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to #186292.
|
|
/// </summary>
|
|
public static string inactiveButtonColor {
|
|
get {
|
|
return ResourceManager.GetString("inactiveButtonColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Tickets.
|
|
/// </summary>
|
|
public static string incidents {
|
|
get {
|
|
return ResourceManager.GetString("incidents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap info1 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("info1", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Information.
|
|
/// </summary>
|
|
public static string information {
|
|
get {
|
|
return ResourceManager.GetString("information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to IP address:.
|
|
/// </summary>
|
|
public static string ipaddress {
|
|
get {
|
|
return ResourceManager.GetString("ipaddress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to German.
|
|
/// </summary>
|
|
public static string langDE {
|
|
get {
|
|
return ResourceManager.GetString("langDE", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select language.
|
|
/// </summary>
|
|
public static string langMenu {
|
|
get {
|
|
return ResourceManager.GetString("langMenu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to System default ({0}).
|
|
/// </summary>
|
|
public static string langSystemDefault {
|
|
get {
|
|
return ResourceManager.GetString("langSystemDefault", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to English.
|
|
/// </summary>
|
|
public static string langUS {
|
|
get {
|
|
return ResourceManager.GetString("langUS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last reboot:.
|
|
/// </summary>
|
|
public static string lastreboot {
|
|
get {
|
|
return ResourceManager.GetString("lastreboot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to / Server configuration version too low.
|
|
/// </summary>
|
|
public static string LowServerVersion {
|
|
get {
|
|
return ResourceManager.GetString("LowServerVersion", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Authentication settings.
|
|
/// </summary>
|
|
public static string m42Authentication {
|
|
get {
|
|
return ResourceManager.GetString("m42Authentication", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap Magnify {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Magnify", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap Magnify1 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Magnify1", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to / Next Refresh: {0:h:mm tt}.
|
|
/// </summary>
|
|
public static string MainWindow_updateTimer_Refresh__ {
|
|
get {
|
|
return ResourceManager.GetString("MainWindow_updateTimer_Refresh__", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap Matrix42 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Matrix42", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Matrix42 Login.
|
|
/// </summary>
|
|
public static string Matrix42_Login {
|
|
get {
|
|
return ResourceManager.GetString("Matrix42 Login", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap Matrix421 {
|
|
get {
|
|
object obj = ResourceManager.GetObject("Matrix421", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Current announcements.
|
|
/// </summary>
|
|
public static string mo_announcement {
|
|
get {
|
|
return ResourceManager.GetString("mo_announcement", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to My tickets.
|
|
/// </summary>
|
|
public static string mo_incidents {
|
|
get {
|
|
return ResourceManager.GetString("mo_incidents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Information about my asset.
|
|
/// </summary>
|
|
public static string mo_information {
|
|
get {
|
|
return ResourceManager.GetString("mo_information", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Portal search, links to Self-Service Portal and My Services.
|
|
/// </summary>
|
|
public static string mo_ssp {
|
|
get {
|
|
return ResourceManager.GetString("mo_ssp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to My Services.
|
|
/// </summary>
|
|
public static string myservices {
|
|
get {
|
|
return ResourceManager.GetString("myservices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New Announcements.
|
|
/// </summary>
|
|
public static string newAnnouncement {
|
|
get {
|
|
return ResourceManager.GetString("newAnnouncement", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are new announcements for you..
|
|
/// </summary>
|
|
public static string NewAnnouncementsMessage {
|
|
get {
|
|
return ResourceManager.GetString("NewAnnouncementsMessage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There is new information about your tickets..
|
|
/// </summary>
|
|
public static string NewTicketInfoMessage {
|
|
get {
|
|
return ResourceManager.GetString("NewTicketInfoMessage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New ticket informations.
|
|
/// </summary>
|
|
public static string NewTicketInfoTitle {
|
|
get {
|
|
return ResourceManager.GetString("NewTicketInfoTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No Announcements.
|
|
/// </summary>
|
|
public static string noannouncement {
|
|
get {
|
|
return ResourceManager.GetString("noannouncement", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No tickets.
|
|
/// </summary>
|
|
public static string noincidents {
|
|
get {
|
|
return ResourceManager.GetString("noincidents", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Notification.
|
|
/// </summary>
|
|
public static string NotificationMenu {
|
|
get {
|
|
return ResourceManager.GetString("NotificationMenu", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Popup Customer Panel.
|
|
/// </summary>
|
|
public static string NotificationMenuDirect {
|
|
get {
|
|
return ResourceManager.GetString("NotificationMenuDirect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Use Windows notifications.
|
|
/// </summary>
|
|
public static string NotificationMenuOsDefault {
|
|
get {
|
|
return ResourceManager.GetString("NotificationMenuOsDefault", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap NotifyByCP {
|
|
get {
|
|
object obj = ResourceManager.GetObject("NotifyByCP", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap NotifyByOS {
|
|
get {
|
|
object obj = ResourceManager.GetObject("NotifyByOS", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap NotifyMenu {
|
|
get {
|
|
object obj = ResourceManager.GetObject("NotifyMenu", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to #F39200.
|
|
/// </summary>
|
|
public static string orangeColor {
|
|
get {
|
|
return ResourceManager.GetString("orangeColor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap PresentationModeOff {
|
|
get {
|
|
object obj = ResourceManager.GetObject("PresentationModeOff", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap PresentationModeOn {
|
|
get {
|
|
object obj = ResourceManager.GetObject("PresentationModeOn", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Refresh.
|
|
/// </summary>
|
|
public static string refresh {
|
|
get {
|
|
return ResourceManager.GetString("refresh", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove markup.
|
|
/// </summary>
|
|
public static string removeMarkup {
|
|
get {
|
|
return ResourceManager.GetString("removeMarkup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove all markups.
|
|
/// </summary>
|
|
public static string removeMarkups {
|
|
get {
|
|
return ResourceManager.GetString("removeMarkups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Search.
|
|
/// </summary>
|
|
public static string search {
|
|
get {
|
|
return ResourceManager.GetString("search", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap SettingsMenu {
|
|
get {
|
|
object obj = ResourceManager.GetObject("SettingsMenu", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Click for more details.
|
|
/// </summary>
|
|
public static string ShowMoreDetailsToolTip {
|
|
get {
|
|
return ResourceManager.GetString("ShowMoreDetailsToolTip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show notifier example.
|
|
/// </summary>
|
|
public static string showNotifierExample {
|
|
get {
|
|
return ResourceManager.GetString("showNotifierExample", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Self Service.
|
|
/// </summary>
|
|
public static string ssp {
|
|
get {
|
|
return ResourceManager.GetString("ssp", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Subject.
|
|
/// </summary>
|
|
public static string subject {
|
|
get {
|
|
return ResourceManager.GetString("subject", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap SystemLanguage {
|
|
get {
|
|
object obj = ResourceManager.GetObject("SystemLanguage", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket accepted.
|
|
/// </summary>
|
|
public static string ticketAccepted {
|
|
get {
|
|
return ResourceManager.GetString("ticketAccepted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket closed.
|
|
/// </summary>
|
|
public static string ticketClosed {
|
|
get {
|
|
return ResourceManager.GetString("ticketClosed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket created.
|
|
/// </summary>
|
|
public static string ticketCreatedByAgent {
|
|
get {
|
|
return ResourceManager.GetString("ticketCreatedByAgent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket created via Mail.
|
|
/// </summary>
|
|
public static string ticketCreatedByMail {
|
|
get {
|
|
return ResourceManager.GetString("ticketCreatedByMail", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket created via SSP.
|
|
/// </summary>
|
|
public static string ticketCreatedBySSP {
|
|
get {
|
|
return ResourceManager.GetString("ticketCreatedBySSP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Forwarded to responsible role.
|
|
/// </summary>
|
|
public static string ticketForwardedToRole {
|
|
get {
|
|
return ResourceManager.GetString("ticketForwardedToRole", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Forwarded to responsible.
|
|
/// </summary>
|
|
public static string ticketForwardedToUser {
|
|
get {
|
|
return ResourceManager.GetString("ticketForwardedToUser", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket take in progress.
|
|
/// </summary>
|
|
public static string ticketInProgress {
|
|
get {
|
|
return ResourceManager.GetString("ticketInProgress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mail answer received.
|
|
/// </summary>
|
|
public static string ticketMailAnswer {
|
|
get {
|
|
return ResourceManager.GetString("ticketMailAnswer", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Mail sent.
|
|
/// </summary>
|
|
public static string ticketMailSend {
|
|
get {
|
|
return ResourceManager.GetString("ticketMailSend", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket merged.
|
|
/// </summary>
|
|
public static string ticketMerged {
|
|
get {
|
|
return ResourceManager.GetString("ticketMerged", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New Comment.
|
|
/// </summary>
|
|
public static string ticketNewComment {
|
|
get {
|
|
return ResourceManager.GetString("ticketNewComment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket paused.
|
|
/// </summary>
|
|
public static string ticketPaused {
|
|
get {
|
|
return ResourceManager.GetString("ticketPaused", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Posted back to role.
|
|
/// </summary>
|
|
public static string ticketPostedback {
|
|
get {
|
|
return ResourceManager.GetString("ticketPostedback", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Ticket takeover.
|
|
/// </summary>
|
|
public static string ticketTakeover {
|
|
get {
|
|
return ResourceManager.GetString("ticketTakeover", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
public static string ticketTakover {
|
|
get {
|
|
return ResourceManager.GetString("ticketTakover", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
|
/// </summary>
|
|
public static System.Drawing.Bitmap United_Kingdom_Flag_icon {
|
|
get {
|
|
object obj = ResourceManager.GetObject("United_Kingdom_Flag_icon", resourceCulture);
|
|
return ((System.Drawing.Bitmap)(obj));
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Username:.
|
|
/// </summary>
|
|
public static string username {
|
|
get {
|
|
return ResourceManager.GetString("username", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|