Files
2025-07-18 16:20:14 +07:00

29 lines
1.7 KiB
PHP

<?php
$lang["annotations"]='Anotacions';
$lang["pdfwithnotes"]='Anotacions PDF';
$lang["annotatepdfconfig"]='Anotacions PDF';
$lang["annotatepdfintrotext"]='Seleccioneu la mida de pàgina per al vostre PDF d\'annotacions.';
$lang["error-saving"]='S\'ha produït un error en desar aquesta anotació.';
$lang["error-deleting"]='S\'ha produït un error en eliminar aquesta anotació.';
$lang["action-add_note"]='Afegir anotació';
$lang["action-toggle-on"]='Mostra-ho tot';
$lang["action-toggle-off"]='Amaga-ho tot';
$lang["note-1"]='1 anotació';
$lang["note-2"]='%number anotacions';
$lang["annotate_configuration"]='Configuració d\'annotació';
$lang["extensions_to_exclude"]='Extensions a excloure<br />(separats per comes):';
$lang["resource_types_to_exclude"]='Tipus de recursos a excloure (marca per excloure):';
$lang["annotatedebug"]='Depuració:';
$lang["toggle"]='Alternar';
$lang["annotate_public_view"]='Són les anotacions visibles públicament, per exemple, quan es comparteixen col·leccions?';
$lang["annotate_show_author"]='Mostrar l\'autor de l\'anotació en la visualització prèvia?';
$lang["annotate_metadatafield_error"]='Es requereix un camp de metadades per emmagatzemar les anotacions';
$lang["annotate_font"]='Tipus de lletra:';
$lang["annotate_pdf_output"]='Opció de sortida PDF (experimental)';
$lang["annotate_pdf_output_only_annotated"]='Només inclogui recursos anotats en la sortida PDF';
$lang["annotate_admin_edit_access"]='Capacitat per editar les anotacions d\'altres usuaris';
$lang["annotate_ref_not_supplied"]='Referència no proporcionada';
$lang["plugin-annotate-title"]='Anotar';
$lang["plugin-annotate-desc"]='Permet la creació d\'anotacions d\'imatges amb jquery';