aboutsummaryrefslogtreecommitdiff
blob: af3363acab235c63e3d79f99a0c2aac4f91c0c48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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_NO_NEARBY_POI = "No nearby places found. You can input location name manually"
PROMPT_CHOOSE_POI_FROM_LIST = "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)