# --------------------------------------------------------------------
# SimpleCounter-2 – Admin language (enEN)
# File: sprachen/admin_language_enEN.txt
# --------------------------------------------------------------------

# Full text for the Info tab (HTML allowed) – IMPORTANT: single line only (mozilo does not allow line breaks)
info_html = <p>A privacy-friendly visitor counter with IP hashing, cookie locking, and WCAG-compliant output.</p><p><b>IP lock time</b> – Default is typically 24 hours (86&nbsp;400 seconds). Repeat visits within this period are not counted again.</p><p><b>Online time window</b> – During this period, a visitor is considered online (e.g. while staying on the site or navigating between pages).</p><p><b>SALT (hash salt)</b> – A hash value is generated from the visitor’s IP address combined with the salt and stored. A visitor is recognized and not counted again within the IP lock time if the combination (IP + SALT) already exists.</p><p><b>Important:</b> If you change the salt, known visitors will receive a new hash (IP + new SALT) and may be counted again within the lock period. This can distort statistics. Only generate a new salt if the <b>CURRENT SALT</b> field is empty or clearly invalid.</p><p><b>Generate new SALT (recommended via the plugin):</b> Enter <b>NEU</b> exactly into <b>Generate new SALT</b> and save (disk icon). The field will be reset automatically afterwards.</p><p><b>Alternative (console, advanced users only):</b> <code>php -r "echo bin2hex(random_bytes(16)).PHP_EOL;"</code> – Copy the generated 32-character hexadecimal key into <b>CURRENT SALT</b> and save.</p><p><b>List prefix</b> – Optional prefix shown before each line in the default list output (e.g. •, –, →, or empty). Only applies to list mode; no effect in inline mode.</p><p><b>Custom counter layout</b> – Output can be freely controlled using placeholders. <b>List mode (list)</b>: each placeholder generates its own list entry (block layout). <b>Inline mode (inline)</b>: output is rendered as a single line of text (e.g. footer); placeholders can be positioned freely. Example: Visitor counter: (Today - {HeuteWert}) (Total - {GesamtWert}). Further details in readme.</p>

# Field descriptions (getConfig)
cfg_ip_lock_sec = IP lock time (sec. 86,400 = 1 day)
cfg_ip_lock_sec_err = Integers only (0 – 99,999).

cfg_ip_user_online_sec = Time to treat a visitor as online (sec.)
cfg_ip_user_online_sec_err = Integers only (0 – 99,999).

cfg_list_prefix = List prefix (before the number in list mode)

cfg_counter_userdefined = Custom counter layout: <br>A) Mode list = block layout; each counter on a new line<br>- empty field --> all counters, default layout<br>- {Heute} {Woche} --> only these values<br>B) Mode inline = continuous output in one line<br>- empty field --> all counters, default layout<br>- placeholder {Heute}: value + label (55 Today)<br>- placeholder {HeuteLabel}: label only (Today)<br>- placeholder {HeuteWert}: value only (55)

cfg_output_mode = Output mode: list (block output) or inline (single-line output)
cfg_output_mode_err = Please enter "list" or "inline".

cfg_hash_salt = CURRENT SALT - automatically set after plugin installation.
cfg_hash_salt_err = Invalid salt. Must be a 32-character hexadecimal string.

cfg_regen_salt = Generate new SALT. Enter NEU and save (disk icon). PLEASE READ THE HELP!
cfg_regen_salt_err = Please enter NEU or leave the field empty.

# Plugin info / help (getInfo)
insert_counter = Insert counter
insert_hidden = count only, display nothing
