1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 11:13:02 +01:00
LinkAce/resources/lang/en/export.php
2019-01-31 16:42:39 +01:00

8 lines
201 B
PHP

<?php
return [
'export' => 'Export',
'start_export' => 'Start Export',
'export_help' => 'Running the export will save all existing bookmarks into a regular bookmarks-compatible file.',
];