use gettext_macros::t; fn _dummy() { t!("Error"); t!("Looks like something went wrong :("); t!("Error: {{ internal_error }}"); t!("We found an entry for {{ query }}:"); 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!("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 e-mail address of your key"); t!("Send link"); t!("We will send you an e-mail with a link you can use to remove any of your e-mail addresses from search."); t!("Managing the key {{ key_fpr }}."); t!("Your key is published with the following identity information:"); 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 was already verified."); t!("Your key {{ key_fpr }} is now published for the identity {{ userid }}."); t!("Verification failed! Perhaps the link you used was expired?"); t!("You can try uploading again."); t!("Your public 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 e-mail address"); t!("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 e-mail address, you can verify it belongs to you:"); t!("Verification Pending"); t!("Note: Some providers delay e-mails for up to 15 minutes to prevent spam. Please be patient."); t!("Send Verification Mail"); 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."); t!("(Why?)"); t!("This key contains {{ count_revoked }} revoked identities, which are not published."); t!("(Why?)"); t!("Your keys have been successfully uploaded:"); t!("Note: To make keys searchable by address, you must upload them individually."); t!("Verifying your email address…"); t!("If the process doesn't complete after a few seconds, ."); }