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

11 lines
407 B
PHP

<?php
return [
'export' => 'Export',
'start_export_html' => 'Export to HTML',
'start_export_csv' => 'Export to CSV',
'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.',
];