diff options
author | Bwko <bouwko@gmail.com> | 2017-01-23 02:19:50 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-01-23 09:19:50 +0800 |
commit | 74ed6dc3ad830d308a032fe213e9dfe83f954ffc (patch) | |
tree | 7b1af731b492d46785d162ca778e1b756b45850f /options | |
parent | 1257d43e147efd985e740e0ec59f2e5b015e5b7d (diff) | |
download | gitea-74ed6dc3ad830d308a032fe213e9dfe83f954ffc.tar.gz gitea-74ed6dc3ad830d308a032fe213e9dfe83f954ffc.zip |
Add option to app.ini to enable local import paths (#724)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 3 | ||||
-rw-r--r-- | options/locale/locale_nl-NL.ini | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 9b9e25ba81..7689a85c50 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -425,7 +425,8 @@ migrate_type = Migration Type migrate_type_helper = This repository will be a <span class="text blue">mirror</span> migrate_repo = Migrate Repository migrate.clone_address = Clone Address -migrate.clone_address_desc = This can be a HTTP/HTTPS/GIT URL or local server path. +migrate.clone_address_desc = This can be a HTTP/HTTPS/GIT URL +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 diff --git a/options/locale/locale_nl-NL.ini b/options/locale/locale_nl-NL.ini index 0193555bfb..e80ea6cb43 100644 --- a/options/locale/locale_nl-NL.ini +++ b/options/locale/locale_nl-NL.ini @@ -384,7 +384,8 @@ migrate_type=Migratie type migrate_type_helper=Deze repository zal een <span class="text blue">kopie</span> zijn migrate_repo=Migreer repository migrate.clone_address=Kloon adres -migrate.clone_address_desc=Dit kan een HTTP/HTTPS/GIT URL zijn of een lokaal pad. +migrate.clone_address_desc=Dit kan een HTTP/HTTPS/GIT URL zijn +migrate.clone_local_path =of een lokaal pad migrate.permission_denied=U bent niet gemachtigd om deze lokale repositories te importeren. migrate.invalid_local_path=Ongeldig lokaal pad, het pad bestaat niet of het is geen map. migrate.failed=Migratie is mislukt: %v |