"mmapErrorPart1":"The maximum number of memory mapped (mmap) regions was reached (%s): please increase the vm.max_map_count kernel config to 262144 to fix.",
"apiChooseManualAutoTip":"Note that you can also provide the API ID\/hash directly in the code using the settings: %s",
"apiChooseManualAutoTipWeb":"Note that you can also provide the API ID\/hash directly in the code using the <a target=\"_blank\" href=\"%s\">settings<\/a>.",
"apiChoosePrompt":"Your choice (m\/a): ",
"apiManualInstructions0":"Login to https:\/\/my.telegram.org",
"apiManualInstructions1":"Go to API development tools",
"apiManualInstructions2":"Click on create application",
"apiAppInstructionsManual0":"your app's name, can be anything",
"apiAppInstructionsManual1":"your app's short name, alphanumeric, 5-32 characters",
"apiAppInstructionsManual2":"your app\/website's URL, or t.me\/yourusername",
"apiAppInstructionsManual3":"anything",
"apiAppInstructionsManual4":"Describe your app here",
"apiManualWeb":"Enter your API ID and API hash",
"apiManualPrompt0":"Enter your API ID: ",
"apiManualPrompt1":"Enter your API hash: ",
"apiAutoWeb":"Enter a phone number that is <b>already registered<\/b> on telegram to get the API ID",
"apiAutoPrompt0":"Enter a phone number that is already registered on Telegram: ",
"apiAutoPrompt1":"Enter the verification code you received in Telegram: ",
"apiAppWeb":"Enter API information",
"apiAppInstructionsAuto0":"Enter the app's name, can be anything: ",
"apiAppInstructionsAuto1":"Enter the app's short name, alphanumeric, 5-32 characters: ",
"apiAppInstructionsAuto2":"Enter the app\/website's URL, or t.me\/yourusername: ",
"apiAppInstructionsAuto3":"Enter the app platform: ",
"apiAppInstructionsAuto4":"Describe your app: ",
"apiAppInstructionsAutoTypeOther":"Other (specify in description)",
"apiParamsError":"You didn't provide all of the required parameters!",
"apiError":"ERROR: %s. Try again.",
"loginChoosePromptWeb":"Do you want to login as a user or as a bot?",
"loginWebQr":"You can also login automatically by scanning the following QR code:",
"loginWebQr1":"Open Telegram on your phone",
"loginWebQr2":"Go to Settings > Devices > Link Desktop Device",
"loginWebQr3":"Point your phone at this screen to confirm login",
"loginOptionBot":"Bot",
"loginOptionUser":"User",
"loginBot":"Enter your bot token: ",
"loginUser":"Enter your phone number: ",
"loginQr":"Scan the above QR code to login automatically.",
"update_madelineproto":"You're running an old version of MadelineProto, an update is required: currently running %s, but the latest version with multiple bugfixes and new features is %s!",
"do_not_delete_MadelineProto.log":"the MadelineProto.log file must never be deleted, please set a custom max size in the settings, instead!",
"do_not_remove_MadelineProto.log_phar":"Please do not remove madeline.phar or madeline.php, or else MadelineProto will crash. If you have any problem with MadelineProto, report it to https://github.com/danog/MadelineProto or https://t.me/pwrtelegramgroup",
"do_not_use_non_root_require_in_event_handler":"for performance reasons, you must not use require or include inside of an event handler class, only root-level requires are allowed.",
"do_not_use_yield":"MadelineProto 8 does not require or support the use of yield in async functions, you must remove all yield keywords previously used for async function calls",
"recommend_not_use_filesystem_function":"usage of the %s function is not recommended, because accessing the filesystem during update handling will slow down your bot, please see https://docs.madelineproto.xyz/docs/UPDATES.html#avoiding-the-use-of-filesystem-functions for a list of alternative ways to store data that will not slow down your bot!",
"plugins_do_not_use_require":"for performance reasons, plugins can only automatically include or require other files present in the plugins folder by triggering the PSR-4 autoloader (not by manually require()'ing them).",
"plugins_must_have_exactly_one_class":"a plugin must define exactly one class! To define multiple classes, interfaces or traits, create separate files, they will be autoloaded by MadelineProto automatically.",
"cli_need_dl.php_link":"Please specify a download script URL when using getDownloadLink via CLI!",
"need_dl.php":"Could not generate default download script (%s), please create a dl.php file with the following content: %s and pass its URL to the second parameter of getDownloadLink",
"dl.php_powered_by_madelineproto":"Telegram file download server (up to 4GB), powered by <a href=\"https://docs.madelineproto.xyz\" target=\"_blank\">MadelineProto</a>!<br>Click <a href=\"https://docs.madelineproto.xyz/docs/FILES.html#getting-a-download-link\" target=\"_blank\">here</a> for more info on how to setup your very own Telegram file download server!",
"dl.php_check_logs_make_sure_session_running":"Either the associated MadelineProto EventHandler bot or the MadelineProto IPC server are offline, please check logs and make sure at least one of them is running!",
"account_banned":"!!!!!!! WARNING !!!!!!!\nTelegram's flood prevention system suspended this account.\nTo continue, manual verification is required.\nSend an email to recover@telegram.org, asking to unban the phone number %s, and shortly describe what will you do with this phone number.\nThen login again.\nIf you intentionally deleted this account, ignore this message.",
"windows_warning":"For Windows users: please switch to Linux if this fails. You can also try modifying the firewall settings to allow all PHP processes to create sockets (it's 100% easier to just switch to Linux, on Linux MadelineProto just works out of the box, no changes needed)",
"could_not_connect_to_MadelineProto":"Could not connect to MadelineProto, please enable proc_open and remove open_basedir restrictions or disable webserver path rewrites to fix! If you already did that, make sure the CLI version of PHP is exactly the same as the web version (same version, extensions, et cetera) and check out the MadelineProto.log file for more info about the error that prevented the IPC server from starting.",
"translate_madelineproto_web":"MadelineProto can be translated in your language (current translation progress: %d%%), click <a href=\"https://weblate.madelineproto.xyz\" target=\"_blank\">here to contribute with the translation!</a>",
"translate_madelineproto_cli":"MadelineProto can be translated in your language (current translation progress: %d%%), go to https://weblate.madelineproto.xyz to contribute with the translation!"