1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-02-23 18:53:13 +01:00
LinkAce/lang/en_US/export.php

11 lines
407 B
PHP
Raw Normal View History

2019-01-31 16:42:39 +01:00
<?php
return [
'export' => 'Export',
'start_export_html' => 'Export to HTML',
'start_export_csv' => 'Export to CSV',
2019-01-31 16:42:39 +01:00
'export_help' => 'Running the export will save all existing bookmarks into a regular bookmarks-compatible file, or a CSV file if you want.',
'export_csv_error' => 'An error occured while trying to generate a CSV file. Please check the log files for more details.',
2019-01-31 16:42:39 +01:00
];