Fix #394: Remove explicit "encrypted" modifier
Public keys are not encrypted. The modifier was wrong anyway. Private keys are not necessarily encrypted.
This commit is contained in:
parent
3ec105b148
commit
0bbda5a4b0
5 changed files with 8 additions and 8 deletions
|
|
@ -1336,7 +1336,7 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f
|
||||||
</tableViewCell>
|
</tableViewCell>
|
||||||
</cells>
|
</cells>
|
||||||
</tableViewSection>
|
</tableViewSection>
|
||||||
<tableViewSection headerTitle="ASCII-Armor Encrypted Public Key" id="MZz-mp-v5N">
|
<tableViewSection headerTitle="ASCII-Armor Public Key" id="MZz-mp-v5N">
|
||||||
<cells>
|
<cells>
|
||||||
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="Lom-iT-l16">
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="Lom-iT-l16">
|
||||||
<rect key="frame" x="0.0" y="84" width="414" height="160"/>
|
<rect key="frame" x="0.0" y="84" width="414" height="160"/>
|
||||||
|
|
@ -1373,7 +1373,7 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f
|
||||||
</tableViewCell>
|
</tableViewCell>
|
||||||
</cells>
|
</cells>
|
||||||
</tableViewSection>
|
</tableViewSection>
|
||||||
<tableViewSection headerTitle="ASCII-ARMOR ENCRYPTED PRIVATE KEY" id="0RP-Jn-j5G">
|
<tableViewSection headerTitle="ASCII-ARMOR PRIVATE KEY" id="0RP-Jn-j5G">
|
||||||
<cells>
|
<cells>
|
||||||
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="J8U-ev-FRQ">
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="J8U-ev-FRQ">
|
||||||
<rect key="frame" x="0.0" y="327" width="414" height="160"/>
|
<rect key="frame" x="0.0" y="327" width="414" height="160"/>
|
||||||
|
|
@ -1510,7 +1510,7 @@ Secret Question 1: What is your childhood best friend's most bizarre superhero f
|
||||||
</tableViewCell>
|
</tableViewCell>
|
||||||
</cells>
|
</cells>
|
||||||
</tableViewSection>
|
</tableViewSection>
|
||||||
<tableViewSection headerTitle="ASCII-ARMOR ENCRYPTED PRIVATE KEY" id="sxk-Yb-Y3x">
|
<tableViewSection headerTitle="ASCII-ARMOR PRIVATE KEY" id="sxk-Yb-Y3x">
|
||||||
<cells>
|
<cells>
|
||||||
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="nmc-vy-Ab5">
|
<tableViewCell clipsSubviews="YES" contentMode="scaleToFill" selectionStyle="none" indentationWidth="10" reuseIdentifier="pgpKeyURLTableViewCell" rowHeight="160" id="nmc-vy-Ab5">
|
||||||
<rect key="frame" x="0.0" y="101" width="414" height="160"/>
|
<rect key="frame" x="0.0" y="101" width="414" height="160"/>
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
"Overwrite" = "Überschreiben";
|
"Overwrite" = "Überschreiben";
|
||||||
"OperationWillOverwriteData." = "Diese Operation wird alle bereits existierenden Daten im Password-Repository überschreiben. Daten auf dem Server bleiben unberührt.";
|
"OperationWillOverwriteData." = "Diese Operation wird alle bereits existierenden Daten im Password-Repository überschreiben. Daten auf dem Server bleiben unberührt.";
|
||||||
"DownloadFromUrl" = "Von URL downloaden";
|
"DownloadFromUrl" = "Von URL downloaden";
|
||||||
"AsciiArmorEncryptedKey" = "Key verschlüsselt im ASCII-Format";
|
"AsciiArmorEncryptedKey" = "Key im ASCII-Format";
|
||||||
"ITunesFileSharing" = "Datenaustausch über iTunes";
|
"ITunesFileSharing" = "Datenaustausch über iTunes";
|
||||||
"Import" = "Importieren";
|
"Import" = "Importieren";
|
||||||
"Imported" = "Importiert";
|
"Imported" = "Importiert";
|
||||||
|
|
|
||||||
|
|
@ -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";
|
"0RP-Jn-j5G.headerTitle" = "PRIVATER SCHLÜSSEL IM ASCII-FORMAT";
|
||||||
|
|
||||||
/* Class = "UILabel"; text = "Not Set"; ObjectID = "2qr-d7-0SK"; */
|
/* Class = "UILabel"; text = "Not Set"; ObjectID = "2qr-d7-0SK"; */
|
||||||
|
|
@ -92,7 +92,7 @@
|
||||||
/* Class = "UILabel"; text = "Advanced"; ObjectID = "MKj-d0-8q3"; */
|
/* Class = "UILabel"; text = "Advanced"; ObjectID = "MKj-d0-8q3"; */
|
||||||
"MKj-d0-8q3.text" = "Erweitert";
|
"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";
|
"MZz-mp-v5N.headerTitle" = "Öffentlicher Schlüssel im ASCII-Format";
|
||||||
|
|
||||||
/* Class = "UILabel"; text = "Not Set"; ObjectID = "Myq-fV-riz"; */
|
/* Class = "UILabel"; text = "Not Set"; ObjectID = "Myq-fV-riz"; */
|
||||||
|
|
@ -242,7 +242,7 @@
|
||||||
/* Class = "UIBarButtonItem"; title = "Clone"; ObjectID = "sgQ-zB-rxv"; */
|
/* Class = "UIBarButtonItem"; title = "Clone"; ObjectID = "sgQ-zB-rxv"; */
|
||||||
"sgQ-zB-rxv.title" = "Klonen";
|
"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";
|
"sxk-Yb-Y3x.headerTitle" = "PRIVATER SCHLÜSSEL IM ASCII-FORMAT";
|
||||||
|
|
||||||
/* Class = "UINavigationItem"; title = "Advanced"; ObjectID = "tc7-wf-hG7"; */
|
/* Class = "UINavigationItem"; title = "Advanced"; ObjectID = "tc7-wf-hG7"; */
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
"Overwrite" = "Overwrite";
|
"Overwrite" = "Overwrite";
|
||||||
"OperationWillOverwriteData." = "This operation will overwrite your current password store data (repository). Data on your remote server will not be affected.";
|
"OperationWillOverwriteData." = "This operation will overwrite your current password store data (repository). Data on your remote server will not be affected.";
|
||||||
"DownloadFromUrl" = "Download from URL";
|
"DownloadFromUrl" = "Download from URL";
|
||||||
"AsciiArmorEncryptedKey" = "ASCII-Armor Encrypted Key";
|
"AsciiArmorEncryptedKey" = "ASCII-Armor Key";
|
||||||
"ITunesFileSharing" = "iTunes File Sharing";
|
"ITunesFileSharing" = "iTunes File Sharing";
|
||||||
"Import" = "Import";
|
"Import" = "Import";
|
||||||
"Imported" = "Imported";
|
"Imported" = "Imported";
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue