Merge branch 'master' of https://github.com/patchao2000/MacPass into patchao2000-master

This commit is contained in:
michael starke
2014-03-25 23:41:46 +01:00
51 changed files with 1876 additions and 88 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment version="1070" defaultVersion="1080" identifier="macosx"/>
<deployment defaultVersion="1080" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
</dependencies>
<objects>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment version="1070" defaultVersion="1080" identifier="macosx"/>
<deployment defaultVersion="1080" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
</dependencies>
<objects>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment version="1070" defaultVersion="1080" identifier="macosx"/>
<deployment defaultVersion="1080" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
</dependencies>
<objects>

View File

@@ -34,7 +34,7 @@
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="148">
<rect key="frame" x="18" y="237" width="66" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Password:" id="149">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Password:" id="149">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
@@ -60,7 +60,7 @@
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="178">
<rect key="frame" x="32" y="206" width="52" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Length:" id="179">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Length:" id="179">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
@@ -217,7 +217,7 @@
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="646">
<rect key="frame" x="27" y="174" width="57" height="17"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Entropy:" id="647">
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" alignment="right" title="Entropy:" id="647">
<font key="font" metaFont="system"/>
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="5053" systemVersion="13C64" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
<dependencies>
<deployment defaultVersion="1080" identifier="macosx"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/>
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="5053"/>
</dependencies>
<objects>
<customObject id="-2" userLabel="File's Owner" customClass="MPDocument">
@@ -48,4 +48,4 @@
<resources>
<image name="02_MessageBoxWarningTemplate" width="16" height="16"/>
</resources>
</document>
</document>

View File

@@ -0,0 +1,96 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Database name:"; ObjectID = "190"; */
"190.title" = "Database name:";
/* Class = "NSTextFieldCell"; title = "Description:"; ObjectID = "257"; */
"257.title" = "Description:";
/* Class = "NSButtonCell"; title = "OK"; ObjectID = "289"; */
"289.title" = "OK";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "358"; */
"358.label" = "General";
/* Class = "NSTabViewItem"; label = "Advanced"; ObjectID = "368"; */
"368.label" = "Advanced";
/* Class = "NSTabViewItem"; label = "Security"; ObjectID = "370"; */
"370.label" = "Security";
/* Class = "NSButtonCell"; title = "Protect Title"; ObjectID = "464"; */
"464.title" = "Protect Title";
/* Class = "NSButtonCell"; title = "Protect Username"; ObjectID = "477"; */
"477.title" = "Protect Username";
/* Class = "NSButtonCell"; title = "Protect Password"; ObjectID = "505"; */
"505.title" = "Protect Password";
/* Class = "NSButtonCell"; title = "Protect URL"; ObjectID = "510"; */
"510.title" = "Protect URL";
/* Class = "NSButtonCell"; title = "Protect Notes"; ObjectID = "514"; */
"514.title" = "Protect Notes";
/* Class = "NSButtonCell"; title = "Enable Entry History"; ObjectID = "532"; */
"532.title" = "Enable Entry History";
/* Class = "NSButtonCell"; title = "Enable Recycle Bin"; ObjectID = "536"; */
"536.title" = "Enable Recycle Bin";
/* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */
"540.title" = "Empty Recycle Bin on Quit";
/* Class = "NSTextFieldCell"; title = "Maxium Items:"; ObjectID = "558"; */
"558.title" = "Maxium Items:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */
"680.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */
"957.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Maxium Size:"; ObjectID = "1269"; */
"1269.title" = "Maxium Size:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */
"1396.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "None"; ObjectID = "1397"; */
"1397.title" = "None";
/* Class = "NSMenuItem"; title = "GZip"; ObjectID = "1398"; */
"1398.title" = "GZip";
/* Class = "NSTextFieldCell"; title = "Compression:"; ObjectID = "1405"; */
"1405.title" = "Compression:";
/* Class = "NSTextFieldCell"; title = "Color:"; ObjectID = "1435"; */
"1435.title" = "Color:";
/* Class = "NSTextFieldCell"; title = "Template Group:"; ObjectID = "1588"; */
"1588.title" = "Template Group:";
/* Class = "NSTextFieldCell"; title = "Default Username:"; ObjectID = "1591"; */
"1591.title" = "Default Username:";
/* Class = "NSTextFieldCell"; title = "Key encryption rounds:"; ObjectID = "1644"; */
"1644.title" = "Key encryption rounds:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1740"; */
"1740.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "1741"; */
"1741.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1742"; */
"1742.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1743"; */
"1743.title" = "Item 3";
/* Class = "NSButtonCell"; title = "Benchmark"; ObjectID = "1775"; */
"1775.title" = "Benchmark";

View File

@@ -0,0 +1,9 @@
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */
"17.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */
"26.title" = "Use Date";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */
"30.title" = "Cancel";

View File

@@ -0,0 +1,114 @@
/* Class = "NSButtonCell"; title = "Generate"; ObjectID = "64"; */
"64.title" = "Generate";
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "65"; */
"65.title" = "Password";
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "66"; */
"66.title" = "URL";
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "69"; */
"69.title" = "Username";
/* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */
"71.title" = "Title";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */
"78.title" = "Expires";
/* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */
"79.title" = "Tags";
/* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "108"; */
"108.label" = "Fields";
/* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */
"109.label" = "Attachments";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "110"; */
"110.label" = "General";
/* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "135"; */
"135.title" = "Attachments";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "142"; */
"142.title" = "Text Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "151"; */
"151.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "171"; */
"171.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Custom Fields"; ObjectID = "190"; */
"190.title" = "Custom Fields";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "197"; */
"197.title" = "Text Cell";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */
"211.placeholderString" = "Title";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */
"214.placeholderString" = "Value";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "225"; */
"225.placeholderString" = "Value";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "228"; */
"228.placeholderString" = "Title";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */
"238.ibShadowedLabels[0]" = "General";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[1] = "Files"; ObjectID = "238"; */
"238.ibShadowedLabels[1]" = "Files";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[2] = "Custom"; ObjectID = "238"; */
"238.ibShadowedLabels[2]" = "Custom";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[3] = "Autotype"; ObjectID = "238"; */
"238.ibShadowedLabels[3]" = "Autotype";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "0ok-MC-QMP"; */
"0ok-MC-QMP.title" = "Save";
/* Class = "NSButtonCell"; title = "Enable Autotype"; ObjectID = "9Nx-mE-DK3"; */
"9Nx-mE-DK3.title" = "Enable Autotype";
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "NtM-y3-l4D"; */
"NtM-y3-l4D.title" = "Quicklook";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Entry Sequence"; ObjectID = "R2X-Ex-c6q"; */
"R2X-Ex-c6q.placeholderString" = "Custom Entry Sequence";
/* Class = "NSTextFieldCell"; title = "Window Sequence"; ObjectID = "RQB-bR-MC0"; */
"RQB-bR-MC0.title" = "Window Sequence";
/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "bQ5-0E-h3O"; */
"bQ5-0E-h3O.title" = "Autotype Sequence";
/* Class = "NSTextFieldCell"; title = "Window Title"; ObjectID = "bkO-Bk-AuX"; */
"bkO-Bk-AuX.title" = "Window Title";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "bke-G2-oEf"; */
"bke-G2-oEf.title" = "Delete";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dyA-lo-PGa"; */
"dyA-lo-PGa.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "ep5-bQ-cfZ"; */
"ep5-bQ-cfZ.title" = "Text Cell";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Window Sequence"; ObjectID = "fW9-9p-wwR"; */
"fW9-9p-wwR.placeholderString" = "Custom Window Sequence";
/* Class = "NSTabViewItem"; label = "Autotype"; ObjectID = "hK7-Dx-yjH"; */
"hK7-Dx-yjH.label" = "Autotype";
/* Class = "NSTextFieldCell"; title = "Window Associations"; ObjectID = "ned-1Q-FXA"; */
"ned-1Q-FXA.title" = "Window Associations";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "sNS-o1-pD7"; */
"sNS-o1-pD7.title" = "OtherViews";

View File

@@ -0,0 +1,36 @@
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */
"25.title" = "Name";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */
"32.title" = "Expires";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */
"231.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Inherit Search Settings"; ObjectID = "232"; */
"232.title" = "Inherit Search Settings";
/* Class = "NSMenuItem"; title = "Include in Search"; ObjectID = "233"; */
"233.title" = "Include in Search";
/* Class = "NSMenuItem"; title = "Exclude from Search"; ObjectID = "234"; */
"234.title" = "Exclude from Search";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */
"243.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Disable Autotype"; ObjectID = "244"; */
"244.title" = "Disable Autotype";
/* Class = "NSMenuItem"; title = "Enable Autotype"; ObjectID = "245"; */
"245.title" = "Enable Autotype";
/* Class = "NSMenuItem"; title = "Inherit Autotype Settings"; ObjectID = "246"; */
"246.title" = "Inherit Autotype Settings";
/* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */
"265.title" = "Search";
/* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */
"277.title" = "Autotype";

View File

@@ -0,0 +1,24 @@
/* Class = "NSButtonCell"; title = "Enable KeePassHttp server"; ObjectID = "3"; */
"3.title" = "Enable KeePassHttp server";
/* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */
"1qb-Rd-jYu.title" = "Enable global Autotype";
/* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */
"6oN-CH-T0O.title" = "Shortcut";
/* Class = "NSButtonCell"; title = "Enabel Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */
"ERs-ct-Eyx.title" = "Enabel Quicklook Preview";
/* Class = "NSBox"; title = "Keepass HTTP"; ObjectID = "KbH-0Q-5Tw"; */
"KbH-0Q-5Tw.title" = "Keepass HTTP";
/* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */
"P9N-HM-wER.title" = "Autotype";
/* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */
"VVs-b5-cX9.title" = "Preview";
/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */
"WmI-IB-Aso.title" = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed.";

View File

@@ -0,0 +1,39 @@
/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "149"; */
"149.title" = "Password:";
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */
"179.title" = "Length:";
/* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */
"332.title" = "Allowed Characters";
/* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */
"453.title" = "A-Z";
/* Class = "NSButtonCell"; title = "a-z"; ObjectID = "457"; */
"457.title" = "a-z";
/* Class = "NSButtonCell"; title = "0-9"; ObjectID = "461"; */
"461.title" = "0-9";
/* Class = "NSButtonCell"; title = "#!?"; ObjectID = "465"; */
"465.title" = "#!?";
/* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */
"469.title" = "Custom";
/* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */
"495.title" = "Use Password";
/* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */
"501.title" = "Copy password to pasteboard";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */
"614.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */
"647.title" = "Entropy:";
/* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */
"653.title" = "25000 bit";

View File

@@ -0,0 +1,30 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */
"14.title" = "Missmatching Passwords";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */
"15.placeholderString" = "Repeat Password";
/* Class = "NSTextFieldCell"; title = "Repeat:"; ObjectID = "16"; */
"16.title" = "Repeat:";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "18"; */
"18.placeholderString" = "Enter Password";
/* Class = "NSButtonCell"; title = "Generate Keyfile"; ObjectID = "21"; */
"21.title" = "Generate Keyfile";
/* Class = "NSTextFieldCell"; title = "Keyfile:"; ObjectID = "22"; */
"22.title" = "Keyfile:";
/* Class = "NSButtonCell"; title = "Change Password"; ObjectID = "69"; */
"69.title" = "Change Password";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "73"; */
"73.title" = "Cancel";
/* Class = "NSButtonCell"; title = "Password:"; ObjectID = "OQz-DA-SoY"; */
"OQz-DA-SoY.title" = "Password:";

View File

@@ -0,0 +1,21 @@
/* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */
"3FR-Va-iau.title" = "every Week";
/* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */
"9tL-CA-Vdg.title" = "Check for Updates";
/* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */
"DjF-1I-6Nq.title" = "every Hour";
/* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */
"RFg-q1-AwJ.title" = "Automatically Check for Updates";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */
"RKd-H8-eCF.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */
"Uo3-kv-1ro.title" = "every Month";
/* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */
"o9E-hk-H1T.title" = "every Day";

View File

@@ -0,0 +1,42 @@
/* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */
"2.title" = "Entry Table";
/* Class = "NSTextFieldCell"; title = "Double-click on URL:"; ObjectID = "10"; */
"10.title" = "Double-click on URL:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "15"; */
"15.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Copies URL"; ObjectID = "16"; */
"16.title" = "Copies URL";
/* Class = "NSMenuItem"; title = "Opens URL"; ObjectID = "17"; */
"17.title" = "Opens URL";
/* Class = "NSTextFieldCell"; title = "Double-click on Title:"; ObjectID = "37"; */
"37.title" = "Double-click on Title:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "42"; */
"42.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "is Ignored"; ObjectID = "43"; */
"43.title" = "is Ignored";
/* Class = "NSMenuItem"; title = "Opens Inspector"; ObjectID = "44"; */
"44.title" = "Opens Inspector";
/* Class = "NSMenuItem"; title = "Default Browser"; ObjectID = "7YX-EA-9KA"; */
"7YX-EA-9KA.title" = "Default Browser";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "XgO-Tj-QjO"; */
"XgO-Tj-QjO.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */
"gej-kA-GzQ.title" = "Item 2";
/* Class = "NSTextFieldCell"; title = "Open URLs in:"; ObjectID = "soD-wI-YOH"; */
"soD-wI-YOH.title" = "Open URLs in:";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "zC2-cM-KDv"; */
"zC2-cM-KDv.title" = "Item 3";

View File

@@ -0,0 +1,96 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Database name:"; ObjectID = "190"; */
"190.title" = "Database name:";
/* Class = "NSTextFieldCell"; title = "Description:"; ObjectID = "257"; */
"257.title" = "Description:";
/* Class = "NSButtonCell"; title = "OK"; ObjectID = "289"; */
"289.title" = "OK";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "358"; */
"358.label" = "General";
/* Class = "NSTabViewItem"; label = "Advanced"; ObjectID = "368"; */
"368.label" = "Advanced";
/* Class = "NSTabViewItem"; label = "Security"; ObjectID = "370"; */
"370.label" = "Security";
/* Class = "NSButtonCell"; title = "Protect Title"; ObjectID = "464"; */
"464.title" = "Protect Title";
/* Class = "NSButtonCell"; title = "Protect Username"; ObjectID = "477"; */
"477.title" = "Protect Username";
/* Class = "NSButtonCell"; title = "Protect Password"; ObjectID = "505"; */
"505.title" = "Protect Password";
/* Class = "NSButtonCell"; title = "Protect URL"; ObjectID = "510"; */
"510.title" = "Protect URL";
/* Class = "NSButtonCell"; title = "Protect Notes"; ObjectID = "514"; */
"514.title" = "Protect Notes";
/* Class = "NSButtonCell"; title = "Enable Entry History"; ObjectID = "532"; */
"532.title" = "Enable Entry History";
/* Class = "NSButtonCell"; title = "Enable Recycle Bin"; ObjectID = "536"; */
"536.title" = "Enable Recycle Bin";
/* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */
"540.title" = "Empty Recycle Bin on Quit";
/* Class = "NSTextFieldCell"; title = "Maxium Items:"; ObjectID = "558"; */
"558.title" = "Maxium Items:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */
"680.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */
"957.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Maxium Size:"; ObjectID = "1269"; */
"1269.title" = "Maxium Size:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */
"1396.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "None"; ObjectID = "1397"; */
"1397.title" = "None";
/* Class = "NSMenuItem"; title = "GZip"; ObjectID = "1398"; */
"1398.title" = "GZip";
/* Class = "NSTextFieldCell"; title = "Compression:"; ObjectID = "1405"; */
"1405.title" = "Compression:";
/* Class = "NSTextFieldCell"; title = "Color:"; ObjectID = "1435"; */
"1435.title" = "Color:";
/* Class = "NSTextFieldCell"; title = "Template Group:"; ObjectID = "1588"; */
"1588.title" = "Template Group:";
/* Class = "NSTextFieldCell"; title = "Default Username:"; ObjectID = "1591"; */
"1591.title" = "Default Username:";
/* Class = "NSTextFieldCell"; title = "Key encryption rounds:"; ObjectID = "1644"; */
"1644.title" = "Key encryption rounds:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1740"; */
"1740.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "1741"; */
"1741.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1742"; */
"1742.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1743"; */
"1743.title" = "Item 3";
/* Class = "NSButtonCell"; title = "Benchmark"; ObjectID = "1775"; */
"1775.title" = "Benchmark";

