Minor spelling/typo fixes

This commit is contained in:
Sitsofe Wheeler
2017-06-10 04:33:12 +01:00
committed by Sitsofe Wheeler
parent 5524d1eb5c
commit c1a6789150
3 changed files with 4 additions and 4 deletions

View File

@@ -99,4 +99,4 @@ Copyright \'a92008-2009 Jim Dovey, All rights reserved.\
\ \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0
{\field{\*\fldinst{HYPERLINK "https://github.com/mattt/TransformerKit"}}{\fldrslt \cf3 TransformerKit}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/mattt/TransformerKit"}}{\fldrslt \cf3 TransformerKit}}\
Copyright \'a92012 Mattt Thompson. All rights reseverd} Copyright \'a92012 Mattt Thompson. All rights reserved}

View File

@@ -13,7 +13,7 @@
/* Validation Errors */ /* Validation Errors */
"ERROR_WINDOW_TITLE_VALIDATION_FAILED" = "The Format of the Window Title is not valid!"; "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_ATTRIBUTE_KEY_VALIDATION_FAILED" = "The Attribute Key is not unique!";
"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Tht Autotype Sequence is not valid!"; "ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "The Autotype Sequence is not valid!";
/* Errors */ /* Errors */
"ERROR_CORRUPT_TREE" = "The internal file structure is corrupted!"; "ERROR_CORRUPT_TREE" = "The internal file structure is corrupted!";
@@ -23,7 +23,7 @@
"ERROR_UNSUPPORTED_CHIPHER" = "Unsupported cipher algorithm"; "ERROR_UNSUPPORTED_CHIPHER" = "Unsupported cipher algorithm";
"ERROR_UNKNOWN_FILE_FORMAT" = "Unknown file format"; "ERROR_UNKNOWN_FILE_FORMAT" = "Unknown file format";
"ERROR_HEADER_CORRUPTED" = "Header is corrupted"; "ERROR_HEADER_CORRUPTED" = "Header is corrupted";
"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Unsported compression algorithm"; "ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Unsupported compression algorithm";
"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Unsupported random stream type"; "ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Unsupported random stream type";
"ERROR_INTEGRITY_CHECK_FAILED" = "The database integrity isn't ensured"; "ERROR_INTEGRITY_CHECK_FAILED" = "The database integrity isn't ensured";
"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "The password and/or the keyfile is wrong"; "ERROR_PASSWORD_OR_KEYFILE_WRONG" = "The password and/or the keyfile is wrong";

View File

@@ -2,7 +2,7 @@
/* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */ /* Class = "NSWindow"; title = "Window"; ObjectID = "1"; */
"1.title" = "Window"; "1.title" = "Window";
/* Class = "NSTextFieldCell"; title = "Missmatching Passwords"; ObjectID = "14"; */ /* Class = "NSTextFieldCell"; title = "Mismatching Passwords"; ObjectID = "14"; */
"14.title" = "Missmatching Passwords"; "14.title" = "Missmatching Passwords";
/* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */ /* Class = "NSSecureTextFieldCell"; placeholderString = "Repeat Password"; ObjectID = "15"; */