//------------------------------------------------------------------------------
//
// 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.
//
//------------------------------------------------------------------------------
namespace Microsoft.CmdPal.Ext.TimeDate {
using System;
///
/// A strongly-typed resource class, for looking up localized strings, etc.
///
// 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() {
}
///
/// Returns the cached ResourceManager instance used by this class.
///
[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("Microsoft.CmdPal.Ext.TimeDate.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
///
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
///
/// Looks up a localized string similar to Copy failed.
///
public static string Microsoft_plugin_timedate_copy_failed {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_copy_failed", resourceCulture);
}
}
///
/// Looks up a localized string similar to Copy value (Ctrl+C).
///
public static string Microsoft_plugin_timedate_CopyToClipboard {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_CopyToClipboard", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date.
///
public static string Microsoft_plugin_timedate_Date {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Date", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date and time.
///
public static string Microsoft_plugin_timedate_DateAndTime {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DateAndTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date and time UTC.
///
public static string Microsoft_plugin_timedate_DateAndTimeUtc {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DateAndTimeUtc", resourceCulture);
}
}
///
/// Looks up a localized string similar to Day (Week day).
///
public static string Microsoft_plugin_timedate_Day {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Day", resourceCulture);
}
}
///
/// Looks up a localized string similar to Month and day.
///
public static string Microsoft_plugin_timedate_DayMonth {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DayMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to Day of the month.
///
public static string Microsoft_plugin_timedate_DayOfMonth {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DayOfMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to Day of the week (Week day).
///
public static string Microsoft_plugin_timedate_DayOfWeek {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DayOfWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Day of the year.
///
public static string Microsoft_plugin_timedate_DayOfYear {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DayOfYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Days in month.
///
public static string Microsoft_plugin_timedate_DaysInMonth {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_DaysInMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to Clock.
///
public static string Microsoft_plugin_timedate_dock_band_title {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_dock_band_title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Era.
///
public static string Microsoft_plugin_timedate_Era {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Era", resourceCulture);
}
}
///
/// Looks up a localized string similar to Era abbreviation.
///
public static string Microsoft_plugin_timedate_EraAbbreviation {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_EraAbbreviation", resourceCulture);
}
}
///
/// Looks up a localized string similar to Failed to convert into custom format.
///
public static string Microsoft_plugin_timedate_ErrorConvertCustomFormat {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_ErrorConvertCustomFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not a valid Windows file time.
///
public static string Microsoft_plugin_timedate_ErrorConvertWft {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_ErrorConvertWft", resourceCulture);
}
}
///
/// Looks up a localized string similar to Excel's 1900 date value.
///
public static string Microsoft_plugin_timedate_Excel1900 {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Excel1900", resourceCulture);
}
}
///
/// Looks up a localized string similar to Excel's 1904 date value.
///
public static string Microsoft_plugin_timedate_Excel1904 {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Excel1904", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open Time Data Command.
///
public static string Microsoft_plugin_timedate_fallback_display_title {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_fallback_display_title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date and time in filename-compatible format.
///
public static string Microsoft_plugin_timedate_filename_compatible {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_filename_compatible", resourceCulture);
}
}
///
/// Looks up a localized string similar to Hour.
///
public static string Microsoft_plugin_timedate_Hour {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Hour", resourceCulture);
}
}
///
/// Looks up a localized string similar to Invalid custom format:.
///
public static string Microsoft_plugin_timedate_InvalidCustomFormat {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_InvalidCustomFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Supported input.
///
public static string Microsoft_plugin_timedate_InvalidInput_DetailsHeader {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_InvalidInput_DetailsHeader", resourceCulture);
}
}
///
/// Looks up a localized string similar to Error: Invalid input.
///
public static string Microsoft_plugin_timedate_InvalidInput_ErrorMessageTitle {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_InvalidInput_ErrorMessageTitle", resourceCulture);
}
}
///
/// Looks up a localized string similar to Cannot parse the input as Excel's 1900 date value because it is a fake date. (In Excel 0 stands for 0/1/1900 and this date doesn't exist. And 60 stands for 2/29/1900 and this date only exists in Excel for compatibility with Lotus 123.).
///
public static string Microsoft_plugin_timedate_InvalidInput_FakeExcel1900 {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_InvalidInput_FakeExcel1900", resourceCulture);
}
}
///
/// Looks up a localized string similar to A {0}format name{0}, a {0}valid date or time value{0}, or a {0}prefixed number{0}. To search for a format in a specific date/time please use the syntax {0}format::date/time/number{0}.{1}Supported prefixes:{2}'{0}u{0}' for Unix Timestamp{2}'{0}ums{0}' for Unix Timestamp in milliseconds{2}'{0}ft{0}' for Windows file time{2}'{0}oa{0}' for OLE Automation Date{2}'{0}exc{0}' for Excel's 1900 date value{2}'{0}exf{0}' for Excel's 1904 date value.
///
public static string Microsoft_plugin_timedate_InvalidInput_SupportedInput {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_InvalidInput_SupportedInput", resourceCulture);
}
}
///
/// Looks up a localized string similar to Your input for {0} is outside the range **from {1} to {2}**..
///
public static string Microsoft_plugin_timedate_InvalidInput_SupportedRange {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_InvalidInput_SupportedRange", resourceCulture);
}
}
///
/// Looks up a localized string similar to ISO 8601.
///
public static string Microsoft_plugin_timedate_Iso8601 {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Iso8601", resourceCulture);
}
}
///
/// Looks up a localized string similar to ISO 8601 UTC.
///
public static string Microsoft_plugin_timedate_Iso8601Utc {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Iso8601Utc", resourceCulture);
}
}
///
/// Looks up a localized string similar to ISO 8601 with time zone.
///
public static string Microsoft_plugin_timedate_Iso8601Zone {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Iso8601Zone", resourceCulture);
}
}
///
/// Looks up a localized string similar to ISO 8601 UTC with time zone.
///
public static string Microsoft_plugin_timedate_Iso8601ZoneUtc {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Iso8601ZoneUtc", resourceCulture);
}
}
///
/// Looks up a localized string similar to Leap year.
///
public static string Microsoft_plugin_timedate_LeapYear {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_LeapYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Open.
///
public static string Microsoft_plugin_timedate_main_page_name {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_main_page_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time and date.
///
public static string Microsoft_plugin_timedate_main_page_title {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_main_page_title", resourceCulture);
}
}
///
/// Looks up a localized string similar to Millisecond.
///
public static string Microsoft_plugin_timedate_Millisecond {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Millisecond", resourceCulture);
}
}
///
/// Looks up a localized string similar to Minute.
///
public static string Microsoft_plugin_timedate_Minute {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Minute", resourceCulture);
}
}
///
/// Looks up a localized string similar to Month.
///
public static string Microsoft_plugin_timedate_Month {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Month", resourceCulture);
}
}
///
/// Looks up a localized string similar to Month of the year.
///
public static string Microsoft_plugin_timedate_MonthOfYear {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_MonthOfYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Month and year.
///
public static string Microsoft_plugin_timedate_MonthYear {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_MonthYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Not a leap year.
///
public static string Microsoft_plugin_timedate_NoLeapYear {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_NoLeapYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Now.
///
public static string Microsoft_plugin_timedate_Now {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Now", resourceCulture);
}
}
///
/// Looks up a localized string similar to Now UTC.
///
public static string Microsoft_plugin_timedate_NowUtc {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_NowUtc", resourceCulture);
}
}
///
/// Looks up a localized string similar to OLE Automation Date.
///
public static string Microsoft_plugin_timedate_OADate {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_OADate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Search values or type a custom time stamp....
///
public static string Microsoft_plugin_timedate_placeholder_text {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_placeholder_text", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show time and date values in different formats.
///
public static string Microsoft_plugin_timedate_plugin_description {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_plugin_description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Calendar week.
///
public static string Microsoft_plugin_timedate_plugin_description_example_calendarWeek {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_plugin_description_example_calendarWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Day.
///
public static string Microsoft_plugin_timedate_plugin_description_example_day {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_plugin_description_example_day", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time.
///
public static string Microsoft_plugin_timedate_plugin_description_example_time {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_plugin_description_example_time", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time and date.
///
public static string Microsoft_plugin_timedate_plugin_name {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_plugin_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to RFC1123.
///
public static string Microsoft_plugin_timedate_Rfc1123 {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Rfc1123", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date and time; Time and Date; Custom format.
///
public static string Microsoft_plugin_timedate_SearchTagCustom {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagCustom", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current date and time; Current time and date; Now; Custom format.
///
public static string Microsoft_plugin_timedate_SearchTagCustomNow {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagCustomNow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date and time UTC; Time UTC and Date; Custom UTC format.
///
public static string Microsoft_plugin_timedate_SearchTagCustomUtc {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagCustomUtc", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current date and time UTC; Current time UTC and date; Now UTC; Custom UTC format.
///
public static string Microsoft_plugin_timedate_SearchTagCustomUtcNow {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagCustomUtcNow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date.
///
public static string Microsoft_plugin_timedate_SearchTagDate {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagDate", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current date; Now.
///
public static string Microsoft_plugin_timedate_SearchTagDateNow {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagDateNow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Year; Calendar era; Date.
///
public static string Microsoft_plugin_timedate_SearchTagEra {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagEra", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current year; Current calendar era; Current date; Now.
///
public static string Microsoft_plugin_timedate_SearchTagEraNow {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagEraNow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Date and time; Time and Date.
///
public static string Microsoft_plugin_timedate_SearchTagFormat {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagFormat", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current date and time; Current time and date; Now.
///
public static string Microsoft_plugin_timedate_SearchTagFormatNow {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagFormatNow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time.
///
public static string Microsoft_plugin_timedate_SearchTagTime {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current Time; Now.
///
public static string Microsoft_plugin_timedate_SearchTagTimeNow {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagTimeNow", resourceCulture);
}
}
///
/// Looks up a localized string similar to Current Week; Calendar week; Week of the year; Week.
///
public static string Microsoft_plugin_timedate_SearchTagWeek {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SearchTagWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Second.
///
public static string Microsoft_plugin_timedate_Second {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Second", resourceCulture);
}
}
///
/// Looks up a localized string similar to Custom formats.
///
public static string Microsoft_plugin_timedate_Setting_CustomFormats {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Setting_CustomFormats", resourceCulture);
}
}
///
/// Looks up a localized string similar to Use date and time string format syntax and {0} (Day of Week), {1} (Days in Month), {2} (Week of Month), {3} (Week of the year), {4} (Era abbreviation), {5} (Windows File Time), {6} (Unix Time), {7} (Unix Time in milliseconds), {8} (OLE Automation date), {9} (Excel's 1900 based date value), {10} (Excel's 1904 based date value). If the format starts with {11}, then Universal Time (UTC) is used. (Use a backslash to escape format sequences and the backslash character as text.).
///
public static string Microsoft_plugin_timedate_Setting_CustomFormatsDescription {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Setting_CustomFormatsDescription", resourceCulture);
}
}
///
/// Looks up a localized string similar to Use system setting.
///
public static string Microsoft_plugin_timedate_Setting_UseSystemSetting {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Setting_UseSystemSetting", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show date with weekday and name of month.
///
public static string Microsoft_plugin_timedate_SettingDateWithWeekday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingDateWithWeekday", resourceCulture);
}
}
///
/// Looks up a localized string similar to This setting applies to the 'Date' and 'Now' result..
///
public static string Microsoft_plugin_timedate_SettingDateWithWeekday_Description {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingDateWithWeekday_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Enable fallback items for TimeDate (week, year, now, time, date).
///
public static string Microsoft_plugin_timedate_SettingEnableFallbackItems {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingEnableFallbackItems", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show time and date results when typing keywords like "week", "year", "now", "time", or "date".
///
public static string Microsoft_plugin_timedate_SettingEnableFallbackItems_Description {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingEnableFallbackItems_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to First day of the week.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Friday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Friday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Friday", resourceCulture);
}
}
///
/// Looks up a localized string similar to Monday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Monday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Monday", resourceCulture);
}
}
///
/// Looks up a localized string similar to Saturday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Saturday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Saturday", resourceCulture);
}
}
///
/// Looks up a localized string similar to Sunday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Sunday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Sunday", resourceCulture);
}
}
///
/// Looks up a localized string similar to Thursday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Thursday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Thursday", resourceCulture);
}
}
///
/// Looks up a localized string similar to Tuesday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Tuesday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Tuesday", resourceCulture);
}
}
///
/// Looks up a localized string similar to Wednesday.
///
public static string Microsoft_plugin_timedate_SettingFirstDayOfWeek_Wednesday {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstDayOfWeek_Wednesday", resourceCulture);
}
}
///
/// Looks up a localized string similar to First week of the year.
///
public static string Microsoft_plugin_timedate_SettingFirstWeekRule {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstWeekRule", resourceCulture);
}
}
///
/// Looks up a localized string similar to Configure the calendar rule for the first week of the year..
///
public static string Microsoft_plugin_timedate_SettingFirstWeekRule_Description {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstWeekRule_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to First day of year.
///
public static string Microsoft_plugin_timedate_SettingFirstWeekRule_FirstDay {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstWeekRule_FirstDay", resourceCulture);
}
}
///
/// Looks up a localized string similar to First four day week.
///
public static string Microsoft_plugin_timedate_SettingFirstWeekRule_FirstFourDayWeek {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstWeekRule_FirstFourDayWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to First full week.
///
public static string Microsoft_plugin_timedate_SettingFirstWeekRule_FirstFullWeek {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingFirstWeekRule_FirstFullWeek", resourceCulture);
}
}
///
/// Looks up a localized string similar to Show time with seconds.
///
public static string Microsoft_plugin_timedate_SettingTimeWithSeconds {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingTimeWithSeconds", resourceCulture);
}
}
///
/// Looks up a localized string similar to This setting applies to the 'Time' and 'Now' result..
///
public static string Microsoft_plugin_timedate_SettingTimeWithSeconds_Description {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SettingTimeWithSeconds_Description", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select for more details..
///
public static string Microsoft_plugin_timedate_show_details {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_show_details", resourceCulture);
}
}
///
/// Looks up a localized string similar to Select or press Ctrl+C to copy.
///
public static string Microsoft_plugin_timedate_SubTitleNote {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_SubTitleNote", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time.
///
public static string Microsoft_plugin_timedate_Time {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Time", resourceCulture);
}
}
///
/// Looks up a localized string similar to Time UTC.
///
public static string Microsoft_plugin_timedate_TimeUtc {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_TimeUtc", resourceCulture);
}
}
///
/// Looks up a localized string similar to Alternative search tags:.
///
public static string Microsoft_plugin_timedate_ToolTipAlternativeSearchTag {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_ToolTipAlternativeSearchTag", resourceCulture);
}
}
///
/// Looks up a localized string similar to Universal time format: YYYY-MM-DD hh:mm:ss.
///
public static string Microsoft_plugin_timedate_UniversalTime {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_UniversalTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unix epoch time.
///
public static string Microsoft_plugin_timedate_Unix {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Unix", resourceCulture);
}
}
///
/// Looks up a localized string similar to Unix epoch time in milliseconds.
///
public static string Microsoft_plugin_timedate_Unix_Milliseconds {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Unix_Milliseconds", resourceCulture);
}
}
///
/// Looks up a localized string similar to Week of the month.
///
public static string Microsoft_plugin_timedate_WeekOfMonth {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_WeekOfMonth", resourceCulture);
}
}
///
/// Looks up a localized string similar to Week of the year (Calendar week, Week number).
///
public static string Microsoft_plugin_timedate_WeekOfYear {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_WeekOfYear", resourceCulture);
}
}
///
/// Looks up a localized string similar to Windows file time (Int64 number).
///
public static string Microsoft_plugin_timedate_WindowsFileTime {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_WindowsFileTime", resourceCulture);
}
}
///
/// Looks up a localized string similar to Year.
///
public static string Microsoft_plugin_timedate_Year {
get {
return ResourceManager.GetString("Microsoft_plugin_timedate_Year", resourceCulture);
}
}
///
/// Looks up a localized string similar to Copy date.
///
public static string timedate_copy_date_command_name {
get {
return ResourceManager.GetString("timedate_copy_date_command_name", resourceCulture);
}
}
///
/// Looks up a localized string similar to Copy time.
///
public static string timedate_copy_time_command_name {
get {
return ResourceManager.GetString("timedate_copy_time_command_name", resourceCulture);
}
}
}
}