1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 19:22:35 +01:00
LinkAce/resources/lang/en/import.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.',
];