mirror of
https://github.com/Kovah/LinkAce.git
synced 2025-02-23 10:43:41 +01:00
11 lines
447 B
PHP
11 lines
447 B
PHP
<?php
|
|
return [
|
|
'export' => 'Esporta',
|
|
'start_export_html' => 'Esporta in HTML',
|
|
'start_export_csv' => 'Esporta in CSV',
|
|
|
|
'export_help' => 'L\'esportazione salverà tutti i bookmark esistenti in un file standard compatibile con i browser, o in un file CSV, se desiderato.',
|
|
|
|
'export_csv_error' => 'Si è verificato un errore durante il tentativo di generare un file CSV. Controlla i file di registro per maggiori dettagli.',
|
|
];
|