aboutsummaryrefslogtreecommitdiff
blob: 9a5a357f8c08920e5f99503a8b55a6981bd350aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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"
Powered by cgit v1.2.3 (git 2.41.0)