diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
commit | d1534023fd7070dc07e5bfc93521049687803271 (patch) | |
tree | 86b15d964108d25731b9069af48cd60632d14ead /plugins/SecureIM | |
parent | 17f17b727b3a1fb59faa69fead5df25a0d3b7468 (diff) |
- translation fixes (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM')
-rw-r--r-- | plugins/SecureIM/src/language.cpp | 156 |
1 files changed, 78 insertions, 78 deletions
diff --git a/plugins/SecureIM/src/language.cpp b/plugins/SecureIM/src/language.cpp index eb19e4605e..ee0fa90447 100644 --- a/plugins/SecureIM/src/language.cpp +++ b/plugins/SecureIM/src/language.cpp @@ -1,104 +1,104 @@ #include "commonheaders.h"
//Popup Messages
-LPCSTR sim001 = "SecureIM established...";
-LPCSTR sim002 = "Key exchange failed...";
-LPCSTR sim003 = "Key from disabled...";
-LPCSTR sim004 = "Sended back message received...";
-LPCSTR sim005 = "Sending back secure message...";
-LPCSTR sim006 = "SecureIM disabled...";
-LPCSTR sim007 = "Sending Key...";
-LPCSTR sim008 = "Key Received...";
-LPCSTR sim009 = "Sending Message...";
-LPCSTR sim010 = "Message Received...";
-LPCSTR sim011 = "Encrypting File:";
-LPCSTR sim012 = "Decrypting File:";
-LPCSTR sim013 = "Bad key received...";
+LPCSTR sim001 = LPGEN("SecureIM established...");
+LPCSTR sim002 = LPGEN("Key exchange failed...");
+LPCSTR sim003 = LPGEN("Key from disabled...");
+LPCSTR sim004 = LPGEN("Sended back message received...");
+LPCSTR sim005 = LPGEN("Sending back secure message...");
+LPCSTR sim006 = LPGEN("SecureIM disabled...");
+LPCSTR sim007 = LPGEN("Sending Key...");
+LPCSTR sim008 = LPGEN("Key Received...");
+LPCSTR sim009 = LPGEN("Sending Message...");
+LPCSTR sim010 = LPGEN("Message Received...");
+LPCSTR sim011 = LPGEN("Encrypting File:");
+LPCSTR sim012 = LPGEN("Decrypting File:");
+LPCSTR sim013 = LPGEN("Bad key received...");
//Error Messages
-LPCSTR sim101 = "SecureIM: Error while decrypting the message.";
-LPCSTR sim102 = "SecureIM: Error while decrypting the message, bad message length.";
-LPCSTR sim103 = "SecureIM: Error while decrypting the message, bad message CRC.";
-LPCSTR sim104 = "User has not answered to key exchange !\nYour messages are still in SecureIM queue, do you want to send them Unencrypted now ?";
-LPCSTR sim105 = "SecureIM not enabled! You Must Enable SecureIM with this user...";
-LPCSTR sim106 = "Can't Send Encrypted Message !\nUser is offline now and his secure key has been expired, Do you want to send your message ?\nIt will be unencrypted !";
-LPCSTR sim107 = "SecureIM won't be loaded because cryptopp.dll is missing or wrong version !";
-LPCSTR sim108 = "SecureIM can't load PGP/GPG key! Check PGP/GPG settings!";
-LPCSTR sim109 = "SecureIM can't encrypt message! Check trust of PGP/GPG key!";
-LPCSTR sim110 = "Can't Send Encrypted Message !\nDo you want to send your message ?\nIt will be unencrypted !";
-LPCSTR sim111 = "Can't change mode! Secure connection established!";
-LPCSTR sim112 = "Can't export RSA private key!";
-LPCSTR sim113 = "Can't import RSA private key!";
-LPCSTR sim114 = "Can't export RSA public key!";
-LPCSTR sim115 = "Can't import RSA public key!";
+LPCSTR sim101 = LPGEN("SecureIM: Error while decrypting the message.");
+LPCSTR sim102 = LPGEN("SecureIM: Error while decrypting the message, bad message length.");
+LPCSTR sim103 = LPGEN("SecureIM: Error while decrypting the message, bad message CRC.");
+LPCSTR sim104 = LPGEN("User has not answered to key exchange !\nYour messages are still in SecureIM queue, do you want to send them Unencrypted now ?");
+LPCSTR sim105 = LPGEN("SecureIM not enabled! You Must Enable SecureIM with this user...");
+LPCSTR sim106 = LPGEN("Can't Send Encrypted Message !\nUser is offline now and his secure key has been expired, Do you want to send your message ?\nIt will be unencrypted !");
+LPCSTR sim107 = LPGEN("SecureIM won't be loaded because cryptopp.dll is missing or wrong version !");
+LPCSTR sim108 = LPGEN("SecureIM can't load PGP/GPG key! Check PGP/GPG settings!");
+LPCSTR sim109 = LPGEN("SecureIM can't encrypt message! Check trust of PGP/GPG key!");
+LPCSTR sim110 = LPGEN("Can't Send Encrypted Message !\nDo you want to send your message ?\nIt will be unencrypted !");
+LPCSTR sim111 = LPGEN("Can't change mode! Secure connection established!");
+LPCSTR sim112 = LPGEN("Can't export RSA private key!");
+LPCSTR sim113 = LPGEN("Can't import RSA private key!");
+LPCSTR sim114 = LPGEN("Can't export RSA public key!");
+LPCSTR sim115 = LPGEN("Can't import RSA public key!");
//Options
-LPCSTR sim201 = "General";
-LPCSTR sim202 = "Protocols";
-LPCSTR sim203 = "Nickname";
+LPCSTR sim201 = LPGEN("General");
+LPCSTR sim202 = LPGEN("Protocols");
+LPCSTR sim203 = LPGEN("Nickname");
LPCSTR sim204 = "UIN/Email/Jid/...";
-LPCSTR sim205 = "Status";
+LPCSTR sim205 = LPGEN("Status");
LPCSTR sim206 = "PSK";
-LPCSTR sim210 = "Name";
-LPCSTR sim211 = "Password is too short!";
-LPCSTR sim212 = "ON";
-LPCSTR sim213 = "Off";
+LPCSTR sim210 = LPGEN("Name");
+LPCSTR sim211 = LPGEN("Password is too short!");
+LPCSTR sim212 = LPGEN("ON");
+LPCSTR sim213 = LPGEN("Off");
LPCSTR sim214 = "PGP";
LPCSTR sim215 = "Key ID";
-LPCSTR sim216 = "Keyrings loaded.";
-LPCSTR sim217 = "Keyrings not loaded!";
-LPCSTR sim218 = "PGP SDK v%i.%i.%i found.";
-LPCSTR sim219 = "PGP SDK not found!";
-LPCSTR sim220 = "This version not supported!";
-LPCSTR sim221 = "(none)";
-LPCSTR sim222 = "Private key loaded.";
-LPCSTR sim223 = "Private key not loaded!";
-LPCSTR sim224 = "The new settings will become valid when you restart MirandaNG!";
-LPCSTR sim225 = "Keyrings disabled!";
+LPCSTR sim216 = LPGEN("Keyrings loaded.");
+LPCSTR sim217 = LPGEN("Keyrings not loaded!");
+LPCSTR sim218 = LPGEN("PGP SDK v%i.%i.%i found.");
+LPCSTR sim219 = LPGEN("PGP SDK not found!");
+LPCSTR sim220 = LPGEN("This version not supported!");
+LPCSTR sim221 = LPGEN("(none)");
+LPCSTR sim222 = LPGEN("Private key loaded.");
+LPCSTR sim223 = LPGEN("Private key not loaded!");
+LPCSTR sim224 = LPGEN("The new settings will become valid when you restart MirandaNG!");
+LPCSTR sim225 = LPGEN("Keyrings disabled!");
LPCSTR sim226 = "GPG";
LPCSTR sim227 = "CP";
LPCSTR sim228 = "ANSI";
LPCSTR sim229 = "UTF8";
-LPCSTR sim230 = "Mode";
-LPCSTR sim231[] = { "Native", "PGP", "GPG", "RSA/AES", "RSA" };
-LPCSTR sim232[] = { "Disabled", "Enabled", "Always try" };
+LPCSTR sim230 = LPGEN("Mode");
+LPCSTR sim231[] = { LPGEN("Native"), "PGP", "GPG", "RSA/AES", "RSA" };
+LPCSTR sim232[] = { LPGEN("Disabled"), LPGEN("Enabled"), LPGEN("Always try") };
LPCSTR sim233 = "PUB";
LPCSTR sim234 = "SHA1";
//Context Menu
-LPCSTR sim301 = "Create SecureIM connection";
-LPCSTR sim302 = "Disable SecureIM connection";
-LPCSTR sim306 = "Load PGP Key";
-LPCSTR sim307 = "Unload PGP Key";
-LPCSTR sim308 = "Load GPG Key";
-LPCSTR sim309 = "Unload GPG Key";
-LPCSTR sim310 = "Delete RSA Key";
-LPCSTR sim311[] = { "SecureIM mode (Native)",
- "SecureIM mode (PGP)",
- "SecureIM mode (GPG)",
- "SecureIM mode (RSA/AES)",
- "SecureIM mode (RSA)" };
-LPCSTR sim312[] = { "SecureIM status (disabled)",
- "SecureIM status (enabled)",
- "SecureIM status (always try)" };
+LPCSTR sim301 = LPGEN("Create SecureIM connection");
+LPCSTR sim302 = LPGEN("Disable SecureIM connection");
+LPCSTR sim306 = LPGEN("Load PGP Key");
+LPCSTR sim307 = LPGEN("Unload PGP Key");
+LPCSTR sim308 = LPGEN("Load GPG Key");
+LPCSTR sim309 = LPGEN("Unload GPG Key");
+LPCSTR sim310 = LPGEN("Delete RSA Key");
+LPCSTR sim311[] = { LPGEN("SecureIM mode (Native)"),
+ LPGEN("SecureIM mode (PGP)"),
+ LPGEN("SecureIM mode (GPG)"),
+ LPGEN("SecureIM mode (RSA/AES)"),
+ LPGEN("SecureIM mode (RSA)") };
+LPCSTR sim312[] = { LPGEN("SecureIM status (disabled)"),
+ LPGEN("SecureIM status (enabled)"),
+ LPGEN("SecureIM status (always try)") };
//System messages
-LPCSTR sim401 = "SecureIM: Sorry, unable to decrypt this message due you have no PGP/GPG installed. Visit www.pgp.com or www.gnupg.org for more info.";
-LPCSTR sim402 = "SecureIM received unencrypted message:\n";
-LPCSTR sim403 = "SecureIM received encrypted message:\n";
+LPCSTR sim401 = LPGEN("SecureIM: Sorry, unable to decrypt this message due you have no PGP/GPG installed. Visit www.pgp.com or www.gnupg.org for more info.");
+LPCSTR sim402 = LPGEN("SecureIM received unencrypted message:\n");
+LPCSTR sim403 = LPGEN("SecureIM received encrypted message:\n");
//RSA messages
-LPCSTR sim501 = "Session closed by receiving incorrect message type";
-LPCSTR sim502 = "Session closed by other side on error";
-LPCSTR sim505 = "Error while decoding AES message";
-LPCSTR sim506 = "Error while decoding RSA message";
-LPCSTR sim507 = "Session closed on timeout";
-LPCSTR sim508 = "Session closed by other side when status \"disabled\"";
-LPCSTR sim510 = "Session closed on error: %02x";
-LPCSTR sim520 = "SecureIM received RSA Public Key from \"%s\"\n\nSHA1: %s\n\nDo you Accept this Key ?";
-LPCSTR sim521 = "SecureIM auto accepted RSA Public key from: %s uin: %s SHA1: %s";
-LPCSTR sim522 = "SecureIM received NEW RSA Public Key from \"%s\"\n\nNew SHA1: %s\n\nOld SHA1: %s\n\nDo you Replace this Key ?";
-LPCSTR sim523 = "SecureIM auto accepted NEW RSA Public key from: %s uin: %s New SHA1: %s Old SHA1: %s";
+LPCSTR sim501 = LPGEN("Session closed by receiving incorrect message type");
+LPCSTR sim502 = LPGEN("Session closed by other side on error");
+LPCSTR sim505 = LPGEN("Error while decoding AES message");
+LPCSTR sim506 = LPGEN("Error while decoding RSA message");
+LPCSTR sim507 = LPGEN("Session closed on timeout");
+LPCSTR sim508 = LPGEN("Session closed by other side when status \"disabled\"");
+LPCSTR sim510 = LPGEN("Session closed on error: %02x");
+LPCSTR sim520 = LPGEN("SecureIM received RSA Public Key from \"%s\"\n\nSHA1: %s\n\nDo you Accept this Key ?");
+LPCSTR sim521 = LPGEN("SecureIM auto accepted RSA Public key from: %s uin: %s SHA1: %s");
+LPCSTR sim522 = LPGEN("SecureIM received NEW RSA Public Key from \"%s\"\n\nNew SHA1: %s\n\nOld SHA1: %s\n\nDo you Replace this Key ?");
+LPCSTR sim523 = LPGEN("SecureIM auto accepted NEW RSA Public key from: %s uin: %s New SHA1: %s Old SHA1: %s");
// EOF
|