forked from rdas6313/Quick-paste
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
34 lines (34 loc) · 1.95 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"api_dev_key": "AIKXQEl1Z3pZhZO1q7afM7LOrAkZ5uE3",
"api_user_key": "",
"base_url": "pastebin.com",
"cancel_pasting_msg": "Hummm! So you choose not to paste now.",
"client_error_msg": "Hummm! Looks like a client error. Try again later. \n",
"empty_password_msg": "Password field can't be empty",
"empty_paste_name_msg": "Paste name is empty. So Default name '{}' will be used.",
"empty_user_name_msg": "User name field can't be empty",
"fetch_user_paste_url": "/api/api_raw.php",
"general_error_msg": "Oops! Some unexpected error happened. \n",
"info_error_msg": "Hummm! Looks like a informational response. contact developer or raise a issue. \n",
"password_input_caption": "Password",
"paste_name_caption": "Paste name",
"paste_name_input_placholder_msg": "Enter paste title",
"paste_url": "/api/api_post.php",
"redirect_error_msg": "Hummm! Looks like a redirect response. contact developer or raise a issue. \n",
"select_from_items_msg": "Select from list",
"server_error_msg": "Hummm! Looks like a server error. Try again later. \n",
"success_paste_msg": "\n\n Url already copied to clipboard. Paste it using ctrl-v.",
"unknown_error_msg": "Unknown Error occured",
"user_key_removed_msg": "\n\nWe have removed your user key since it was invalid. Please try again.",
"user_login_url": "/api/api_login.php",
"user_name_caption": "User name",
"user_name_input_placeholder_msg": "Enter pastebin user name",
"raise_issue_msg" : "Hummm! It seems some error is occuring.Please raise a issue on github.",
"empty_paste_list_msg" : "No Paste Found so far.",
"no_title_found" : "No title found",
"public_raw_paste_url" : "/raw/",
"url_format_msg" : "Url should be in this format 'https://pastebin.com/4gnN6fD3'",
"empty_url_msg" : "Url should not be empty.\n",
"url_placeholder" : "Enter public paste url or unlisted paste url",
"url_caption" : "URL"
}