mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-01-17 13:18:21 +01:00
f9b07f807f
- Upgrades the Dockerfiles and composer.json to require PHP 8. - Upgrades to Laravel 9 with all needed changes. - Move lang folder to root directory. - Upgrades third-party packages to the latest versions with all required changes.
15 lines
913 B
PHP
15 lines
913 B
PHP
<?php
|
|
return [
|
|
'import' => 'Import',
|
|
'start_import' => 'Start Import',
|
|
'import_running' => 'Import running...',
|
|
'import_file' => 'File for Import',
|
|
|
|
'import_help' => 'You can import your existing browser bookmarks here. Usually, bookmarks are exported into an .html file by your browser. Select the file here and start the import.<br>Depending on the number of bookmarks this process may take some time.',
|
|
|
|
'import_networkerror' => 'Something went wrong while trying to import the bookmarks. Please check your browser console for details or consult the application logs.',
|
|
'import_error' => 'Something went wrong while trying to import the bookmarks. Please consult the application logs.',
|
|
'import_empty' => 'Could not import any bookmarks. Either the uploaded file is corrupt or empty.',
|
|
'import_successfully' => ':imported links imported successfully, :skipped skipped.',
|
|
];
|