summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2015-08-23 21:00:03 +0000
committersr55 <[email protected]>2015-08-23 21:00:03 +0000
commit5266fbb40c1989642de17b0481536d5a3360a4fa (patch)
treecd2ecf39da25ddb6309e5b9ea0578fa241117a49 /win/CS/HandBrakeWPF/Properties
parent042733f4407360de3af3502bc7cdcf6364ec76ab (diff)
WinGui: Add right click menu to preset listbox.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7410 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs36
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.resx8
2 files changed, 22 insertions, 22 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
index 4a6ce4602..c2aee92a6 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
@@ -520,24 +520,6 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to Export.
- /// </summary>
- public static string Generic_Export {
- get {
- return ResourceManager.GetString("Generic_Export", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import.
- /// </summary>
- public static string Generic_Import {
- get {
- return ResourceManager.GetString("Generic_Import", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Move Left.
/// </summary>
public static string Generic_MoveLeft {
@@ -1537,6 +1519,24 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Export to file.
+ /// </summary>
+ public static string Preset_Export {
+ get {
+ return ResourceManager.GetString("Preset_Export", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import from file.
+ /// </summary>
+ public static string Preset_Import {
+ get {
+ return ResourceManager.GetString("Preset_Import", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Choose titles:.
/// </summary>
public static string QueueSelectionView_ChooseTitles {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
index b07140b54..ad6e0450f 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx
@@ -267,11 +267,11 @@
<data name="ChapterView_ResetChapterNames" xml:space="preserve">
<value>Reset Chapter Names</value>
</data>
- <data name="Generic_Export" xml:space="preserve">
- <value>Export</value>
+ <data name="Preset_Export" xml:space="preserve">
+ <value>Export to file</value>
</data>
- <data name="Generic_Import" xml:space="preserve">
- <value>Import</value>
+ <data name="Preset_Import" xml:space="preserve">
+ <value>Import from file</value>
</data>
<data name="LogView_CopyClipboard" xml:space="preserve">
<value>Copy to clipboard</value>