From 48b6f33169ea1018e162c31ad3ae8bcc18fc3a55 Mon Sep 17 00:00:00 2001 From: Oliver Wiese <oliver.wiese@fu-berlin.de> Date: Mon, 8 Oct 2018 14:39:44 +0200 Subject: [PATCH] move files --- PersistentKey+CoreDataClass.swift | 15 -- PersistentKey+CoreDataProperties.swift | 46 ----- enzevalos_iphone.xcodeproj/project.pbxproj | 20 +- .../EnzevalosContact+CoreDataClass.swift | 0 .../PersistentMail +CoreDataClass.swift | 0 localization_backup.strings | 175 ------------------ 6 files changed, 8 insertions(+), 248 deletions(-) delete mode 100644 PersistentKey+CoreDataClass.swift delete mode 100644 PersistentKey+CoreDataProperties.swift rename EnzevalosContact+CoreDataClass.swift => enzevalos_iphone/EnzevalosContact+CoreDataClass.swift (100%) rename PersistentMail +CoreDataClass.swift => enzevalos_iphone/PersistentMail +CoreDataClass.swift (100%) delete mode 100644 localization_backup.strings diff --git a/PersistentKey+CoreDataClass.swift b/PersistentKey+CoreDataClass.swift deleted file mode 100644 index c543f143..00000000 --- a/PersistentKey+CoreDataClass.swift +++ /dev/null @@ -1,15 +0,0 @@ -// -// PersistentKey+CoreDataClass.swift -// -// -// Created by Oliver Wiese on 27.09.17. -// -// - -import Foundation -import CoreData - -@objc(PersistentKey) -public class PersistentKey: NSManagedObject { - -} diff --git a/PersistentKey+CoreDataProperties.swift b/PersistentKey+CoreDataProperties.swift deleted file mode 100644 index 9c1b74c2..00000000 --- a/PersistentKey+CoreDataProperties.swift +++ /dev/null @@ -1,46 +0,0 @@ -// -// PersistentKey+CoreDataProperties.swift -// -// -// Created by Oliver Wiese on 27.09.17. -// -// - -import Foundation -import CoreData - - -extension PersistentKey { - - @nonobjc public class func fetchRequest() -> NSFetchRequest<PersistentKey> { - return NSFetchRequest<PersistentKey>(entityName: "PersistentKey") - } - - @NSManaged public var keyID: Int64 - @NSManaged public var verifiedDate: NSDate? - @NSManaged public var encryptionType: Int16 - @NSManaged public var lastSeen: NSDate? - @NSManaged public var lastSeenAutocrypt: NSDate? - @NSManaged public var preferEncryption: Int16 - @NSManaged public var discoveryDate: NSDate? - @NSManaged public var mailaddress: NSSet? - @NSManaged public var firstMail: PersistentMail? - -} - -// MARK: Generated accessors for mailaddress -extension PersistentKey { - - @objc(addMailaddressObject:) - @NSManaged public func addToMailaddress(_ value: Mail_Address) - - @objc(removeMailaddressObject:) - @NSManaged public func removeFromMailaddress(_ value: Mail_Address) - - @objc(addMailaddress:) - @NSManaged public func addToMailaddress(_ values: NSSet) - - @objc(removeMailaddress:) - @NSManaged public func removeFromMailaddress(_ values: NSSet) - -} diff --git a/enzevalos_iphone.xcodeproj/project.pbxproj b/enzevalos_iphone.xcodeproj/project.pbxproj index 66270420..a245e69f 100644 --- a/enzevalos_iphone.xcodeproj/project.pbxproj +++ b/enzevalos_iphone.xcodeproj/project.pbxproj @@ -37,7 +37,6 @@ 3E9708E11FAC95F5005825C9 /* InviteFriendViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8428A86B1F436A1E007649A5 /* InviteFriendViewController.swift */; }; 3E9708E41FAC95F5005825C9 /* SwiftPGP.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475B00301F7B9565006CDD41 /* SwiftPGP.swift */; }; 3E9708E61FAC95F5005825C9 /* QRCodeGenerator.swift in Sources */ = {isa = PBXBuildFile; fileRef = F14239C01F30A99C00998A83 /* QRCodeGenerator.swift */; }; - 3E9708E91FAC95F5005825C9 /* EnzevalosContact+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472F39261E1277D2009260FB /* EnzevalosContact+CoreDataClass.swift */; }; 3E9708EA1FAC95F5005825C9 /* CustomCells.swift in Sources */ = {isa = PBXBuildFile; fileRef = F1AF938E1E2D04BA00755128 /* CustomCells.swift */; }; 3E9708EB1FAC95F5005825C9 /* GamificationStatusViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8428A86D1F436A1E007649A5 /* GamificationStatusViewController.swift */; }; 3E9708EF1FAC95F5005825C9 /* FolderViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = A10DE41F1EFAA2CE005E8189 /* FolderViewController.swift */; }; @@ -45,7 +44,6 @@ 3E9708F11FAC95F5005825C9 /* LinearBadgeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8428A86C1F436A1E007649A5 /* LinearBadgeViewController.swift */; }; 3E9708F21FAC95F5005825C9 /* ContactCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = A1EB05791D956829008659C1 /* ContactCell.swift */; }; 3E9708F61FAC95F5005825C9 /* Folder+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475DF4781F0D54C9009D807F /* Folder+CoreDataProperties.swift */; }; - 3E9708F71FAC95F5005825C9 /* PersistentMail +CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472F39281E1277D2009260FB /* PersistentMail +CoreDataClass.swift */; }; 3E9708F91FAC95F5005825C9 /* PersistentKey+CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 475B00411F7BB6D6006CDD41 /* PersistentKey+CoreDataProperties.swift */; }; 3E9708FA1FAC95F5005825C9 /* AnimatedSendIcon.swift in Sources */ = {isa = PBXBuildFile; fileRef = F119D28F1E364B59001D732A /* AnimatedSendIcon.swift */; }; 3E9708FB1FAC95F5005825C9 /* ExportViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4707096C1F8F9F4900657F41 /* ExportViewController.swift */; }; @@ -114,8 +112,6 @@ 4715F637202A0248001BFFD0 /* CoreDataTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4715F636202A0248001BFFD0 /* CoreDataTests.swift */; }; 472276BC1FCD46B200ADA507 /* LoggingEventType.swift in Sources */ = {isa = PBXBuildFile; fileRef = A18E7D761FBDE5D9002F7CC9 /* LoggingEventType.swift */; }; 472276BE1FCD484C00ADA507 /* StringExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = A114E4311FACB23000E40243 /* StringExtension.swift */; }; - 472F392A1E1277D2009260FB /* EnzevalosContact+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472F39261E1277D2009260FB /* EnzevalosContact+CoreDataClass.swift */; }; - 472F392C1E1277D2009260FB /* PersistentMail +CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472F39281E1277D2009260FB /* PersistentMail +CoreDataClass.swift */; }; 472F396E1E14F384009260FB /* CoreData.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 472F396D1E14F384009260FB /* CoreData.framework */; }; 472F39701E14F75C009260FB /* DataHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472F396F1E14F75C009260FB /* DataHandler.swift */; }; 472F397C1E1D0B0B009260FB /* PersistentMail +CoreDataProperties.swift in Sources */ = {isa = PBXBuildFile; fileRef = 472F39781E1D0B0B009260FB /* PersistentMail +CoreDataProperties.swift */; }; @@ -138,6 +134,8 @@ 476142081E07E52B00FD5E4F /* Theme.swift in Sources */ = {isa = PBXBuildFile; fileRef = 476142071E07E52B00FD5E4F /* Theme.swift */; }; 4761420A1E082F9C00FD5E4F /* Settings.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 476142091E082F9C00FD5E4F /* Settings.bundle */; }; 476373C21E09BA88004D5EFE /* UserData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 476373C11E09BA88004D5EFE /* UserData.swift */; }; + 476916A0216B86A100491527 /* PersistentMail +CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4769169F216B86A100491527 /* PersistentMail +CoreDataClass.swift */; }; + 476916A2216B86CF00491527 /* EnzevalosContact+CoreDataClass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 476916A1216B86CF00491527 /* EnzevalosContact+CoreDataClass.swift */; }; 47691A8A1ECB56D1004BCFC5 /* Mail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47691A891ECB56D1004BCFC5 /* Mail.swift */; }; 47691A8C1ECC3EC7004BCFC5 /* EphemeralMail.swift in Sources */ = {isa = PBXBuildFile; fileRef = 47691A8B1ECC3EC7004BCFC5 /* EphemeralMail.swift */; }; 47953AA91FD7000200D4631A /* bitcoinde.asc in Resources */ = {isa = PBXBuildFile; fileRef = 47953AA81FD7000200D4631A /* bitcoinde.asc */; }; @@ -292,8 +290,6 @@ 411EB2B85F99B48FFD36F966 /* Pods-enzevalos_iphoneTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-enzevalos_iphoneTests.debug.xcconfig"; path = "../workspace/Pods/Target Support Files/Pods-enzevalos_iphoneTests/Pods-enzevalos_iphoneTests.debug.xcconfig"; sourceTree = "<group>"; }; 4707096C1F8F9F4900657F41 /* ExportViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ExportViewController.swift; sourceTree = "<group>"; }; 4715F636202A0248001BFFD0 /* CoreDataTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CoreDataTests.swift; sourceTree = "<group>"; }; - 472F39261E1277D2009260FB /* EnzevalosContact+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "EnzevalosContact+CoreDataClass.swift"; path = "../EnzevalosContact+CoreDataClass.swift"; sourceTree = "<group>"; }; - 472F39281E1277D2009260FB /* PersistentMail +CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "PersistentMail +CoreDataClass.swift"; path = "../PersistentMail +CoreDataClass.swift"; sourceTree = "<group>"; }; 472F396D1E14F384009260FB /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; }; 472F396F1E14F75C009260FB /* DataHandler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataHandler.swift; sourceTree = "<group>"; }; 472F39781E1D0B0B009260FB /* PersistentMail +CoreDataProperties.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PersistentMail +CoreDataProperties.swift"; sourceTree = "<group>"; }; @@ -316,6 +312,8 @@ 476142071E07E52B00FD5E4F /* Theme.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Theme.swift; sourceTree = "<group>"; }; 476142091E082F9C00FD5E4F /* Settings.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = Settings.bundle; sourceTree = "<group>"; }; 476373C11E09BA88004D5EFE /* UserData.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserData.swift; sourceTree = "<group>"; }; + 4769169F216B86A100491527 /* PersistentMail +CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "PersistentMail +CoreDataClass.swift"; sourceTree = "<group>"; }; + 476916A1216B86CF00491527 /* EnzevalosContact+CoreDataClass.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "EnzevalosContact+CoreDataClass.swift"; sourceTree = "<group>"; }; 47691A891ECB56D1004BCFC5 /* Mail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Mail.swift; sourceTree = "<group>"; }; 47691A8B1ECC3EC7004BCFC5 /* EphemeralMail.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = EphemeralMail.swift; sourceTree = "<group>"; }; 47953AA81FD7000200D4631A /* bitcoinde.asc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bitcoinde.asc; sourceTree = "<group>"; }; @@ -564,10 +562,10 @@ 475DF4771F0D54C9009D807F /* Folder+CoreDataClass.swift */, 475DF4781F0D54C9009D807F /* Folder+CoreDataProperties.swift */, 472F397A1E1D0B0B009260FB /* EnzevalosContact+CoreDataProperties.swift */, - 472F39261E1277D2009260FB /* EnzevalosContact+CoreDataClass.swift */, 472F39801E1E5347009260FB /* Mail_Address+CoreDataProperties.swift */, - 472F39281E1277D2009260FB /* PersistentMail +CoreDataClass.swift */, + 476916A1216B86CF00491527 /* EnzevalosContact+CoreDataClass.swift */, 472F397F1E1E5347009260FB /* Mail_Address+CoreDataClass.swift */, + 4769169F216B86A100491527 /* PersistentMail +CoreDataClass.swift */, ); name = coredata; sourceTree = "<group>"; @@ -1313,7 +1311,6 @@ 3EB4FAA520120096001D0625 /* DialogOption.swift in Sources */, 3E9708E41FAC95F5005825C9 /* SwiftPGP.swift in Sources */, 3E9708E61FAC95F5005825C9 /* QRCodeGenerator.swift in Sources */, - 3E9708E91FAC95F5005825C9 /* EnzevalosContact+CoreDataClass.swift in Sources */, 3E9708EA1FAC95F5005825C9 /* CustomCells.swift in Sources */, 3E9708EB1FAC95F5005825C9 /* GamificationStatusViewController.swift in Sources */, 3E9708EF1FAC95F5005825C9 /* FolderViewController.swift in Sources */, @@ -1323,7 +1320,6 @@ 47A7975B1FCD56B7006B3BC4 /* enzevalos_iphone.xcdatamodeld in Sources */, F1ADF0751FBDF7D20017AE31 /* Logger.swift in Sources */, 3E9708F61FAC95F5005825C9 /* Folder+CoreDataProperties.swift in Sources */, - 3E9708F71FAC95F5005825C9 /* PersistentMail +CoreDataClass.swift in Sources */, 3E9708F91FAC95F5005825C9 /* PersistentKey+CoreDataProperties.swift in Sources */, 3E9708FA1FAC95F5005825C9 /* AnimatedSendIcon.swift in Sources */, 3E9708FB1FAC95F5005825C9 /* ExportViewController.swift in Sources */, @@ -1378,6 +1374,7 @@ A1C3270E1DB907D900CE2ED5 /* TextFormatter.swift in Sources */, F12041FD1DA409A5002E4940 /* ListViewCell.swift in Sources */, A1E2324E1F0FA41A00DC9D40 /* FolderListCell.swift in Sources */, + 476916A0216B86A100491527 /* PersistentMail +CoreDataClass.swift in Sources */, A1EB05941D956931008659C1 /* InboxCellDelegator.swift in Sources */, 8428A85D1F436A05007649A5 /* Badges.swift in Sources */, 8428A8651F436A11007649A5 /* BadgeCaseCollectionViewCell.swift in Sources */, @@ -1404,7 +1401,6 @@ 475B00331F7B9565006CDD41 /* SwiftPGP.swift in Sources */, 3EB4FAA420120096001D0625 /* DialogOption.swift in Sources */, F14239C11F30A99C00998A83 /* QRCodeGenerator.swift in Sources */, - 472F392A1E1277D2009260FB /* EnzevalosContact+CoreDataClass.swift in Sources */, F1AF938F1E2D04BA00755128 /* CustomCells.swift in Sources */, 8428A8711F436A1E007649A5 /* GamificationStatusViewController.swift in Sources */, F1866C86201F707200B72453 /* EmailHelper.m in Sources */, @@ -1416,7 +1412,6 @@ A1EB057A1D956829008659C1 /* ContactCell.swift in Sources */, A12FC23120221A1400196008 /* ExportInfoViewController.swift in Sources */, 475DF47A1F0D54C9009D807F /* Folder+CoreDataProperties.swift in Sources */, - 472F392C1E1277D2009260FB /* PersistentMail +CoreDataClass.swift in Sources */, 475B00431F7BB6D6006CDD41 /* PersistentKey+CoreDataProperties.swift in Sources */, F119D2901E364B59001D732A /* AnimatedSendIcon.swift in Sources */, 4707096D1F8F9F4900657F41 /* ExportViewController.swift in Sources */, @@ -1442,6 +1437,7 @@ A1083A541E8BFEA6003666B7 /* Onboarding.swift in Sources */, A111F6AD1FA77B170060AFDE /* Logger.swift in Sources */, A13526791D955BDF00D3BFE1 /* AppDelegate.swift in Sources */, + 476916A2216B86CF00491527 /* EnzevalosContact+CoreDataClass.swift in Sources */, A1ECE54B1EFBE7ED0009349F /* FolderCell.swift in Sources */, 8428A85F1F436A05007649A5 /* GamificationData.swift in Sources */, 475DF4791F0D54C9009D807F /* Folder+CoreDataClass.swift in Sources */, diff --git a/EnzevalosContact+CoreDataClass.swift b/enzevalos_iphone/EnzevalosContact+CoreDataClass.swift similarity index 100% rename from EnzevalosContact+CoreDataClass.swift rename to enzevalos_iphone/EnzevalosContact+CoreDataClass.swift diff --git a/PersistentMail +CoreDataClass.swift b/enzevalos_iphone/PersistentMail +CoreDataClass.swift similarity index 100% rename from PersistentMail +CoreDataClass.swift rename to enzevalos_iphone/PersistentMail +CoreDataClass.swift diff --git a/localization_backup.strings b/localization_backup.strings deleted file mode 100644 index 80d6e993..00000000 --- a/localization_backup.strings +++ /dev/null @@ -1,175 +0,0 @@ -/* - Localizable.strings - enzevalos_iphone - - Created by jakobsbode on 06.10.16. - Copyright © 2016 fu-berlin. All rights reserved. -*/ -"AccessContacts" = "Access contacts"; -"AccessContactsDescription" = "This App requires access to your contacts to work properly. We do not share your data with others or transfer it over the internet."; -"AccessNotGranted" = "Please allow access to contacts in Settings, to get to know the true promise of this App"; -"Archive" = "Archive"; -"Address" = "Address"; -"Addressbook" = "Addressbook"; -"Attach" = "Attach"; -"Attachment" = "Attachment"; -"Authentification" = "Authentification"; -"Back" = "Back"; -"Bcc" = "BCC";//"Blindkopie"; -"Cancel" = "Cancel"; -"Cc" = "CC";//"Kopie"; -"Checkmarks" = "You received Mails from Mailadresses with checkmarks"; -"codeExplanation" = "In order to use the secret on an other device, you need the following code. You can find the code again in this view, if you want to transfer it later."; -"CouldNotConnect" = "Couldn't connect to server. Please check your data and modify it maybe."; -"ConnectingToMailServer" = "Connecting to mailserver"; -"Contacts" = "Contacts"; -"Content" = "Content"; -"ContentNo" = "No content"; -"CreateAndManageKeys" = "Create and manage keys"; -"DeleteCode" = "Delete code and resend"; -"Details" = "Key Details"; -"DiscoveryTime" = "Discoverytime"; -"Done" = "Done"; -"Drafts" = "Drafts"; -"edit" = "Edit"; -"Emailaddress" = "Emailaddress"; -"EncryptionType" = "Encryption Type"; -"EverythingCorrect" = "Everything correct?"; -"ExportInfoViewText" = "To have the ablility to read your secure emails, one has to know a secret. This secret is located on your smartphone. \nIn order to read your secure emails onto other devices, this secret has to be transfered to them. If you want to do that, open on the other device the"; -"ExportKeyMailWasSentTopLabel" = "Your secret was sent in an email to the address"; -"ExportKeyMailWasSentBottomLabel" = ""; -"ExportKeyMailWillBeSentTopLabel" = "Your secret will be sent in an email to the address"; -"ExportKeyMailWillBeSentBottomLabel" = ""; -"Fingerprint" = "Fingerprint"; -"Folders" = "Folders"; -"Forward" = "Forward"; -"From" = "From"; -"GetHelp" = "To get help, tap on the letter or postcard in the app."; -"GotIt" = "Got it!"; -"INBOX" = "INBOX"; -"Inbox" = "Inbox"; -"Insecure" = "Insecure"; -"InsertMailAddress" = "Please enter your email address"; -"InsertMailAddressAndPassword" = "Please enter your email address and password"; -"InsertPassword" = "Please enter your password"; -"InsertUsername" = "Please enter your username"; -"InterestedInSecureMail" = "Nice to see that you are interested in secure mail!"; -"Junk" = "Junk"; -"KeyAddresses" = "Mailaddresses from the key"; -"KeyDetails" = "Key Details"; -"KeyID" = "KeyID"; -"KeyIsRevoked" = "The Key is revoked. It was revoked at "; -"KeyIsVerified" = "The Key is verified. It was verified at "; -"KeyNotFound" = "No Key Found. This is an error, contact the developers!"; -"Letter" = "Letter"; -"LetterDamaged" = "Damaged Letter"; -"LetterDescription" = "• A confidential mail\n• Written by the stated sender\n• Needs participation of sender and receiver. Therefor you can invite contacts in the app."; -"mail from" = "mail from"; -"Message" = "Message"; -"MoreInformation" = "More Information"; -"Next" = "Next"; -"next" = "next"; -"None" = "None"; -"NormalPassword" = "Normal, password"; -"Now" = "just now"; -"OneMinuteAgo" = "1 min ago"; -"original message" = "original message"; -"Password" = "Password"; -"Plaintext" = "Plaintext"; -"Postcard" = "Postcard"; -"PostcardDescription" = "• The kind of mail you know\n• Neihter confidential, nor you know if it's a forgery\n• Everybody can read and manipulate it"; -"Re" = "Re"; -"ReadFollowingPages" = "We want to make secure mail easy to use.\nTherefore please read the next three pages."; -"ReadMailOnOtherDevice" = "Read this email on another device"; -"ReadOnOtherDevices" = "Read secure mails on other devices!"; -"Receive" = "Receive"; -"ReceiveError" = "An error occured"; //mehr spezifizieren? -"ReceiveDamagedInfo" = "Something is wrong with this message. It might have been tempered with."; -"ReceiveSecureInfo" = "This message was properly closed. It cannot be read by third parties. The identity of the sender has beed checked."; -"ReceiveInsecureInfo" = "This message was not encrypted so it was possible for everyone on the way to read its content. The identity of the sender can not verified and the content of the message might have been manipulated."; -"ReceiveInsecureInfoVerified" = "This message was not encrypted so it was possible for everyone on the way to read its content. The identity of the sender was verified and the content of the message was not changed."; -"ReceiveInsecureInfoEncrypted" = "This message was encrypted, but the identity of the sender could not be verified."; -"ReceiveInsecureInfoDecryptionFailed" = "This message is encrypted, but it could not be decrypted. This may be because an old key was used or something shady might have happened."; -"Refresh" = "Refresh"; -"Reply" = "Reply"; -"SaveToDrafts" = "Save to drafts"; -"Secure" = "Secure"; -"Send" = "Send"; -"SendError" = "An error occured"; //mehr spezifizieren? -"SendInsecureInfo" = "This Mail would be send insecurely to all orange contacts. So everybody could read and manipulate it. You could invite them to use Enzevalos to communicate securely."; -"SendInsecureInfoAll" = "This Mail would be send insecurely to all contacts. So everybody could read and manipulate it. You could invite them to use Enzevalos to communicate securely."; -"SendSecureInfo" = "Congratulations! This Mail would be send securely. It is impossible for anybody to read or manipulate it."; -"SendSuccess" = "Sent successfully"; -"Sent" = "Sent"; -"sent at" = "sent at"; -"Sign" = "Sign"; -"Signed" = "Signed"; -"Subject" = "Subject"; -"subject" = "subject"; -"SubjectNo" = "No subject"; -"To" = "To"; -"to" = "to"; -"Transportencryption" = "Transportencryption"; -"Trash" = "Trash"; -"TwoDaysAgo" = "2 days ago"; -"Username" = "Username"; -"Welcome" = "Welcome"; -"WhatAShame" = "Too bad"; -"WrongMailAddressOrPassword" = "Email address or password were wrong. Please try again!"; -"write" = "write"; -"Yesterday" = "yesterday"; -"NoFurtherMessages" = "No further messages..."; -"Updating" = "Updating..."; -"LastUpdate" = "Last Update"; -"notVerified" = "Contact is not verified jet"; -"noEncryption" = "Contact is not jet using encryption"; -"otherEncryption" = "This is the unsafe tray with this Contact"; -"hasKeyButNoMail" = "Contact has a key, but you haven't received a safe email jet."; -"Verified" = "Contact is verified"; -"verifyNow" = "Verify now"; -"toEncrypted" = "Switch to secure tray"; -"invite" = "Invide contact to use encryption"; -"discardButton" = "Discard"; -"allMessages" = "All messages from this tray"; -"otherRecords" = "Other trays of this contact"; -"connectedAddresses" = "Associated addresses"; -"CC" = "To/CC"; -"All" = "All"; -"Body" = "Body"; -"and" = "and"; -"more" = "more"; -"encryptedBeforeHeadline" = "Insecure Message"; -"encryptedBeforeText" = "You received secure messages from this contact before. Maybe don't trust this email too much or ask the contact via secure message or other channel whether this message is legitimate.\n"; -"corruptedText" = "This E-Mail may have been modified! If you want to read it anyways, please be weary of its content."; -"corruptedHeadline" = "Attention!"; -"answer" = "Answer"; -"couldNotDecryptHeadline" = "Could not decrypt Message"; -"couldNotDecryptText" = "It was not possible to decrypt this message. This might be because the sender used the wrong key. If you expect a message from this contact, you could try reaching out on another channel.\n"; -"inviteContacts" = "Invite insecure Contacts"; -"inviteSubject" = "Lets use secure email!"; -"inviteText" = "Hey there!\n\nThere is this new App called Enzevalos which makes it really easy to communicate encrypted over email.\n\nI would love for you to try it!\n\nBest regards!"; -"noName" = "NO NAME"; -"you" = "Your Tray"; -"thisIsYou" = "Emails you sent yourself are collected here"; -"didYouSendThis" = "Hey, did you send me this email?\nI'm just asking because it was sent insecurely.\n\n"; -"reactButton" = "Request Confirmation"; -"sendSecureIfPossible" = "Send as letter when possible"; -"sendInsecure" = "Send as postcard"; -"sendInsecureAll" = "Send as postcard to everyone"; -"sendSecure" = "Send as letter"; -"verifyContact" = "Verify Contact"; -"scanQRCode" = "Scan the QR Code of the Contact"; -"wrongQRCode" = "Incompatible QR Code found"; -"fingerprintMissmatch" = "The found Fingerprint does not match!"; -"verifySuccess" = "Successfully verified!"; -"yourFingerprint" = "Your Fingerprint:"; -"fingerprintMissmatchShort" = "Fingerprint does not match!"; -"fingerprintMissmatchText" = "Make sure you scanned the correct contact. If you did, you might be victim of a man-in-the-middle-attack."; -"scanDifferentCode" = "Scan different QR Code"; -"secureContacts" = "Secure Contacts"; -"secureCommunication" = "Secure Communication"; -"ErrorText" = "An error occured. Are you connected to the internet?"; -"about" = "About"; -"YourBadges" = "Your Badges"; -"copied" = "Copied key to your clipboard"; -"copyKey" = "Copy key to clipboard"; -- GitLab