mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
496 lines
16 KiB
C#
496 lines
16 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 ProjectsEditor.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", "17.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("ProjectsEditor.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 app.
|
|
/// </summary>
|
|
public static string App {
|
|
get {
|
|
return ResourceManager.GetString("App", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to App name.
|
|
/// </summary>
|
|
public static string App_name {
|
|
get {
|
|
return ResourceManager.GetString("App_name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to apps.
|
|
/// </summary>
|
|
public static string Apps {
|
|
get {
|
|
return ResourceManager.GetString("Apps", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure?.
|
|
/// </summary>
|
|
public static string Are_You_Sure {
|
|
get {
|
|
return ResourceManager.GetString("Are_You_Sure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Are you sure you want to delete this project?.
|
|
/// </summary>
|
|
public static string Are_You_Sure_Description {
|
|
get {
|
|
return ResourceManager.GetString("Are_You_Sure_Description", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Cancel.
|
|
/// </summary>
|
|
public static string Cancel {
|
|
get {
|
|
return ResourceManager.GetString("Cancel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Created.
|
|
/// </summary>
|
|
public static string Created {
|
|
get {
|
|
return ResourceManager.GetString("Created", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create project.
|
|
/// </summary>
|
|
public static string CreateProject {
|
|
get {
|
|
return ResourceManager.GetString("CreateProject", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create Shortcut.
|
|
/// </summary>
|
|
public static string CreateShortcut {
|
|
get {
|
|
return ResourceManager.GetString("CreateShortcut", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to days ago.
|
|
/// </summary>
|
|
public static string DaysAgo {
|
|
get {
|
|
return ResourceManager.GetString("DaysAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove.
|
|
/// </summary>
|
|
public static string Delete {
|
|
get {
|
|
return ResourceManager.GetString("Delete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Delete project dialog..
|
|
/// </summary>
|
|
public static string Delete_Project_Dialog_Announce {
|
|
get {
|
|
return ResourceManager.GetString("Delete_Project_Dialog_Announce", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Remove Selected Apps.
|
|
/// </summary>
|
|
public static string DeleteSelected {
|
|
get {
|
|
return ResourceManager.GetString("DeleteSelected", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit.
|
|
/// </summary>
|
|
public static string Edit {
|
|
get {
|
|
return ResourceManager.GetString("Edit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to opened.
|
|
/// </summary>
|
|
public static string Edit_Project_Open_Announce {
|
|
get {
|
|
return ResourceManager.GetString("Edit_Project_Open_Announce", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Edit project.
|
|
/// </summary>
|
|
public static string EditProject {
|
|
get {
|
|
return ResourceManager.GetString("EditProject", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Error parsing projects data..
|
|
/// </summary>
|
|
public static string Error_Parsing_Message {
|
|
get {
|
|
return ResourceManager.GetString("Error_Parsing_Message", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to hours ago.
|
|
/// </summary>
|
|
public static string HoursAgo {
|
|
get {
|
|
return ResourceManager.GetString("HoursAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last launched.
|
|
/// </summary>
|
|
public static string LastLaunched {
|
|
get {
|
|
return ResourceManager.GetString("LastLaunched", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch.
|
|
/// </summary>
|
|
public static string Launch {
|
|
get {
|
|
return ResourceManager.GetString("Launch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch args.
|
|
/// </summary>
|
|
public static string Launch_args {
|
|
get {
|
|
return ResourceManager.GetString("Launch_args", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Projects demo app.
|
|
/// </summary>
|
|
public static string MainTitle {
|
|
get {
|
|
return ResourceManager.GetString("MainTitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to minutes ago.
|
|
/// </summary>
|
|
public static string MinutesAgo {
|
|
get {
|
|
return ResourceManager.GetString("MinutesAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to months ago.
|
|
/// </summary>
|
|
public static string MonthsAgo {
|
|
get {
|
|
return ResourceManager.GetString("MonthsAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Name.
|
|
/// </summary>
|
|
public static string Name {
|
|
get {
|
|
return ResourceManager.GetString("Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to never.
|
|
/// </summary>
|
|
public static string Never {
|
|
get {
|
|
return ResourceManager.GetString("Never", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to New project.
|
|
/// </summary>
|
|
public static string New_project {
|
|
get {
|
|
return ResourceManager.GetString("New_project", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to There are no saved projects..
|
|
/// </summary>
|
|
public static string No_Projects_Message {
|
|
get {
|
|
return ResourceManager.GetString("No_Projects_Message", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No projects match the current search..
|
|
/// </summary>
|
|
public static string NoProjectsMatch {
|
|
get {
|
|
return ResourceManager.GetString("NoProjectsMatch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to The application cannot be found.
|
|
/// </summary>
|
|
public static string NotFoundTooltip {
|
|
get {
|
|
return ResourceManager.GetString("NotFoundTooltip", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to an hour ago.
|
|
/// </summary>
|
|
public static string OneHourAgo {
|
|
get {
|
|
return ResourceManager.GetString("OneHourAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to a minute ago.
|
|
/// </summary>
|
|
public static string OneMinuteAgo {
|
|
get {
|
|
return ResourceManager.GetString("OneMinuteAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to one month ago.
|
|
/// </summary>
|
|
public static string OneMonthAgo {
|
|
get {
|
|
return ResourceManager.GetString("OneMonthAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to one second ago.
|
|
/// </summary>
|
|
public static string OneSecondAgo {
|
|
get {
|
|
return ResourceManager.GetString("OneSecondAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to one year ago.
|
|
/// </summary>
|
|
public static string OneYearAgo {
|
|
get {
|
|
return ResourceManager.GetString("OneYearAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pin Project to Taskbar.
|
|
/// </summary>
|
|
public static string PinToTaskbar {
|
|
get {
|
|
return ResourceManager.GetString("PinToTaskbar", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Project name.
|
|
/// </summary>
|
|
public static string ProjectName {
|
|
get {
|
|
return ResourceManager.GetString("ProjectName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Projects.
|
|
/// </summary>
|
|
public static string Projects {
|
|
get {
|
|
return ResourceManager.GetString("Projects", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to recently.
|
|
/// </summary>
|
|
public static string Recently {
|
|
get {
|
|
return ResourceManager.GetString("Recently", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Save project.
|
|
/// </summary>
|
|
public static string Save_project {
|
|
get {
|
|
return ResourceManager.GetString("Save_project", 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 string similar to Search for projects or apps.
|
|
/// </summary>
|
|
public static string SearchExplanation {
|
|
get {
|
|
return ResourceManager.GetString("SearchExplanation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to seconds ago.
|
|
/// </summary>
|
|
public static string SecondsAgo {
|
|
get {
|
|
return ResourceManager.GetString("SecondsAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Select All Apps in Project.
|
|
/// </summary>
|
|
public static string SelectedAllInProject {
|
|
get {
|
|
return ResourceManager.GetString("SelectedAllInProject", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Sort by.
|
|
/// </summary>
|
|
public static string SortBy {
|
|
get {
|
|
return ResourceManager.GetString("SortBy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Write arguments here.
|
|
/// </summary>
|
|
public static string WriteArgs {
|
|
get {
|
|
return ResourceManager.GetString("WriteArgs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to years ago.
|
|
/// </summary>
|
|
public static string YearsAgo {
|
|
get {
|
|
return ResourceManager.GetString("YearsAgo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to yesterday.
|
|
/// </summary>
|
|
public static string Yesterday {
|
|
get {
|
|
return ResourceManager.GetString("Yesterday", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|