34 lines
1.5 KiB
PHP
34 lines
1.5 KiB
PHP
<?php
|
|
# English
|
|
# Language File for the Annotate Plugin
|
|
# -------
|
|
#
|
|
#
|
|
$lang['annotations']="Annotations";
|
|
$lang['pdfwithnotes']="Annotations PDF";
|
|
$lang["annotatepdfconfig"]="Annotations PDF";
|
|
$lang["annotatepdfintrotext"]="Select the page size for your Annotations PDF.";
|
|
|
|
$lang["error-saving"]="An error occurred saving that annotation.";
|
|
$lang["error-deleting"]="An error occurred deleting that annotation.";
|
|
|
|
$lang["action-add_note"]="Add Annotation";
|
|
$lang["action-toggle-on"]="Show All";
|
|
$lang["action-toggle-off"]="Hide All";
|
|
$lang["note-1"]="1 annotation";
|
|
$lang["note-2"]="%number annotations"; # %number will be replaced, e.g. 3 notes
|
|
|
|
$lang["annotate_configuration"]="Annotate Configuration";
|
|
$lang["extensions_to_exclude"]="Extensions to exclude<br />(comma separated):";
|
|
$lang["resource_types_to_exclude"]="Resource Types to exclude (tick to exclude):";
|
|
$lang["annotatedebug"]="Debug:";
|
|
$lang["toggle"]="Toggle";
|
|
$lang["annotate_public_view"] = "Are annotations publicly visible e.g. when sharing collections?";
|
|
$lang["annotate_show_author"] = "Display annotation author when viewing previews?";
|
|
$lang["annotate_metadatafield_error"] = "A metadata field is required to store the annotations";
|
|
|
|
$lang["annotate_font"]="Font:";
|
|
$lang["annotate_pdf_output"]="PDF Output Option (experimental)";
|
|
$lang["annotate_pdf_output_only_annotated"]="Only include Annotated Resources in PDF Output";
|
|
$lang["annotate_admin_edit_access"]="Ability to edit other users annotations";
|
|
$lang["annotate_ref_not_supplied"]="Reference not supplied"; |