Added lang dictionary for start_localxpose

pull/690/head
sTiKyt 2020-06-09 02:29:38 +03:00
parent fec1739469
commit 53bced0bfb
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4
1 changed files with 4 additions and 0 deletions

View File

@ -52,4 +52,8 @@ lang_start_serveo = {
[ ['{0}[{1}1{0}]{1}Custom URL {0}(Generates designed url)'],
['{0}[{1}2{0}]{1}Random URL {0}(Generates Random url)'] ],
"serveo_is_down" : _('{0}[{1}1{0}]Serveo is {1}DOWN{0} now, do you want to select another option? {1}Y{0}/{1}n{0}').format(default_palette[0], default_palette[2])
}
lang_start_localxpose = {
"localxpose_random_server" : _('\n{0}[ RANDOM LOCALXPOSE URL ]{1}! {0}\n-------------------------------').format(default_palette[0], default_palette[2])
}