diff options
Diffstat (limited to 'protocols/Omegle/docs')
-rw-r--r-- | protocols/Omegle/docs/omegle - langpack.txt | 104 | ||||
-rw-r--r-- | protocols/Omegle/docs/omegle - readme_cz.txt | 80 | ||||
-rw-r--r-- | protocols/Omegle/docs/omegle - readme_en.txt | 80 |
3 files changed, 264 insertions, 0 deletions
diff --git a/protocols/Omegle/docs/omegle - langpack.txt b/protocols/Omegle/docs/omegle - langpack.txt new file mode 100644 index 0000000000..dde7241ba9 --- /dev/null +++ b/protocols/Omegle/docs/omegle - langpack.txt @@ -0,0 +1,104 @@ +; Omegle Protocol 0.1.0.0 + +[Server] +
+[Last question is empty.] +
+[Your question is too short.] +
+[Your '/asl' setting is empty.] +
+[Unknown command. Send '/commands' for list.] +
+[You aren't connected to any stranger. Send '/help' or '/commands' for help.] +
+[You can't send messages in question mode.] +
+[Omegle is a great way of meeting new friends!] +
+[You] +
+[Connection error.] +
+[Chosing server: ] +
+[Connected to server %s. There are %s users online now.] +
+[On whole Omegle are %s strangers online now.] +
+[Stranger 1] +
+[Stranger 2] +
+[Stranger] +
+[You and the Stranger both like: ] +
+[%s disconnected.] +
+[Recaptcha is required.\nOpen Omegle chat in webbrowser, solve Recaptcha and try again.] +
+[Error: ] +
+[We are still waiting...] +
+[Connecting canceled.] +
+[Disconnecting...] +
+[We are already waiting for new stranger...] +
+[Connecting...] +
+[Waiting for Stranger...] +
+[We are disconnecting now, wait...] +
+[Server:] +
+[Visible name:] +
+[Meet strangers with common interests (separated by commas):] +
+[Automatically send this message to stranger after connection:] +
+[This text will be sent when you use "/asl" message:] +
+[Don't clear chat before connecting to new stranger] +
+[Automatically connect to another stranger when current disconnects] +
+[I want Omegle to reuse my questions if they are good enough (Question mode)] +
+[Enable logging for debugging purposes] +
+[Load count of users on actual server after connection] +
+[Last used question (Question mode):] +
+[Meet strangers with common interests] +
+[Your interests (separated by commas):] +
+[%s server connection] +
+[Unable to get Netlib connection for Omegle] +
+[Stranger typing] +
+[Stranger stopped typing] +
+[Changing stranger] +
+[Network] +
+[Account] +
+[Omegle Icon] +
+[Visit Profile] +
+[Protocols] +
+[Omegle] +
diff --git a/protocols/Omegle/docs/omegle - readme_cz.txt b/protocols/Omegle/docs/omegle - readme_cz.txt new file mode 100644 index 0000000000..bdad6cd73d --- /dev/null +++ b/protocols/Omegle/docs/omegle - readme_cz.txt @@ -0,0 +1,80 @@ +---------------------------
+| Omegle Protocol 0.1.0.0 |
+| (26.4.2012) |
+---------------------------
+
+Autor: Robyer
+ E-mail: robyer@seznam.cz
+ Jabber: robyer@jabbim.cz
+ ICQ: 372317536
+ Web: http://robyer.info
+
+SVN: http://code.google.com/p/robyer/
+
+!!!! Vyžadována Miranda 0.9.43 a novější nebo 0.10.2 a novější !!!!!
+
+--------------------------------
+ SKRYTÉ NASTAVENÍ
+--------------------------------
+TimeoutsLimit (byte) - počet povolených timeoutů před odpojením protokolu
+
+--------------------------------
+ Historie verzí
+--------------------------------
+0.1.0.0 - 26.4.2012
+ První vydání na addons
+
+0.0.2.0 - 23.4.2012
+ ! Commited some fixes from Facebook protocol (patch by borkra)
+ * Reworked commands
+ + Remember last question in Question mode
+
+0.0.1.1 - 13.4.2012
+ ! Fixed saving text values in options
+
+0.0.1.0 - 13.4.2012
+ + Added settings and account dialogs
+ + Getting number of users connected to server
+ + Support for Question mode and Spy mode
+ + Support for searching strangers with same interests
+ + Added sounds for stranger typing notify
+ ! Code cleanup
+ ! Many fixes and improvements
+
+0.0.0.6 - 26.3.2012
+ ! Opraveno připojení
+ * Při připojování k cizinci se volí náhodný Omegle server
+
+0.0.0.5 - 27.9.2011
+ * Interní změny ohledně stavů komunikace
+ + Added support for send message after stranger connects (see hidden settings)
+ + Added support for automatic reconnect to another stranger (see hidden settings)
+ + Added support for not erasing content of chat window (see hidden settings)
+
+0.0.0.4 - 18.4.2011
+ * Připojování/odpojování cizinců v jiném vlákně
+ * Úprava rolí kontaktů v chatu
+ ! Opraveno <undef> v Tabsrmm
+ ! Opraveno neinformování o odpojení cizince
+ ! Opravy k zobrazení vlastní přezdívky místo "You"
+ ! Oprava pro použití smajlíků
+ ! Spousta různých oprav
+ * Změna názvu skrytého klíče "ChatName" na "Nick"
+ * Možnost zapnutí logování skrz skrytý klíč "EnableLogging" (byte) = 1
+
+0.0.0.3 - 16.4.2011
+ + Přidány ikony protokolu (dokud někdo nevytvoří lepší)
+ + Možnost přejmenování vlastního jména v chatu skrz Unicode klíč "ChatName".
+ * Změna "ovládání": Příkaz "/new" pro připojení k nové konverzaci a "/quit" pro ukončení stávající
+ ! Opraveno duplikování odchozích událostí po přepřipojení
+ ! Oprava nezobrazení zpráv, které byly přijaty s jinou událostí
+
+0.0.0.2 - 13.4.2011
+ ! Nahrazování speciálních znaků v příchozích zprávách (\r,\n,\,")
+ + Skrytý klíč "MessageAsl" (Unicode string), kde lze zapsat text zprávy, která se odešle při odeslání "/asl"
+ * Použití persistent http připojení
+ * Drobné změny či opravy
+
+0.0.0.1 - 10.4.2011
+ + První veřejná verze
+
\ No newline at end of file diff --git a/protocols/Omegle/docs/omegle - readme_en.txt b/protocols/Omegle/docs/omegle - readme_en.txt new file mode 100644 index 0000000000..33973f00e8 --- /dev/null +++ b/protocols/Omegle/docs/omegle - readme_en.txt @@ -0,0 +1,80 @@ +---------------------------
+| Omegle Protocol 0.1.0.0 |
+| (26.4.2012) |
+---------------------------
+
+Autor: Robyer
+ E-mail: robyer@seznam.cz
+ Jabber: robyer@jabbim.cz
+ ICQ: 372317536
+ Web: http://robyer.info
+
+SVN: http://code.google.com/p/robyer/
+
+!!!! Required Miranda 0.9.43 or newer or Miranda 0.10.2 and newer !!!!
+
+--------------------------------
+ HIDDEN SETTINGS
+--------------------------------
+TimeoutsLimit (byte) - number of allowed timeouts before disconnection protocol
+
+--------------------------------
+ Version history
+--------------------------------
+0.1.0.0 - 26.4.2012
+ First addons release
+
+0.0.2.0 - 23.4.2012
+ ! Commited some fixes from Facebook protocol (patch by borkra)
+ * Reworked commands
+ + Remember last question in Question mode
+
+0.0.1.1 - 13.4.2012
+ ! Fixed saving text values in options
+
+0.0.1.0 - 13.4.2012
+ + Added settings and account dialogs
+ + Getting number of users connected to server
+ + Support for Question mode and Spy mode
+ + Support for searching strangers with same interests
+ + Added sounds for stranger typing notify
+ ! Code cleanup
+ ! Many fixes and improvements
+
+0.0.0.6 - 26.3.2012
+ ! Fixed connection
+ * When connecting to stranger, chose random Omegle server
+
+0.0.0.5 - 27.9.2011
+ * Some internal changes (this brings some bugs - you will see :))
+ + Added support for send message after stranger connects (see hidden settings)
+ + Added support for automatic reconnect to another stranger (see hidden settings)
+ + Added support for not erasing content of chat window (see hidden settings)
+
+0.0.0.4 - 18.4.2011
+ * (Dis)connecting strangers in other thread
+ * Added admin role to own contact
+ ! Fixed <undef> in Tabsrmm
+ ! Fixed not informing about disconnecting stranger
+ ! Fixes to own nickname (instead of "You")
+ ! Fixed not supporting smileys
+ ! Another small fixes
+ * Changed name of hidden key "ChatName" to "Nick"
+ * You can enable logging through hidden key "EnableLogging" (byte) = 1
+
+0.0.0.3 - 16.4.2011
+ + Added protocol icons (until someone creates better)
+ + You can change your name in chat through hidden key "ChatName" (unicode string)
+ * Changed commands: Command "/new" for connect to new stranger, "/quit" for end actual conversation
+ ! Fixed duplicying outgoing events after reconnect
+ ! Fix for not showing messages, which were received with another event
+
+0.0.0.2 - 13.4.2011
+ ! Replacing special chars in incomming messages (\r,\n,\,")
+ + Hidden key "MessageAsl" (Unicode string) with text, which is send when you write "/asl"
+ * Used persistent http connection
+ * Small changes/fixes
+
+0.0.0.1 - 10.4.2011
+ * First public version
+
\ No newline at end of file |