mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-24 19:22:35 +01:00
8 lines
201 B
PHP
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.',
|
|
];
|