use gettext_macros::t;
fn _dummy() {
t!("Error");
t!("Looks like something went wrong :(");
t!("Error message: {{ internal_error }}");
t!("There was an error with your request:");
t!("We found an entry for {{ query }}:");
t!("Hint: It's more convenient to use keys.openpgp.org from your OpenPGP software. Take a look at our usage guide for details.");
t!("debug info");
t!("Search by Email Address / Key ID / Fingerprint");
t!("Search");
t!("You can also upload or manage your key.");
t!("Find out more about this service.");
t!("News:");
t!("Celebrating 100.000 verified addresses! 📈 (2019-11-12)");
t!("v{{ version }} built from");
t!("Powered by Sequoia-PGP");
t!("Background image retrieved from Subtle Patterns under CC BY-SA 3.0");
t!("Maintenance Mode");
t!("Manage your key");
t!("Enter any verified email address for your key");
t!("Send link");
t!("We will send you an email with a link you can use to remove any of your email addresses from search.");
t!("Managing the key {{ key_fpr }}.");
t!("Your key is published with the following identity information:");
t!("Delete");
t!("Clicking \"delete\" on any address will remove it from this key. It will no longer appear in a search. To add another address, upload the key again.");
t!("Your key is published as only non-identity information. (What does this mean?)");
t!("To add an address, upload the key again.");
t!("We have sent an email with further instructions to {{ address }}.");
t!("This address has already been verified.");
t!("Your key {{ key_fpr }} is now published for the identity {{ userid }}.");
t!("Upload your key");
t!("Upload");
t!("Need more info? Check our intro and usage guide.");
t!("You uploaded the key {{ key_fpr }}.");
t!("This key is revoked.");
t!("It is published without identity information and can't be made available for search by email address (what does this mean?).");
t!("This key is now published with the following identity information (what does this mean?):");
t!("Published");
t!("This key is now published with only non-identity information. (What does this mean?)");
t!("To make the key available for search by email address, you can verify it belongs to you:");
t!("Verification Pending");
t!("Note: Some providers delay emails for up to 15 minutes to prevent spam. Please be patient.");
t!("Send Verification Email");
t!("This key contains one identity that could not be parsed as an email address. This identity can't be published on keys.openpgp.org. (Why?)");
t!("This key contains {{ count_unparsed }} identities that could not be parsed as an email address. These identities can't be published on keys.openpgp.org. (Why?)");
t!("This key contains one revoked identity, which is not published. (Why?)");
t!("This key contains {{ count_revoked }} revoked identities, which are not published. (Why?)");
t!("Your keys have been successfully uploaded:");
t!("Note: To make keys searchable by email address, you must upload them individually.");
t!("Verifying your email address…");
t!("If the process doesn't complete after a few seconds, please .");
t!("Manage your key on {{domain}}");
t!("Hi,");
t!("This is an automated message from {{domain}}.");
t!("If you didn't request this message, please ignore it.");
t!("OpenPGP key: {{primary_fp}}");
t!("To manage and delete listed addresses on this key, please follow the link below:");
t!("You can find more info at {{domain}}/about.");
t!("distributing OpenPGP keys since 2019");
t!("Hi,");
t!("This is an automated message from {{domain}}.");
t!("If you didn't request this message, please ignore it.");
t!("OpenPGP key: {{primary_fp}}");
t!("To manage and delete listed addresses on this key, please follow the link below:");
t!("You can find more info at {{base_uri}}/about");
t!("distributing OpenPGP keys since 2019");
t!("Verify {{userid}} for your key on {{domain}}");
t!("Hi,");
t!("This is an automated message from {{domain}}.");
t!("If you didn't request this message, please ignore it.");
t!("OpenPGP key: {{primary_fp}}");
t!("To let others find this key from your email address \"{{userid}}\", please click the link below:");
t!("You can find more info at {{domain}}/about.");
t!("distributing OpenPGP keys since 2019");
t!("Hi,");
t!("This is an automated message from {{domain}}.");
t!("If you didn't request this message, please ignore it.");
t!("OpenPGP key: {{primary_fp}}");
t!("To let others find this key from your email address \"{{userid}}\",\nplease follow the link below:");
t!("You can find more info at {{base_uri}}/about");
t!("distributing OpenPGP keys since 2019");
}