From 18a8baf93bc203dc6abbeebe185c90136bcabcad Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Fri, 1 Jul 2022 14:29:54 -0700 Subject: [PATCH] [Translation] Fix translation of Path Suggester Also fix the fact that the XIB wasn't embedding the XIB/NIB in the app as a result of the translation move. Signed-off-by: Christopher Snowhill --- .../Preferences.xcodeproj/project.pbxproj | 2 ++ .../Preferences/es.lproj/PathSuggester.strings | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Preferences/Preferences/Preferences.xcodeproj/project.pbxproj b/Preferences/Preferences/Preferences.xcodeproj/project.pbxproj index 4e7d820ff..5530aba55 100644 --- a/Preferences/Preferences/Preferences.xcodeproj/project.pbxproj +++ b/Preferences/Preferences/Preferences.xcodeproj/project.pbxproj @@ -26,6 +26,7 @@ 8372053718E3DEAF007EFAD4 /* ResamplerBehaviorArrayController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8372053618E3DEAF007EFAD4 /* ResamplerBehaviorArrayController.m */; }; 837C0D401C50954000CAE18F /* MIDIPluginBehaviorArrayController.m in Sources */ = {isa = PBXBuildFile; fileRef = 837C0D3F1C50954000CAE18F /* MIDIPluginBehaviorArrayController.m */; }; 8384917718084D9F00E7332D /* appearance.png in Resources */ = {isa = PBXBuildFile; fileRef = 8384917518084D9F00E7332D /* appearance.png */; }; + 8391EA06286F9D3200A37593 /* PathSuggester.xib in Resources */ = {isa = PBXBuildFile; fileRef = 83DAD9F0286EDBCD000FAA9A /* PathSuggester.xib */; }; 83A3B72C283AE04800CC6593 /* ColorToValueTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = 83A3B72B283AE04800CC6593 /* ColorToValueTransformer.m */; }; 83AC573A2861A54D009D6F50 /* PathSuggester.m in Sources */ = {isa = PBXBuildFile; fileRef = 83AC57382861A54D009D6F50 /* PathSuggester.m */; }; 83B06729180D85B8008E3612 /* MIDIPane.m in Sources */ = {isa = PBXBuildFile; fileRef = 83B06728180D85B8008E3612 /* MIDIPane.m */; }; @@ -443,6 +444,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + 8391EA06286F9D3200A37593 /* PathSuggester.xib in Resources */, 8307D31628606EAF000FF8EB /* general@2x.png in Resources */, 83B0672B180D8B39008E3612 /* midi.png in Resources */, 178E386E0C3DA64500EE6711 /* InfoPlist.strings in Resources */, diff --git a/Preferences/Preferences/es.lproj/PathSuggester.strings b/Preferences/Preferences/es.lproj/PathSuggester.strings index 858f9a294..ea43777e1 100644 --- a/Preferences/Preferences/es.lproj/PathSuggester.strings +++ b/Preferences/Preferences/es.lproj/PathSuggester.strings @@ -1,27 +1,27 @@ /* Class = "NSTableColumn"; headerCell.title = "Path"; ObjectID = "23r-ai-XoX"; */ -"23r-ai-XoX.headerCell.title" = "Path"; +"23r-ai-XoX.headerCell.title" = "Ruta"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2vN-j2-JYP"; */ "2vN-j2-JYP.title" = "Text Cell"; /* Class = "NSWindow"; title = "Grant access to select folders"; ObjectID = "F0z-JX-Cv5"; */ -"F0z-JX-Cv5.title" = "Grant access to select folders"; +"F0z-JX-Cv5.title" = "Permitir acceso a carpetas seleccionadas"; /* Class = "NSButtonCell"; title = "Apply"; ObjectID = "Jne-2G-yP9"; */ -"Jne-2G-yP9.title" = "Apply"; +"Jne-2G-yP9.title" = "Aplicar"; /* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "QWk-Qb-l0y"; */ -"QWk-Qb-l0y.headerCell.title" = "Enabled"; +"QWk-Qb-l0y.headerCell.title" = "Activado"; /* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "RLN-Pa-Mhl"; */ "RLN-Pa-Mhl.title" = "Table View Cell"; /* Class = "NSToolbarItem"; label = "Apply"; ObjectID = "cJV-DM-SOV"; */ -"cJV-DM-SOV.label" = "Apply"; +"cJV-DM-SOV.label" = "Aplicar"; /* Class = "NSToolbarItem"; paletteLabel = "Apply"; ObjectID = "cJV-DM-SOV"; */ -"cJV-DM-SOV.paletteLabel" = "Apply"; +"cJV-DM-SOV.paletteLabel" = "Aplicar"; /* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "w2T-DH-7x9"; */ "w2T-DH-7x9.title" = "Text Cell";