mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 22:52:26 +00:00
Localization swap fix
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
/* Begin PBXBuildFile section */
|
/* Begin PBXBuildFile section */
|
||||||
4C01C23F1764D2980016D5D0 /* KdbEntry+Undo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C01C23E1764D2980016D5D0 /* KdbEntry+Undo.m */; };
|
4C01C23F1764D2980016D5D0 /* KdbEntry+Undo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C01C23E1764D2980016D5D0 /* KdbEntry+Undo.m */; };
|
||||||
4C01C2421764D8980016D5D0 /* MPContextMenuHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C01C2411764D8980016D5D0 /* MPContextMenuHelper.m */; };
|
4C01C2421764D8980016D5D0 /* MPContextMenuHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C01C2411764D8980016D5D0 /* MPContextMenuHelper.m */; };
|
||||||
|
4C01C245176500C40016D5D0 /* HNHLevelIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C01C244176500C40016D5D0 /* HNHLevelIndicatorCell.m */; };
|
||||||
4C1DDCDD1711ECEB00C98DA3 /* PasswordCreatorWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C1DDCDC1711ECEB00C98DA3 /* PasswordCreatorWindow.xib */; };
|
4C1DDCDD1711ECEB00C98DA3 /* PasswordCreatorWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C1DDCDC1711ECEB00C98DA3 /* PasswordCreatorWindow.xib */; };
|
||||||
4C22040D1746ED160054C916 /* KdbGroup+Undo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C22040C1746ED160054C916 /* KdbGroup+Undo.m */; };
|
4C22040D1746ED160054C916 /* KdbGroup+Undo.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C22040C1746ED160054C916 /* KdbGroup+Undo.m */; };
|
||||||
4C25D58716CF0FAA00F6806C /* EntryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C25D58616CF0FAA00F6806C /* EntryView.xib */; };
|
4C25D58716CF0FAA00F6806C /* EntryView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4C25D58616CF0FAA00F6806C /* EntryView.xib */; };
|
||||||
@@ -134,6 +135,8 @@
|
|||||||
4C01C23E1764D2980016D5D0 /* KdbEntry+Undo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KdbEntry+Undo.m"; sourceTree = "<group>"; };
|
4C01C23E1764D2980016D5D0 /* KdbEntry+Undo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KdbEntry+Undo.m"; sourceTree = "<group>"; };
|
||||||
4C01C2401764D8980016D5D0 /* MPContextMenuHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPContextMenuHelper.h; sourceTree = "<group>"; };
|
4C01C2401764D8980016D5D0 /* MPContextMenuHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MPContextMenuHelper.h; sourceTree = "<group>"; };
|
||||||
4C01C2411764D8980016D5D0 /* MPContextMenuHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPContextMenuHelper.m; sourceTree = "<group>"; };
|
4C01C2411764D8980016D5D0 /* MPContextMenuHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MPContextMenuHelper.m; sourceTree = "<group>"; };
|
||||||
|
4C01C243176500C40016D5D0 /* HNHLevelIndicatorCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HNHLevelIndicatorCell.h; sourceTree = "<group>"; };
|
||||||
|
4C01C244176500C40016D5D0 /* HNHLevelIndicatorCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HNHLevelIndicatorCell.m; sourceTree = "<group>"; };
|
||||||
4C1DDCDC1711ECEB00C98DA3 /* PasswordCreatorWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordCreatorWindow.xib; sourceTree = "<group>"; };
|
4C1DDCDC1711ECEB00C98DA3 /* PasswordCreatorWindow.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = PasswordCreatorWindow.xib; sourceTree = "<group>"; };
|
||||||
4C22040B1746ED160054C916 /* KdbGroup+Undo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "KdbGroup+Undo.h"; sourceTree = "<group>"; };
|
4C22040B1746ED160054C916 /* KdbGroup+Undo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "KdbGroup+Undo.h"; sourceTree = "<group>"; };
|
||||||
4C22040C1746ED160054C916 /* KdbGroup+Undo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KdbGroup+Undo.m"; sourceTree = "<group>"; };
|
4C22040C1746ED160054C916 /* KdbGroup+Undo.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "KdbGroup+Undo.m"; sourceTree = "<group>"; };
|
||||||
@@ -784,6 +787,8 @@
|
|||||||
4C3D4C0717594CA40038DAAC /* HNHSeparator.m */,
|
4C3D4C0717594CA40038DAAC /* HNHSeparator.m */,
|
||||||
4C69A73816D589DF00EC1B1A /* HNHGradientView.h */,
|
4C69A73816D589DF00EC1B1A /* HNHGradientView.h */,
|
||||||
4C69A73916D589DF00EC1B1A /* HNHGradientView.m */,
|
4C69A73916D589DF00EC1B1A /* HNHGradientView.m */,
|
||||||
|
4C01C243176500C40016D5D0 /* HNHLevelIndicatorCell.h */,
|
||||||
|
4C01C244176500C40016D5D0 /* HNHLevelIndicatorCell.m */,
|
||||||
);
|
);
|
||||||
path = HNHUi;
|
path = HNHUi;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
@@ -1030,6 +1035,7 @@
|
|||||||
4C58BD4F176370B100B8178C /* HNHBadgedTextField.m in Sources */,
|
4C58BD4F176370B100B8178C /* HNHBadgedTextField.m in Sources */,
|
||||||
4C01C23F1764D2980016D5D0 /* KdbEntry+Undo.m in Sources */,
|
4C01C23F1764D2980016D5D0 /* KdbEntry+Undo.m in Sources */,
|
||||||
4C01C2421764D8980016D5D0 /* MPContextMenuHelper.m in Sources */,
|
4C01C2421764D8980016D5D0 /* MPContextMenuHelper.m in Sources */,
|
||||||
|
4C01C245176500C40016D5D0 /* HNHLevelIndicatorCell.m in Sources */,
|
||||||
);
|
);
|
||||||
runOnlyForDeploymentPostprocessing = 0;
|
runOnlyForDeploymentPostprocessing = 0;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>B12</string>
|
<string>B23</string>
|
||||||
<key>LSMinimumSystemVersion</key>
|
<key>LSMinimumSystemVersion</key>
|
||||||
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
|
||||||
<key>NSHumanReadableCopyright</key>
|
<key>NSHumanReadableCopyright</key>
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
"495.title" = "Name";
|
"495.title" = "Name";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
|
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
|
||||||
"498.title" = "Username";
|
"498.title" = "Benuztername";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
|
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
|
||||||
"500.title" = "URL";
|
"500.title" = "URL";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
|
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
|
||||||
"502.title" = "Password";
|
"502.title" = "Passwort";
|
||||||
@@ -6,10 +6,10 @@
|
|||||||
"495.title" = "Name";
|
"495.title" = "Name";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
|
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "498"; */
|
||||||
"498.title" = "Benuztername";
|
"498.title" = "Username";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
|
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "500"; */
|
||||||
"500.title" = "URL";
|
"500.title" = "URL";
|
||||||
|
|
||||||
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
|
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "502"; */
|
||||||
"502.title" = "Passwort";
|
"502.title" = "Password";
|
||||||
|
|||||||
Reference in New Issue
Block a user