1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

ZIP Imports: Added parent selector for page/chapter imports

This commit is contained in:
Dan Brown
2024-11-04 16:21:22 +00:00
parent 8f6f81948e
commit 14578c2257
6 changed files with 62 additions and 8 deletions

View File

@ -56,6 +56,8 @@ return [
'import_size' => 'Import ZIP Size:',
'import_uploaded_at' => 'Uploaded:',
'import_uploaded_by' => 'Uploaded by:',
'import_location' => 'Import Location',
'import_location_desc' => 'Select a target location for your imported content. You\'ll need the relevant permissions to create within the location you choose.',
'import_delete_confirm' => 'Are you sure you want to delete this import?',
'import_delete_desc' => 'This will delete the uploaded import ZIP file, and cannot be undone.',