1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-06 08:18:27 +01:00
LinkAce/resources/lang/en/import.php

12 lines
577 B
PHP
Raw Normal View History

2019-01-11 13:56:07 +01:00
<?php
return [
'import' => 'Import',
'start_import' => 'Start Import',
'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_empty' => 'Could not import any bookmarks. Either the uploaded file is corrupt or empty.',
'import_successfully' => ':imported links imported successfully, :skipped skipped.',
];