#pragma once #include "m_langpack.h" #define LANG_START_OTR LPGEN("Start OTR") #define LANG_STOP_OTR LPGEN("Stop OTR") #define LANG_YES LPGEN("Yes") #define LANG_NO LPGEN("No") #define LANG_OTR_TOOLTIP LPGEN("OTR status (Click for more options)") #define LANG_STATUS_DISABLED LPGEN("OTR Encryption: Disabled") #define LANG_STATUS_UNVERIFIED LPGEN("OTR Encryption: UNVERIFIED") #define LANG_STATUS_PRIVATE LPGEN("OTR Encryption: Private") #define LANG_STATUS_FINISHED LPGEN("OTR Encryption: Finished") #define LANG_SESSION_TERMINATED_OTR LPGEN("OTR encrypted session with '%s' has been terminated") #define LANG_SESSION_REQUEST_OTR LPGEN("Requesting OTR encrypted session with '%s'") #define LANG_SESSION_START_OTR LPGEN("Beginning OTR encrypted session with '%s'") #define LANG_SESSION_START_OTR_VERIFY LPGEN("Beginning OTR encrypted session with '%s' (NOT VERIFIED)") #define LANG_SESSION_TRY_CONTINUE_OTR LPGEN("Trying to refresh OTR encrypted session with '%s'") #define LANG_SESSION_HAS_CONTINUE_OTR LPGEN("OTR encrypted session was refreshed by '%s'") #define LANG_SESSION_HAS_CONTINUE_OTR_VERIFY LPGEN("OTR encrypted session was refreshed by '%s' (NOT VERIFIED)") #define LANG_SESSION_REQUEST_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' sucessfully refreshed") #define LANG_SESSION_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' sucessfully refreshed") #define LANG_SESSION_CONTINUE_OTR_VERIFY LPGEN("OTR encrypted session with '%s' sucessfully refreshed (NOT VERIFIED)") #define LANG_SESSION_TERMINATED_BY_OTR LPGEN("OTR encrypted session has been terminated by '%s'. You should do that, too!") #define LANG_SESSION_NOT_STARTED_OTR LPGEN("OTR encrypted session with '%s' could not be started") #define LANG_ENCRYPTION_ERROR LPGEN("OTR could not encrypt when sending message") #define LANG_OTR_INFO LPGEN("OTR Information") #define LANG_INLINE_PREFIX LPGEN("[OTR INFO] ") #define LANG_SMP_AUTH_FROM LPGEN("Authentication from %s") #define LANG_SMP_AUTH LPGEN("Authenticae %s") #define LANG_UNKNOWN LPGEN("Unknown") #define LANG_OTR_USERMESSAGE LPGEN("OTR: %s (%s)") #define LANG_OTR_NOTIFY LPGEN("OTR %s (%s)") #define LANG_FINGERPRINT_CAPTION LPGEN("OTR New Fingerprint") #define LANG_FINGERPRINT_ASK_VERIFY LPGEN("OTR encrypted session with '%s'.\n\nFingerprint is UNVERIFIED.\n\n%s\n\nVerify?") #define LANG_FINGERPRINT_ASK_NEW LPGEN("A new fingerprint has been recieved from '%s'\n\n%s\n\nDo you trust it?") #define LANG_FINGERPRINT_VERIFIED LPGEN("OTR encrypted session with '%s' is now using a VERIFIED fingerprint") #define LANG_FINGERPRINT_NOT_VERIFIED LPGEN("OTR encrypted session with '%s' is now using a NOT VERIFIED fingerprint") #define LANG_ICON_UNVERIFIED LPGEN("OTR unverified") #define LANG_ICON_FINISHED LPGEN("OTR finished") #define LANG_ICON_PRIVATE LPGEN("OTR private") #define LANG_ICON_NOT_PRIVATE LPGEN("OTR not secure") #define LANG_ICON_OTR LPGEN("OTR") #define LANG_GENERATE_KEY LPGEN("Generating new private key for protocol '%s'.\nPlease Wait...") #define LANG_OPT_GENERAL LPGEN("General") #define LANG_OPT_PROTO LPGEN("Protocols") #define LANG_OPT_CONTACTS LPGEN("Contacts") #define LANG_OPT_FINGER LPGEN("Fingerprints") #define LANG_CONTACT LPGEN("Contact") #define LANG_PROTO LPGEN("Protocol") #define LANG_POLICY LPGEN("Policy") #define LANG_VERIFIED LPGEN("Verified") #define LANG_ACTIVE LPGEN("Active") #define LANG_FINGERPRINT LPGEN("Fingerprint") #define LANG_POLICY_DEFAULT LPGEN("Default") #define LANG_POLICY_ALWAYS LPGEN("Always") #define LANG_POLICY_OPP LPGEN("Opportunistic") #define LANG_POLICY_MANUAL LPGEN("Manual") #define LANG_POLICY_NEVER LPGEN("Never") #define LANG_OTR_ASK_NEWKEY LPGEN("Generating new key for '%s'. Continue?") #define LANG_OTR_ASK_REMOVEKEY LPGEN("Removing key for '%s'. Continue?") #define LANG_OTR_FPVERIFY_TITLE LPGEN("OTR Fingerprint Verification") #define LANG_OTR_FPVERIFY_DESC LPGEN("OTR encrypted session with '%s'.\nThe OTR fingerprint used by your contact is NOT VERIFIED.\nDo you trust it?") #define LANG_OTR_FPVERIFIED_DESC LPGEN("OTR encrypted session with '%s'.\nThe OTR fingerprint used by your contact is already verified.\nDo you still trust it?") #define LANG_YOUR_PRIVKEY LPGEN("Your Fingerprint to tell your contact (use a trusted channel!)") #define LANG_CONTACT_FINGERPRINT LPGEN("VERIFY: Fingerprint from contact") #define LANG_FINGERPRINT_STILL_IN_USE LPGEN("Fingerprint '%s' still in use in conversation with '%s'. You cannot delete it!") #define LANG_FINGERPRINT_NOT_DELETED LPGEN("Fingerprint '%s' in use in conversation with '%s'. It could not be deleted!")