aboutsummaryrefslogtreecommitdiff
path: root/prompt
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2023-02-22 11:43:10 -0800
committerclarkzjw <[email protected]>2023-02-22 11:43:10 -0800
commitb3786171167337685c21d64f4eed4a7cc1c5b130 (patch)
tree8d1f31958930f4cc3628c8d5e31ad239bfb4857b /prompt
parenteab21831cf13c9afdafc59adde32c85b9716e76b (diff)
downloadswarm2fediverse-b3786171167337685c21d64f4eed4a7cc1c5b130.tar.gz
more code formatting
Diffstat (limited to 'prompt')
-rw-r--r--prompt/string.py11
1 files changed, 9 insertions, 2 deletions
diff --git a/prompt/string.py b/prompt/string.py
index af3363a..9a5a357 100644
--- a/prompt/string.py
+++ b/prompt/string.py
@@ -1,9 +1,16 @@
1PROMPT_START = "Hello, this is `checkin.bot`. \n\n" \
2 "This is a Telegram bot with functionality similar to Foursquare Swarm, " \
3 "but check in and post your location to the Fediverse (Mastodon/Pleroma) instead of Twitter.\n\n" \
4 "Aware of privacy concerns, this bot will not store your location data." \
5 "*Be safe and cautious when sharing your real time location on the web.* \n\n" \
6 "Start using this bot by sharing your location using Telegram context menu to it."
7
1PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action" 8PROMPT_CHOOSE_ACTION = "Use bot keyboard to choose an action"
2PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip" 9PROMPT_ADD_COMMENT = "You can continue adding comments, or press skip"
3PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip" 10PROMPT_ADD_MEDIA = "You can continue adding photos, or press skip"
4PROMPT_LOCATION_KEYWORD = "You can input location search keywords or press skip" 11PROMPT_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" 12PROMPT_WAIT_LOCATION_CONFIRMATION_NO_NEARBY_POI = "No nearby places found. But you can input location name manually."
6PROMPT_CHOOSE_POI_FROM_LIST = "Where are you?" 13PROMPT_WAIT_LOCATION_CONFIRMATION = "Where are you?"
7PROMPT_HELP = "Use /start to test this bot." 14PROMPT_HELP = "Use /start to test this bot."
8PROMPT_CANCELED = "Canceled" 15PROMPT_CANCELED = "Canceled"
9PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted" 16PROMPT_MAX_PHOTO_REACHED = "Cannot attach more than 4 medias, only first 4 will be posted"
Powered by cgit v1.2.3 (git 2.41.0)