summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--langpacks/ru/Deprecated/EmLanProto.txt3
-rw-r--r--langpacks/ru/LinkList.txt2
-rw-r--r--langpacks/ru/Plugins/EmLanProto.txt17
-rw-r--r--protocols/EmLanProto/src/amdproto.cpp3
4 files changed, 23 insertions, 2 deletions
diff --git a/langpacks/ru/Deprecated/EmLanProto.txt b/langpacks/ru/Deprecated/EmLanProto.txt
index d569ec58cd..6818f06e4e 100644
--- a/langpacks/ru/Deprecated/EmLanProto.txt
+++ b/langpacks/ru/Deprecated/EmLanProto.txt
@@ -1,4 +1,5 @@
-;============================================================
+#muuid {e08ce7c4-9eeb-4272-b544-0d32e18d90de}
+;============================================================
; File: EmLanProto.dll
; Module: E-mage LAN protocol
; Versions: 0.0.1.1
diff --git a/langpacks/ru/LinkList.txt b/langpacks/ru/LinkList.txt
index ebb0cf6c5e..37e8a68531 100644
--- a/langpacks/ru/LinkList.txt
+++ b/langpacks/ru/LinkList.txt
@@ -39,6 +39,7 @@ https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Dbx_mmap.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Dbx_mmap_SA.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Dbx_tree.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Db_autobackups.txt
+https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/EmLanProto.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Facebook.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/FavContacts.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/FileAsMessage.txt
@@ -83,6 +84,7 @@ https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/NewsAggregator.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/NewXstatusNotify.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/New_GPG.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/NoHistory.txt
+https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/NotesReminders.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Nudge.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/Omegle.txt
https://mysvn.ru/ghazan/myranda/trunk/langpacks/ru/Plugins/OpenFolder.txt
diff --git a/langpacks/ru/Plugins/EmLanProto.txt b/langpacks/ru/Plugins/EmLanProto.txt
new file mode 100644
index 0000000000..d569ec58cd
--- /dev/null
+++ b/langpacks/ru/Plugins/EmLanProto.txt
@@ -0,0 +1,17 @@
+;============================================================
+; File: EmLanProto.dll
+; Module: E-mage LAN protocol
+; Versions: 0.0.1.1
+;============================================================
+[E-mage LAN Protocol]
+Протокол E-mage LAN
+[E-mage LAN protocol]
+Протокол E-mage LAN
+[LAN Settings]
+Настройки сети
+[Select your IP address]
+Выберите ваш IP адрес
+[Select your name]
+Выберите ваше имя
+[Use computer name]
+Имя компьютера \ No newline at end of file
diff --git a/protocols/EmLanProto/src/amdproto.cpp b/protocols/EmLanProto/src/amdproto.cpp
index 20f20a954e..cf3fcf5894 100644
--- a/protocols/EmLanProto/src/amdproto.cpp
+++ b/protocols/EmLanProto/src/amdproto.cpp
@@ -16,7 +16,8 @@ PLUGININFOEX pluginInfo={
"kva@fromru.com",
"Viktor Kuzmin of e-mage",
"",
- 0
+ 0,
+ { 0xe08ce7c4, 0x9eeb, 0x4272, { 0xb5, 0x44, 0xd, 0x32, 0xe1, 0x8d, 0x90, 0xde } } // {E08CE7C4-9EEB-4272-B544-0D32E18D90DE}
};
HINSTANCE g_hInstance = NULL;