more shit

This commit is contained in:
whotookelburg 2023-01-26 23:08:50 +00:00
parent 3d93375bf4
commit 443887dc10
13 changed files with 170 additions and 24 deletions

View file

@ -0,0 +1,5 @@
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,5 +1,15 @@
interactions[basic][cancel] = "Cancel"
interactions[basic][no] = "No"
interactions[basic][okay] = "OK"
interactions[basic][yes] = "Yes"
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 +1,3 @@
results[found] = "found $ results"
results[foundonlyone] = "found 1 result"
results[none] = "no results found"
results_found = "found $ results"
results_foundonlyone = "found 1 result"
results_none = "no results found"

View file

@ -1 +1 @@
interactions[choose][tp][acceptnew] = "Accept"
interactions_choose_tp_acceptnew = "Accept"