diff options
author | 6543 <6543@obermui.de> | 2020-04-28 01:03:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 18:03:15 -0500 |
commit | 41cebeb8fa1ed6d03e0fc74d3724131d479d6964 (patch) | |
tree | 6c52272cbf9cb07807414733b315e42365b00e07 /options | |
parent | 6a3de9e25fb02b3473662b7475611c4fefd7c88d (diff) | |
download | gitea-41cebeb8fa1ed6d03e0fc74d3724131d479d6964.tar.gz gitea-41cebeb8fa1ed6d03e0fc74d3724131d479d6964.zip |
Make error pages translatable (#11163)
* make error pages translatable
* dont translate ":"
* link need Safe
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 2a4789e22e..d85dc39a89 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -82,6 +82,10 @@ loading = Loading… error404 = The page you are trying to reach either <strong>does not exist</strong> or <strong>you are not authorized</strong> to view it. +[error] +occurred = An error has occurred +report_message = If you are sure this is a Gitea bug, please search for issue on <a href="https://github.com/go-gitea/gitea/issues">GitHub</a> and open new issue if necessary. + [startpage] app_desc = A painless, self-hosted Git service install = Easy to install |