Clarified .feedadd errors

This commit is contained in:
Kwoth
2022-10-11 19:14:04 +02:00
parent dc568fe0e2
commit 0469705037
3 changed files with 47 additions and 26 deletions

View File

@@ -885,7 +885,10 @@
"started": "Started. Reposting every {0}s.",
"stopped": "Stopped reposting.",
"feed_added": "Feed added.",
"feed_not_valid": "Invalid link, or you're already following that feed on this server, or you've reached maximum number of feeds allowed.",
"feed_limit_reached": "You've reached the maximum number of feeds allowed per server.",
"feed_duplicate": "You're already following that feed on this server.",
"feed_cant_parse": "Unable to access or parse that feed url's contents.",
"feed_invalid_url": "Invalid feed url. It must be an absolute http or https url.",
"feed_out_of_range": "Index out of range.",
"feed_removed": "Feed removed.",
"feed_no_feed": "You haven't subscribed to any feeds on this server.",