From de30cf54070f5508049f566e0e9f5035de0d7247 Mon Sep 17 00:00:00 2001 From: michael starke Date: Sun, 2 Mar 2014 00:15:39 +0100 Subject: [PATCH] Updated localizations for KeePassKit Errors --- MacPass/de.lproj/KPKLocalizeable.strings | 42 ++++++++++++------------ MacPass/en.lproj/KPKLocalizeable.strings | 9 +++-- 2 files changed, 28 insertions(+), 23 deletions(-) diff --git a/MacPass/de.lproj/KPKLocalizeable.strings b/MacPass/de.lproj/KPKLocalizeable.strings index dc1177d9..971b24b5 100644 --- a/MacPass/de.lproj/KPKLocalizeable.strings +++ b/MacPass/de.lproj/KPKLocalizeable.strings @@ -11,26 +11,26 @@ "KPK_ENTRY_COPY_%@" = "Kopie von %@"; /* 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" = "Format des Fenstertitles ist fehlerhaft!"; +"ERROR_ATTRIBUTE_KEY_VALIDATION_FAILED" = "Bezeichnung wird bereits verwendet!"; +"ERROR_AUTOTYPE_SEQUENCE_VALIDATION_FAILED" = "Die Autotype-Sequenz ist fehlerhaft!"; /* Errors */ -"ERROR_CORRUPT_TREE" = "The internal file structure is corrupted!"; -"ERROR_INVALID_FIELD_SIZE" = "A data filed has an incorrect size!"; -"ERROR_KEYFILE_NO_KEY_XML_ELEMENT" = "XML Keyfile is missing Key Element"; -"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"; \ No newline at end of file +"ERROR_CORRUPT_TREE" = "Interne Datenstruktur defekt!"; +"ERROR_INVALID_FIELD_SIZE" = "Datenfeld mit falsche Größe. Password falsch?"; +"ERROR_INVALID_FIELD_TYPE" = "Unbekanntes Datenfeld. Password falsch?"; +"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Datenbankformat wird nicht unterstützt"; +"ERROR_UNSUPPORTED_CHIPHER" = "Verschlüsslungsalgorithmus wird nicht unterstützt"; +"ERROR_UNKNOWN_FILE_FORMAT" = "Unbekanntes Dateiformat"; +"ERROR_HEADER_CORRUPTED" = "Header-Daten sind beschädigt"; +"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Kompressionsalgorithmus wird nicht unterstützt"; +"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Format des Zufallsdatemstrom wird nicht unterstützt"; +"ERROR_INTEGRITY_CHECK_FAILED" = "Die Integrität der Datei konnte nicht sichergestellt werden"; +"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Falsche Password und/oder die Schlüsseldatei"; +"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Datenbank-XML enthält keine KeePassFile-Elementen"; +"ERROR_ROOT_ELEMENT_MISSING" = "Datenbank-XML enthält kein Root-Elementen"; +"ERROR_GROUP_ELEMENT_MISSING" = "Datenbank-XML enthält keine Group-Elementen"; +"ERROR_HEADER_HASH_MISSMATCH" = "Fehlerhafte Datei: Header Hash stimmt nicht mit Daten überein."; +"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "Schlüssel-XML-Datei enhält kein Key-Element"; +"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "Schlüssel-XML-Datei enhält kein Data-Element"; +"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Daten des Schlüssels nicht lesbar"; \ No newline at end of file diff --git a/MacPass/en.lproj/KPKLocalizeable.strings b/MacPass/en.lproj/KPKLocalizeable.strings index c7c3870d..84c4f40a 100644 --- a/MacPass/en.lproj/KPKLocalizeable.strings +++ b/MacPass/en.lproj/KPKLocalizeable.strings @@ -10,10 +10,15 @@ "KPK_GROUP_COPY_%@" = "%@ copy"; "KPK_ENTRY_COPY_%@" = "%@ 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!"; + /* Errors */ "ERROR_CORRUPT_TREE" = "The internal file structure is corrupted!"; -"ERROR_INVALID_FIELD_SIZE" = "A data filed has an incorrect size!"; -"ERROR_KEYFILE_NO_KEY_XML_ELEMENT" = "XML Keyfile is missing Key Element"; +"ERROR_INVALID_FIELD_SIZE" = "Incorrect size at data field. Password wrong?"; +"ERROR_INVALID_FIELD_TYPE" = "Unknown data field. Password wrong?"; "ERROR_UNSUPPORTED_DATABASER_VERSION" = "The Database version is not supported"; "ERROR_UNSUPPORTED_CHIPHER" = "Unsupported chipher algorithm"; "ERROR_UNKNOWN_FILE_FORMAT" = "Unknown file format";