mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 15:12:21 +00:00
Enabled localzation for duplicate entry options window
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="12121" systemVersion="16F73" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="13196" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES" customObjectInstantitationMethod="direct">
|
||||
<dependencies>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="12121"/>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="13196"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<objects>
|
||||
@@ -15,10 +16,10 @@
|
||||
</customObject>
|
||||
<customObject id="-1" userLabel="First Responder" customClass="FirstResponder"/>
|
||||
<customObject id="-3" userLabel="Application" customClass="NSObject"/>
|
||||
<window title="Window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="QvC-M9-y7g">
|
||||
<window title="Duplicate Entry Options" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" oneShot="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" animationBehavior="default" id="QvC-M9-y7g">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="196" y="240" width="161" height="135"/>
|
||||
<rect key="contentRect" x="196" y="240" width="310" height="135"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="2560" height="1417"/>
|
||||
<view key="contentView" id="EiT-Mj-1SZ">
|
||||
<rect key="frame" x="0.0" y="0.0" width="310" height="135"/>
|
||||
@@ -78,6 +79,7 @@ Gw
|
||||
<constraint firstItem="YDe-Wa-lXV" firstAttribute="leading" secondItem="KYV-1i-31e" secondAttribute="leading" id="NqU-4e-nL1"/>
|
||||
<constraint firstItem="TFC-xG-RlB" firstAttribute="centerY" secondItem="0j0-db-9Wu" secondAttribute="centerY" id="OI2-vr-Dxa"/>
|
||||
<constraint firstItem="KYV-1i-31e" firstAttribute="leading" secondItem="DG4-bd-Jhl" secondAttribute="leading" id="TpN-gj-FoI"/>
|
||||
<constraint firstItem="0j0-db-9Wu" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="EiT-Mj-1SZ" secondAttribute="leading" constant="20" symbolic="YES" id="caN-GZ-tDR"/>
|
||||
<constraint firstItem="TFC-xG-RlB" firstAttribute="top" relation="greaterThanOrEqual" secondItem="DG4-bd-Jhl" secondAttribute="bottom" constant="20" symbolic="YES" id="dbV-TU-M0Z"/>
|
||||
<constraint firstItem="YDe-Wa-lXV" firstAttribute="top" secondItem="KYV-1i-31e" secondAttribute="bottom" constant="6" symbolic="YES" id="lS4-f0-hSy"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="YDe-Wa-lXV" secondAttribute="trailing" constant="20" symbolic="YES" id="sth-Lq-2Qj"/>
|
||||
@@ -86,7 +88,7 @@ Gw
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="DG4-bd-Jhl" secondAttribute="trailing" constant="20" symbolic="YES" id="xnL-R7-g2p"/>
|
||||
</constraints>
|
||||
</view>
|
||||
<point key="canvasLocation" x="-787" y="-72"/>
|
||||
<point key="canvasLocation" x="-881" y="-101"/>
|
||||
</window>
|
||||
</objects>
|
||||
</document>
|
||||
18
MacPass/de.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/de.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
@@ -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.";
|
||||
|
||||
|
||||
18
MacPass/en.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/en.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/es.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/es.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/fr.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/fr.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/it.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/it.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/nl.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/nl.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/pl.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/pl.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/ru.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/ru.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
18
MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings
Normal file
18
MacPass/zh-Hans.lproj/DuplicateEntryOptionsWindow.strings
Normal file
@@ -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";
|
||||
Reference in New Issue
Block a user