some stuff :3

adding support for text / terminal browsers
redone some strings
This commit is contained in:
whotookelburg 2023-02-24 05:20:09 +00:00
parent 97295fce69
commit b201dbfc75
17 changed files with 169 additions and 73 deletions

25
data/locale/en_US.ini Normal file
View file

@ -0,0 +1,25 @@
aboutpage_a = '<hr><a href="%s">%s</a>: %s'
aboutpage_b = 'running v%s'
aboutpage_ca = 'if there are problems with this page or any other page, contact'
aboutpage_cb = 'if there are problems with this page or any other page, contact either'
aboutpage_d = '&emsp;%s&emsp;(<a href="mailto:%s">email</a>)'
interactions_adv_aboutx = "About $"
interactions_basic_about = "About"
interactions_basic_cancel = "Cancel"
interactions_basic_no = "No"
interactions_basic_okay = "OK"
interactions_basic_search = "Search"
interactions_basic_yes = "Yes"
interactions_choose_tp_acceptnew = "Accept"
interactions_searcharea_hint = "Search query"
locale_en_native = "English"
locale_en_this = "English"
meta_project_desc = "a super lightweight and privacy-centered search engine!"
meta_project_name = "super tiny search"
misc_stslogohover = "sts logo"
region_br = "Brazil"
region_ca = "Canada"
region_us = "United States"
results_found = "found %n results"
results_foundonlyone = "found 1 result"
results_none = "no results found"

View file

@ -1,5 +0,0 @@
a = '<hr><a href="%s">%s</a>: %s'
b = 'running v%s'
ca = 'if there are problems with this page or any other page, contact'
cb = 'if there are problems with this page or any other page, contact either'
d = '&emsp;%s&emsp;(<a href="mailto:%s">email</a>)'

View file

@ -1,15 +0,0 @@
locale_en_native = "English"
locale_en_this = "English"
region_us_native = "United States"
region_us_this = "United States"
misc_stslogohover = "sts logo"
meta_project_name = "super tiny search"
meta_project_desc = "a super lightweight and privacy-centered search engine!"
interactions_basic_cancel = "Cancel"
interactions_basic_no = "No"
interactions_basic_okay = "OK"
interactions_basic_yes = "Yes"
interactions_basic_search = "Search"
interactions_basic_about = "About"
interactions_adv_aboutx = "About $"
interactions_searcharea_hint = "Search query"

View file

@ -1,3 +0,0 @@
results_found = "found $ results"
results_foundonlyone = "found 1 result"
results_none = "no results found"

View file

@ -1 +0,0 @@
interactions_choose_tp_acceptnew = "Accept"