diff options
Diffstat (limited to 'prompt/string.py')
-rw-r--r-- | prompt/string.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/prompt/string.py b/prompt/string.py new file mode 100644 index 0000000..af3363a --- /dev/null +++ b/prompt/string.py | |||
@@ -0,0 +1,12 @@ | |||
1 | PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" | ||
2 | PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" | ||
3 | PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" | ||
4 | PROMPT_LOCATION_KEYWORD = "You can input location search keywords or press skip" | ||
5 | PROMPT_NO_NEARBY_POI = "No nearby places found. You can input location name manually" | ||
6 | PROMPT_CHOOSE_POI_FROM_LIST = "Where are you?" | ||
7 | PROMPT_HELP = "Use /start to test this bot." | ||
8 | PROMPT_CANCELED = "Canceled" | ||
9 | PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted" | ||
10 | PROMPT_DONE = "Done" | ||
11 | |||
12 | CALLBACK_SKIP = "Skip" | ||