diff options
author | Martin van Beurden <chadoe@gmail.com> | 2014-09-14 19:35:22 +0200 |
---|---|---|
committer | Martin van Beurden <chadoe@gmail.com> | 2014-09-18 20:50:48 +0200 |
commit | 0055cbd3651ebde0f8b6cc70c9c44de56dc38830 (patch) | |
tree | 64a9ea617ba1f704139881c3960fa2425dad9018 /conf/locale/locale_de-DE.ini | |
parent | 4f74b4e6578be4251af65cd08daa37c884e431a0 (diff) | |
download | gitea-0055cbd3651ebde0f8b6cc70c9c44de56dc38830.tar.gz gitea-0055cbd3651ebde0f8b6cc70c9c44de56dc38830.zip |
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
Diffstat (limited to 'conf/locale/locale_de-DE.ini')
-rw-r--r-- | conf/locale/locale_de-DE.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/locale/locale_de-DE.ini b/conf/locale/locale_de-DE.ini index d8060f0b54..20f27e1838 100644 --- a/conf/locale/locale_de-DE.ini +++ b/conf/locale/locale_de-DE.ini @@ -490,10 +490,10 @@ monitor.start = Startzeit monitor.execute_time = Ausführungszeit [action] -create_repo = Repository erstellen <a href="/%s">%s</a> -commit_repo = pushed to <a href="/%s/src/%s">%s</a> at <a href="/%s">%s</a> -create_issue = opened issue <a href="/%s/issues/%s">%s#%s</a> -comment_issue = commented on issue <a href="/%s/issues/%s">%s#%s</a> +create_repo = Repository erstellen <a href="%s/%s">%s</a> +commit_repo = pushed to <a href="%s/%s/src/%s">%s</a> at <a href="%s/%s">%s</a> +create_issue = opened issue <a href="%s/%s/issues/%s">%s#%s</a> +comment_issue = commented on issue <a href="%s/%s/issues/%s">%s#%s</a> [tool] ago = vor |