diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-01-24 18:55:46 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-01-24 18:55:46 +0000 |
commit | 0edb11038a0935e776423452538db0853292e244 (patch) | |
tree | 6eb92c691f703a00745a16ca4062fa3006dc7e3f | |
parent | c85991a8fdfd1b556c94ad463b895a5e9bde8560 (diff) |
Actman: translation fixes (thx to Awkward)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7861 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Actman/i_opt_dlg2.inc | 4 | ||||
-rw-r--r-- | plugins/Actman/services.ini | 2 | ||||
-rw-r--r-- | plugins/Actman30/services.ini | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/plugins/Actman/i_opt_dlg2.inc b/plugins/Actman/i_opt_dlg2.inc index 96846bd3ef..a15d79f843 100644 --- a/plugins/Actman/i_opt_dlg2.inc +++ b/plugins/Actman/i_opt_dlg2.inc @@ -527,11 +527,9 @@ function DlgProcOpt2(Dialog:HWnd;hMessage:uint;wParam:WPARAM;lParam:LPARAM):lres CallService(MS_VARS_SHOWHELPEX,Dialog,tlparam(@vhi));
end;
hlpContact: begin
-{
MessageBoxW(0,
TranslateW('Select contact to open it''s window'),
TranslateW('Contacts'),0);
-}
end;
hlpService: begin
buf:=GetDlgText(Dialog,IDC_EDIT_SERVICE,true);
@@ -567,13 +565,11 @@ function DlgProcOpt2(Dialog:HWnd;hMessage:uint;wParam:WPARAM;lParam:LPARAM):lres hlpAdvance: begin
end;
hlpChain: begin
-{
MessageBoxW(0,
TranslateW('You can select another group from combobox, '+
'then it will be executed, after that current '+
'action group will be continued.'),
TranslateW('Macros'),0);
-}
end;
hlpDBRW: begin
end;
diff --git a/plugins/Actman/services.ini b/plugins/Actman/services.ini index 289fbcb444..51e3fff61a 100644 --- a/plugins/Actman/services.ini +++ b/plugins/Actman/services.ini @@ -438,7 +438,7 @@ descr=Set protocol status [Service:<proto>/SetXStatus]
alias=PS_ICQ_SETCUSTOMSTATUS
;alias=JS_SETXSTATUSEX
-wparam=0 None|1 Angry|2 Taking a bath|3 Tired|4 Party|5 Drinking beer|6 Thinking|7 Eating|8 Watching TV|9 Meeting|10 Coffee|11 Listening to music|12 Business|13 Shooting|14 Having fun|15 On the phone|16 Gaming|17 Studying|18 Shopping|19 Feeling sick|20 Sleeping|21 Surfing|22 Browsing|23 Working|24 Typing|25 Picnic|26 Cooking|27 Smoking|28 I'm high|29 On WC|30 To be or not to be|31 Watching pro7 on TV|32 Love
+wparam=0 None|1 Angry|2 Taking a bath|3 Tired|4 Birthday|5 Drinking beer|6 Thinking|7 Eating|8 Watching TV|9 Meeting|10 Coffee|11 Listening to music|12 Business|13 Shooting|14 Having fun|15 On the phone|16 Gaming|17 Studying|18 Shopping|19 Feeling sick|20 Sleeping|21 Surfing|22 Browsing|23 Working|24 Typing|25 Picnic|26 Cooking|27 Smoking|28 I'm high|29 On WC|30 To be or not to be|31 Watching pro7 on TV|32 Love
lparam=0
plugin=ICQ
descr=Sets owner current custom status
diff --git a/plugins/Actman30/services.ini b/plugins/Actman30/services.ini index 3e3f51ca28..6b037c267a 100644 --- a/plugins/Actman30/services.ini +++ b/plugins/Actman30/services.ini @@ -435,7 +435,7 @@ descr=Set protocol status [Service:<proto>/SetXStatus]
alias=PS_ICQ_SETCUSTOMSTATUS
;alias=JS_SETXSTATUSEX
-wparam=0 None|1 Angry|2 Taking a bath|3 Tired|4 Party|5 Drinking beer|6 Thinking|7 Eating|8 Watching TV|9 Meeting|10 Coffee|11 Listening to music|12 Business|13 Shooting|14 Having fun|15 On the phone|16 Gaming|17 Studying|18 Shopping|19 Feeling sick|20 Sleeping|21 Surfing|22 Browsing|23 Working|24 Typing|25 Picnic|26 Cooking|27 Smoking|28 I'm high|29 On WC|30 To be or not to be|31 Watching pro7 on TV|32 Love
+wparam=0 None|1 Angry|2 Taking a bath|3 Tired|4 Birthday|5 Drinking beer|6 Thinking|7 Eating|8 Watching TV|9 Meeting|10 Coffee|11 Listening to music|12 Business|13 Shooting|14 Having fun|15 On the phone|16 Gaming|17 Studying|18 Shopping|19 Feeling sick|20 Sleeping|21 Surfing|22 Browsing|23 Working|24 Typing|25 Picnic|26 Cooking|27 Smoking|28 I'm high|29 On WC|30 To be or not to be|31 Watching pro7 on TV|32 Love
lparam=0
plugin=ICQ
descr=Sets owner current custom status
|