PROMPT_START = "Hello, this is `checkin.bot`. \n\n" \ "This is a Telegram bot with functionality similar to Foursquare Swarm, " \ "but check in and post your location to the Fediverse (Mastodon/Pleroma) instead of Twitter.\n\n" \ "Aware of privacy concerns, this bot will not store your location data." \ "*Be safe and cautious when sharing your real time location on the web.* \n\n" \ "Start using this bot by sharing your location using Telegram context menu to it." PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" PROMPT_LOCATION_KEYWORD = "You can input location search keywords or press skip" PROMPT_WAIT_LOCATION_CONFIRMATION_NO_NEARBY_POI = "No nearby places found. But you can input location name manually." PROMPT_WAIT_LOCATION_CONFIRMATION = "Where are you?" PROMPT_HELP = "Use /start to test this bot." PROMPT_CANCELED = "Canceled" PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted" PROMPT_DONE = "Done" CALLBACK_SKIP = "Skip"