// RU:
// -
// Выводить название стран/городов подключающихся и отключающихся игроков на языке клиента?
// Плагин сам определит, какой язык установлен в клиенте игрока.
// НЕ рекомендуется этот способ, так как в базе GeoIP2 есть не все языки!
// 1 - Да | 0 - В соответствии с переменной [ge_geo_lang]
// -
// -
// EN:
// -
// Display the name of the countries/cities of the connecting and disconnecting players in the client's language?
// Plugin itself will determine which language is installed in the player client.
// This method is NOT recommended, since not all languages are available in the GeoIP2 database!
// 1 - Да | 0 - According to the variable [ge_geo_lang]
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
ge_geo_lang_auto "1"
// RU:
// -
// На каком языке выводить название стран/городов подключающихся и отключающихся игроков?
// Этот язык будет установлен для всех принудительно.
// Чтобы эта переменная работала, [ge_geo_lang_auto] должно быть установлено значение "0".
//
// Нужно ввести код страны. Примеры:
// "ru" - На русском | "en" - На английском | "de" - на немецком | "fr" - на французском | "es" - на испанском
// -
// -
// EN:
// -
// In what language should display the name of the countries/cities of the connecting and disconnecting players?
// This language will be set for everyone forcibly.
// For this variable to work, [ge_geo_lang_auto] must be set to "0".
//
// Need to enter the country code. Examples:
// "ru" - In Russian | "en" - In English | "de" - In German | "fr" - In French | "es" - In Spanish
// -
// Default: "en"
ge_geo_lang "ru"