diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 10:34:12 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-25 10:34:12 +0000 |
commit | db0d799d1f72a3b49e54bb2e81ec091e636353b3 (patch) | |
tree | 19b615e529e4efea7eb99d190b22350c214331ab /plugins/MirOTR | |
parent | 3fdf46fd77f2d2f2e3c958a3cd4cf9d37abfe05f (diff) |
typos, spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9576 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR')
-rw-r--r-- | plugins/MirOTR/MirOTR/src/language.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/MirOTR/MirOTR/src/language.h b/plugins/MirOTR/MirOTR/src/language.h index 229caaa127..3eaeba608e 100644 --- a/plugins/MirOTR/MirOTR/src/language.h +++ b/plugins/MirOTR/MirOTR/src/language.h @@ -25,9 +25,9 @@ #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_REQUEST_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' successfully refreshed")
+#define LANG_SESSION_CONTINUE_OTR LPGEN("OTR encrypted session with '%s' successfully refreshed")
+#define LANG_SESSION_CONTINUE_OTR_VERIFY LPGEN("OTR encrypted session with '%s' successfully 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")
@@ -37,7 +37,7 @@ #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_SMP_AUTH LPGEN("Authenticate %s")
#define LANG_UNKNOWN LPGEN("Unknown")
#define LANG_OTR_USERMESSAGE LPGEN("OTR: %s (%s)")
@@ -93,8 +93,8 @@ #define LANG_SMP_QUESTION LPGEN("Question")
#define LANG_SMP_PASSWORD LPGEN("Password")
-#define LANG_SMP_SUCCESS LPGEN("Authentication sucessful.")
-#define LANG_SMP_SUCCESS_VERIFY LPGEN("You contact authenticated you sucessful. You can send your own request to authenticate him.")
+#define LANG_SMP_SUCCESS LPGEN("Authentication successful.")
+#define LANG_SMP_SUCCESS_VERIFY LPGEN("You contact authenticated you successful. You can send your own request to authenticate him.")
#define LANG_SMP_ERROR LPGEN("Error during authentication.")
#define LANG_SMP_FAILED LPGEN("Authentication failed")
#define LANG_SMP_IN_PROGRESS LPGEN("Authentication for '%s' is already in progress.")
|