mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
<!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Localization for cmdpal powertoys extension <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist - [ ] Closes: #xxx <!-- - [ ] Closes: #yyy (add separate lines for additional resolved issues) --> - [ ] **Communication:** I've discussed this with core contributors already. If the work hasn't been agreed, this work might be rejected - [ ] **Tests:** Added/updated and all pass - [ ] **Localization:** All end-user-facing strings can be localized - [ ] **Dev docs:** Added/updated - [ ] **New binaries:** Added on the required places - [ ] [JSON for signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json) for new binaries - [ ] [WXS for installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs) for new binaries and localization folder - [ ] [YML for CI pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml) for new test projects - [ ] [YML for signed pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml) - [ ] **Documentation updated:** If checked, please file a pull request on [our docs repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys) and link it here: #xxx <!-- Provide a more detailed description of the PR, other things fixed, or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed
1504 lines
55 KiB
C#
1504 lines
55 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 PowerToysExtension.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()]
|
|
internal 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)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PowerToysExtension.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)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch the Advanced Paste UI.
|
|
/// </summary>
|
|
internal static string AdvancedPaste_Open_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("AdvancedPaste_Open_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Advanced Paste.
|
|
/// </summary>
|
|
internal static string AdvancedPaste_Open_Title {
|
|
get {
|
|
return ResourceManager.GetString("AdvancedPaste_Open_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Advanced Paste settings.
|
|
/// </summary>
|
|
internal static string AdvancedPaste_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("AdvancedPaste_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Always On Top settings.
|
|
/// </summary>
|
|
internal static string AlwaysOnTop_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("AlwaysOnTop_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run Awake timed for 1 hour.
|
|
/// </summary>
|
|
internal static string Awake_Keep1Hour_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Keep1Hour_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake: Keep awake for 1 hour.
|
|
/// </summary>
|
|
internal static string Awake_Keep1Hour_Title {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Keep1Hour_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run Awake timed for 2 hours.
|
|
/// </summary>
|
|
internal static string Awake_Keep2Hours_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Keep2Hours_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake: Keep awake for 2 hours.
|
|
/// </summary>
|
|
internal static string Awake_Keep2Hours_Title {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Keep2Hours_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run Awake timed for 30 minutes.
|
|
/// </summary>
|
|
internal static string Awake_Keep30Min_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Keep30Min_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake: Keep awake for 30 minutes.
|
|
/// </summary>
|
|
internal static string Awake_Keep30Min_Title {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Keep30Min_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Run Awake in indefinite mode.
|
|
/// </summary>
|
|
internal static string Awake_KeepIndefinite_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Awake_KeepIndefinite_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake: Keep awake indefinitely.
|
|
/// </summary>
|
|
internal static string Awake_KeepIndefinite_Title {
|
|
get {
|
|
return ResourceManager.GetString("Awake_KeepIndefinite_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake set for 1 hour.
|
|
/// </summary>
|
|
internal static string Awake_Set1Hour_Toast {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Set1Hour_Toast", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake set for 2 hours.
|
|
/// </summary>
|
|
internal static string Awake_Set2Hours_Toast {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Set2Hours_Toast", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake set for 30 minutes.
|
|
/// </summary>
|
|
internal static string Awake_Set30Min_Toast {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Set30Min_Toast", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake set to indefinite.
|
|
/// </summary>
|
|
internal static string Awake_SetIndefinite_Toast {
|
|
get {
|
|
return ResourceManager.GetString("Awake_SetIndefinite_Toast", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Awake settings.
|
|
/// </summary>
|
|
internal static string Awake_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake: Current status.
|
|
/// </summary>
|
|
internal static string Awake_Status_Title {
|
|
get {
|
|
return ResourceManager.GetString("Awake_Status_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Switch Awake back to Off.
|
|
/// </summary>
|
|
internal static string Awake_TurnOff_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Awake_TurnOff_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Awake: Turn off.
|
|
/// </summary>
|
|
internal static string Awake_TurnOff_Title {
|
|
get {
|
|
return ResourceManager.GetString("Awake_TurnOff_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No saved colors matching '{0}'.
|
|
/// </summary>
|
|
internal static string ColorPicker_NoMatchingSavedColors_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_NoMatchingSavedColors_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pick a color first, then try again..
|
|
/// </summary>
|
|
internal static string ColorPicker_NoSavedColors_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_NoSavedColors_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No saved colors.
|
|
/// </summary>
|
|
internal static string ColorPicker_NoSavedColors_Title {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_NoSavedColors_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start a color pick session.
|
|
/// </summary>
|
|
internal static string ColorPicker_Open_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_Open_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Color Picker.
|
|
/// </summary>
|
|
internal static string ColorPicker_Open_Title {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_Open_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Browse and copy saved colors.
|
|
/// </summary>
|
|
internal static string ColorPicker_SavedColors_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_SavedColors_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Saved colors.
|
|
/// </summary>
|
|
internal static string ColorPicker_SavedColors_Title {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_SavedColors_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Color Picker settings.
|
|
/// </summary>
|
|
internal static string ColorPicker_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ColorPicker_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Command Not Found settings.
|
|
/// </summary>
|
|
internal static string CommandNotFound_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("CommandNotFound_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to n/a.
|
|
/// </summary>
|
|
internal static string Common_NotAvailable {
|
|
get {
|
|
return ResourceManager.GetString("Common_NotAvailable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create a cropped reparented window.
|
|
/// </summary>
|
|
internal static string CropAndLock_Reparent_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("CropAndLock_Reparent_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Crop and Lock (Reparent).
|
|
/// </summary>
|
|
internal static string CropAndLock_Reparent_Title {
|
|
get {
|
|
return ResourceManager.GetString("CropAndLock_Reparent_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Crop and Lock settings.
|
|
/// </summary>
|
|
internal static string CropAndLock_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("CropAndLock_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create a cropped thumbnail window.
|
|
/// </summary>
|
|
internal static string CropAndLock_Thumbnail_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("CropAndLock_Thumbnail_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Crop and Lock (Thumbnail).
|
|
/// </summary>
|
|
internal static string CropAndLock_Thumbnail_Title {
|
|
get {
|
|
return ResourceManager.GetString("CropAndLock_Thumbnail_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch Environment Variables editor.
|
|
/// </summary>
|
|
internal static string EnvironmentVariables_Open_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("EnvironmentVariables_Open_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Environment Variables.
|
|
/// </summary>
|
|
internal static string EnvironmentVariables_Open_Title {
|
|
get {
|
|
return ResourceManager.GetString("EnvironmentVariables_Open_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch Environment Variables editor as admin.
|
|
/// </summary>
|
|
internal static string EnvironmentVariables_OpenAdmin_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("EnvironmentVariables_OpenAdmin_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Environment Variables (Admin).
|
|
/// </summary>
|
|
internal static string EnvironmentVariables_OpenAdmin_Title {
|
|
get {
|
|
return ResourceManager.GetString("EnvironmentVariables_OpenAdmin_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Environment Variables settings.
|
|
/// </summary>
|
|
internal static string EnvironmentVariables_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("EnvironmentVariables_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Apply to {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_ApplyTo_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_ApplyTo_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Current layout: {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_CurrentLayout_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_CurrentLayout_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Current layout: unknown.
|
|
/// </summary>
|
|
internal static string FancyZones_CurrentLayout_Unknown {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_CurrentLayout_Unknown", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom • {0} zones.
|
|
/// </summary>
|
|
internal static string FancyZones_Custom_Zones_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Custom_Zones_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom canvas • {0} zones.
|
|
/// </summary>
|
|
internal static string FancyZones_CustomCanvas_Zones_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_CustomCanvas_Zones_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Custom grid • {0} zones.
|
|
/// </summary>
|
|
internal static string FancyZones_CustomGrid_Zones_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_CustomGrid_Zones_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DPI.
|
|
/// </summary>
|
|
internal static string FancyZones_DPI {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_DPI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Instance.
|
|
/// </summary>
|
|
internal static string FancyZones_Instance {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Instance", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Layout applied..
|
|
/// </summary>
|
|
internal static string FancyZones_LayoutApplied {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_LayoutApplied", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Layout applied, but FancyZones could not be notified: {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_LayoutAppliedNotifyFailed_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_LayoutAppliedNotifyFailed_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Apply a layout to all monitors or a specific monitor.
|
|
/// </summary>
|
|
internal static string FancyZones_Layouts_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Layouts_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FancyZones: Layouts.
|
|
/// </summary>
|
|
internal static string FancyZones_Layouts_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Layouts_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FancyZones Layouts.
|
|
/// </summary>
|
|
internal static string FancyZones_LayoutsPage_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_LayoutsPage_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Monitor.
|
|
/// </summary>
|
|
internal static string FancyZones_Monitor {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Monitor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FancyZones monitor data not found. Open FancyZones Editor once to initialize..
|
|
/// </summary>
|
|
internal static string FancyZones_MonitorDataNotFound {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_MonitorDataNotFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Identify monitors and apply layouts.
|
|
/// </summary>
|
|
internal static string FancyZones_Monitors_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Monitors_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FancyZones: Monitors.
|
|
/// </summary>
|
|
internal static string FancyZones_Monitors_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Monitors_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to FancyZones Monitors.
|
|
/// </summary>
|
|
internal static string FancyZones_MonitorsPage_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_MonitorsPage_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No FancyZones monitors found..
|
|
/// </summary>
|
|
internal static string FancyZones_NoFancyZonesMonitorsFound {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_NoFancyZonesMonitorsFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open FancyZones Editor once to initialize layouts..
|
|
/// </summary>
|
|
internal static string FancyZones_NoLayoutsFound_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_NoLayoutsFound_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No layouts found.
|
|
/// </summary>
|
|
internal static string FancyZones_NoLayoutsFound_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_NoLayoutsFound_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open FancyZones Editor once to initialize monitor data..
|
|
/// </summary>
|
|
internal static string FancyZones_NoMonitorsFound_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_NoMonitorsFound_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No monitors found.
|
|
/// </summary>
|
|
internal static string FancyZones_NoMonitorsFound_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_NoMonitorsFound_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Number.
|
|
/// </summary>
|
|
internal static string FancyZones_Number {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Number", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch layout editor.
|
|
/// </summary>
|
|
internal static string FancyZones_OpenEditor_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_OpenEditor_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open FancyZones Editor.
|
|
/// </summary>
|
|
internal static string FancyZones_OpenEditor_Title {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_OpenEditor_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Pick a layout for this monitor.
|
|
/// </summary>
|
|
internal static string FancyZones_PickLayoutForMonitor {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_PickLayoutForMonitor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to read FancyZones monitor data: {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_ReadMonitorDataFailed_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_ReadMonitorDataFailed_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Resolution.
|
|
/// </summary>
|
|
internal static string FancyZones_Resolution {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Resolution", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Serial.
|
|
/// </summary>
|
|
internal static string FancyZones_Serial {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Serial", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set active layout.
|
|
/// </summary>
|
|
internal static string FancyZones_SetActiveLayout {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_SetActiveLayout", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Set active layout for {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_SetActiveLayoutFor_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_SetActiveLayoutFor_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open FancyZones settings.
|
|
/// </summary>
|
|
internal static string FancyZones_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Template: {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_Template_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Template_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Virtual desktop.
|
|
/// </summary>
|
|
internal static string FancyZones_VirtualDesktop {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_VirtualDesktop", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Work area.
|
|
/// </summary>
|
|
internal static string FancyZones_WorkArea {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_WorkArea", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Failed to write applied layouts: {0}.
|
|
/// </summary>
|
|
internal static string FancyZones_WriteAppliedLayoutsFailed_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_WriteAppliedLayoutsFailed_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} zones.
|
|
/// </summary>
|
|
internal static string FancyZones_Zones_Format {
|
|
get {
|
|
return ResourceManager.GetString("FancyZones_Zones_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open File Explorer add-ons settings.
|
|
/// </summary>
|
|
internal static string FileExplorerAddons_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FileExplorerAddons_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open File Locksmith settings.
|
|
/// </summary>
|
|
internal static string FileLocksmith_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("FileLocksmith_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch Hosts File Editor.
|
|
/// </summary>
|
|
internal static string Hosts_Open_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Hosts_Open_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Hosts File Editor.
|
|
/// </summary>
|
|
internal static string Hosts_Open_Title {
|
|
get {
|
|
return ResourceManager.GetString("Hosts_Open_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch Hosts File Editor as admin.
|
|
/// </summary>
|
|
internal static string Hosts_OpenAdmin_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Hosts_OpenAdmin_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Hosts File Editor (Admin).
|
|
/// </summary>
|
|
internal static string Hosts_OpenAdmin_Title {
|
|
get {
|
|
return ResourceManager.GetString("Hosts_OpenAdmin_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Hosts File Editor settings.
|
|
/// </summary>
|
|
internal static string Hosts_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Hosts_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Image Resizer settings.
|
|
/// </summary>
|
|
internal static string ImageResizer_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ImageResizer_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Keyboard Manager settings.
|
|
/// </summary>
|
|
internal static string KeyboardManager_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("KeyboardManager_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Light Switch settings.
|
|
/// </summary>
|
|
internal static string LightSwitch_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("LightSwitch_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle system/apps theme immediately.
|
|
/// </summary>
|
|
internal static string LightSwitch_Toggle_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("LightSwitch_Toggle_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Light Switch: Toggle theme.
|
|
/// </summary>
|
|
internal static string LightSwitch_Toggle_Title {
|
|
get {
|
|
return ResourceManager.GetString("LightSwitch_Toggle_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enable or disable pointer crosshairs.
|
|
/// </summary>
|
|
internal static string MouseUtils_Crosshairs_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_Crosshairs_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle Mouse Crosshairs.
|
|
/// </summary>
|
|
internal static string MouseUtils_Crosshairs_Title {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_Crosshairs_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Wrap the cursor across monitor edges.
|
|
/// </summary>
|
|
internal static string MouseUtils_CursorWrap_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_CursorWrap_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle Cursor Wrap.
|
|
/// </summary>
|
|
internal static string MouseUtils_CursorWrap_Title {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_CursorWrap_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Focus the mouse pointer.
|
|
/// </summary>
|
|
internal static string MouseUtils_FindMyMouse_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_FindMyMouse_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Trigger Find My Mouse.
|
|
/// </summary>
|
|
internal static string MouseUtils_FindMyMouse_Title {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_FindMyMouse_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Highlight mouse clicks.
|
|
/// </summary>
|
|
internal static string MouseUtils_Highlighter_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_Highlighter_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle Mouse Highlighter.
|
|
/// </summary>
|
|
internal static string MouseUtils_Highlighter_Title {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_Highlighter_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jump the pointer to a target.
|
|
/// </summary>
|
|
internal static string MouseUtils_MouseJump_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_MouseJump_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show Mouse Jump Preview.
|
|
/// </summary>
|
|
internal static string MouseUtils_MouseJump_Title {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_MouseJump_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Mouse Utilities settings.
|
|
/// </summary>
|
|
internal static string MouseUtils_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseUtils_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Mouse Without Borders settings.
|
|
/// </summary>
|
|
internal static string MouseWithoutBorders_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("MouseWithoutBorders_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open New+ settings.
|
|
/// </summary>
|
|
internal static string NewPlus_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("NewPlus_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Peek settings.
|
|
/// </summary>
|
|
internal static string Peek_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Peek_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open PowerRename settings.
|
|
/// </summary>
|
|
internal static string PowerRename_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerRename_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PowerToys.
|
|
/// </summary>
|
|
internal static string PowerToys_DisplayName {
|
|
get {
|
|
return ResourceManager.GetString("PowerToys_DisplayName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No matching module found.
|
|
/// </summary>
|
|
internal static string PowerToys_NoMatchingModule {
|
|
get {
|
|
return ResourceManager.GetString("PowerToys_NoMatchingModule", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PowerToys commands and settings.
|
|
/// </summary>
|
|
internal static string PowerToys_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerToys_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to PowerToys commands.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_CommandsName {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_CommandsName", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch the PowerToys shell.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenPowerToys_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenPowerToys_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open PowerToys.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenPowerToys_Title {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenPowerToys_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open the main PowerToys settings window.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenSettings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenSettings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open PowerToys settings.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenSettings_Title {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenSettings_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch the Workspaces editor.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenWorkspacesEditor_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenWorkspacesEditor_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Workspaces editor.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenWorkspacesEditor_Title {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenWorkspacesEditor_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Jump directly to Workspaces settings.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenWorkspacesSettings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenWorkspacesSettings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Workspaces settings.
|
|
/// </summary>
|
|
internal static string PowerToysExtension_OpenWorkspacesSettings_Title {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysExtension_OpenWorkspacesSettings_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open PowerToys Run settings.
|
|
/// </summary>
|
|
internal static string PowerToysRun_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("PowerToysRun_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Quick Accent settings.
|
|
/// </summary>
|
|
internal static string QuickAccent_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("QuickAccent_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Launch Registry Preview.
|
|
/// </summary>
|
|
internal static string RegistryPreview_Open_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("RegistryPreview_Open_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Registry Preview.
|
|
/// </summary>
|
|
internal static string RegistryPreview_Open_Title {
|
|
get {
|
|
return ResourceManager.GetString("RegistryPreview_Open_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Registry Preview settings.
|
|
/// </summary>
|
|
internal static string RegistryPreview_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("RegistryPreview_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Screen Ruler settings.
|
|
/// </summary>
|
|
internal static string ScreenRuler_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ScreenRuler_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start or close Screen Ruler.
|
|
/// </summary>
|
|
internal static string ScreenRuler_Toggle_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ScreenRuler_Toggle_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle Screen Ruler.
|
|
/// </summary>
|
|
internal static string ScreenRuler_Toggle_Title {
|
|
get {
|
|
return ResourceManager.GetString("ScreenRuler_Toggle_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Shortcut Guide settings.
|
|
/// </summary>
|
|
internal static string ShortcutGuide_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ShortcutGuide_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Show or hide Shortcut Guide.
|
|
/// </summary>
|
|
internal static string ShortcutGuide_Toggle_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ShortcutGuide_Toggle_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle Shortcut Guide.
|
|
/// </summary>
|
|
internal static string ShortcutGuide_Toggle_Title {
|
|
get {
|
|
return ResourceManager.GetString("ShortcutGuide_Toggle_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Text Extractor settings.
|
|
/// </summary>
|
|
internal static string TextExtractor_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("TextExtractor_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start or close Text Extractor.
|
|
/// </summary>
|
|
internal static string TextExtractor_Toggle_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("TextExtractor_Toggle_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle Text Extractor.
|
|
/// </summary>
|
|
internal static string TextExtractor_Toggle_Title {
|
|
get {
|
|
return ResourceManager.GetString("TextExtractor_Toggle_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to App.
|
|
/// </summary>
|
|
internal static string Workspaces_App {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_App", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} applications.
|
|
/// </summary>
|
|
internal static string Workspaces_Applications_Format {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_Applications_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} applications.
|
|
/// </summary>
|
|
internal static string Workspaces_ApplicationsCount_Format {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_ApplicationsCount_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} days ago.
|
|
/// </summary>
|
|
internal static string Workspaces_DaysAgo_Format {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_DaysAgo_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} hr ago.
|
|
/// </summary>
|
|
internal static string Workspaces_HrAgo_Format {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_HrAgo_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to just now.
|
|
/// </summary>
|
|
internal static string Workspaces_JustNow {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_JustNow", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Last launched {0}.
|
|
/// </summary>
|
|
internal static string Workspaces_LastLaunched_Format {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_LastLaunched_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0} min ago.
|
|
/// </summary>
|
|
internal static string Workspaces_MinAgo_Format {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_MinAgo_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Never launched.
|
|
/// </summary>
|
|
internal static string Workspaces_NeverLaunched {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_NeverLaunched", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No applications.
|
|
/// </summary>
|
|
internal static string Workspaces_NoApplications {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_NoApplications", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to No applications in this workspace.
|
|
/// </summary>
|
|
internal static string Workspaces_NoApplicationsInWorkspace {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_NoApplicationsInWorkspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to 1 application.
|
|
/// </summary>
|
|
internal static string Workspaces_OneApplication {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_OneApplication", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Create or edit workspaces.
|
|
/// </summary>
|
|
internal static string Workspaces_OpenEditor_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_OpenEditor_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Workspaces: Open editor.
|
|
/// </summary>
|
|
internal static string Workspaces_OpenEditor_Title {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_OpenEditor_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open Workspaces settings.
|
|
/// </summary>
|
|
internal static string Workspaces_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Workspace.
|
|
/// </summary>
|
|
internal static string Workspaces_Workspace {
|
|
get {
|
|
return ResourceManager.GetString("Workspaces_Workspace", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enter break timer.
|
|
/// </summary>
|
|
internal static string ZoomIt_Break_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Break_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZoomIt: Break.
|
|
/// </summary>
|
|
internal static string ZoomIt_Break_Title {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Break_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enter drawing mode.
|
|
/// </summary>
|
|
internal static string ZoomIt_Draw_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Draw_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZoomIt: Draw.
|
|
/// </summary>
|
|
internal static string ZoomIt_Draw_Title {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Draw_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Toggle live zoom.
|
|
/// </summary>
|
|
internal static string ZoomIt_LiveZoom_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_LiveZoom_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZoomIt: Live Zoom.
|
|
/// </summary>
|
|
internal static string ZoomIt_LiveZoom_Title {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_LiveZoom_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Start recording.
|
|
/// </summary>
|
|
internal static string ZoomIt_Record_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Record_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZoomIt: Record.
|
|
/// </summary>
|
|
internal static string ZoomIt_Record_Title {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Record_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Open ZoomIt settings.
|
|
/// </summary>
|
|
internal static string ZoomIt_Settings_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Settings_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enter snip mode.
|
|
/// </summary>
|
|
internal static string ZoomIt_Snip_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Snip_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZoomIt: Snip.
|
|
/// </summary>
|
|
internal static string ZoomIt_Snip_Title {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Snip_Title", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Enter zoom mode.
|
|
/// </summary>
|
|
internal static string ZoomIt_Zoom_Subtitle {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Zoom_Subtitle", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ZoomIt: Zoom.
|
|
/// </summary>
|
|
internal static string ZoomIt_Zoom_Title {
|
|
get {
|
|
return ResourceManager.GetString("ZoomIt_Zoom_Title", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|