Add option to app.ini to enable local import paths (#724)
This commit is contained in:
parent
1257d43e14
commit
74ed6dc3ad
6 changed files with 14 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue