1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-06 08:18:27 +01:00
LinkAce/lang/en_US/import.php
2024-02-22 11:44:12 +01:00

15 lines
969 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. All imported links have been assigned the tag :taglink.',
];