diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-26 10:07:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-26 10:07:27 +0000 |
commit | 3f2700c657b8e4400804abdab2cdd514a431d8c7 (patch) | |
tree | 934cecd2614c2eaf6b73fe9aaaecdd3ba5918bca | |
parent | 798c6c6141e1d8c915a4afadca37669f86af0150 (diff) |
StartupSilence: spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | langpacks/russian/Plugins/StartupSilence.txt | 36 | ||||
-rw-r--r-- | plugins/StartupSilence/res/StartupSilence.rc | 12 | ||||
-rw-r--r-- | plugins/StartupSilence/src/StartupSilence.h | 8 | ||||
-rw-r--r-- | plugins/StartupSilence/src/version.h | 2 |
4 files changed, 29 insertions, 29 deletions
diff --git a/langpacks/russian/Plugins/StartupSilence.txt b/langpacks/russian/Plugins/StartupSilence.txt index 625ef32111..c17544f110 100644 --- a/langpacks/russian/Plugins/StartupSilence.txt +++ b/langpacks/russian/Plugins/StartupSilence.txt @@ -14,9 +14,9 @@ Выключен тихий запуск TTB
[Toggle Silence ON TTB]
Включен тихий запуск TTB
-[Sounds and Popups are enabled]
+[Sounds and popups are enabled]
Звуки и всплывающие окна включены
-[Sounds and Popups are disabled temporary]
+[Sounds and popups are disabled temporarily]
Звуки и всплывающие окна временно выключены
[Silent Startup mode changed to ON]
Тихий запуск включен
@@ -28,9 +28,9 @@ Тихий запуск выключен
[Toggle Silence At Startup]
Тихий запуск Вкл/Выкл
-[For use this option need TopToolBar module installed.]
+[You have to install TopToolBar to use this option.]
Для использования этой функции необходим установленный TopToolBar модуль
-[For use this option need \"YAPP\" or \"PopUp+\" module installed.]
+[You have to install \"YAPP\" or \"Popup+\" to use this option.]
Для использования этой функции необходим установленный \"YAPP\" или \"PopUp+\" модуль всплывающих окон.
[Silence at Startup]
Тихий запуск
@@ -40,26 +40,26 @@ Включить тихий запуск
[for]
на
-[(10-300) seconds (Default 20).]
-(10-300) сукнд (По-умолчанию 20).
-[Show PopUp notification]
+[10-300 seconds (Default 20)]
+10-300 секунд (По умолчанию 20)
+[Show Popup notification]
Уведомлять во всплывающих окнах
-[PopUp time (1-30) seconds (Default 5).]
-Время показа (1-30) секунд (По-умолчанию 5).
-[Main Menu Item (need plugin reload or miranda restart).]
-Пункт в главном меню (требуется перезапуск Миранды).
-[TopToolBar button (need miranda restart).]
-Кнопка в TopToolBar (требуется перезапуск Миранды).
+[Popup time 1-30 seconds (Default 5)]
+Время показа 1-30 секунд (По умолчанию 5)
+[Main Menu Item (plugin reload or Miranda restart required)]
+Пункт в главном меню (требуется перезапуск Миранды)
+[TopToolBar button (Miranda restart required)]
+Кнопка в TopToolBar (требуется перезапуск Миранды)
[Reset to default\r\n(for this computer)]
Сбросить настройки\r\n(для этого компьютера)
-[You need configure it once for each computer, where you run your Maranda NG.]
-Необходимо один раз настраивать для нового компьютера, где Вы запускаете Maranda NG.
-[No Apply button needed.]
+[You need configure it once for each computer, where you run your Miranda NG.]
+Необходимо один раз настраивать для нового компьютера, где Вы запускаете Miranda NG.
+[No Apply button required.]
Настройки сохраняются автоматически.
[StartupSilence]
Тихий запуск
-[Disabled ALL PopUps and Sounds for 10-300 sec at Miranda startup and Enabled it always for Miranda-NG (Automatically per computer settings).]
-Отключает ВСЕ звуки и всплывающие окна при старте Миранды на 10-300 секунд и влючает их всегда для Miranda-NG (Автоматически запоминает настройки для каждого компьютера).
+[Disables ALL popups and sounds for 10-300 sec at Miranda startup and enables them always for Miranda NG (Automatically per computer settings).]
+Отключает ВСЕ звуки и всплывающие окна при старте Миранды на 10-300 секунд и включает их всегда для Miranda NG (Автоматически запоминает настройки для каждого компьютера).
diff --git a/plugins/StartupSilence/res/StartupSilence.rc b/plugins/StartupSilence/res/StartupSilence.rc index 3266c4f309..6f10f1b79f 100644 --- a/plugins/StartupSilence/res/StartupSilence.rc +++ b/plugins/StartupSilence/res/StartupSilence.rc @@ -36,17 +36,17 @@ BEGIN EDITTEXT IDC_SSTIME,47,59,34,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "spin1",IDC_SSSPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,77,59,12,15
RTEXT "for",IDC_STATIC,13,61,25,9
- LTEXT "(10-300) seconds (Default 20).",IDC_STATIC,84,61,161,9
- CONTROL "Show PopUp notification",IDC_DELAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,81,259,9
+ LTEXT "10-300 seconds (Default 20)",IDC_STATIC,84,61,161,9
+ CONTROL "Show Popup notification",IDC_DELAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,81,259,9
EDITTEXT IDC_SSPOPUPTIME,47,95,34,14,ES_AUTOHSCROLL | ES_NUMBER
CONTROL "spin2",IDC_SSSPIN2,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,77,95,12,15
- LTEXT "PopUp time (1-30) seconds (Default 5).",IDC_STATIC,83,97,161,9
- CONTROL "Main Menu Item (plugin reload or miranda restart required).",IDC_MENU,
+ LTEXT "Popup time 1-30 seconds (Default 5)",IDC_STATIC,83,97,161,9
+ CONTROL "Main Menu Item (plugin reload or Miranda restart required)",IDC_MENU,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,115,259,9
- CONTROL "TopToolBar button (restart miranda required).",IDC_TTB,
+ CONTROL "TopToolBar button (Miranda restart required)",IDC_TTB,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,134,259,9
PUSHBUTTON "Reset to default\r\n(for this computer)",IDC_RESETDEFAULT,202,183,100,23,BS_CENTER | BS_VCENTER | BS_MULTILINE | NOT WS_TABSTOP
- CTEXT "You need configure it once for each computer, where you run your Maranda NG.",IDC_STATIC,11,152,286,28
+ CTEXT "You need configure it once for each computer, where you run your Miranda NG.",IDC_STATIC,11,152,286,28
LTEXT "No Apply button required.",IDC_STATIC,12,196,184,8
END
diff --git a/plugins/StartupSilence/src/StartupSilence.h b/plugins/StartupSilence/src/StartupSilence.h index 055ffa0448..ae85c86449 100644 --- a/plugins/StartupSilence/src/StartupSilence.h +++ b/plugins/StartupSilence/src/StartupSilence.h @@ -42,16 +42,16 @@ INT_PTR SturtupSilenceEnabled(WPARAM wParam, LPARAM lParam); #define ENABLE_SILENCE LPGEN("Toggle Silence ON")
#define DISABLE_SILENCETTB LPGEN("Toggle Silence OFF TTB")
#define ENABLE_SILENCETTB LPGEN("Toggle Silence ON TTB")
-#define ALL_ENABLED TranslateT("Sounds and Popups are enabled")
-#define ALL_DISABLED TranslateT("Sounds and Popups are disabled temporary")
+#define ALL_ENABLED TranslateT("Sounds and popups are enabled")
+#define ALL_DISABLED TranslateT("Sounds and popups are disabled temporarily")
#define S_MODE_CHANGEDON TranslateT("Silent Startup mode changed to ON")
#define S_MODE_CHANGEDOFF TranslateT("Silent Startup mode changed to OFF")
#define SS_IS_ON Translate("Silence At Startup is ON")
#define SS_IS_OFF Translate("Silence At Startup is OFF")
#define TTBNAME Translate("Toggle Silence At Startup")
#define NOTICE TranslateT(MENU_NAME)
-#define NEEDTTBMOD TranslateT("For use this option need TopToolBar module installed.")
-#define NEEDPOPUP TranslateT("For use this option need \"YAPP\" or \"PopUp+\" module installed.")
+#define NEEDTTBMOD TranslateT("You have to install TopToolBar to use this option.")
+#define NEEDPOPUP TranslateT("You have to install \"YAPP\" or \"Popup+\" to use this option.")
static IconItem iconList[] = {
{MENU_NAME, MENU_NAME, IDI_SSICON},
diff --git a/plugins/StartupSilence/src/version.h b/plugins/StartupSilence/src/version.h index 0d56110e4f..bebde25d8a 100644 --- a/plugins/StartupSilence/src/version.h +++ b/plugins/StartupSilence/src/version.h @@ -21,7 +21,7 @@ // stuff that will be used in PluginInfo section and in Version resource
#define __PLUGIN_NAME "StartupSilence"
#define __FILENAME "StartupSilence.dll"
-#define __DESC "Disabled ALL PopUps and Sounds for 10-300 sec at Miranda startup and Enabled it always for Miranda-NG (Automatically per computer settings)."
+#define __DESC "Disables ALL popups and sounds for 10-300 sec at Miranda startup and enables them always for Miranda NG (Automatically per computer settings)."
#define __AUTHOR "Vladimir Lyubimov"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/"
|