はじまりの大地

This commit is contained in:
miteruzo
2024-07-08 03:32:47 +09:00
commit c616a96f53
7749 changed files with 478270 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
$lang['js']['button'] = 'Insert video from video sharing sites';
$lang['js']['prompt'] = 'Please paste the full URL to the video page here:';
$lang['js']['notfound'] = "Sorry, this URL wasn't recognized.\nPlease refer to the documentation on how to insert the correct syntax manually.";
$lang['js']['click'] = 'Click to load this video. Your IP address and possibly other data will be transferred to %s.';
+11
View File
@@ -0,0 +1,11 @@
<?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';