View File

@@ -0,0 +1,9 @@
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */
"17.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */
"26.title" = "Use Date";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */
"30.title" = "Cancel";

View File

@@ -0,0 +1,114 @@
/* Class = "NSButtonCell"; title = "Generate"; ObjectID = "64"; */
"64.title" = "Generate";
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "65"; */
"65.title" = "Password";
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "66"; */
"66.title" = "URL";
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "69"; */
"69.title" = "Username";
/* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */
"71.title" = "Title";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */
"78.title" = "Expires";
/* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */
"79.title" = "Tags";
/* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "108"; */
"108.label" = "Fields";
/* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */
"109.label" = "Attachments";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "110"; */
"110.label" = "General";
/* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "135"; */
"135.title" = "Attachments";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "142"; */
"142.title" = "Text Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "151"; */
"151.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "171"; */
"171.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Custom Fields"; ObjectID = "190"; */
"190.title" = "Custom Fields";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "197"; */
"197.title" = "Text Cell";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */
"211.placeholderString" = "Title";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */
"214.placeholderString" = "Value";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "225"; */
"225.placeholderString" = "Value";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "228"; */
"228.placeholderString" = "Title";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */
"238.ibShadowedLabels[0]" = "General";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[1] = "Files"; ObjectID = "238"; */
"238.ibShadowedLabels[1]" = "Files";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[2] = "Custom"; ObjectID = "238"; */
"238.ibShadowedLabels[2]" = "Custom";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[3] = "Autotype"; ObjectID = "238"; */
"238.ibShadowedLabels[3]" = "Autotype";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "0ok-MC-QMP"; */
"0ok-MC-QMP.title" = "Save";
/* Class = "NSButtonCell"; title = "Enable Autotype"; ObjectID = "9Nx-mE-DK3"; */
"9Nx-mE-DK3.title" = "Enable Autotype";
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "NtM-y3-l4D"; */
"NtM-y3-l4D.title" = "Quicklook";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Entry Sequence"; ObjectID = "R2X-Ex-c6q"; */
"R2X-Ex-c6q.placeholderString" = "Custom Entry Sequence";
/* Class = "NSTextFieldCell"; title = "Window Sequence"; ObjectID = "RQB-bR-MC0"; */
"RQB-bR-MC0.title" = "Window Sequence";
/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "bQ5-0E-h3O"; */
"bQ5-0E-h3O.title" = "Autotype Sequence";
/* Class = "NSTextFieldCell"; title = "Window Title"; ObjectID = "bkO-Bk-AuX"; */
"bkO-Bk-AuX.title" = "Window Title";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "bke-G2-oEf"; */
"bke-G2-oEf.title" = "Delete";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dyA-lo-PGa"; */
"dyA-lo-PGa.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "ep5-bQ-cfZ"; */
"ep5-bQ-cfZ.title" = "Text Cell";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Window Sequence"; ObjectID = "fW9-9p-wwR"; */
"fW9-9p-wwR.placeholderString" = "Custom Window Sequence";
/* Class = "NSTabViewItem"; label = "Autotype"; ObjectID = "hK7-Dx-yjH"; */
"hK7-Dx-yjH.label" = "Autotype";
/* Class = "NSTextFieldCell"; title = "Window Associations"; ObjectID = "ned-1Q-FXA"; */
"ned-1Q-FXA.title" = "Window Associations";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "sNS-o1-pD7"; */
"sNS-o1-pD7.title" = "OtherViews";

View File

@@ -0,0 +1,36 @@
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */
"25.title" = "Name";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */
"32.title" = "Expires";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */
"231.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Inherit Search Settings"; ObjectID = "232"; */
"232.title" = "Inherit Search Settings";
/* Class = "NSMenuItem"; title = "Include in Search"; ObjectID = "233"; */
"233.title" = "Include in Search";
/* Class = "NSMenuItem"; title = "Exclude from Search"; ObjectID = "234"; */
"234.title" = "Exclude from Search";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */
"243.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Disable Autotype"; ObjectID = "244"; */
"244.title" = "Disable Autotype";
/* Class = "NSMenuItem"; title = "Enable Autotype"; ObjectID = "245"; */
"245.title" = "Enable Autotype";
/* Class = "NSMenuItem"; title = "Inherit Autotype Settings"; ObjectID = "246"; */
"246.title" = "Inherit Autotype Settings";
/* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */
"265.title" = "Search";
/* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */
"277.title" = "Autotype";

View File

@@ -0,0 +1,24 @@
/* Class = "NSButtonCell"; title = "Enable KeePassHttp server"; ObjectID = "3"; */
"3.title" = "Enable KeePassHttp server";
/* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */
"1qb-Rd-jYu.title" = "Enable global Autotype";
/* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */
"6oN-CH-T0O.title" = "Shortcut";
/* Class = "NSButtonCell"; title = "Enabel Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */
"ERs-ct-Eyx.title" = "Enabel Quicklook Preview";
/* Class = "NSBox"; title = "Keepass HTTP"; ObjectID = "KbH-0Q-5Tw"; */
"KbH-0Q-5Tw.title" = "Keepass HTTP";
/* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */
"P9N-HM-wER.title" = "Autotype";
/* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */
"VVs-b5-cX9.title" = "Preview";
/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */
"WmI-IB-Aso.title" = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed.";

View File

@@ -0,0 +1,39 @@
/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "149"; */
"149.title" = "Password:";
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */
"179.title" = "Length:";
/* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */
"332.title" = "Allowed Characters";
/* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */
"453.title" = "A-Z";
/* Class = "NSButtonCell"; title = "a-z"; ObjectID = "457"; */
"457.title" = "a-z";
/* Class = "NSButtonCell"; title = "0-9"; ObjectID = "461"; */
"461.title" = "0-9";
/* Class = "NSButtonCell"; title = "#!?"; ObjectID = "465"; */
"465.title" = "#!?";
/* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */
"469.title" = "Custom";
/* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */
"495.title" = "Use Password";
/* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */
"501.title" = "Copy password to pasteboard";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */
"614.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */
"647.title" = "Entropy:";
/* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */
"653.title" = "25000 bit";

View File

@@ -0,0 +1,30 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */
"14.title" = "Missmatching Passwords";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */
"15.placeholderString" = "Repeat Password";
/* Class = "NSTextFieldCell"; title = "Repeat:"; ObjectID = "16"; */
"16.title" = "Repeat:";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "18"; */
"18.placeholderString" = "Enter Password";
/* Class = "NSButtonCell"; title = "Generate Keyfile"; ObjectID = "21"; */
"21.title" = "Generate Keyfile";
/* Class = "NSTextFieldCell"; title = "Keyfile:"; ObjectID = "22"; */
"22.title" = "Keyfile:";
/* Class = "NSButtonCell"; title = "Change Password"; ObjectID = "69"; */
"69.title" = "Change Password";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "73"; */
"73.title" = "Cancel";
/* Class = "NSButtonCell"; title = "Password:"; ObjectID = "OQz-DA-SoY"; */
"OQz-DA-SoY.title" = "Password:";

View File

@@ -0,0 +1,21 @@
/* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */
"3FR-Va-iau.title" = "every Week";
/* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */
"9tL-CA-Vdg.title" = "Check for Updates";
/* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */
"DjF-1I-6Nq.title" = "every Hour";
/* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */
"RFg-q1-AwJ.title" = "Automatically Check for Updates";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */
"RKd-H8-eCF.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */
"Uo3-kv-1ro.title" = "every Month";
/* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */
"o9E-hk-H1T.title" = "every Day";

View File

@@ -0,0 +1,42 @@
/* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */
"2.title" = "Entry Table";
/* Class = "NSTextFieldCell"; title = "Double-click on URL:"; ObjectID = "10"; */
"10.title" = "Double-click on URL:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "15"; */
"15.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Copies URL"; ObjectID = "16"; */
"16.title" = "Copies URL";
/* Class = "NSMenuItem"; title = "Opens URL"; ObjectID = "17"; */
"17.title" = "Opens URL";
/* Class = "NSTextFieldCell"; title = "Double-click on Title:"; ObjectID = "37"; */
"37.title" = "Double-click on Title:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "42"; */
"42.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "is Ignored"; ObjectID = "43"; */
"43.title" = "is Ignored";
/* Class = "NSMenuItem"; title = "Opens Inspector"; ObjectID = "44"; */
"44.title" = "Opens Inspector";
/* Class = "NSMenuItem"; title = "Default Browser"; ObjectID = "7YX-EA-9KA"; */
"7YX-EA-9KA.title" = "Default Browser";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "XgO-Tj-QjO"; */
"XgO-Tj-QjO.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */
"gej-kA-GzQ.title" = "Item 2";
/* Class = "NSTextFieldCell"; title = "Open URLs in:"; ObjectID = "soD-wI-YOH"; */
"soD-wI-YOH.title" = "Open URLs in:";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "zC2-cM-KDv"; */
"zC2-cM-KDv.title" = "Item 3";

View File

@@ -0,0 +1,96 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Database name:"; ObjectID = "190"; */
"190.title" = "Database name:";
/* Class = "NSTextFieldCell"; title = "Description:"; ObjectID = "257"; */
"257.title" = "Description:";
/* Class = "NSButtonCell"; title = "OK"; ObjectID = "289"; */
"289.title" = "OK";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "358"; */
"358.label" = "General";
/* Class = "NSTabViewItem"; label = "Advanced"; ObjectID = "368"; */
"368.label" = "Advanced";
/* Class = "NSTabViewItem"; label = "Security"; ObjectID = "370"; */
"370.label" = "Security";
/* Class = "NSButtonCell"; title = "Protect Title"; ObjectID = "464"; */
"464.title" = "Protect Title";
/* Class = "NSButtonCell"; title = "Protect Username"; ObjectID = "477"; */
"477.title" = "Protect Username";
/* Class = "NSButtonCell"; title = "Protect Password"; ObjectID = "505"; */
"505.title" = "Protect Password";
/* Class = "NSButtonCell"; title = "Protect URL"; ObjectID = "510"; */
"510.title" = "Protect URL";
/* Class = "NSButtonCell"; title = "Protect Notes"; ObjectID = "514"; */
"514.title" = "Protect Notes";
/* Class = "NSButtonCell"; title = "Enable Entry History"; ObjectID = "532"; */
"532.title" = "Enable Entry History";
/* Class = "NSButtonCell"; title = "Enable Recycle Bin"; ObjectID = "536"; */
"536.title" = "Enable Recycle Bin";
/* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */
"540.title" = "Empty Recycle Bin on Quit";
/* Class = "NSTextFieldCell"; title = "Maxium Items:"; ObjectID = "558"; */
"558.title" = "Maxium Items:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */
"680.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */
"957.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Maxium Size:"; ObjectID = "1269"; */
"1269.title" = "Maxium Size:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */
"1396.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "None"; ObjectID = "1397"; */
"1397.title" = "None";
/* Class = "NSMenuItem"; title = "GZip"; ObjectID = "1398"; */
"1398.title" = "GZip";
/* Class = "NSTextFieldCell"; title = "Compression:"; ObjectID = "1405"; */
"1405.title" = "Compression:";
/* Class = "NSTextFieldCell"; title = "Color:"; ObjectID = "1435"; */
"1435.title" = "Color:";
/* Class = "NSTextFieldCell"; title = "Template Group:"; ObjectID = "1588"; */
"1588.title" = "Template Group:";
/* Class = "NSTextFieldCell"; title = "Default Username:"; ObjectID = "1591"; */
"1591.title" = "Default Username:";
/* Class = "NSTextFieldCell"; title = "Key encryption rounds:"; ObjectID = "1644"; */
"1644.title" = "Key encryption rounds:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1740"; */
"1740.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "1741"; */
"1741.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1742"; */
"1742.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1743"; */
"1743.title" = "Item 3";
/* Class = "NSButtonCell"; title = "Benchmark"; ObjectID = "1775"; */
"1775.title" = "Benchmark";

View File

@@ -0,0 +1,9 @@
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */
"17.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */
"26.title" = "Use Date";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */
"30.title" = "Cancel";

View File

@@ -0,0 +1,114 @@
/* Class = "NSButtonCell"; title = "Generate"; ObjectID = "64"; */
"64.title" = "Generate";
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "65"; */
"65.title" = "Password";
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "66"; */
"66.title" = "URL";
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "69"; */
"69.title" = "Username";
/* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */
"71.title" = "Title";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */
"78.title" = "Expires";
/* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */
"79.title" = "Tags";
/* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "108"; */
"108.label" = "Fields";
/* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */
"109.label" = "Attachments";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "110"; */
"110.label" = "General";
/* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "135"; */
"135.title" = "Attachments";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "142"; */
"142.title" = "Text Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "151"; */
"151.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "171"; */
"171.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Custom Fields"; ObjectID = "190"; */
"190.title" = "Custom Fields";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "197"; */
"197.title" = "Text Cell";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */
"211.placeholderString" = "Title";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */
"214.placeholderString" = "Value";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "225"; */
"225.placeholderString" = "Value";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "228"; */
"228.placeholderString" = "Title";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */
"238.ibShadowedLabels[0]" = "General";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[1] = "Files"; ObjectID = "238"; */
"238.ibShadowedLabels[1]" = "Files";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[2] = "Custom"; ObjectID = "238"; */
"238.ibShadowedLabels[2]" = "Custom";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[3] = "Autotype"; ObjectID = "238"; */
"238.ibShadowedLabels[3]" = "Autotype";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "0ok-MC-QMP"; */
"0ok-MC-QMP.title" = "Save";
/* Class = "NSButtonCell"; title = "Enable Autotype"; ObjectID = "9Nx-mE-DK3"; */
"9Nx-mE-DK3.title" = "Enable Autotype";
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "NtM-y3-l4D"; */
"NtM-y3-l4D.title" = "Quicklook";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Entry Sequence"; ObjectID = "R2X-Ex-c6q"; */
"R2X-Ex-c6q.placeholderString" = "Custom Entry Sequence";
/* Class = "NSTextFieldCell"; title = "Window Sequence"; ObjectID = "RQB-bR-MC0"; */
"RQB-bR-MC0.title" = "Window Sequence";
/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "bQ5-0E-h3O"; */
"bQ5-0E-h3O.title" = "Autotype Sequence";
/* Class = "NSTextFieldCell"; title = "Window Title"; ObjectID = "bkO-Bk-AuX"; */
"bkO-Bk-AuX.title" = "Window Title";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "bke-G2-oEf"; */
"bke-G2-oEf.title" = "Delete";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dyA-lo-PGa"; */
"dyA-lo-PGa.title" = "Table View Cell";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "ep5-bQ-cfZ"; */
"ep5-bQ-cfZ.title" = "Text Cell";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Window Sequence"; ObjectID = "fW9-9p-wwR"; */
"fW9-9p-wwR.placeholderString" = "Custom Window Sequence";
/* Class = "NSTabViewItem"; label = "Autotype"; ObjectID = "hK7-Dx-yjH"; */
"hK7-Dx-yjH.label" = "Autotype";
/* Class = "NSTextFieldCell"; title = "Window Associations"; ObjectID = "ned-1Q-FXA"; */
"ned-1Q-FXA.title" = "Window Associations";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "sNS-o1-pD7"; */
"sNS-o1-pD7.title" = "OtherViews";

