diff options
-rw-r--r-- | langpacks/russian/Plugins/SkypeStatusChange.txt | 16 | ||||
-rw-r--r-- | plugins/SkypeStatusChange/res/SkypeStatusChange.rc | 2 | ||||
-rw-r--r-- | plugins/SkypeStatusChange/src/Version.h | 2 |
3 files changed, 18 insertions, 2 deletions
diff --git a/langpacks/russian/Plugins/SkypeStatusChange.txt b/langpacks/russian/Plugins/SkypeStatusChange.txt new file mode 100644 index 0000000000..498d7336fc --- /dev/null +++ b/langpacks/russian/Plugins/SkypeStatusChange.txt @@ -0,0 +1,16 @@ +#muuid {2925520b-6677-4658-8bad-5661d13e4692}
+;============================================================
+; File: SkypeStatusChange.dll
+; Plugin: SkypeStatusChange
+; Authors: Dioksin
+;============================================================
+[Skype Status Change according to miranda-Status.]
+Меняет статус запущенного Skype в соответствии со статусом Миранды.
+[Change Skype Status]
+Смена статуса Skype
+[&Check any protocol or any status to exclude it from synchronization:]
+Отмеченные протоколы и статусы не будут синхронизироваться
+[Synchronize status message]
+Синхронизировать сообщение статуса
+[Synchronize if current status differs from previous one]
+Синхронизировать если текущий статус отличается от предыдущего
\ No newline at end of file diff --git a/plugins/SkypeStatusChange/res/SkypeStatusChange.rc b/plugins/SkypeStatusChange/res/SkypeStatusChange.rc index 16f5cb194b..f55a924098 100644 --- a/plugins/SkypeStatusChange/res/SkypeStatusChange.rc +++ b/plugins/SkypeStatusChange/res/SkypeStatusChange.rc @@ -87,7 +87,7 @@ BEGIN LTEXT "&Check any protocol or any status to exclude it from synchronization:",IDC_STATIC,7,13,298,8
CONTROL "",IDC_TREE_PROTOCOLS,"SysTreeView32",WS_BORDER | WS_HSCROLL | WS_TABSTOP,16,26,225,146
CONTROL "Synchronize if current status differs from previous one",IDC_CHECK_STATUSES,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,194,194,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,194,284,10
END
diff --git a/plugins/SkypeStatusChange/src/Version.h b/plugins/SkypeStatusChange/src/Version.h index 6af144d9ef..5c48ad0b98 100644 --- a/plugins/SkypeStatusChange/src/Version.h +++ b/plugins/SkypeStatusChange/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "SkypeStatusChange"
#define __FILENAME "SkypeStatusChange.dll"
-#define __DESCRIPTION "Skype Status Change according to miranda-Status"
+#define __DESCRIPTION "Skype Status Change according to miranda-Status."
#define __AUTHOR "Dioksin"
#define __AUTHOREMAIL "dioksin@ua.fm"
#define __AUTHORWEB "http://miranda-ng.org/"
|