- po/pt.po: Translate primary key deletion confirmation message.
Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com>
Differential D483
po: add portuguese primary key deletion message matheusmoreira on May 2 2019, 5:16 AM. Authored by Tags None Subscribers None
Details
Signed-off-by: Matheus Afonso Martins Moreira <matheus.a.m.moreira@gmail.com> Given an environment configured to use the portuguese language and a temporary gpg home with primary and subordinate keys: $ agent/gpg-agent --daemon --homedir $XDG_RUNTIME_DIR/gnupg-git $ g10/gpg --homedir $XDG_RUNTIME_DIR/gnupg-git --batch --passphrase '' --default-new-key-algo 'rsa1024/cert+rsa1024/sign' --quick-gen-key test $ PRIMARY=$(g10/gpg --homedir $XDG_RUNTIME_DIR/gnupg-git -K --with-subkey-fingerprint --with-colons | awk -F: '/fpr/ { print $10 }' | head -1) Attempting to delete the $PRIMARY! key should result in a third confirmation prompt in portuguese warning about the fact the user's primary key is about to be deleted.
Diff Detail
|