From 1447c28c37ba74f5b08432016bd46718e5185e47 Mon Sep 17 00:00:00 2001 From: michael starke Date: Tue, 17 Oct 2017 17:26:34 +0200 Subject: [PATCH] Enabled localzation for duplicate entry options window --- MacPass.xcodeproj/project.pbxproj | 34 ++++++++++++++++--- .../xcshareddata/xcschemes/MacPass.xcscheme | 2 +- .../DuplicateEntryOptionsWindow.xib | 12 ++++--- .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ MacPass/de.lproj/InfoPlist.strings | 2 +- .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ .../DuplicateEntryOptionsWindow.strings | 18 ++++++++++ 13 files changed, 201 insertions(+), 11 deletions(-) rename MacPass/{ => Base.lproj}/DuplicateEntryOptionsWindow.xib (90%) create mode 100644 MacPass/de.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/en.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/es.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/fr.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/it.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/nl.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/pl.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/ru.lproj/DuplicateEntryOptionsWindow.strings create mode 100644 MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings diff --git a/MacPass.xcodeproj/project.pbxproj b/MacPass.xcodeproj/project.pbxproj index 1f78f237..7a862b58 100644 --- a/MacPass.xcodeproj/project.pbxproj +++ b/MacPass.xcodeproj/project.pbxproj @@ -196,6 +196,7 @@ 4CA0F3ED1A3074B50067C0E5 /* MPWindowTitleComboBoxDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA0F3EC1A3074B50067C0E5 /* MPWindowTitleComboBoxDelegate.m */; }; 4CA182741F963FF600DD4A4A /* MPTitlebarColorAccessoryViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA182721F963FF600DD4A4A /* MPTitlebarColorAccessoryViewController.m */; }; 4CA182751F963FF600DD4A4A /* TitlebarColorAccessoryViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CA182731F963FF600DD4A4A /* TitlebarColorAccessoryViewController.xib */; }; + 4CA182781F96523600DD4A4A /* DuplicateEntryOptionsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CA1827A1F96523600DD4A4A /* DuplicateEntryOptionsWindow.xib */; }; 4CA2335A176DBFE100F0B6AC /* MPLockDaemon.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA23359176DBFE100F0B6AC /* MPLockDaemon.m */; }; 4CA334CA18AD60D1008A3322 /* MPWindowAssociationsTableViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA334C918AD60D1008A3322 /* MPWindowAssociationsTableViewDelegate.m */; }; 4CA3530B18A53CB800839B0F /* MPKeyMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CA3530A18A53CB800839B0F /* MPKeyMapper.m */; }; @@ -204,7 +205,6 @@ 4CAD748C15B889B700104512 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CAD748B15B889B700104512 /* Security.framework */; }; 4CAD748E15B88AC100104512 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CAD748D15B88AC100104512 /* libz.dylib */; }; 4CB33F861EAF54A000C9341E /* KPKNode+MPIsHistory.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CB33F851EAF54A000C9341E /* KPKNode+MPIsHistory.m */; }; - 4CB915941A0159A20089CE5B /* DuplicateEntryOptionsWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4CB915931A0159A20089CE5B /* DuplicateEntryOptionsWindow.xib */; }; 4CB9339916D3A0DD00A13B5D /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 4CB9339716D3A0DD00A13B5D /* Credits.rtf */; }; 4CBA2ABA17074C07006D8139 /* MPSettingsHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CBA2AB917074C07006D8139 /* MPSettingsHelper.m */; }; 4CC0D2CE17974A47000B4BDA /* MPCustomFieldTableViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 4CC0D2CD17974A47000B4BDA /* MPCustomFieldTableViewDelegate.m */; }; @@ -648,6 +648,16 @@ 4CA182731F963FF600DD4A4A /* TitlebarColorAccessoryViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TitlebarColorAccessoryViewController.xib; sourceTree = ""; }; 4CA182761F96512800DD4A4A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/PluginSettings.strings; sourceTree = ""; }; 4CA182771F96512800DD4A4A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/ReferenceBuilderView.strings; sourceTree = ""; }; + 4CA182791F96523600DD4A4A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/DuplicateEntryOptionsWindow.xib; sourceTree = ""; }; + 4CA1827C1F96524100DD4A4A /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA1827E1F96524400DD4A4A /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA182801F96524600DD4A4A /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA182821F96524B00DD4A4A /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/DuplicateEntryOptionsWindow.strings"; sourceTree = ""; }; + 4CA182841F96525100DD4A4A /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA182861F96525600DD4A4A /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA182881F96525800DD4A4A /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA1828A1F96525900DD4A4A /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; + 4CA1828C1F96525B00DD4A4A /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/DuplicateEntryOptionsWindow.strings; sourceTree = ""; }; 4CA23358176DBFE100F0B6AC /* MPLockDaemon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPLockDaemon.h; sourceTree = ""; }; 4CA23359176DBFE100F0B6AC /* MPLockDaemon.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPLockDaemon.m; sourceTree = ""; }; 4CA334C818AD60D1008A3322 /* MPWindowAssociationsTableViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPWindowAssociationsTableViewDelegate.h; sourceTree = ""; }; @@ -662,7 +672,6 @@ 4CB33F841EAF54A000C9341E /* KPKNode+MPIsHistory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "KPKNode+MPIsHistory.h"; sourceTree = ""; }; 4CB33F851EAF54A000C9341E /* KPKNode+MPIsHistory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KPKNode+MPIsHistory.m"; sourceTree = ""; }; 4CB63A6018986530002DEC4C /* MPFlagsHelper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MPFlagsHelper.h; sourceTree = ""; }; - 4CB915931A0159A20089CE5B /* DuplicateEntryOptionsWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = DuplicateEntryOptionsWindow.xib; sourceTree = ""; }; 4CB9339816D3A0DD00A13B5D /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = ""; }; 4CBA2AB617074B59006D8139 /* MPSettingsHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPSettingsHelper.h; sourceTree = ""; }; 4CBA2AB917074C07006D8139 /* MPSettingsHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPSettingsHelper.m; sourceTree = ""; }; @@ -1455,7 +1464,7 @@ 4C0B038B18E36DA400B9F9C9 /* FixAutotypeWindow.xib */, 4C8990F41EE978EB0043B48D /* MPDuplicateEntryOptionsWindowController.h */, 4C8990F51EE978EB0043B48D /* MPDuplicateEntryOptionsWindowController.m */, - 4CB915931A0159A20089CE5B /* DuplicateEntryOptionsWindow.xib */, + 4CA1827A1F96523600DD4A4A /* DuplicateEntryOptionsWindow.xib */, ); name = "Window Controller"; sourceTree = ""; @@ -1688,7 +1697,7 @@ 4C701CBC178618A000581B88 /* 12_RemoteTemplate.pdf in Resources */, 4CF29BF417879D0000851B60 /* 26_FileSaveTemplate.pdf in Resources */, 4C7BD07619FE94C900C7AA5C /* MacPassImages.xcassets in Resources */, - 4CB915941A0159A20089CE5B /* DuplicateEntryOptionsWindow.xib in Resources */, + 4CA182781F96523600DD4A4A /* DuplicateEntryOptionsWindow.xib in Resources */, 4C52A88E1788628B00868229 /* 06_BlockDeviceTemplate.pdf in Resources */, 4C52A88F1788628B00868229 /* 13_KeysTemplate.pdf in Resources */, 4C3826C61AD04D8E007D7D67 /* 59_DevelopmentTemplate.pdf in Resources */, @@ -2064,6 +2073,23 @@ name = Localizable.strings; sourceTree = ""; }; + 4CA1827A1F96523600DD4A4A /* DuplicateEntryOptionsWindow.xib */ = { + isa = PBXVariantGroup; + children = ( + 4CA182791F96523600DD4A4A /* Base */, + 4CA1827C1F96524100DD4A4A /* en */, + 4CA1827E1F96524400DD4A4A /* de */, + 4CA182801F96524600DD4A4A /* fr */, + 4CA182821F96524B00DD4A4A /* zh-Hans */, + 4CA182841F96525100DD4A4A /* nl */, + 4CA182861F96525600DD4A4A /* ru */, + 4CA182881F96525800DD4A4A /* it */, + 4CA1828A1F96525900DD4A4A /* pl */, + 4CA1828C1F96525B00DD4A4A /* es */, + ); + name = DuplicateEntryOptionsWindow.xib; + sourceTree = ""; + }; 4CB9339716D3A0DD00A13B5D /* Credits.rtf */ = { isa = PBXVariantGroup; children = ( diff --git a/MacPass.xcodeproj/xcshareddata/xcschemes/MacPass.xcscheme b/MacPass.xcodeproj/xcshareddata/xcschemes/MacPass.xcscheme index 029a9846..d5c732a9 100644 --- a/MacPass.xcodeproj/xcshareddata/xcschemes/MacPass.xcscheme +++ b/MacPass.xcodeproj/xcshareddata/xcschemes/MacPass.xcscheme @@ -64,7 +64,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" - language = "" + language = "de" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO" diff --git a/MacPass/DuplicateEntryOptionsWindow.xib b/MacPass/Base.lproj/DuplicateEntryOptionsWindow.xib similarity index 90% rename from MacPass/DuplicateEntryOptionsWindow.xib rename to MacPass/Base.lproj/DuplicateEntryOptionsWindow.xib index a011e6ea..1356c8dd 100644 --- a/MacPass/DuplicateEntryOptionsWindow.xib +++ b/MacPass/Base.lproj/DuplicateEntryOptionsWindow.xib @@ -1,7 +1,8 @@ - + - + + @@ -15,10 +16,10 @@ - + - + @@ -78,6 +79,7 @@ Gw + @@ -86,7 +88,7 @@ Gw - + diff --git a/MacPass/de.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/de.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/de.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/de.lproj/InfoPlist.strings b/MacPass/de.lproj/InfoPlist.strings index 92fdac11..6d9f64b9 100644 --- a/MacPass/de.lproj/InfoPlist.strings +++ b/MacPass/de.lproj/InfoPlist.strings @@ -1,3 +1,3 @@ /* (No Comment) */ -"NSHumanReadableCopyright" = "Copyright @2012-2017 HicknHack Software GmbH. Alle Rechte vorbehalten."; +"NSHumanReadableCopyright" = "Copyright ©2012-2017 HicknHack Software GmbH. Alle Rechte vorbehalten."; diff --git a/MacPass/en.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/en.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/en.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/es.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/es.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/es.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/fr.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/fr.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/fr.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/it.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/it.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/it.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/nl.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/nl.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/nl.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/pl.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/pl.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/pl.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/ru.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/ru.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/ru.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel"; diff --git a/MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings b/MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings new file mode 100644 index 00000000..59e0aa05 --- /dev/null +++ b/MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings @@ -0,0 +1,18 @@ + +/* Class = "NSButtonCell"; title = "Reference username instead of copying it"; ObjectID = "O9X-XH-n8o"; */ +"O9X-XH-n8o.title" = "Reference username instead of copying it"; + +/* Class = "NSWindow"; title = "Window"; ObjectID = "QvC-M9-y7g"; */ +"QvC-M9-y7g.title" = "Window"; + +/* Class = "NSButtonCell"; title = "Duplicate Entry"; ObjectID = "WqI-qH-ARf"; */ +"WqI-qH-ARf.title" = "Duplicate Entry"; + +/* Class = "NSButtonCell"; title = "Duplicate history"; ObjectID = "dXl-KS-4rE"; */ +"dXl-KS-4rE.title" = "Duplicate history"; + +/* Class = "NSButtonCell"; title = "Reference password instead of copying it"; ObjectID = "daA-QV-CDq"; */ +"daA-QV-CDq.title" = "Reference password instead of copying it"; + +/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "x6e-bE-Y6R"; */ +"x6e-bE-Y6R.title" = "Cancel";