View File

@@ -0,0 +1,36 @@
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */
"25.title" = "Name";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */
"32.title" = "Expires";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */
"231.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Inherit Search Settings"; ObjectID = "232"; */
"232.title" = "Inherit Search Settings";
/* Class = "NSMenuItem"; title = "Include in Search"; ObjectID = "233"; */
"233.title" = "Include in Search";
/* Class = "NSMenuItem"; title = "Exclude from Search"; ObjectID = "234"; */
"234.title" = "Exclude from Search";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */
"243.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Disable Autotype"; ObjectID = "244"; */
"244.title" = "Disable Autotype";
/* Class = "NSMenuItem"; title = "Enable Autotype"; ObjectID = "245"; */
"245.title" = "Enable Autotype";
/* Class = "NSMenuItem"; title = "Inherit Autotype Settings"; ObjectID = "246"; */
"246.title" = "Inherit Autotype Settings";
/* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */
"265.title" = "Search";
/* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */
"277.title" = "Autotype";

View File

@@ -0,0 +1,24 @@
/* Class = "NSButtonCell"; title = "Enable KeePassHttp server"; ObjectID = "3"; */
"3.title" = "Enable KeePassHttp server";
/* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */
"1qb-Rd-jYu.title" = "Enable global Autotype";
/* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */
"6oN-CH-T0O.title" = "Shortcut";
/* Class = "NSButtonCell"; title = "Enabel Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */
"ERs-ct-Eyx.title" = "Enabel Quicklook Preview";
/* Class = "NSBox"; title = "Keepass HTTP"; ObjectID = "KbH-0Q-5Tw"; */
"KbH-0Q-5Tw.title" = "Keepass HTTP";
/* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */
"P9N-HM-wER.title" = "Autotype";
/* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */
"VVs-b5-cX9.title" = "Preview";
/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */
"WmI-IB-Aso.title" = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed.";

View File

@@ -0,0 +1,39 @@
/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "149"; */
"149.title" = "Password:";
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */
"179.title" = "Length:";
/* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */
"332.title" = "Allowed Characters";
/* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */
"453.title" = "A-Z";
/* Class = "NSButtonCell"; title = "a-z"; ObjectID = "457"; */
"457.title" = "a-z";
/* Class = "NSButtonCell"; title = "0-9"; ObjectID = "461"; */
"461.title" = "0-9";
/* Class = "NSButtonCell"; title = "#!?"; ObjectID = "465"; */
"465.title" = "#!?";
/* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */
"469.title" = "Custom";
/* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */
"495.title" = "Use Password";
/* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */
"501.title" = "Copy password to pasteboard";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */
"614.title" = "Cancel";
/* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */
"647.title" = "Entropy:";
/* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */
"653.title" = "25000 bit";

View File

@@ -0,0 +1,30 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */
"14.title" = "Missmatching Passwords";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */
"15.placeholderString" = "Repeat Password";
/* Class = "NSTextFieldCell"; title = "Repeat:"; ObjectID = "16"; */
"16.title" = "Repeat:";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "18"; */
"18.placeholderString" = "Enter Password";
/* Class = "NSButtonCell"; title = "Generate Keyfile"; ObjectID = "21"; */
"21.title" = "Generate Keyfile";
/* Class = "NSTextFieldCell"; title = "Keyfile:"; ObjectID = "22"; */
"22.title" = "Keyfile:";
/* Class = "NSButtonCell"; title = "Change Password"; ObjectID = "69"; */
"69.title" = "Change Password";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "73"; */
"73.title" = "Cancel";
/* Class = "NSButtonCell"; title = "Password:"; ObjectID = "OQz-DA-SoY"; */
"OQz-DA-SoY.title" = "Password:";

View File

@@ -0,0 +1,21 @@
/* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */
"3FR-Va-iau.title" = "every Week";
/* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */
"9tL-CA-Vdg.title" = "Check for Updates";
/* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */
"DjF-1I-6Nq.title" = "every Hour";
/* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */
"RFg-q1-AwJ.title" = "Automatically Check for Updates";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */
"RKd-H8-eCF.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */
"Uo3-kv-1ro.title" = "every Month";
/* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */
"o9E-hk-H1T.title" = "every Day";

View File

@@ -0,0 +1,42 @@
/* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */
"2.title" = "Entry Table";
/* Class = "NSTextFieldCell"; title = "Double-click on URL:"; ObjectID = "10"; */
"10.title" = "Double-click on URL:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "15"; */
"15.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Copies URL"; ObjectID = "16"; */
"16.title" = "Copies URL";
/* Class = "NSMenuItem"; title = "Opens URL"; ObjectID = "17"; */
"17.title" = "Opens URL";
/* Class = "NSTextFieldCell"; title = "Double-click on Title:"; ObjectID = "37"; */
"37.title" = "Double-click on Title:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "42"; */
"42.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "is Ignored"; ObjectID = "43"; */
"43.title" = "is Ignored";
/* Class = "NSMenuItem"; title = "Opens Inspector"; ObjectID = "44"; */
"44.title" = "Opens Inspector";
/* Class = "NSMenuItem"; title = "Default Browser"; ObjectID = "7YX-EA-9KA"; */
"7YX-EA-9KA.title" = "Default Browser";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "XgO-Tj-QjO"; */
"XgO-Tj-QjO.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */
"gej-kA-GzQ.title" = "Item 2";
/* Class = "NSTextFieldCell"; title = "Open URLs in:"; ObjectID = "soD-wI-YOH"; */
"soD-wI-YOH.title" = "Open URLs in:";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "zC2-cM-KDv"; */
"zC2-cM-KDv.title" = "Item 3";

View File

