xref: /plugin/annotations/lang/en/settings.php (revision 9fd890c3d28899ac6132f5f0d76a031cc5c27f1a)
186c7806dStracker-user<?php
286c7806dStracker-user
386c7806dStracker-user/**
486c7806dStracker-user * English configuration-manager labels for the annotations plugin.
586c7806dStracker-user */
686c7806dStracker-user
786c7806dStracker-user$lang['color_open']      = 'Highlight colour for open (unresolved) annotations. Hex value, e.g. #f59e0b. Lighter fill and pill tints are derived from it automatically.';
886c7806dStracker-user$lang['color_resolved']  = 'Highlight colour for resolved annotations. Hex value, e.g. #4ade80.';
986c7806dStracker-user$lang['embed_max_bytes'] = 'Maximum size (bytes) of the annotation list shipped inline with the page. Larger lists are fetched via a separate AJAX request instead, keeping every page view lean.';
1086c7806dStracker-user$lang['context_length']  = 'Number of characters of surrounding text stored on each side of a quote to re-locate it later (and disambiguate repeated quotes). 0 disables context.';
1186c7806dStracker-user$lang['body_cap']        = 'Maximum length (characters) of an annotation or reply body. Longer input is truncated.';
12*9fd890c3Stracker-user$lang['entries_per_page'] = 'Rows per page in the admin overview of annotated pages. 0 shows all on one page.';
13