From 64cdfbb4ccc27be95dd42b353a8568498a7b0196 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Fri, 21 Jun 2013 14:29:24 +0000 Subject: - SkypeStatusChange russian translation (patch from dartraiden) git-svn-id: http://svn.miranda-ng.org/main/trunk@5078 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- langpacks/russian/Plugins/SkypeStatusChange.txt | 16 ++++++++++++++++ plugins/SkypeStatusChange/res/SkypeStatusChange.rc | 2 +- plugins/SkypeStatusChange/src/Version.h | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 langpacks/russian/Plugins/SkypeStatusChange.txt 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/" -- cgit v1.2.3