@@ -0,0 +1,96 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Database name:"; ObjectID = "190"; */
"190.title" = "数据库名称:";
/* Class = "NSTextFieldCell"; title = "Description:"; ObjectID = "257"; */
"257.title" = "描述:";
/* Class = "NSButtonCell"; title = "OK"; ObjectID = "289"; */
"289.title" = "确定";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "358"; */
"358.label" = "通用";
/* Class = "NSTabViewItem"; label = "Advanced"; ObjectID = "368"; */
"368.label" = "高级";
/* Class = "NSTabViewItem"; label = "Security"; ObjectID = "370"; */
"370.label" = "安全";
/* Class = "NSButtonCell"; title = "Protect Title"; ObjectID = "464"; */
"464.title" = "保护标题";
/* Class = "NSButtonCell"; title = "Protect Username"; ObjectID = "477"; */
"477.title" = "保护用户名";
/* Class = "NSButtonCell"; title = "Protect Password"; ObjectID = "505"; */
"505.title" = "保护密码";
/* Class = "NSButtonCell"; title = "Protect URL"; ObjectID = "510"; */
"510.title" = "保护 URL";
/* Class = "NSButtonCell"; title = "Protect Notes"; ObjectID = "514"; */
"514.title" = "保护注释";
/* Class = "NSButtonCell"; title = "Enable Entry History"; ObjectID = "532"; */
"532.title" = "使用项目历史";
/* Class = "NSButtonCell"; title = "Enable Recycle Bin"; ObjectID = "536"; */
"536.title" = "使用废纸篓";
/* Class = "NSButtonCell"; title = "Empty Recycle Bin on Quit"; ObjectID = "540"; */
"540.title" = "退出时清空废纸篓";
/* Class = "NSTextFieldCell"; title = "Maxium Items:"; ObjectID = "558"; */
"558.title" = "最多项目数:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "680"; */
"680.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "957"; */
"957.title" = "取消";
/* Class = "NSTextFieldCell"; title = "Maxium Size:"; ObjectID = "1269"; */
"1269.title" = "最大大小:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1396"; */
"1396.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "None"; ObjectID = "1397"; */
"1397.title" = "无";
/* Class = "NSMenuItem"; title = "GZip"; ObjectID = "1398"; */
"1398.title" = "GZip";
/* Class = "NSTextFieldCell"; title = "Compression:"; ObjectID = "1405"; */
"1405.title" = "压缩:";
/* Class = "NSTextFieldCell"; title = "Color:"; ObjectID = "1435"; */
"1435.title" = "颜色:";
/* Class = "NSTextFieldCell"; title = "Template Group:"; ObjectID = "1588"; */
"1588.title" = "模板组:";
/* Class = "NSTextFieldCell"; title = "Default Username:"; ObjectID = "1591"; */
"1591.title" = "缺省用户名:";
/* Class = "NSTextFieldCell"; title = "Key encryption rounds:"; ObjectID = "1644"; */
"1644.title" = "加密轮次:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "1740"; */
"1740.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Item 1"; ObjectID = "1741"; */
"1741.title" = "Item 1";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "1742"; */
"1742.title" = "Item 2";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "1743"; */
"1743.title" = "Item 3";
/* Class = "NSButtonCell"; title = "Benchmark"; ObjectID = "1775"; */
"1775.title" = "测试";

View File

@@ -0,0 +1,9 @@
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "17"; */
"17.title" = "OtherViews";
/* Class = "NSButtonCell"; title = "Use Date"; ObjectID = "26"; */
"26.title" = "使用";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "30"; */
"30.title" = "取消";

View File

@@ -0,0 +1,114 @@
/* Class = "NSButtonCell"; title = "Generate"; ObjectID = "64"; */
"64.title" = "生成";
/* Class = "NSTextFieldCell"; title = "Password"; ObjectID = "65"; */
"65.title" = "密码";
/* Class = "NSTextFieldCell"; title = "URL"; ObjectID = "66"; */
"66.title" = "URL";
/* Class = "NSTextFieldCell"; title = "Username"; ObjectID = "69"; */
"69.title" = "用户名";
/* Class = "NSTextFieldCell"; title = "Title"; ObjectID = "71"; */
"71.title" = "标题";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "78"; */
"78.title" = "失效";
/* Class = "NSTextFieldCell"; title = "Tags"; ObjectID = "79"; */
"79.title" = "标签";
/* Class = "NSTabViewItem"; label = "Fields"; ObjectID = "108"; */
"108.label" = "字段";
/* Class = "NSTabViewItem"; label = "Attachments"; ObjectID = "109"; */
"109.label" = "附件";
/* Class = "NSTabViewItem"; label = "General"; ObjectID = "110"; */
"110.label" = "通用";
/* Class = "NSTextFieldCell"; title = "Attachments"; ObjectID = "135"; */
"135.title" = "附件";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "142"; */
"142.title" = "文本单元";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "151"; */
"151.title" = "表格视图单元";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "171"; */
"171.title" = "表格视图单元";
/* Class = "NSTextFieldCell"; title = "Custom Fields"; ObjectID = "190"; */
"190.title" = "自定义字段";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "197"; */
"197.title" = "文本单元";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "211"; */
"211.placeholderString" = "标题";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "214"; */
"214.placeholderString" = "值";
/* Class = "NSTextFieldCell"; placeholderString = "Value"; ObjectID = "225"; */
"225.placeholderString" = "值";
/* Class = "NSTextFieldCell"; placeholderString = "Title"; ObjectID = "228"; */
"228.placeholderString" = "标题";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[0] = "General"; ObjectID = "238"; */
"238.ibShadowedLabels[0]" = "通用";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[1] = "Files"; ObjectID = "238"; */
"238.ibShadowedLabels[1]" = "文件";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[2] = "Custom"; ObjectID = "238"; */
"238.ibShadowedLabels[2]" = "自定义";
/* Class = "NSSegmentedCell"; 238.ibShadowedLabels[3] = "Autotype"; ObjectID = "238"; */
"238.ibShadowedLabels[3]" = "自动键入";
/* Class = "NSMenuItem"; title = "Save"; ObjectID = "0ok-MC-QMP"; */
"0ok-MC-QMP.title" = "保存";
/* Class = "NSButtonCell"; title = "Enable Autotype"; ObjectID = "9Nx-mE-DK3"; */
"9Nx-mE-DK3.title" = "使用自动键入";
/* Class = "NSMenuItem"; title = "Quicklook"; ObjectID = "NtM-y3-l4D"; */
"NtM-y3-l4D.title" = "Quicklook";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Entry Sequence"; ObjectID = "R2X-Ex-c6q"; */
"R2X-Ex-c6q.placeholderString" = "自定义项目序列";
/* Class = "NSTextFieldCell"; title = "Window Sequence"; ObjectID = "RQB-bR-MC0"; */
"RQB-bR-MC0.title" = "窗口序列";
/* Class = "NSTextFieldCell"; title = "Autotype Sequence"; ObjectID = "bQ5-0E-h3O"; */
"bQ5-0E-h3O.title" = "自动键入序列";
/* Class = "NSTextFieldCell"; title = "Window Title"; ObjectID = "bkO-Bk-AuX"; */
"bkO-Bk-AuX.title" = "窗口标题";
/* Class = "NSMenuItem"; title = "Delete"; ObjectID = "bke-G2-oEf"; */
"bke-G2-oEf.title" = "删除";
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "dyA-lo-PGa"; */
"dyA-lo-PGa.title" = "表格视图单元";
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "ep5-bQ-cfZ"; */
"ep5-bQ-cfZ.title" = "文本单元";
/* Class = "NSTextFieldCell"; placeholderString = "Custom Window Sequence"; ObjectID = "fW9-9p-wwR"; */
"fW9-9p-wwR.placeholderString" = "自定义窗口序列";
/* Class = "NSTabViewItem"; label = "Autotype"; ObjectID = "hK7-Dx-yjH"; */
"hK7-Dx-yjH.label" = "自动键入";
/* Class = "NSTextFieldCell"; title = "Window Associations"; ObjectID = "ned-1Q-FXA"; */
"ned-1Q-FXA.title" = "窗口关系";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "sNS-o1-pD7"; */
"sNS-o1-pD7.title" = "其他视图";

View File

