aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'prompt/string.py')
-rw-r--r--prompt/string.py12
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 @@
1PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action"
2PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip"
3PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip"
4PROMPT_LOCATION_KEYWORD = "You can input location search keywords or press skip"
5PROMPT_NO_NEARBY_POI = "No nearby places found. You can input location name manually"
6PROMPT_CHOOSE_POI_FROM_LIST = "Where are you?"
7PROMPT_HELP = "Use /start to test this bot."
8PROMPT_CANCELED = "Canceled"
9PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted"
10PROMPT_DONE = "Done"
11
12CALLBACK_SKIP = "Skip"
Powered by cgit v1.2.3 (git 2.41.0)