Updated some translations; basic proxy support (needs testing)

This commit is contained in:
2015-04-20 17:49:07 -05:00
parent be0253815f
commit 2880638241
30 changed files with 13792 additions and 12832 deletions

View File

@@ -58,4 +58,10 @@ view_user_lists = string(default="control+win+l")
get_more_items = string(default="alt+win+pageup")
reverse_geocode = string(default="control+win+g")
view_reverse_geocode = string(default="control+win+shift+g")
get_trending_topics = string(default="control+win+t")
get_trending_topics = string(default="control+win+t")
[proxy]
server = string(default="")
port = string(default="")
user = string(default="")
password = string(default="")