1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-24 03:03:55 +01:00
LinkAce/resources/lang/en/export.php

8 lines
201 B
PHP
Raw Normal View History

2019-01-31 16:42:39 +01:00
<?php
return [
'export' => 'Export',
'start_export' => 'Start Export',
'export_help' => 'Running the export will save all existing bookmarks into a regular bookmarks-compatible file.',
];