summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-12 20:05:14 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-12 20:05:14 +0000
commit69bacf13e2c85a5f57df9215288c9b2dcf205db7 (patch)
treeb2e6c15ffacfc3a0727acde1c1df62dd53913320 /protocols
parent86af3b9f5006773c3acd00493384be7483a0d4a3 (diff)
- Protocols descriptions standardization and russian langpack update accordingly
git-svn-id: http://svn.miranda-ng.org/main/trunk@3079 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/AimOscar/src/version.h2
-rw-r--r--protocols/EmLanProto/src/amdproto.cpp2
-rw-r--r--protocols/FacebookRM/src/version.h2
-rw-r--r--protocols/Gadu-Gadu/src/gg.cpp2
-rw-r--r--protocols/IRCG/IRC_10.vcxproj1
-rw-r--r--protocols/IRCG/IRC_10.vcxproj.filters3
-rw-r--r--protocols/IRCG/src/version.h2
-rw-r--r--protocols/IcqOscarJ/src/init.cpp2
-rw-r--r--protocols/JabberG/src/jabber.cpp2
-rw-r--r--protocols/MRA/src/Mra.cpp2
-rw-r--r--protocols/MSN/src/msn.cpp2
-rw-r--r--protocols/Omegle/src/main.cpp2
-rw-r--r--protocols/Skype/src/version.h2
-rw-r--r--protocols/Tlen/src/tlen.cpp2
-rw-r--r--protocols/Twitter/src/version.h2
-rw-r--r--protocols/Xfire/src/main.cpp2
-rw-r--r--protocols/Yahoo/src/main.cpp2
17 files changed, 19 insertions, 15 deletions
diff --git a/protocols/AimOscar/src/version.h b/protocols/AimOscar/src/version.h
index 27ca00fb92..c3c0c6d697 100644
--- a/protocols/AimOscar/src/version.h
+++ b/protocols/AimOscar/src/version.h
@@ -7,7 +7,7 @@
#define __PLUGIN_NAME "AIM protocol"
#define __FILENAME "AIM.dll"
-#define __DESCRIPTION "Provides support for AOL Instant Messenger (AIM) protocol."
+#define __DESCRIPTION "AOL Instant Messenger (AIM) protocol support for Miranda NG."
#define __AUTHOR "Boris Krasnovskiy, Aaron Myles Landwehr"
#define __AUTHOREMAIL "borkra@miranda-im.org"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp
index cf3fcf5894..5c35adc9df 100644
--- a/protocols/EmLanProto/src/amdproto.cpp
+++ b/protocols/EmLanProto/src/amdproto.cpp
@@ -11,7 +11,7 @@ PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"E-mage LAN Protocol",
VER,
- "Communicating over LAN using UDP protocol",
+ "E-mage LAN protocol support for Miranda NG.",
"kva",
"kva@fromru.com",
"Viktor Kuzmin of e-mage",
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h
index e4c63007e3..0e2390ee0f 100644
--- a/protocols/FacebookRM/src/version.h
+++ b/protocols/FacebookRM/src/version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "Facebook RM"
#define __INTERNAL_NAME "Facebook RM"
#define __FILENAME "Facebook.dll"
-#define __DESCRIPTION "Facebook protocol plugin for Miranda NG."
+#define __DESCRIPTION "Facebook protocol support for Miranda NG."
#define __AUTHOR "Michal Zelinka, Robert Posel"
#define __AUTHOREMAIL "robyer@seznam.cz"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/protocols/Gadu-Gadu/src/gg.cpp b/protocols/Gadu-Gadu/src/gg.cpp
index edf791284d..8a08ca5d74 100644
--- a/protocols/Gadu-Gadu/src/gg.cpp
+++ b/protocols/Gadu-Gadu/src/gg.cpp
@@ -28,7 +28,7 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Gadu-Gadu Protocol",
__VERSION_DWORD,
- "Provides support for Gadu-Gadu protocol.",
+ "Gadu-Gadu protocol support for Miranda NG.",
"Bartosz Bia³ek, Adam Strzelecki",
"dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com",
"© 2009-2012 Bartosz Bia³ek, 2003-2009 Adam Strzelecki",
diff --git a/protocols/IRCG/IRC_10.vcxproj b/protocols/IRCG/IRC_10.vcxproj
index 01bed8d2f4..1e050d5274 100644
--- a/protocols/IRCG/IRC_10.vcxproj
+++ b/protocols/IRCG/IRC_10.vcxproj
@@ -222,6 +222,7 @@
<ClInclude Include="src\MString.h" />
<ClInclude Include="src\resource.h" />
<ClInclude Include="src\ui_utils.h" />
+ <ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
<None Include="Docs\IRC_servers.ini" />
diff --git a/protocols/IRCG/IRC_10.vcxproj.filters b/protocols/IRCG/IRC_10.vcxproj.filters
index 3fe7a31e89..25e3c6de44 100644
--- a/protocols/IRCG/IRC_10.vcxproj.filters
+++ b/protocols/IRCG/IRC_10.vcxproj.filters
@@ -90,6 +90,9 @@
<ClInclude Include="src\ui_utils.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="src\version.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="Docs\IRC_servers.ini">
diff --git a/protocols/IRCG/src/version.h b/protocols/IRCG/src/version.h
index 4def5ec467..0ab77edfa9 100644
--- a/protocols/IRCG/src/version.h
+++ b/protocols/IRCG/src/version.h
@@ -2,7 +2,7 @@
#define __VERSION_STRING "0.11.0.1"
#define __VERSION_DWORD PLUGIN_MAKE_VERSION(0, 11, 0, 1)
-#define __DESC "IRC protocol for Miranda NG."
+#define __DESC "Internet Relay Chat (IRC) protocol support for Miranda NG."
#define __AUTHOR "Miranda team"
#define __AUTHOREMAIL "ghazan@miranda-im.org"
#define __COPYRIGHT "c 2003-2011 Jurgen Persson, George Hazan"
diff --git a/protocols/IcqOscarJ/src/init.cpp b/protocols/IcqOscarJ/src/init.cpp
index de4c5ff4be..0da0ccecf9 100644
--- a/protocols/IcqOscarJ/src/init.cpp
+++ b/protocols/IcqOscarJ/src/init.cpp
@@ -43,7 +43,7 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"IcqOscarJ Protocol",
__VERSION_DWORD,
- "Support for ICQ network, enhanced.",
+ "ICQ protocol support for Miranda NG.",
"Joe Kucera, Bio, Martin Öberg, Richard Hughes, Jon Keating, etc",
"jokusoftware@miranda-im.org",
"(C) 2000-2010 M.Öberg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera",
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp
index 7eae1eb6d4..022a109ebd 100644
--- a/protocols/JabberG/src/jabber.cpp
+++ b/protocols/JabberG/src/jabber.cpp
@@ -49,7 +49,7 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Jabber Protocol",
__VERSION_DWORD,
- "Jabber protocol plugin for Miranda NG.",
+ "Jabber protocol support for Miranda NG.",
"George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura",
"ghazan@miranda-im.org",
"(c) 2005-2012 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura",
diff --git a/protocols/MRA/src/Mra.cpp b/protocols/MRA/src/Mra.cpp
index 6a91a143c3..e7717835da 100644
--- a/protocols/MRA/src/Mra.cpp
+++ b/protocols/MRA/src/Mra.cpp
@@ -7,7 +7,7 @@ PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
PROTOCOL_DISPLAY_NAME_ORIGA,
__VERSION_DWORD,
- "Provides support for Mail.ru agent Instant Messenger protocol.",
+ "Mail.ru Àãåíò (MRA) protocol support for Miranda NG.",
"Rozhuk Ivan",
"Rozhuk_I@mail.ru",
"© 2006-2011 Rozhuk Ivan",
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp
index cd633dcc1c..dd0b1ab473 100644
--- a/protocols/MSN/src/msn.cpp
+++ b/protocols/MSN/src/msn.cpp
@@ -46,7 +46,7 @@ static const PLUGININFOEX pluginInfo =
sizeof(PLUGININFOEX),
"MSN Protocol",
__VERSION_DWORD,
- "Adds support for communicating with users of the MSN Messenger network.",
+ "Microsoft Network (MSN) protocol support for Miranda NG.",
"Boris Krasnovskiy, George Hazan, Richard Hughes",
"borkra@miranda-im.org",
"© 2001-2012 Richard Hughes, George Hazan, Boris Krasnovskiy",
diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp
index ac0ad7e466..6a202d7237 100644
--- a/protocols/Omegle/src/main.cpp
+++ b/protocols/Omegle/src/main.cpp
@@ -35,7 +35,7 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Omegle Protocol",
__VERSION_DWORD,
- "Provides basic support for Omegle Chat protocol.",
+ "Omegle protocol support for Miranda NG.",
"Robert Posel",
"robyer@seznam.cz",
"(c) 2011-12 Robert Posel",
diff --git a/protocols/Skype/src/version.h b/protocols/Skype/src/version.h
index 5cf0309a44..b68233d726 100644
--- a/protocols/Skype/src/version.h
+++ b/protocols/Skype/src/version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "Skype Protocol"
#define __INTERNAL_NAME "Skype"
#define __FILENAME "Skype.dll"
-#define __DESCRIPTION "Provides basic support for Skype protocol."
+#define __DESCRIPTION "Skype protocol support for Miranda NG."
#define __AUTHOR "Unsane, Mataes"
#define __AUTHOREMAIL "mataes2007@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/protocols/Tlen/src/tlen.cpp b/protocols/Tlen/src/tlen.cpp
index 991e22bd6c..b6e447debc 100644
--- a/protocols/Tlen/src/tlen.cpp
+++ b/protocols/Tlen/src/tlen.cpp
@@ -45,7 +45,7 @@ PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
"Tlen Protocol",
PLUGIN_MAKE_VERSION(TLEN_MAJOR_VERSION,TLEN_MINOR_VERSION,TLEN_RELEASE_NUM,TLEN_BUILD_NUM),
- "Tlen protocol plugin for Miranda NG.",
+ "Tlen protocol support for Miranda NG.",
"Santithorn Bunchua, Adam Strzelecki, Piotr Piastucki",
"the_leech@users.berlios.de",
"(c) 2002-2012 Santithorn Bunchua, Piotr Piastucki",
diff --git a/protocols/Twitter/src/version.h b/protocols/Twitter/src/version.h
index 4b9b118193..7e6d456d0b 100644
--- a/protocols/Twitter/src/version.h
+++ b/protocols/Twitter/src/version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "Twitter"
#define __INTERNAL_NAME "Twitter"
#define __FILENAME "Twitter.dll"
-#define __DESCRIPTION "Twitter protocol plugin for Miranda NG."
+#define __DESCRIPTION "Twitter protocol support for Miranda NG."
#define __AUTHOR "dentist, omniwolf, Thief"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/protocols/Xfire/src/main.cpp b/protocols/Xfire/src/main.cpp
index 808bc7dabc..e4f4000c1f 100644
--- a/protocols/Xfire/src/main.cpp
+++ b/protocols/Xfire/src/main.cpp
@@ -132,7 +132,7 @@ PLUGININFOEX pluginInfoEx={
sizeof(PLUGININFOEX),
"Xfire protocol",
PLUGIN_MAKE_VERSION(0,1,8,4),
- "Xfire Protocol Plugin by dufte",
+ "Xfire protocol support for Miranda NG.",
"dufte",
"dufte@justmail.de",
"(c) 2012 Xfirelib by Herbert Poul, Xfire Miranda protocol plugin by dufte",
diff --git a/protocols/Yahoo/src/main.cpp b/protocols/Yahoo/src/main.cpp
index 76eb107410..4b5f3e2e22 100644
--- a/protocols/Yahoo/src/main.cpp
+++ b/protocols/Yahoo/src/main.cpp
@@ -30,7 +30,7 @@ PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Yahoo Protocol",
__VERSION_DWORD,
- "Yahoo Protocol support via libyahoo2 library.",
+ "Yahoo Protocol support for Miranda NG.",
"Gennady Feldman",
"gena01@miranda-im.org",
"© 2003-2010 Gennady Feldman, Laurent Marechal",