diff options
Diffstat (limited to 'protocols/Omegle/src/constants.h')
-rw-r--r-- | protocols/Omegle/src/constants.h | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/protocols/Omegle/src/constants.h b/protocols/Omegle/src/constants.h index 5bc923f4a3..960a07e980 100644 --- a/protocols/Omegle/src/constants.h +++ b/protocols/Omegle/src/constants.h @@ -45,91 +45,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define OMEGLE_REQUEST_TYPING_START 310 // started typing
#define OMEGLE_REQUEST_TYPING_STOP 311 // stoped typing
#define OMEGLE_REQUEST_RECAPTCHA 400 // recaptcha handling
-
-// Servers list
-//static const char *servers[] = {"Random", "bajor", "cardassia", "promenade", "odo-bucket", "ferengi", "quilt", "empok-nor", "quibbler"};
-static const char *servers[] = { LPGEN("Random"), "front1", "front2", "front3", "front4", "front5", "front6", "front7", "front8", "front9", "front10", "front11", "front12", "front13", "front14", "front15", "front16", "front17", "front18", "front19", "front20", "front21", "front22", "front23", "front24", "front25", "front26", "front27", "front28", "front29", "front30", "front31", "front32" };
-
-static const struct {
- const char *id;
- const char *lang;
-} languages[] = {
- { "en", "English" },
- { "af", "Afrikaans" },
- { "sq", "Albanian" },
- { "ar", "Arabic" },
- { "hy", "Armenian" },
- { "az", "Azerbaijani" },
- { "eu", "Basque" },
- { "be", "Belarusian" },
- { "bn", "Bengali" },
- { "bs", "Bosnian" },
- { "bg", "Bulgarian" },
- { "ceb", "Cebuanese" },
- { "cs", "Czech" },
- { "zh-CN", "Chinese (simplified)" },
- { "zh-TW", "Chinese (traditional)" },
- { "da", "Danish" },
- { "eo", "Esperanto" },
- { "et", "Estonian" },
- { "tl", "Philipino" },
- { "fi", "Finnish" },
- { "fr", "French" },
- { "gl", "Galician" },
- { "ka", "Georgian" },
- { "gu", "Gujarati" },
- { "ht", "Haitian Creole" },
- { "iw", "Hebrew" },
- { "hi", "Hindi" },
- { "hmn", "Hmong" },
- { "nl", "Dutch" },
- { "hr", "Croat" },
- { "id", "Indonesian" },
- { "ga", "Irish" },
- { "is", "Icelandic" },
- { "it", "Italian" },
- { "ja", "Japanese" },
- { "jw", "Javanese" },
- { "yi", "Yiddish" },
- { "kn", "Kannada" },
- { "ca", "Catalan" },
- { "km", "Khmer" },
- { "ko", "Korean" },
- { "lo", "Lao" },
- { "la", "Latina" },
- { "lt", "Lithuanian" },
- { "lv", "Latvian" },
- { "hu", "Hungarian" },
- { "mk", "Macedonian" },
- { "ms", "Malay" },
- { "mt", "Maltese" },
- { "mr", "Marathi" },
- { "de", "German" },
- { "no", "Norwegian" },
- { "fa", "Persian" },
- { "pl", "Polish" },
- { "pt", "Portugese" },
- { "ro", "RomaŃian" },
- { "ru", "Russian" },
- { "el", "Greek" },
- { "sk", "Slovak" },
- { "sl", "Slovenian" },
- { "sr", "Serbian" },
- { "sw", "Swahili" },
- { "es", "Spanish" },
- { "sv", "Swedish" },
- { "ta", "Tamil" },
- { "te", "Telugu" },
- { "th", "Thai" },
- { "tr", "Turkish" },
- { "uk", "Ukrainian" },
- { "ur", "Urdu" },
- { "cy", "Welsh" },
- { "vi", "Vietnamese" }
-};
-
-// Known server messages, only to inform lpgen
-static const char *server_messages[] = {
- LPGEN("Stranger is using Omegle's mobile Web site (omegle.com on a phone or tablet)"),
- LPGEN("You both speak the same language.")
-};
|