diff --git a/pass/Base.lproj/Main.storyboard b/pass/Base.lproj/Main.storyboard index b56a28d..91cfd92 100644 --- a/pass/Base.lproj/Main.storyboard +++ b/pass/Base.lproj/Main.storyboard @@ -1336,7 +1336,7 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + @@ -1373,7 +1373,7 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + @@ -1510,7 +1510,7 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f - + diff --git a/pass/de.lproj/Localizable.strings b/pass/de.lproj/Localizable.strings index 91e5335..f4245e8 100644 --- a/pass/de.lproj/Localizable.strings +++ b/pass/de.lproj/Localizable.strings @@ -86,7 +86,7 @@ "Overwrite" = "Überschreiben"; "OperationWillOverwriteData." = "Diese Operation wird alle bereits existierenden Daten im Password-Repository überschreiben. Daten auf dem Server bleiben unberührt."; "DownloadFromUrl" = "Von URL downloaden"; -"AsciiArmorEncryptedKey" = "Key verschlüsselt im ASCII-Format"; +"AsciiArmorEncryptedKey" = "Key im ASCII-Format"; "ITunesFileSharing" = "Datenaustausch über iTunes"; "Import" = "Importieren"; "Imported" = "Importiert"; diff --git a/pass/de.lproj/Main.strings b/pass/de.lproj/Main.strings index a085ef5..c908186 100644 --- a/pass/de.lproj/Main.strings +++ b/pass/de.lproj/Main.strings @@ -1,5 +1,5 @@ -/* Class = "UITableViewSection"; headerTitle = "ASCII-ARMOR ENCRYPTED PRIVATE KEY"; ObjectID = "0RP-Jn-j5G"; */ +/* Class = "UITableViewSection"; headerTitle = "ASCII-ARMOR PRIVATE KEY"; ObjectID = "0RP-Jn-j5G"; */ "0RP-Jn-j5G.headerTitle" = "PRIVATER SCHLÜSSEL IM ASCII-FORMAT"; /* Class = "UILabel"; text = "Not Set"; ObjectID = "2qr-d7-0SK"; */ @@ -92,7 +92,7 @@ /* Class = "UILabel"; text = "Advanced"; ObjectID = "MKj-d0-8q3"; */ "MKj-d0-8q3.text" = "Erweitert"; -/* Class = "UITableViewSection"; headerTitle = "ASCII-Armor Encrypted Public Key"; ObjectID = "MZz-mp-v5N"; */ +/* Class = "UITableViewSection"; headerTitle = "ASCII-Armor Public Key"; ObjectID = "MZz-mp-v5N"; */ "MZz-mp-v5N.headerTitle" = "Öffentlicher Schlüssel im ASCII-Format"; /* Class = "UILabel"; text = "Not Set"; ObjectID = "Myq-fV-riz"; */ @@ -242,7 +242,7 @@ /* Class = "UIBarButtonItem"; title = "Clone"; ObjectID = "sgQ-zB-rxv"; */ "sgQ-zB-rxv.title" = "Klonen"; -/* Class = "UITableViewSection"; headerTitle = "ASCII-ARMOR ENCRYPTED PRIVATE KEY"; ObjectID = "sxk-Yb-Y3x"; */ +/* Class = "UITableViewSection"; headerTitle = "ASCII-ARMOR PRIVATE KEY"; ObjectID = "sxk-Yb-Y3x"; */ "sxk-Yb-Y3x.headerTitle" = "PRIVATER SCHLÜSSEL IM ASCII-FORMAT"; /* Class = "UINavigationItem"; title = "Advanced"; ObjectID = "tc7-wf-hG7"; */ diff --git a/pass/en.lproj/Localizable.strings b/pass/en.lproj/Localizable.strings index e363442..487d277 100644 --- a/pass/en.lproj/Localizable.strings +++ b/pass/en.lproj/Localizable.strings @@ -86,7 +86,7 @@ "Overwrite" = "Overwrite"; "OperationWillOverwriteData." = "This operation will overwrite your current password store data (repository). Data on your remote server will not be affected."; "DownloadFromUrl" = "Download from URL"; -"AsciiArmorEncryptedKey" = "ASCII-Armor Encrypted Key"; +"AsciiArmorEncryptedKey" = "ASCII-Armor Key"; "ITunesFileSharing" = "iTunes File Sharing"; "Import" = "Import"; "Imported" = "Imported"; diff --git a/pass/en.lproj/Main.strings b/pass/en.lproj/Main.strings index dcbda31..24cd698 100644 Binary files a/pass/en.lproj/Main.strings and b/pass/en.lproj/Main.strings differ