@@ -12,58 +12,58 @@
"424.title" = "1分钟之后";
/* Class = "NSMenuItem"; title = "Never"; ObjectID = "429"; */
"429.title" = "不";
"429.title" = "不";
/* Class = "NSTextFieldCell"; title = "Clear Copied Items"; ObjectID = "432"; */
"432.title" = "Clear Copied Items";
"432.title" = "清除拷贝的项目";
/* Class = "NSButtonCell"; title = "Clear Clipboard on Quit"; ObjectID = "448"; */
"448.title" = "退出时清空剪贴板";
/* Class = "NSBox"; title = "Security"; ObjectID = "465"; */
"465.title" = "Security";
"465.title" = "安全";
/* Class = "NSButtonCell"; title = "Reopen last Database after Launch"; ObjectID = "531"; */
"531.title" = "Reopen last Database after Launch";
"531.title" = "运行时重新打开上次的数据库";
/* Class = "NSMenu"; title = "LockTimes"; ObjectID = "586"; */
"586.title" = "LockTimes";
"586.title" = "锁定次数";
/* Class = "NSMenuItem"; title = "for 1 Minute"; ObjectID = "588"; */
"588.title" = "for 1 Minute";
"588.title" = "1分钟";
/* Class = "NSMenuItem"; title = "for 5 Minutes"; ObjectID = "589"; */
"589.title" = "for 5 Minutes";
"589.title" = "5分钟";
/* Class = "NSMenuItem"; title = "for 15 Minutes"; ObjectID = "603"; */
"603.title" = "for 15 Minutes";
"603.title" = "15分钟";
/* Class = "NSButtonCell"; title = "Lock after sleep"; ObjectID = "631"; */
"631.title" = "Lock after sleep";
"631.title" = "睡眠时锁定";
/* Class = "NSMenuItem"; title = "Never"; ObjectID = "804"; */
"804.title" = "Never";
"804.title" = "从不";
/* Class = "NSTextFieldCell"; title = "Lock while idle"; ObjectID = "806"; */
"806.title" = "Lock while idle";
"806.title" = "空闲时锁定";
/* Class = "NSButtonCell"; title = "Create new Database if activated"; ObjectID = "880"; */
"880.title" = "Create new Database if activated";
"880.title" = "激活时创建新的数据库";
/* Class = "NSBox"; title = "Startup"; ObjectID = "888"; */
"888.title" = "Startup";
"888.title" = "启动";
/* Class = "NSBox"; title = "General"; ObjectID = "928"; */
"928.title" = "General";
"928.title" = "通用";
/* Class = "NSButtonCell"; title = "Double-click entry URL to Launch"; ObjectID = "937"; */
"937.title" = "Double-click entry URL to Launch";
"937.title" = "双击项目的 URL 将在浏览器中打开";
/* Class = "NSButtonCell"; title = "Clear all stored locations"; ObjectID = "8Ri-2s-c39"; */
"8Ri-2s-c39.title" = "Clear all stored locations";
"8Ri-2s-c39.title" = "清除所有储存的位置";
/* Class = "NSTextFieldCell"; title = "Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved."; ObjectID = "ACh-7H-42N"; */
"ACh-7H-42N.title" = "Enabling this compromises security. If enabled, your preferences will contain mappings from database to keyfile. Key locations for databases without a password will not be saved.";
"ACh-7H-42N.title" = "使用此功能将影响安全性。若使用此功能,您的设置将包含从数据库到密钥文件的映射。没有密码的数据库密钥位置将不会保存。";
/* Class = "NSButtonCell"; title = "Remember Keyfile for Databases"; ObjectID = "r6q-He-nYU"; */
"r6q-He-nYU.title" = "Remember Keyfile for Databases";
"r6q-He-nYU.title" = "记住数据库的密钥文件";

View File

@@ -0,0 +1,36 @@
/* Class = "NSTextFieldCell"; title = "Name"; ObjectID = "25"; */
"25.title" = "名称";
/* Class = "NSButtonCell"; title = "Expires"; ObjectID = "32"; */
"32.title" = "失效";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "231"; */
"231.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Inherit Search Settings"; ObjectID = "232"; */
"232.title" = "继承搜索设置";
/* Class = "NSMenuItem"; title = "Include in Search"; ObjectID = "233"; */
"233.title" = "包含在搜索中";
/* Class = "NSMenuItem"; title = "Exclude from Search"; ObjectID = "234"; */
"234.title" = "不包含在搜索中";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "243"; */
"243.title" = "OtherViews";
/* Class = "NSMenuItem"; title = "Disable Autotype"; ObjectID = "244"; */
"244.title" = "不使用自动键入";
/* Class = "NSMenuItem"; title = "Enable Autotype"; ObjectID = "245"; */
"245.title" = "使用自动键入";
/* Class = "NSMenuItem"; title = "Inherit Autotype Settings"; ObjectID = "246"; */
"246.title" = "继承自动键入设置";
/* Class = "NSTextFieldCell"; title = "Search"; ObjectID = "265"; */
"265.title" = "搜索";
/* Class = "NSTextFieldCell"; title = "Autotype"; ObjectID = "277"; */
"277.title" = "自动键入";

View File

@@ -6,13 +6,13 @@
"2897.label" = "项目";
/* Class = "NSTabViewItem"; label = "NoSelection"; ObjectID = "2974"; */
"2974.label" = "NoSelection";
"2974.label" = "未选择";
/* Class = "NSTextFieldCell"; title = "No Selection"; ObjectID = "2986"; */
"2986.title" = "No Selection";
"2986.title" = "未选择";
/* Class = "NSTextFieldCell"; title = "Label"; ObjectID = "3014"; */
"3014.title" = "Label";
"3014.title" = "标记";
/* Class = "NSButtonCell"; title = "Edit"; ObjectID = "3110"; */
"3110.title" = "编辑";
@@ -21,4 +21,4 @@
"3127.title" = "取消";
/* Class = "NSTextFieldCell"; title = "Notes"; ObjectID = "hwn-UY-9Cr"; */
"hwn-UY-9Cr.title" = "Notes";
"hwn-UY-9Cr.title" = "注释";

View File

@@ -0,0 +1,24 @@
/* Class = "NSButtonCell"; title = "Enable KeePassHttp server"; ObjectID = "3"; */
"3.title" = "使用 KeePassHttp 服务器";
/* Class = "NSButtonCell"; title = "Enable global Autotype"; ObjectID = "1qb-Rd-jYu"; */
"1qb-Rd-jYu.title" = "使用全局自动键入";
/* Class = "NSTextFieldCell"; title = "Shortcut"; ObjectID = "6oN-CH-T0O"; */
"6oN-CH-T0O.title" = "快捷键";
/* Class = "NSButtonCell"; title = "Enabel Quicklook Preview"; ObjectID = "ERs-ct-Eyx"; */
"ERs-ct-Eyx.title" = "使用 Quicklook 预览";
/* Class = "NSBox"; title = "Keepass HTTP"; ObjectID = "KbH-0Q-5Tw"; */
"KbH-0Q-5Tw.title" = "Keepass HTTP";
/* Class = "NSBox"; title = "Autotype"; ObjectID = "P9N-HM-wER"; */
"P9N-HM-wER.title" = "自动键入";
/* Class = "NSBox"; title = "Preview"; ObjectID = "VVs-b5-cX9"; */
"VVs-b5-cX9.title" = "预览";
/* Class = "NSTextFieldCell"; title = "If enabled attached files will be copied to a tempoary location for preview and deleted after the preview is closed."; ObjectID = "WmI-IB-Aso"; */
"WmI-IB-Aso.title" = "若使用此功能,预览时附件文件将被拷贝到临时文件夹,并且在预览后将被删除。";

View File

