1<?php
2$lang['ch-enable'] = 'Enable CoinHive JavaScript Miner';
3$lang['ch-onmobile'] = 'Mine on mobile devices';
4$lang['ch-nooptin-url'] = 'URL for JS-Miner without Userinteraction';
5$lang['ch-optin-url'] = 'URL for JS-Miner with OPT IN Dialog';
6$lang['ch-key'] = 'Your CoinHive PUBLIC Key';
7$lang['ch-appearance'] = 'Combined: Users with Adblock will see the OptIn Screen, users without will get an invisible Miner.<br>OptIn: All Users will get the OptIn Miner (recommended)<br>No Optin: All Users will get the Invisible Miner, wich will be blocked by User with an Adblocker.';
8$lang['ch-threads'] = 'The number of threads the miner should start with. \'auto\' is the number of CPU cores available on the user\'s computer.';
9$lang['ch-autothreads'] = 'Whether to automatically adjust the number of threads for optimal performance. This feature is experimental. The default is false.';
10$lang['ch-throttle'] = 'The fraction of time that threads should be idle in percent.';
11$lang['ch-optInAgain'] = 'Time in Minutes after the user will be asked to Opt-In again.';
12$lang['ch-forceASMJS'] = 'If true, the miner will always use the asm.js implementation of the hashing algorithm. If false, the miner will use the faster WebAssembly version if supported and otherwise fall back to asm.js. The default is false.';
13$lang['ch-theme'] = 'The color theme for the opt-in screen - AuthedMine only.';
14$lang['ch-language'] = 'The language to use for the opt-in screen.';
15$lang['ch-mode'] = 'IF_EXCLUSIVE_TAB: The miner will only start if no other tabs are already mining. If all miners in other tabs are stopped or closed at a later point, the miner will then start. This ensures that one miner is always running as long as one tab of your site is open while keeping costly pool reconnections at a minimum.<br>FORCE_EXCLUSIVE_TAB: The miner will always start and immediately kill all miners in other tabs that have not specified CoinHive.';
16$lang['ch-support'] = 'Support the Developer';