diff options
author | Fabian Zaremba <fabian@youremail.eu> | 2017-03-16 12:33:22 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-16 19:33:22 +0800 |
commit | f1d2f16b544ef5ef66a45d0a8859d133c46979a4 (patch) | |
tree | 2e5f8e32866a50d291ae7ff6f489d570dd39c977 /options | |
parent | 447c9b428f4cf50174ef7f3fbea56b5405f6bbf8 (diff) | |
download | gitea-f1d2f16b544ef5ef66a45d0a8859d133c46979a4.tar.gz gitea-f1d2f16b544ef5ef66a45d0a8859d133c46979a4.zip |
Add notice that LFS mirroring is not supported (#1251)
* Add notice that LFS mirroring is not supported
* Drop German translation
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index ad75f28c97..2ac92a4f8b 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -442,6 +442,7 @@ migrate.clone_local_path = 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 +migrate.lfs_mirror_unsupported = Mirroring LFS objects is not supported - use 'git lfs fetch --all' and 'git lfs push --all' instead. mirror_from = mirror of forked_from = forked from |