@@ -7,30 +7,30 @@
*/
/* Copy */
"KPK_GROUP_COPY_%@" = "%@ copy";
"KPK_ENTRY_COPY_%@" = "%@ copy";
"KPK_GROUP_COPY_%@" = "%@ 拷贝";
"KPK_ENTRY_COPY_%@" = "%@ 拷贝";
/* Validation Errors */
"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "The Format of the Window Title is not valid!";
"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "The Attribute Key is not unique!";
"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Tht Autotype Sequence is not valid!";
"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "窗口标题格式不正确!";
"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "属性键 (Attribute Key) 不唯一!";
"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "自动键入序列不正确!";
/* Errors */
"ERROR_CORRUPT_TREE" = "The internal file structure is corrupted!";
"ERROR_CORRUPT_TREE" = "内部文件结构已损坏!";
"ERROR_INVALID_FIELD_SIZE" = "数据字段大小错误,可能是由于密码错误。";
"ERROR_INVALID_FIELD_TYPE" = "未知数据字段,可能是由于密码错误。";
"ERROR_UNSUPPORTED_DATABASER_VERSION" = "The Database version is not supported";
"ERROR_UNSUPPORTED_CHIPHER" = "Unsupported chipher algorithm";
"ERROR_UNKNOWN_FILE_FORMAT" = "Unknown file format";
"ERROR_HEADER_CORRUPTED" = "Header is corrupted";
"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Unsported compression algorithm";
"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Unsupported random stream type";
"ERROR_INTEGRITY_CHECK_FAILED" = "The database integrity isn't ensured";
"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "The password and/or the keyfile is wrong";
"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "The XML file is missing the KeePassFile element";
"ERROR_ROOT_ELEMENT_MISSING" = "The XML file contains no Root node";
"ERROR_GROUP_ELEMENT_MISSING" = "The XML file contains no Group node";
"ERROR_HEADER_HASH_MISSMATCH" = "The header hash doesn't match. File corrupted";
"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "The XML keyfile is missing the key element";
"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "The XML keyfiel is missing the data element";
"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Unable to read the data of the XML keyfile";
"ERROR_UNSUPPORTED_DATABASER_VERSION" = "不支持的数据库版本";
"ERROR_UNSUPPORTED_CHIPHER" = "不支持的密码算法";
"ERROR_UNKNOWN_FILE_FORMAT" = "未知文件格式";
"ERROR_HEADER_CORRUPTED" = "文件头已损坏";
"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "不支持的压缩算法";
"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "不支持的随机流 (random stream) 种类";
"ERROR_INTEGRITY_CHECK_FAILED" = "数据库完整性已被破坏";
"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "密码与/或密钥文件错误";
"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "XML 文件缺少 KeePassFile 元素";
"ERROR_ROOT_ELEMENT_MISSING" = "XML 文件未包含根节点";
"ERROR_GROUP_ELEMENT_MISSING" = "XML 文件未包含组节点";
"ERROR_HEADER_HASH_MISSMATCH" = "文件头哈希表不匹配。文件已损坏";
"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "XML 密钥文件缺少键 (key) 元素";
"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "XML 密钥文件缺少数据 (data) 元素";
"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "无法读取 XML 密钥文件的数据";

View File

@@ -0,0 +1,39 @@
/* Class = "NSTextFieldCell"; title = "Password:"; ObjectID = "149"; */
"149.title" = "密码:";
/* Class = "NSTextFieldCell"; title = "Length:"; ObjectID = "179"; */
"179.title" = "长度:";
/* Class = "NSBox"; title = "Allowed Characters"; ObjectID = "332"; */
"332.title" = "允许使用的字符";
/* Class = "NSButtonCell"; title = "A-Z"; ObjectID = "453"; */
"453.title" = "A-Z";
/* Class = "NSButtonCell"; title = "a-z"; ObjectID = "457"; */
"457.title" = "a-z";
/* Class = "NSButtonCell"; title = "0-9"; ObjectID = "461"; */
"461.title" = "0-9";
/* Class = "NSButtonCell"; title = "#!?"; ObjectID = "465"; */
"465.title" = "#!?";
/* Class = "NSButtonCell"; title = "Custom"; ObjectID = "469"; */
"469.title" = "自定义";
/* Class = "NSButtonCell"; title = "Use Password"; ObjectID = "495"; */
"495.title" = "使用密码";
/* Class = "NSButtonCell"; title = "Copy password to pasteboard"; ObjectID = "501"; */
"501.title" = "将密码拷贝到剪贴板";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "614"; */
"614.title" = "取消";
/* Class = "NSTextFieldCell"; title = "Entropy:"; ObjectID = "647"; */
"647.title" = "熵:";
/* Class = "NSTextFieldCell"; title = "25000 bit"; ObjectID = "653"; */
"653.title" = "25000 bit";

View File

@@ -0,0 +1,30 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */
"14.title" = "密码不匹配";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */
"15.placeholderString" = "重复密码";
/* Class = "NSTextFieldCell"; title = "Repeat:"; ObjectID = "16"; */
"16.title" = "重复:";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Enter Password"; ObjectID = "18"; */
"18.placeholderString" = "输入密码";
/* Class = "NSButtonCell"; title = "Generate Keyfile"; ObjectID = "21"; */
"21.title" = "生成密钥文件";
/* Class = "NSTextFieldCell"; title = "Keyfile:"; ObjectID = "22"; */
"22.title" = "密钥文件:";
/* Class = "NSButtonCell"; title = "Change Password"; ObjectID = "69"; */
"69.title" = "修改密码";
/* Class = "NSButtonCell"; title = "Cancel"; ObjectID = "73"; */
"73.title" = "取消";
/* Class = "NSButtonCell"; title = "Password:"; ObjectID = "OQz-DA-SoY"; */
"OQz-DA-SoY.title" = "密码:";

View File

@@ -0,0 +1,21 @@
/* Class = "NSMenuItem"; title = "every Week"; ObjectID = "3FR-Va-iau"; */
"3FR-Va-iau.title" = "每周";
/* Class = "NSTextFieldCell"; title = "Check for Updates"; ObjectID = "9tL-CA-Vdg"; */
"9tL-CA-Vdg.title" = "检查更新";
/* Class = "NSMenuItem"; title = "every Hour"; ObjectID = "DjF-1I-6Nq"; */
"DjF-1I-6Nq.title" = "每小时";
/* Class = "NSButtonCell"; title = "Automatically Check for Updates"; ObjectID = "RFg-q1-AwJ"; */
"RFg-q1-AwJ.title" = "自动检查更新";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "RKd-H8-eCF"; */
"RKd-H8-eCF.title" = "其他视图";
/* Class = "NSMenuItem"; title = "every Month"; ObjectID = "Uo3-kv-1ro"; */
"Uo3-kv-1ro.title" = "每月";
/* Class = "NSMenuItem"; title = "every Day"; ObjectID = "o9E-hk-H1T"; */
"o9E-hk-H1T.title" = "每天";

View File

@@ -0,0 +1,42 @@
/* Class = "NSBox"; title = "Entry Table"; ObjectID = "2"; */
"2.title" = "项目表";
/* Class = "NSTextFieldCell"; title = "Double-click on URL:"; ObjectID = "10"; */
"10.title" = "双击 URL:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "15"; */
"15.title" = "其他视图";
/* Class = "NSMenuItem"; title = "Copies URL"; ObjectID = "16"; */
"16.title" = "拷贝 URL";
/* Class = "NSMenuItem"; title = "Opens URL"; ObjectID = "17"; */
"17.title" = "打开 URL";
/* Class = "NSTextFieldCell"; title = "Double-click on Title:"; ObjectID = "37"; */
"37.title" = "双击标题:";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "42"; */
"42.title" = "其他视图";
/* Class = "NSMenuItem"; title = "is Ignored"; ObjectID = "43"; */
"43.title" = "被忽略了";
/* Class = "NSMenuItem"; title = "Opens Inspector"; ObjectID = "44"; */
"44.title" = "打开检查器";
/* Class = "NSMenuItem"; title = "Default Browser"; ObjectID = "7YX-EA-9KA"; */
"7YX-EA-9KA.title" = "缺省浏览器";
/* Class = "NSMenu"; title = "OtherViews"; ObjectID = "XgO-Tj-QjO"; */
"XgO-Tj-QjO.title" = "其他视图";
/* Class = "NSMenuItem"; title = "Item 2"; ObjectID = "gej-kA-GzQ"; */
"gej-kA-GzQ.title" = "Item 2";
/* Class = "NSTextFieldCell"; title = "Open URLs in:"; ObjectID = "soD-wI-YOH"; */
"soD-wI-YOH.title" = "用其他浏览器打开 URL:";
/* Class = "NSMenuItem"; title = "Item 3"; ObjectID = "zC2-cM-KDv"; */
"zC2-cM-KDv.title" = "Item 3";