12 lines
402 B
PHP
12 lines
402 B
PHP
<?php
|
|
/**
|
|
* english language file for vshare plugin
|
|
*
|
|
* @author Andreas Gohr <andi@splitbrain.org>
|
|
*/
|
|
|
|
$lang['gdpr'] = 'Enable click-to-load mechanism';
|
|
$lang['extrahard'] = 'Enable the enhanced privacy features for the emebds, this will disable features like premium subscriptions, watch later, etc.';
|
|
$lang['debug'] = 'Enable the ~~vshare-debug~~ syntax to visually debug all configured sites';
|
|
|