diff options
author | Nolan Darilek <nolan@thewordnerd.info> | 2015-03-14 09:55:04 -0500 |
---|---|---|
committer | Nolan Darilek <nolan@thewordnerd.info> | 2015-03-14 09:55:04 -0500 |
commit | 37ab32b6139504640a843b0ddd6204c0ca5880c0 (patch) | |
tree | 6a9afb97d083dfe658bb76a05848f275102f4842 /conf/locale | |
parent | fd07de575185dd6d683c3e2ad11063965c1345b5 (diff) | |
download | gitea-37ab32b6139504640a843b0ddd6204c0ca5880c0.tar.gz gitea-37ab32b6139504640a843b0ddd6204c0ca5880c0.zip |
Various accessibility fixes, mostly labeling icons.
Diffstat (limited to 'conf/locale')
-rw-r--r-- | conf/locale/locale_en-US.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index c2fec7d9e8..0a7e3591c6 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -24,6 +24,7 @@ captcha = Captcha repository = Repository organization = Organization mirror = Mirror +new = New new_repo = New Repository new_migrate = New Migration new_fork = New Fork Repository @@ -38,6 +39,7 @@ pull_requests = Pull Requests issues = Issues cancel = Cancel +more = More [install] install = Installation @@ -724,3 +726,10 @@ months = %d months %s years = %d years %s raw_seconds = seconds raw_minutes = minutes + + +[footer] +github = GitHub +twitter = Twitter +gplus = Google+ +weibo = Weibo |