more shit
This commit is contained in:
parent
3d93375bf4
commit
443887dc10
13 changed files with 170 additions and 24 deletions
5
data/locale/en_US/strings/aboutpage.ini
Normal file
5
data/locale/en_US/strings/aboutpage.ini
Normal 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 = ' %s (<a href="mailto:%s">email</a>)'
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1 +1 @@
|
|||
interactions[choose][tp][acceptnew] = "Accept"
|
||||
interactions_choose_tp_acceptnew = "Accept"
|
Loading…
Add table
Add a link
Reference in a new issue