diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:34:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-13 09:34:35 +0000 |
commit | 002652dfba97993283f544194f6837abe5955257 (patch) | |
tree | 4a1656cd93c64ae362af3301273bc878d42befc7 /protocols/Omegle/docs | |
parent | 41b579acddacffb545269fe44e6550ed30ef9a24 (diff) |
Omegle: folders restructurization
git-svn-id: http://svn.miranda-ng.org/main/trunk@1903 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Omegle/docs')
-rw-r--r-- | protocols/Omegle/docs/omegle-translation.txt | 66 | ||||
-rw-r--r-- | protocols/Omegle/docs/readme.txt | 2 |
2 files changed, 68 insertions, 0 deletions
diff --git a/protocols/Omegle/docs/omegle-translation.txt b/protocols/Omegle/docs/omegle-translation.txt new file mode 100644 index 0000000000..2eff25dbfb --- /dev/null +++ b/protocols/Omegle/docs/omegle-translation.txt @@ -0,0 +1,66 @@ +; Common strings that belong to many files
+;[Stranger]
+;[Stranger 1]
+;[Stranger 2]
+
+; ../../protocols/Omegle/chat.cpp
+;[Last question is empty.]
+;[Omegle is a great way of meeting new friends!]
+;[Server]
+;[Unknown command. Send '/commands' for list.]
+;[You]
+;[You aren't connected to any stranger. Send '/help' or '/commands' for help.]
+;[You can't send messages in question mode.]
+;[Your '/asl' setting is empty.]
+;[Your question is too short.]
+
+; ../../protocols/Omegle/communication.cpp
+;[%s disconnected.]
+;[Chosing server: ]
+;[Connected to server %s.]
+;[Connected to server %s. There are %s users online now.]
+;[Connection error.]
+;[Error: ]
+;[On whole Omegle are %s strangers online now.]
+;[Recaptcha is required.\nOpen http://omegle.com , solve Recaptcha and try again.]
+;[We are still waiting...]
+;[You and the Stranger both like: ]
+
+; ../../protocols/Omegle/connection.cpp
+;[Connecting canceled.]
+;[Connecting...]
+;[Disconnecting...]
+;[Waiting for Stranger...]
+;[We are already waiting for new stranger...]
+;[We are disconnecting now, wait...]
+
+; ../../protocols/Omegle/omegle.rc
+;[Automatically connect to another stranger when current disconnects]
+;[Automatically send this message to stranger after connection:]
+;[Don't clear chat before connecting to new stranger]
+;[Enable logging for debugging purposes]
+;[I want Omegle to reuse my questions if they are good enough (Question mode)]
+;[Last used question (Question mode):]
+;[Load count of users on actual server after connection]
+;[Meet strangers with common interests]
+;[Meet strangers with common interests (separated by commas):]
+;[Server:]
+;[This text will be sent when you use \"/asl\" message:]
+;[Visible name:]
+;[Your interests (separated by commas):]
+
+; ../../protocols/Omegle/proto.cpp
+;[%s server connection]
+;[Account]
+;[Changing stranger]
+;[Network]
+;[Stranger stopped typing]
+;[Stranger typing]
+;[Unable to get Netlib connection for Omegle]
+;[Visible name]
+
+; ../../protocols/Omegle/theme.cpp
+;[Omegle]
+;[Omegle Icon]
+;[Protocols]
+;[Visit Profile]
diff --git a/protocols/Omegle/docs/readme.txt b/protocols/Omegle/docs/readme.txt new file mode 100644 index 0000000000..cbc85e0bb8 --- /dev/null +++ b/protocols/Omegle/docs/readme.txt @@ -0,0 +1,2 @@ +This plugin is based on sources of Facebook Protocol (OpenSource version 0.1.3.3) by Jarvis,
+which can be found there: http://code.google.com/p/eternityplugins
\ No newline at end of file |