Extracte KeePassKit localisations into separater file

This commit is contained in:
michael starke
2013-12-20 19:49:40 +01:00
parent 758cce4e9f
commit aa52079664
8 changed files with 108 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
/*
KPKLocalizeable.strings
MacPass
Created by Michael Starke on 20/12/13.
Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
*/
/* Copy */
"KPK_GROUP_COPY_%@" = "Kopie von %@";
"KPK_ENTRY_COPY_%@" = "Kopie von %@";
/* 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";

Binary file not shown.

View File

@@ -0,0 +1,31 @@
/*
KPKLocalizeable.strings
MacPass
Created by Michael Starke on 20/12/13.
Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
*/
/* Copy */
"KPK_GROUP_COPY_%@" = "%@ copy";
"KPK_ENTRY_COPY_%@" = "%@ copy";
/* 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";

Binary file not shown.

View File

@@ -0,0 +1,29 @@
/*
KPKLocalizeable.strings
MacPass
Created by Michael Starke on 20/12/13.
Copyright (c) 2013 HicknHack Software GmbH. All rights reserved.
*/
/* Copy */
"KPK_GROUP_COPY_%@" = "%@ copy";
"KPK_ENTRY_COPY_%@" = "%@ copy";
/* Errors */
"ERROR_KEYFILE_NO_KEY_XML_ELEMENT" = "Fichier de clef XML ne contenant pas d'élément Clef";
"ERROR_UNSUPPORTED_DATABASER_VERSION" = "Version de la base de données non pris en charge";
"ERROR_UNSUPPORTED_CHIPHER" = "ID de chiffrement non pris en charge";
"ERROR_UNKNOWN_FILE_FORMAT" = "Format de fichier inconnu";
"ERROR_HEADER_CORRUPTED" = "En-tête de fichier corrompu";
"ERROR_UNSUPPORTED_KDBX_COMPRESSION_ALGORITHM" = "Algorithme de compression non pris en charge";
"ERROR_UNSUPPORTED_KDBX_RANDOM_STREAM" = "Type de flux aléatoire non pris en charge";
"ERROR_INTEGRITY_CHECK_FAILED" = "L'intégrité de la base de données n'est pas assurée. Vous pouvez essayer de réparer la base.";
"ERROR_PASSWORD_OR_KEYFILE_WRONG" = "Muavis mot de passe et/ou fichier de clef";
"ERROR_KEEPASSFILE_ELEMENT_MISSING" = "Le fichier XML ne contient pas d'élément KeePassFile";
"ERROR_ROOT_ELEMENT_MISSING" = "Le fichier XML ne contient pas de node root";
"ERROR_GROUP_ELEMENT_MISSING" = "Le fichier XML ne contient pas de node Groupe";
"ERROR_HEADER_HASH_MISSMATCH" = "La table de hashage de l'en-tête ne corresponds pas. Fichier corrompu";
"ERROR_XML_KEYFILE_WITHOUT_KEY_ELEMENT" = "Le fichier XML ne contient pas d'élément clef";
"ERROR_XML_KEYFILE_WITHOUT_DATA_ELEMENT" = "Le champ XML de clef ne contient pas d'élément de données";
"ERROR_XML_KEYFILE_DATA_PARSING_ERROR" = "Impossible de lire les données du fichier XML de clef";

Binary file not shown.