diff options
author | Unknwon <u@gogs.io> | 2015-11-19 13:45:07 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-19 13:45:07 -0500 |
commit | 6a66e5fc98892f0ac7ee388b7a05e099cf29688f (patch) | |
tree | 4ba1f0ac807dd4679710cd50b424dcd23945a730 /conf | |
parent | c0b0ce7b1a0cd3d5001507ad0a7258d9d2345401 (diff) | |
download | gitea-6a66e5fc98892f0ac7ee388b7a05e099cf29688f.tar.gz gitea-6a66e5fc98892f0ac7ee388b7a05e099cf29688f.zip |
better error message
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index 23543a867a..b6573e6f85 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -367,6 +367,7 @@ migrate.clone_address = Clone Address migrate.clone_address_desc = This can be a HTTP/HTTPS/GIT URL or local server path. migrate.permission_denied = You are not allowed to import local repositories. migrate.invalid_local_path = Invalid local path, it does not exist or not a directory. +migrate.failed = Migration failed: %v forked_from = forked from fork_from_self = You cannot fork repository you already owned! |