Plugin Directory

Changeset 3370879


Ignore:
Timestamp:
10/01/2025 06:36:45 AM (6 months ago)
Author:
wpstream
Message:

Update to version 4.8.2 from GitHub

Location:
wpstream
Files:
14 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpstream/tags/4.8.2/admin/class-wpstream-admin.php

    r3362236 r3370879  
    267267                            'ARE YOU SURE you want to continue with Basic Streaming?',
    268268                            'wpstream'
    269                         )
     269                        ),
     270                        'broadcaster_url'   => esc_url( esc_url(home_url('/broadcaster-page/') ) ),
    270271                    ));
    271272
  • wpstream/tags/4.8.2/hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php

    r3335660 r3370879  
    134134            <?php
    135135            $user_data = array(
    136                 esc_html__('First name','hello-wpstream')    => array(
     136                esc_html__('First name','wpstream')    => array(
    137137                                                                    'value' =>  $user->first_name,
    138138                                                                    'id'    =>  'wpstream_first_name_value'
    139139                                                                ),
    140140
    141                 esc_html__('Last name', 'hello-wpstream')     => array(
     141                esc_html__('Last name', 'wpstream')     => array(
    142142                                                                    'value' =>  $user->last_name,
    143143                                                                    'id'    =>  'wpstream_last_name_value'
    144144                                                                ),
    145                 esc_html__('Display Name', 'hello-wpstream')   => array(
     145                esc_html__('Display Name', 'wpstream')   => array(
    146146                                                                    'value' =>  $user->display_name,
    147147                                                                    'id'    =>  'wpstream_display_name_value'
    148148                                                                ),
    149                 esc_html__('Email Address', 'hello-wpstream') => array(
     149                esc_html__('Email Address', 'wpstream') => array(
    150150                                                                    'value'=> $user->user_email,
    151151                                                                    'id'=>  'wpstream_email_value'
    152152                                                                ),
    153                 esc_html__('About me', 'hello-wpstream') => array(
     153                esc_html__('About me', 'wpstream') => array(
    154154                    'value'=> $user->description,
    155155                    'id'=>  'wpstream_about_me_value'
  • wpstream/tags/4.8.2/languages/wpstream.pot

    r3362236 r3370879  
    1 # Translation file for WPStream plugin
     1# Copyright (C) 2025 wpstream
     2# This file is distributed under the same license as the WpStream - Live Streaming, Video on Demand, Pay Per View plugin.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: WpStream - Live Streaming, Video on Demand, Pay Per View 4.7.2\n"
    5 "Report-Msgid-Bugs-To: your-email@domain.com\n"
     5"Project-Id-Version: WpStream - Live Streaming, Video on Demand, Pay Per View 4.8.1\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin\n"
    67"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    78"Language-Team: LANGUAGE <LL@li.org>\n"
     
    910"Content-Type: text/plain; charset=UTF-8\n"
    1011"Content-Transfer-Encoding: 8bit\n"
    11 "POT-Creation-Date: 2025-09-16T06:26:53+00:00\n"
     12"POT-Creation-Date: 2025-09-22T22:19:20+03:00\n"
    1213"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    13 "X-Generator: WP-CLI 2.7.1\n"
     14"X-Generator: WP-CLI 2.12.0\n"
    1415"X-Domain: wpstream\n"
    1516
    1617#. Plugin Name of the plugin
     18#: wpstream.php
    1719msgid "WpStream - Live Streaming, Video on Demand, Pay Per View"
    1820msgstr ""
     
    2022#. Plugin URI of the plugin
    2123#. Author URI of the plugin
     24#: wpstream.php
    2225msgid "http://wpstream.net"
    2326msgstr ""
    2427
    2528#. Description of the plugin
     29#: wpstream.php
    2630msgid "WpStream is a platform that allows you to live stream, create Video-on-Demand, and offer Pay-Per-View videos. We provide an affordable and user-friendly way for businesses, non-profits, and public institutions to broadcast their content and monetize their work."
    2731msgstr ""
    2832
    2933#. Author of the plugin
     34#: wpstream.php
    3035msgid "wpstream"
    3136msgstr ""
     
    4853
    4954#: admin/class-wpstream-admin.php:89
     55#: admin/class-wpstream-admin.php:1563
     56msgid "Lock To Website"
     57msgstr ""
     58
     59#. translators: %1$s is the website URL.
     60#: admin/class-wpstream-admin.php:91
     61#, php-format
     62msgid "If enabled, live video will only display on %1$s, otherwise it can show up on any website."
     63msgstr ""
     64
     65#: admin/class-wpstream-admin.php:95
     66#: admin/class-wpstream-admin.php:1546
     67msgid "Autoplay"
     68msgstr ""
     69
     70#: admin/class-wpstream-admin.php:96
     71msgid "If enabled, live video will attempt to start playing automatically. This is only achievable in some browsers."
     72msgstr ""
     73
     74#: admin/class-wpstream-admin.php:100
    5075#: admin/class-wpstream-admin.php:1555
    51 msgid "Lock To Website"
    52 msgstr ""
    53 
    54 #: admin/class-wpstream-admin.php:90
    55 msgid "If enabled, live video will only display on %1$s, otherwise it can show up on any website."
    56 msgstr ""
    57 
    58 #: admin/class-wpstream-admin.php:94
    59 #: admin/class-wpstream-admin.php:1538
    60 msgid "Autoplay"
    61 msgstr ""
    62 
    63 #: admin/class-wpstream-admin.php:95
    64 msgid "If enabled, live video will attempt to start playing automatically. This is only achievable in some browsers."
    65 msgstr ""
    66 
    67 #: admin/class-wpstream-admin.php:99
    68 #: admin/class-wpstream-admin.php:1547
    6976msgid "Start Muted"
    7077msgstr ""
    7178
    72 #: admin/class-wpstream-admin.php:100
     79#: admin/class-wpstream-admin.php:101
    7380msgid "If enabled, live video will start muted. This may increase the rate of autoplay in some browsers. "
    7481msgstr ""
    7582
    76 #: admin/class-wpstream-admin.php:104
     83#: admin/class-wpstream-admin.php:105
    7784msgid "Low Latency (beta)"
    7885msgstr ""
    7986
    80 #: admin/class-wpstream-admin.php:105
     87#: admin/class-wpstream-admin.php:106
    8188msgid "Shortens the live delay between streamer and viewers. Useful for interactive applications like gaming, auctions, trading etc. Low latency may worsen the viewer experience on some devices."
    8289msgstr ""
    8390
    84 #: admin/class-wpstream-admin.php:109
     91#: admin/class-wpstream-admin.php:110
    8592msgid "Adaptive Bitrate (beta)"
    8693msgstr ""
    8794
    88 #: admin/class-wpstream-admin.php:110
     95#: admin/class-wpstream-admin.php:111
    8996msgid "Ensures a smooth and uninterrupted viewing experience by adjusting video quality for viewers with reduced network speed or device capabilities."
    9097msgstr ""
    9198
    92 #: admin/class-wpstream-admin.php:114
     99#: admin/class-wpstream-admin.php:115
    93100msgid "Encrypt Live Stream"
    94101msgstr ""
    95102
    96 #: admin/class-wpstream-admin.php:115
    97 #: admin/class-wpstream-admin.php:1566
     103#: admin/class-wpstream-admin.php:116
     104#: admin/class-wpstream-admin.php:1575
    98105msgid "If enabled, video data will be encrypted. Enabling encryption may lead to reduced website performance under certain configurations. Encrypted video may not display in all browsers."
    99106msgstr ""
    100107
    101 #: admin/class-wpstream-admin.php:119
     108#: admin/class-wpstream-admin.php:120
    102109msgid "Use Sessions with Encryption"
    103110msgstr ""
    104111
    105 #: admin/class-wpstream-admin.php:120
     112#: admin/class-wpstream-admin.php:121
    106113msgid "If enabled, encryption key distribution will be checked against valid user sessions. Setting may malfunction or lead to reduced website performance under certain configurations. "
    107114msgstr ""
    108115
    109 #: admin/class-wpstream-admin.php:124
     116#: admin/class-wpstream-admin.php:125
    110117msgid "Auto TURN ON"
    111118msgstr ""
    112119
    113 #: admin/class-wpstream-admin.php:125
     120#: admin/class-wpstream-admin.php:126
    114121msgid "If enabled, channel will TURN ON automatically when broadcasting with an External Streaming App (RTMP Encoder/Broadcaster)"
    115122msgstr ""
    116123
    117 #: admin/class-wpstream-admin.php:187
    118 #: admin/class-wpstream-admin.php:231
    119 #: public/class-wpstream-public.php:163
     124#: admin/class-wpstream-admin.php:130
     125msgid "Casting"
     126msgstr ""
     127
     128#: admin/class-wpstream-admin.php:131
     129msgid "If enabled, viewers will be able to cast the video to external devices (e.g. Chromecast, Smart TV)"
     130msgstr ""
     131
     132#: admin/class-wpstream-admin.php:193
     133#: admin/class-wpstream-admin.php:237
     134#: public/class-wpstream-public.php:193
    120135msgid "Click to download!"
    121136msgstr ""
    122137
    123 #: admin/class-wpstream-admin.php:188
     138#: admin/class-wpstream-admin.php:194
    124139msgid "We are uploading your file. Do not close this window!"
    125140msgstr ""
    126141
    127 #: admin/class-wpstream-admin.php:189
    128 #: public/class-wpstream-public.php:165
     142#: admin/class-wpstream-admin.php:195
     143#: public/class-wpstream-public.php:195
    129144msgid "Upload Complete! You can upload another file!"
    130145msgstr ""
    131146
    132 #: admin/class-wpstream-admin.php:190
    133 #: public/class-wpstream-public.php:166
     147#: admin/class-wpstream-admin.php:196
     148#: public/class-wpstream-public.php:196
    134149msgid "The file is not an accepted video format"
    135150msgstr ""
    136151
    137 #: admin/class-wpstream-admin.php:191
    138 #: public/class-wpstream-public.php:167
     152#: admin/class-wpstream-admin.php:197
     153#: public/class-wpstream-public.php:197
    139154msgid "Upload Complete!"
    140155msgstr ""
    141156
    142 #: admin/class-wpstream-admin.php:195
    143 #: public/class-wpstream-public.php:168
     157#: admin/class-wpstream-admin.php:201
     158#: public/class-wpstream-public.php:198
    144159msgid "Upload Failed!"
    145160msgstr ""
    146161
    147 #: admin/class-wpstream-admin.php:196
    148 #: public/class-wpstream-public.php:169
     162#: admin/class-wpstream-admin.php:202
     163#: public/class-wpstream-public.php:199
    149164msgid "Upload Failed! Please Try again!"
    150165msgstr ""
    151166
    152 #: admin/class-wpstream-admin.php:197
    153 #: admin/class-wpstream-admin.php:2349
     167#: admin/class-wpstream-admin.php:203
     168#: admin/class-wpstream-admin.php:2360
    154169msgid "Choose a file&hellip;"
    155170msgstr ""
    156171
    157 #: admin/class-wpstream-admin.php:198
     172#: admin/class-wpstream-admin.php:204
    158173msgid "Preparing multipart upload..."
    159174msgstr ""
    160175
    161 #: admin/class-wpstream-admin.php:199
     176#: admin/class-wpstream-admin.php:205
    162177msgid "Uploading part {part} of {total}..."
    163178msgstr ""
    164179
    165 #: admin/class-wpstream-admin.php:200
     180#: admin/class-wpstream-admin.php:206
    166181msgid "Failed to upload part {part}. Please try again."
    167182msgstr ""
    168183
    169 #: admin/class-wpstream-admin.php:201
     184#: admin/class-wpstream-admin.php:207
    170185msgid "Completing upload. Please wait..."
    171186msgstr ""
    172187
    173 #: admin/class-wpstream-admin.php:202
     188#: admin/class-wpstream-admin.php:208
    174189msgid "Failed to upload part {part}. Retrying..."
    175190msgstr ""
    176191
    177 #: admin/class-wpstream-admin.php:203
     192#: admin/class-wpstream-admin.php:209
    178193msgid "Choose Recording"
    179194msgstr ""
    180195
    181 #: admin/class-wpstream-admin.php:204
     196#: admin/class-wpstream-admin.php:210
    182197msgid "Please select a recording from the list"
    183198msgstr ""
    184199
    185 #: admin/class-wpstream-admin.php:205
     200#: admin/class-wpstream-admin.php:211
    186201msgid "Invalid response from server. Missing required upload data."
    187202msgstr ""
    188203
    189 #: admin/class-wpstream-admin.php:206
    190 #: admin/class-wpstream-admin.php:2414
     204#: admin/class-wpstream-admin.php:212
     205#: admin/class-wpstream-admin.php:2425
    191206msgid "The video is still processing"
    192207msgstr ""
    193208
    194 #: admin/class-wpstream-admin.php:207
    195 #: admin/class-wpstream-admin.php:2431
     209#: admin/class-wpstream-admin.php:213
     210#: admin/class-wpstream-admin.php:2442
    196211msgid "File Name:"
    197212msgstr ""
    198213
    199 #: admin/class-wpstream-admin.php:208
     214#: admin/class-wpstream-admin.php:214
    200215msgid "Something did not work. Please try again."
    201216msgstr ""
    202217
    203 #: admin/class-wpstream-admin.php:214
     218#: admin/class-wpstream-admin.php:220
    204219msgid "Delete file"
    205220msgstr ""
    206221
    207 #: admin/class-wpstream-admin.php:215
     222#: admin/class-wpstream-admin.php:221
    208223msgid "Download"
    209224msgstr ""
    210225
    211 #: admin/class-wpstream-admin.php:216
    212 #: admin/class-wpstream-admin.php:2435
     226#: admin/class-wpstream-admin.php:222
     227#: admin/class-wpstream-admin.php:2446
    213228msgid "Click to download! The url will work for the next 20 minutes!"
    214229msgstr ""
    215230
    216 #: admin/class-wpstream-admin.php:218
     231#: admin/class-wpstream-admin.php:224
    217232msgid "Create new Free-To-View VOD from this recording"
    218233msgstr ""
    219234
    220 #: admin/class-wpstream-admin.php:221
     235#: admin/class-wpstream-admin.php:227
    221236msgid "Create new Pay-Per-View VOD from this recording"
    222237msgstr ""
    223238
    224 #: admin/class-wpstream-admin.php:239
    225 #: public/class-wpstream-public.php:173
     239#: admin/class-wpstream-admin.php:245
     240#: public/class-wpstream-public.php:203
    226241msgid "TURNING ON"
    227242msgstr ""
    228243
    229 #: admin/class-wpstream-admin.php:240
    230 #: public/class-wpstream-public.php:174
     244#: admin/class-wpstream-admin.php:246
     245#: public/class-wpstream-public.php:204
    231246msgid "TURNING OFF"
    232247msgstr ""
    233248
    234 #: admin/class-wpstream-admin.php:241
    235 #: admin/class-wpstream-admin.php:620
    236 #: admin/class-wpstream-admin.php:802
    237 #: public/class-wpstream-public.php:175
     249#: admin/class-wpstream-admin.php:247
     250#: admin/class-wpstream-admin.php:626
     251#: admin/class-wpstream-admin.php:808
     252#: public/class-wpstream-public.php:205
    238253msgid "TURN ON"
    239254msgstr ""
    240255
    241 #: admin/class-wpstream-admin.php:242
    242 #: public/class-wpstream-public.php:176
     256#: admin/class-wpstream-admin.php:248
     257#: public/class-wpstream-public.php:206
    243258msgid "TURN OFF"
    244259msgstr ""
    245260
    246 #: admin/class-wpstream-admin.php:243
    247 #: public/class-wpstream-public.php:177
     261#: admin/class-wpstream-admin.php:249
     262#: public/class-wpstream-public.php:207
    248263msgid "Failed to get channel info. Please try again."
    249264msgstr ""
    250265
    251 #: admin/class-wpstream-admin.php:244
    252 #: public/class-wpstream-public.php:178
     266#: admin/class-wpstream-admin.php:250
     267#: public/class-wpstream-public.php:208
    253268msgid "Channel is now OFF. Click to turn ON."
    254269msgstr ""
    255270
    256 #: admin/class-wpstream-admin.php:245
    257 #: public/class-wpstream-public.php:179
     271#: admin/class-wpstream-admin.php:251
     272#: public/class-wpstream-public.php:209
    258273msgid "Click to turn channel off. This will interrupt any ongoing broadcast."
    259274msgstr ""
    260275
    261 #: admin/class-wpstream-admin.php:246
    262 #: public/class-wpstream-public.php:180
     276#: admin/class-wpstream-admin.php:252
     277#: public/class-wpstream-public.php:210
    263278msgid "Turning a channel on may take 1-2 minutes or more. Please be patient."
    264279msgstr ""
    265280
    266 #: admin/class-wpstream-admin.php:247
    267 #: public/class-wpstream-public.php:181
     281#: admin/class-wpstream-admin.php:253
     282#: public/class-wpstream-public.php:211
    268283msgid "This may take a few minutes."
    269284msgstr ""
    270285
    271 #: admin/class-wpstream-admin.php:248
    272 #: public/class-wpstream-public.php:182
     286#: admin/class-wpstream-admin.php:254
     287#: public/class-wpstream-public.php:212
    273288msgid "You don't have enough data to start a new event!"
    274289msgstr ""
    275290
    276 #: admin/class-wpstream-admin.php:249
    277 #: public/class-wpstream-public.php:183
     291#: admin/class-wpstream-admin.php:255
     292#: public/class-wpstream-public.php:213
    278293msgid "Failed to start the channel. Please try again in a few minutes."
    279294msgstr ""
    280295
    281 #: admin/class-wpstream-admin.php:250
    282 #: public/class-wpstream-public.php:184
     296#: admin/class-wpstream-admin.php:256
     297#: public/class-wpstream-public.php:214
    283298msgid "Channel is turning on"
    284299msgstr ""
    285300
    286 #: admin/class-wpstream-admin.php:251
    287 #: public/class-wpstream-public.php:185
     301#: admin/class-wpstream-admin.php:257
     302#: public/class-wpstream-public.php:215
    288303msgid "Channel is turning off"
    289304msgstr ""
    290305
    291 #: admin/class-wpstream-admin.php:252
    292 #: public/class-wpstream-public.php:186
     306#: admin/class-wpstream-admin.php:258
     307#: public/class-wpstream-public.php:216
    293308msgid "Channel is ON"
    294309msgstr ""
    295310
    296 #: admin/class-wpstream-admin.php:253
    297 #: admin/class-wpstream-admin.php:619
    298 #: admin/class-wpstream-admin.php:801
    299 #: public/class-wpstream-public.php:187
     311#: admin/class-wpstream-admin.php:259
     312#: admin/class-wpstream-admin.php:625
     313#: admin/class-wpstream-admin.php:807
     314#: public/class-wpstream-public.php:217
    300315msgid "Channel is OFF"
    301316msgstr ""
    302317
    303 #: admin/class-wpstream-admin.php:254
    304 #: public/class-wpstream-public.php:189
     318#: admin/class-wpstream-admin.php:260
     319#: public/class-wpstream-public.php:219
    305320msgid "ARE YOU SURE you'd like to TURN OFF the channel now? "
    306321msgstr ""
    307322
    308 #: admin/class-wpstream-admin.php:261
     323#: admin/class-wpstream-admin.php:267
    309324msgid "Your account is now in BASIC STREAMING mode."
    310325msgstr ""
    311326
    312 #: admin/class-wpstream-admin.php:274
     327#: admin/class-wpstream-admin.php:280
    313328msgid "Failed to save settings. Please try again."
    314329msgstr ""
    315330
    316 #: admin/class-wpstream-admin.php:275
     331#: admin/class-wpstream-admin.php:281
    317332msgid "Choose Logo Image"
    318333msgstr ""
    319334
    320 #: admin/class-wpstream-admin.php:276
     335#: admin/class-wpstream-admin.php:282
    321336msgid "Select Image"
    322337msgstr ""
    323338
    324 #: admin/class-wpstream-admin.php:277
     339#: admin/class-wpstream-admin.php:283
    325340msgid "Update Successful."
    326341msgstr ""
    327342
    328 #: admin/class-wpstream-admin.php:278
     343#: admin/class-wpstream-admin.php:284
    329344msgid "Something went wrong. Try again."
    330345msgstr ""
    331346
    332 #: admin/class-wpstream-admin.php:326
     347#: admin/class-wpstream-admin.php:332
    333348msgid "WpStream "
    334349msgstr ""
    335350
    336 #: admin/class-wpstream-admin.php:391
     351#: admin/class-wpstream-admin.php:397
    337352msgid "Your Pay-Per-View Channel List"
    338353msgstr ""
    339354
    340 #: admin/class-wpstream-admin.php:396
     355#: admin/class-wpstream-admin.php:402
    341356msgid "Create new Pay-Per-View channel."
    342357msgstr ""
    343358
    344 #: admin/class-wpstream-admin.php:455
     359#: admin/class-wpstream-admin.php:461
    345360msgid "Free-To-View Channels"
    346361msgstr ""
    347362
    348 #: admin/class-wpstream-admin.php:458
     363#: admin/class-wpstream-admin.php:464
    349364msgid "Create new Free-To-View channel."
    350365msgstr ""
    351366
    352 #: admin/class-wpstream-admin.php:475
    353 #: admin/class-wpstream-admin.php:3088
     367#: admin/class-wpstream-admin.php:481
     368#: admin/class-wpstream-admin.php:3099
    354369#: includes/class-wpstream.php:895
    355370#: includes/class-wpstream.php:916
     
    357372msgstr ""
    358373
    359 #: admin/class-wpstream-admin.php:489
     374#: admin/class-wpstream-admin.php:495
    360375msgid "* You do not have any Pay-Per-View channels!"
    361376msgstr ""
    362377
    363 #: admin/class-wpstream-admin.php:492
     378#: admin/class-wpstream-admin.php:498
    364379msgid "* You do not have any free channels!"
    365380msgstr ""
    366381
    367 #: admin/class-wpstream-admin.php:495
     382#: admin/class-wpstream-admin.php:501
    368383msgid "Add new Free-To-View channel "
    369384msgstr ""
    370385
    371 #: admin/class-wpstream-admin.php:496
     386#: admin/class-wpstream-admin.php:502
    372387msgid "Add new Pay-Per-View channel "
    373388msgstr ""
    374389
    375 #: admin/class-wpstream-admin.php:554
     390#: admin/class-wpstream-admin.php:560
    376391msgid "Spread the word! To let people know about your channel, click on the corresponding icon and share on the social platforms of your choice. The more the merrier!"
    377392msgstr ""
    378393
    379 #: admin/class-wpstream-admin.php:576
    380 #: admin/class-wpstream-admin.php:756
     394#: admin/class-wpstream-admin.php:582
     395#: admin/class-wpstream-admin.php:762
    381396msgid "You are not allowed to broadcast."
    382397msgstr ""
    383398
    384 #: admin/class-wpstream-admin.php:585
    385 #: admin/class-wpstream-admin.php:765
     399#: admin/class-wpstream-admin.php:591
     400#: admin/class-wpstream-admin.php:771
    386401msgid "You are not allowed to broadcast"
    387402msgstr ""
    388403
    389 #: admin/class-wpstream-admin.php:695
     404#: admin/class-wpstream-admin.php:701
     405#: admin/class-wpstream-admin.php:879
     406msgid "Settings"
     407msgstr ""
     408
     409#: admin/class-wpstream-admin.php:843
     410msgid "Webcam"
     411msgstr ""
     412
     413#: admin/class-wpstream-admin.php:856
     414msgid "External App"
     415msgstr ""
     416
    390417#: admin/class-wpstream-admin.php:873
    391 msgid "Settings"
    392 msgstr ""
    393 
    394 #: admin/class-wpstream-admin.php:837
    395 msgid "Webcam"
    396 msgstr ""
    397 
    398 #: admin/class-wpstream-admin.php:850
    399 msgid "External App"
    400 msgstr ""
    401 
    402 #: admin/class-wpstream-admin.php:867
    403418msgid "Statistics"
    404419msgstr ""
    405420
    406 #: admin/class-wpstream-admin.php:898
    407 #: includes/class-wpstream_product.php:692
     421#: admin/class-wpstream-admin.php:904
     422#: includes/class-wpstream_product.php:697
    408423msgid "View"
    409424msgstr ""
    410425
    411 #: admin/class-wpstream-admin.php:907
     426#: admin/class-wpstream-admin.php:913
    412427msgid "Share"
    413428msgstr ""
    414429
    415 #: admin/class-wpstream-admin.php:948
     430#: admin/class-wpstream-admin.php:954
    416431msgid "Edit settings for this channel"
    417432msgstr ""
    418433
    419 #: admin/class-wpstream-admin.php:949
     434#. translators: %s is a link to the Default Channel Settings admin page.
     435#: admin/class-wpstream-admin.php:956
     436#, php-format
    420437msgid "When is OFF, the settings from %s will be applied"
    421438msgstr ""
    422439
    423 #: admin/class-wpstream-admin.php:949
    424 #: admin/class-wpstream-admin.php:1602
     440#. translators: %s is a link to the Default Channel Settings admin page.
     441#: admin/class-wpstream-admin.php:956
     442#: admin/class-wpstream-admin.php:1611
    425443msgid "Default Channel Settings"
    426444msgstr ""
    427445
    428 #: admin/class-wpstream-admin.php:968
     446#. translators: %s is the channel post ID.
     447#: admin/class-wpstream-admin.php:976
     448#, php-format
    429449msgid "Channel Settings (#ID %s)"
    430450msgstr ""
    431451
    432 #: admin/class-wpstream-admin.php:1004
     452#: admin/class-wpstream-admin.php:1012
    433453msgid "Share your Channel"
    434454msgstr ""
    435455
    436 #: admin/class-wpstream-admin.php:1019
     456#: admin/class-wpstream-admin.php:1027
    437457msgid "Go Live with External Streaming App"
    438458msgstr ""
    439459
    440 #: admin/class-wpstream-admin.php:1021
     460#: admin/class-wpstream-admin.php:1029
    441461msgid "Please choose your RTMP encoder/broadcaster"
    442462msgstr ""
    443463
    444 #: admin/class-wpstream-admin.php:1061
    445 #: admin/class-wpstream-admin.php:1064
    446 #: admin/class-wpstream-admin.php:1096
    447 #: admin/class-wpstream-admin.php:1099
    448 #: admin/class-wpstream-admin.php:1133
    449 #: admin/class-wpstream-admin.php:1136
    450 #: admin/class-wpstream-admin.php:1169
    451 #: admin/class-wpstream-admin.php:1172
    452 #: admin/class-wpstream-admin.php:1204
    453 #: admin/class-wpstream-admin.php:1207
    454 #: admin/class-wpstream-admin.php:1239
    455 #: admin/class-wpstream-admin.php:1286
    456 #: admin/class-wpstream-admin.php:1289
     464#: admin/class-wpstream-admin.php:1069
     465#: admin/class-wpstream-admin.php:1072
     466#: admin/class-wpstream-admin.php:1104
     467#: admin/class-wpstream-admin.php:1107
     468#: admin/class-wpstream-admin.php:1141
     469#: admin/class-wpstream-admin.php:1144
     470#: admin/class-wpstream-admin.php:1177
     471#: admin/class-wpstream-admin.php:1180
     472#: admin/class-wpstream-admin.php:1212
     473#: admin/class-wpstream-admin.php:1215
     474#: admin/class-wpstream-admin.php:1247
     475#: admin/class-wpstream-admin.php:1294
     476#: admin/class-wpstream-admin.php:1297
    457477msgid "copy"
    458478msgstr ""
    459479
    460 #: admin/class-wpstream-admin.php:1377
     480#: admin/class-wpstream-admin.php:1385
    461481msgid "Slug for free video/channel pages "
    462482msgstr ""
    463483
    464 #: admin/class-wpstream-admin.php:1380
     484#: admin/class-wpstream-admin.php:1388
    465485msgid "This will replace the default \"wpstream\" of all your free video/channel urls. Special characters like \"&\" are not permitted. To have your new slug show up you need to re-save the \"Permalinks Settings\" under Settings -> Permalinks, even if not making any changes."
    466486msgstr ""
    467487
    468 #: admin/class-wpstream-admin.php:1385
     488#: admin/class-wpstream-admin.php:1393
    469489msgid "Non-Admin User Roles Allowed to Broadcast"
    470490msgstr ""
    471491
    472 #: admin/class-wpstream-admin.php:1388
     492#: admin/class-wpstream-admin.php:1396
    473493msgid "These types of users can stream via frontend shortcodes / blocks. Single individual channels are automaticlally created for streaming by non-admins."
    474494msgstr ""
    475495
    476 #: admin/class-wpstream-admin.php:1393
     496#: admin/class-wpstream-admin.php:1401
    477497msgid "Non Admin Streamers Channel Type."
    478498msgstr ""
    479499
    480 #: admin/class-wpstream-admin.php:1397
    481 #: public/class-wpstream-public.php:1227
    482 #: public/class-wpstream-public.php:1239
     500#: admin/class-wpstream-admin.php:1405
     501#: public/class-wpstream-public.php:1257
     502#: public/class-wpstream-public.php:1269
    483503msgid "Free Live Channel"
    484504msgstr ""
    485505
    486 #: admin/class-wpstream-admin.php:1398
     506#: admin/class-wpstream-admin.php:1406
    487507msgid "Pay-Per-View"
    488508msgstr ""
    489509
    490 #: admin/class-wpstream-admin.php:1400
     510#: admin/class-wpstream-admin.php:1408
    491511msgid "Choose whether the channels assigned to non-admins are free-for-all or pay-per-view (WooCommerce product)."
    492512msgstr ""
    493513
    494 #: admin/class-wpstream-admin.php:1405
     514#: admin/class-wpstream-admin.php:1413
    495515msgid "Default Pay-Per-View Price"
    496516msgstr ""
    497517
    498 #: admin/class-wpstream-admin.php:1408
     518#: admin/class-wpstream-admin.php:1416
    499519msgid "Default price of pay-per-view channels assigned to non-admins."
    500520msgstr ""
    501521
    502 #: admin/class-wpstream-admin.php:1415
     522#: admin/class-wpstream-admin.php:1423
    503523msgid "Use Global Subscription Mode"
    504524msgstr ""
    505525
    506 #: admin/class-wpstream-admin.php:1418
     526#: admin/class-wpstream-admin.php:1426
    507527msgid "If enabled, a client can access all the media products (live and VOD) by purchasing a single subscription. The \"WooCommerce Subscriptions\" plugin is required."
    508528msgstr ""
    509529
    510 #: admin/class-wpstream-admin.php:1423
     530#: admin/class-wpstream-admin.php:1431
    511531msgid "Subscription ID for Global Subscription Mode"
    512532msgstr ""
    513533
    514 #: admin/class-wpstream-admin.php:1426
     534#: admin/class-wpstream-admin.php:1434
    515535msgid "ID of the subscription product to be purchased for global access to media. All non-subscription video products that are not already attached to a subscription will be accessible to users that have purchased it."
    516536msgstr ""
    517537
    518 #: admin/class-wpstream-admin.php:1430
     538#: admin/class-wpstream-admin.php:1438
    519539msgid "PPV not logged in message"
    520540msgstr ""
    521541
    522 #: admin/class-wpstream-admin.php:1433
     542#: admin/class-wpstream-admin.php:1441
    523543msgid "This message will be displayed on top of the media player for pay-per-view items when user is not logged in."
    524544msgstr ""
    525545
    526 #: admin/class-wpstream-admin.php:1434
     546#: admin/class-wpstream-admin.php:1442
    527547msgid "You must be logged in to watch this video."
    528548msgstr ""
    529549
    530 #: admin/class-wpstream-admin.php:1438
     550#: admin/class-wpstream-admin.php:1446
    531551msgid "PPV not purchased message"
    532552msgstr ""
    533553
    534 #: admin/class-wpstream-admin.php:1441
     554#: admin/class-wpstream-admin.php:1449
    535555msgid "This message will be displayed on top of the media player for common pay-per-view items that have not been purchased."
    536556msgstr ""
    537557
    538 #: admin/class-wpstream-admin.php:1442
     558#: admin/class-wpstream-admin.php:1450
    539559msgid "You did not yet purchase this item."
    540560msgstr ""
    541561
    542 #: admin/class-wpstream-admin.php:1446
     562#: admin/class-wpstream-admin.php:1454
    543563msgid "Subscription not purchased message"
    544564msgstr ""
    545565
    546 #: admin/class-wpstream-admin.php:1449
     566#: admin/class-wpstream-admin.php:1457
    547567msgid "This message will be displayed on top of the media player for subscription-type pay-per-view items that have not been purchased."
    548568msgstr ""
    549569
    550 #: admin/class-wpstream-admin.php:1450
     570#: admin/class-wpstream-admin.php:1458
    551571msgid " You did not yet subscribe to this item."
    552572msgstr ""
    553573
    554 #: admin/class-wpstream-admin.php:1454
     574#: admin/class-wpstream-admin.php:1462
    555575msgid "Thank you message"
    556576msgstr ""
    557577
    558 #: admin/class-wpstream-admin.php:1457
     578#: admin/class-wpstream-admin.php:1465
    559579msgid "This message will be displayed on the thank you page (after purchase) and the confirmation email."
    560580msgstr ""
    561581
    562 #: admin/class-wpstream-admin.php:1458
     582#: admin/class-wpstream-admin.php:1466
    563583msgid "Thanks for your purchase. You can access your item at any time by visiting the following page: {item_link}"
    564584msgstr ""
    565585
    566 #: admin/class-wpstream-admin.php:1463
     586#: admin/class-wpstream-admin.php:1471
    567587msgid "Subscription Active message"
    568588msgstr ""
    569589
    570 #: admin/class-wpstream-admin.php:1466
     590#: admin/class-wpstream-admin.php:1474
    571591msgid "This message will be displayed on subscription product page."
    572592msgstr ""
    573593
    574 #: admin/class-wpstream-admin.php:1467
     594#: admin/class-wpstream-admin.php:1475
    575595msgid "Your Subscription is Active"
    576596msgstr ""
    577597
    578 #: admin/class-wpstream-admin.php:1471
     598#: admin/class-wpstream-admin.php:1479
    579599msgid "You are not live message"
    580600msgstr ""
    581601
    582 #: admin/class-wpstream-admin.php:1474
     602#: admin/class-wpstream-admin.php:1482
    583603msgid "This message will be displayed in player."
    584604msgstr ""
    585605
    586 #: admin/class-wpstream-admin.php:1475
     606#: admin/class-wpstream-admin.php:1483
    587607msgid "We are not live at this moment"
    588608msgstr ""
    589609
    590 #: admin/class-wpstream-admin.php:1480
     610#: admin/class-wpstream-admin.php:1488
    591611msgid "Video player theme"
    592612msgstr ""
    593613
    594 #: admin/class-wpstream-admin.php:1484
     614#: admin/class-wpstream-admin.php:1492
    595615msgid "Default"
    596616msgstr ""
    597617
    598 #: admin/class-wpstream-admin.php:1485
     618#: admin/class-wpstream-admin.php:1493
    599619msgid "City"
    600620msgstr ""
    601621
    602 #: admin/class-wpstream-admin.php:1486
     622#: admin/class-wpstream-admin.php:1494
    603623msgid "Forest"
    604624msgstr ""
    605625
    606 #: admin/class-wpstream-admin.php:1487
     626#: admin/class-wpstream-admin.php:1495
    607627msgid "Fantasy"
    608628msgstr ""
    609629
    610 #: admin/class-wpstream-admin.php:1488
     630#: admin/class-wpstream-admin.php:1496
    611631msgid "Sea"
    612632msgstr ""
    613633
    614 #: admin/class-wpstream-admin.php:1490
     634#: admin/class-wpstream-admin.php:1498
    615635msgid "Choose the video player theme to have a different look for the player."
    616636msgstr ""
    617637
    618 #: admin/class-wpstream-admin.php:1495
     638#: admin/class-wpstream-admin.php:1503
    619639msgid "Logo for the video player"
    620640msgstr ""
    621641
    622 #: admin/class-wpstream-admin.php:1497
     642#: admin/class-wpstream-admin.php:1505
    623643msgid "This logo will be displayed on the the video player."
    624644msgstr ""
    625645
    626 #: admin/class-wpstream-admin.php:1514
     646#: admin/class-wpstream-admin.php:1522
    627647msgid "Position of the video player logo"
    628648msgstr ""
    629649
    630 #: admin/class-wpstream-admin.php:1517
     650#: admin/class-wpstream-admin.php:1525
    631651msgid "Top Left"
    632652msgstr ""
    633653
    634 #: admin/class-wpstream-admin.php:1518
     654#: admin/class-wpstream-admin.php:1526
    635655msgid "Top Right"
    636656msgstr ""
    637657
    638 #: admin/class-wpstream-admin.php:1519
     658#: admin/class-wpstream-admin.php:1527
    639659msgid "Bottom Left"
    640660msgstr ""
    641661
    642 #: admin/class-wpstream-admin.php:1520
     662#: admin/class-wpstream-admin.php:1528
    643663msgid "Bottom Right"
    644664msgstr ""
    645665
    646 #: admin/class-wpstream-admin.php:1522
     666#: admin/class-wpstream-admin.php:1530
    647667msgid "Choose the position of the logo on the video player."
    648668msgstr ""
    649669
    650 #: admin/class-wpstream-admin.php:1530
     670#: admin/class-wpstream-admin.php:1538
    651671msgid "Events Options  "
    652672msgstr ""
    653673
    654 #: admin/class-wpstream-admin.php:1533
     674#: admin/class-wpstream-admin.php:1541
    655675msgid "Global Options for live events."
    656676msgstr ""
    657677
    658 #: admin/class-wpstream-admin.php:1541
     678#: admin/class-wpstream-admin.php:1549
    659679msgid "If enabled, video will attempt to start playing automatically. This is only achievable in some browsers."
    660680msgstr ""
    661681
    662 #: admin/class-wpstream-admin.php:1550
     682#: admin/class-wpstream-admin.php:1558
    663683msgid "If enabled, video will start muted. This may increase the rate of autoplay in some browsers."
    664684msgstr ""
    665685
    666 #: admin/class-wpstream-admin.php:1558
     686#. translators: %1$s is the site URL.
     687#: admin/class-wpstream-admin.php:1567
     688#, php-format
    667689msgid "If enabled, video will only display on %1$s, otherwise it can show up on any website."
    668690msgstr ""
    669691
    670 #: admin/class-wpstream-admin.php:1563
     692#: admin/class-wpstream-admin.php:1572
    671693msgid "Encrypt Video"
    672694msgstr ""
    673695
    674 #: admin/class-wpstream-admin.php:1582
     696#: admin/class-wpstream-admin.php:1591
    675697msgid "Logs"
    676698msgstr ""
    677699
    678 #: admin/class-wpstream-admin.php:1585
     700#: admin/class-wpstream-admin.php:1594
    679701msgid "This is the error log of the plugin."
    680702msgstr ""
    681703
    682 #: admin/class-wpstream-admin.php:1597
     704#: admin/class-wpstream-admin.php:1606
    683705msgid "WpStream Settings"
    684706msgstr ""
    685707
    686 #: admin/class-wpstream-admin.php:1601
     708#: admin/class-wpstream-admin.php:1610
    687709msgid "General Options"
    688710msgstr ""
    689711
    690 #: admin/class-wpstream-admin.php:1603
     712#: admin/class-wpstream-admin.php:1612
    691713msgid "VOD Settings"
    692714msgstr ""
    693715
    694 #: admin/class-wpstream-admin.php:1604
     716#: admin/class-wpstream-admin.php:1613
    695717msgid "Subscription Options"
    696718msgstr ""
    697719
    698 #: admin/class-wpstream-admin.php:1605
     720#: admin/class-wpstream-admin.php:1614
    699721msgid "Customize Messages"
    700722msgstr ""
    701723
    702 #: admin/class-wpstream-admin.php:1606
     724#: admin/class-wpstream-admin.php:1615
    703725msgid "Support"
    704726msgstr ""
    705727
    706 #: admin/class-wpstream-admin.php:1637
     728#: admin/class-wpstream-admin.php:1646
    707729msgid "These settings will apply to newly created channels; existing channels will not change settings if you change them here"
    708730msgstr ""
    709731
    710 #: admin/class-wpstream-admin.php:1710
    711 #: includes/class-wpstream_product.php:435
    712 #: includes/class-wpstream_product.php:492
     732#: admin/class-wpstream-admin.php:1719
     733#: includes/class-wpstream_product.php:440
     734#: includes/class-wpstream_product.php:497
    713735msgid "Upload Image"
    714736msgstr ""
    715737
    716 #: admin/class-wpstream-admin.php:1711
     738#: admin/class-wpstream-admin.php:1720
    717739msgid "Remove Image"
    718740msgstr ""
    719741
    720 #: admin/class-wpstream-admin.php:1730
     742#: admin/class-wpstream-admin.php:1739
    721743msgid "Video Help"
    722744msgstr ""
    723745
    724 #: admin/class-wpstream-admin.php:1737
    725 #: admin/class-wpstream-admin.php:2212
     746#: admin/class-wpstream-admin.php:1746
     747#: admin/class-wpstream-admin.php:2223
    726748msgid "Save Changes"
    727749msgstr ""
    728750
    729 #: admin/class-wpstream-admin.php:1796
     751#: admin/class-wpstream-admin.php:1805
    730752msgid "System Information"
    731753msgstr ""
    732754
    733 #: admin/class-wpstream-admin.php:1800
     755#: admin/class-wpstream-admin.php:1809
    734756msgid "PHP Version"
    735757msgstr ""
    736758
    737 #: admin/class-wpstream-admin.php:1805
     759#: admin/class-wpstream-admin.php:1814
    738760msgid "We recommend PHP 7.4 or higher"
    739761msgstr ""
    740762
    741 #: admin/class-wpstream-admin.php:1812
     763#: admin/class-wpstream-admin.php:1821
    742764msgid "WordPress Version"
    743765msgstr ""
    744766
    745 #: admin/class-wpstream-admin.php:1817
     767#: admin/class-wpstream-admin.php:1826
    746768msgid "We recommend WordPress 5.6 or higher"
    747769msgstr ""
    748770
    749 #: admin/class-wpstream-admin.php:1824
     771#: admin/class-wpstream-admin.php:1833
    750772msgid "WP Debug Mode"
    751773msgstr ""
    752774
    753 #: admin/class-wpstream-admin.php:1825
     775#: admin/class-wpstream-admin.php:1834
    754776msgid "Enabled"
    755777msgstr ""
    756778
    757 #: admin/class-wpstream-admin.php:1825
     779#: admin/class-wpstream-admin.php:1834
    758780msgid "Disabled"
    759781msgstr ""
    760782
    761 #: admin/class-wpstream-admin.php:1829
     783#: admin/class-wpstream-admin.php:1838
    762784msgid "Debug mode should be disabled on production sites"
    763785msgstr ""
    764786
    765 #: admin/class-wpstream-admin.php:1836
     787#: admin/class-wpstream-admin.php:1845
    766788msgid "WP Memory Limit"
    767789msgstr ""
    768790
    769 #: admin/class-wpstream-admin.php:1844
     791#: admin/class-wpstream-admin.php:1853
    770792msgid "We recommend at least 64MB"
    771793msgstr ""
    772794
    773 #: admin/class-wpstream-admin.php:1851
     795#: admin/class-wpstream-admin.php:1860
    774796msgid "WpStream Version"
    775797msgstr ""
    776798
    777 #: admin/class-wpstream-admin.php:1856
     799#: admin/class-wpstream-admin.php:1865
    778800msgid "Update available"
    779801msgstr ""
    780802
    781 #: admin/class-wpstream-admin.php:1859
     803#: admin/class-wpstream-admin.php:1868
    782804msgid "Update Now"
    783805msgstr ""
    784806
    785 #: admin/class-wpstream-admin.php:1868
     807#: admin/class-wpstream-admin.php:1877
    786808msgid "API Connection"
    787809msgstr ""
    788810
    789 #: admin/class-wpstream-admin.php:1869
     811#: admin/class-wpstream-admin.php:1878
    790812msgid "Connected"
    791813msgstr ""
    792814
    793 #: admin/class-wpstream-admin.php:1869
     815#: admin/class-wpstream-admin.php:1878
    794816msgid "Disconnected"
    795817msgstr ""
    796818
    797 #: admin/class-wpstream-admin.php:1873
     819#: admin/class-wpstream-admin.php:1882
    798820msgid "API connection issue"
    799821msgstr ""
    800822
    801 #: admin/class-wpstream-admin.php:1895
     823#: admin/class-wpstream-admin.php:1904
    802824msgid "Active Plugins"
    803825msgstr ""
    804826
    805 #: admin/class-wpstream-admin.php:1899
     827#: admin/class-wpstream-admin.php:1908
    806828msgid "Plugin"
    807829msgstr ""
    808830
    809 #: admin/class-wpstream-admin.php:1900
     831#: admin/class-wpstream-admin.php:1909
    810832msgid "Version"
    811833msgstr ""
    812834
    813 #: admin/class-wpstream-admin.php:1907
     835#: admin/class-wpstream-admin.php:1916
    814836msgid "No WPStream plugins found."
    815837msgstr ""
    816838
    817 #: admin/class-wpstream-admin.php:1919
     839#. translators: %s is the new version number.
     840#: admin/class-wpstream-admin.php:1929
     841#, php-format
    818842msgid "A new version is available: %s"
    819843msgstr ""
    820844
    821 #: admin/class-wpstream-admin.php:1934
     845#: admin/class-wpstream-admin.php:1944
    822846msgid "Recent Logs"
    823847msgstr ""
    824848
    825 #: admin/class-wpstream-admin.php:1938
     849#: admin/class-wpstream-admin.php:1948
    826850msgid "Time"
    827851msgstr ""
    828852
    829 #: admin/class-wpstream-admin.php:1939
     853#: admin/class-wpstream-admin.php:1949
    830854msgid "Type"
    831855msgstr ""
    832856
    833 #: admin/class-wpstream-admin.php:1940
     857#: admin/class-wpstream-admin.php:1950
    834858msgid "Description"
    835859msgstr ""
    836860
    837 #: admin/class-wpstream-admin.php:1947
     861#: admin/class-wpstream-admin.php:1957
    838862msgid "No logs found."
    839863msgstr ""
    840864
    841 #: admin/class-wpstream-admin.php:2180
     865#: admin/class-wpstream-admin.php:2190
    842866msgid "WpStream Credentials"
    843867msgstr ""
    844868
    845 #: admin/class-wpstream-admin.php:2186
     869#. translators: %s is the URL to create a WpStream account
     870#: admin/class-wpstream-admin.php:2197
     871#, php-format
    846872msgid "To connect your plugin, enter your WpStream credentials below or go <a href=\"%s\" target=\"_blank\">here</a> to create an account."
    847873msgstr ""
    848874
    849 #: admin/class-wpstream-admin.php:2195
     875#: admin/class-wpstream-admin.php:2206
    850876msgid "Connected to WpStream.net!"
    851877msgstr ""
    852878
    853 #: admin/class-wpstream-admin.php:2197
     879#: admin/class-wpstream-admin.php:2208
    854880msgid "Failed to connect to WpStream.net. Please address CURL connectivity with your hosting provider."
    855881msgstr ""
    856882
    857 #: admin/class-wpstream-admin.php:2232
     883#: admin/class-wpstream-admin.php:2243
    858884msgid "Create new Free-To-View channel"
    859885msgstr ""
    860886
    861 #: admin/class-wpstream-admin.php:2233
     887#: admin/class-wpstream-admin.php:2244
    862888msgid "Create Pay-Per-View channel"
    863889msgstr ""
    864890
    865 #: admin/class-wpstream-admin.php:2254
     891#: admin/class-wpstream-admin.php:2265
    866892msgid "Upload New Recording"
    867893msgstr ""
    868894
    869 #: admin/class-wpstream-admin.php:2256
     895#: admin/class-wpstream-admin.php:2267
    870896msgid "Your Recordings"
    871897msgstr ""
    872898
    873 #: admin/class-wpstream-admin.php:2326
    874 #: admin/class-wpstream-admin.php:2391
     899#: admin/class-wpstream-admin.php:2337
     900#: admin/class-wpstream-admin.php:2402
    875901msgid "Not connected. Please connect to WpStream to upload videos."
    876902msgstr ""
    877903
    878 #: admin/class-wpstream-admin.php:2329
     904#: admin/class-wpstream-admin.php:2340
    879905msgid "You don't have enough cloud storage and data to upload a new item. Please delete some videos or upgrade your plan."
    880906msgstr ""
    881907
    882 #: admin/class-wpstream-admin.php:2339
     908#: admin/class-wpstream-admin.php:2350
    883909msgid "Please select or drop a video file. Do not close this window during the upload!"
    884910msgstr ""
    885911
    886 #: admin/class-wpstream-admin.php:2353
     912#: admin/class-wpstream-admin.php:2364
    887913msgid "Drop a video file here!"
    888914msgstr ""
    889915
    890 #: admin/class-wpstream-admin.php:2354
     916#: admin/class-wpstream-admin.php:2365
    891917msgid ""
    892918"The Video File must be encoded with the following settings:<br>\n"
     
    899925msgstr ""
    900926
    901 #: admin/class-wpstream-admin.php:2360
     927#: admin/class-wpstream-admin.php:2371
    902928msgid "Accepted file extensions: .mp4, .mov"
    903929msgstr ""
    904930
    905 #: admin/class-wpstream-admin.php:2413
     931#: admin/class-wpstream-admin.php:2424
    906932msgid "File Name :"
    907933msgstr ""
    908934
    909 #: admin/class-wpstream-admin.php:2433
     935#: admin/class-wpstream-admin.php:2444
    910936msgid "delete file"
    911937msgstr ""
    912938
    913 #: admin/class-wpstream-admin.php:2434
     939#: admin/class-wpstream-admin.php:2445
    914940msgid "download"
    915941msgstr ""
    916942
    917 #: admin/class-wpstream-admin.php:2456
     943#: admin/class-wpstream-admin.php:2467
    918944msgid "You don't have any videos."
    919945msgstr ""
    920946
    921 #: admin/class-wpstream-admin.php:2548
     947#: admin/class-wpstream-admin.php:2559
    922948msgid "Video On Demand Settings"
    923949msgstr ""
    924950
    925 #: admin/class-wpstream-admin.php:2549
    926 #: includes/class-wpstream_product.php:679
    927 #: includes/class-wpstream_product.php:686
     951#: admin/class-wpstream-admin.php:2560
     952#: includes/class-wpstream_product.php:684
     953#: includes/class-wpstream_product.php:691
    928954msgid "Video Collection"
    929955msgstr ""
    930956
    931 #: admin/class-wpstream-admin.php:2550
     957#: admin/class-wpstream-admin.php:2561
    932958msgid "Product Data"
    933959msgstr ""
    934960
    935 #: admin/class-wpstream-admin.php:2559
     961#: admin/class-wpstream-admin.php:2570
    936962msgid "Video Collection Options"
    937963msgstr ""
    938964
    939 #: admin/class-wpstream-admin.php:2628
     965#: admin/class-wpstream-admin.php:2639
    940966msgid "Media Type:"
    941967msgstr ""
    942968
    943 #: admin/class-wpstream-admin.php:2630
     969#: admin/class-wpstream-admin.php:2641
    944970msgid "Recording"
    945971msgstr ""
    946972
    947 #: admin/class-wpstream-admin.php:2631
     973#: admin/class-wpstream-admin.php:2642
    948974msgid "Self Hosted or External Video"
    949975msgstr ""
    950976
    951 #: admin/class-wpstream-admin.php:2642
     977#: admin/class-wpstream-admin.php:2653
    952978msgid "Choose video:"
    953979msgstr ""
    954980
    955 #: admin/class-wpstream-admin.php:2662
     981#: admin/class-wpstream-admin.php:2673
    956982msgid "Video:"
    957983msgstr ""
    958984
    959 #: admin/class-wpstream-admin.php:2665
     985#: admin/class-wpstream-admin.php:2676
    960986msgid "Select Video"
    961987msgstr ""
    962988
    963 #: admin/class-wpstream-admin.php:2673
     989#: admin/class-wpstream-admin.php:2684
    964990msgid "Choose one of your existing recordings."
    965991msgstr ""
    966992
    967 #: admin/class-wpstream-admin.php:2674
     993#: admin/class-wpstream-admin.php:2685
    968994msgid "Upload a video from your computer or paste the URL of a YouTube/external video."
    969995msgstr ""
    970996
    971 #: admin/class-wpstream-admin.php:2995
     997#: admin/class-wpstream-admin.php:3006
    972998msgid "The php CURL library is not enabled on your server. WpStream plugin needs this library in order to work. Please address this issue with your hosting provider."
    973999msgstr ""
    9741000
    975 #: admin/class-wpstream-admin.php:3041
    9761001#: admin/class-wpstream-admin.php:3052
     1002#: admin/class-wpstream-admin.php:3063
    9771003msgid "Live Streaming"
    9781004msgstr ""
    9791005
    980 #: admin/class-wpstream-admin.php:3091
     1006#: admin/class-wpstream-admin.php:3102
    9811007msgid "To Go Live, please publish your channel first !"
    9821008msgstr ""
    9831009
    984 #: admin/class-wpstream-admin.php:3165
    985 #: public/class-wpstream-public.php:638
    986 #: public/class-wpstream-public.php:667
    987 #: public/class-wpstream-public.php:695
    988 #: public/class-wpstream-public.php:731
    989 #: public/class-wpstream-public.php:773
    990 #: public/class-wpstream-public.php:833
    991 #: public/class-wpstream-public.php:903
     1010#: admin/class-wpstream-admin.php:3176
     1011#: public/class-wpstream-public.php:668
     1012#: public/class-wpstream-public.php:697
     1013#: public/class-wpstream-public.php:725
     1014#: public/class-wpstream-public.php:761
     1015#: public/class-wpstream-public.php:803
     1016#: public/class-wpstream-public.php:863
     1017#: public/class-wpstream-public.php:933
    9921018msgid "WpStream"
    9931019msgstr ""
    9941020
    995 #: admin/class-wpstream-admin.php:3165
     1021#: admin/class-wpstream-admin.php:3176
    9961022msgid "Quick Start"
    9971023msgstr ""
    9981024
    999 #: admin/class-wpstream-admin.php:3169
     1025#: admin/class-wpstream-admin.php:3180
    10001026msgid "The quick start guide will help you set up Live Streaming, Video On Demand, and Monetization in a fun and interactive way. Give it a shot! "
    10011027msgstr ""
    10021028
    1003 #: admin/class-wpstream-admin.php:3172
     1029#: admin/class-wpstream-admin.php:3183
    10041030msgid "Start the Guide"
    10051031msgstr ""
    10061032
    1007 #: admin/class-wpstream-admin.php:3249
     1033#: admin/class-wpstream-admin.php:3260
    10081034msgid "WpStream Account"
    10091035msgstr ""
    10101036
    1011 #: admin/class-wpstream-admin.php:3252
     1037#: admin/class-wpstream-admin.php:3263
    10121038msgid "A WpStream account is required to make use of the plugin."
    10131039msgstr ""
    10141040
    1015 #: admin/class-wpstream-admin.php:3257
     1041#: admin/class-wpstream-admin.php:3268
    10161042msgid "Checking if you are already logged....."
    10171043msgstr ""
    10181044
    1019 #: admin/class-wpstream-admin.php:3263
     1045#: admin/class-wpstream-admin.php:3274
    10201046msgid "Login with your WpStream Account"
    10211047msgstr ""
    10221048
    1023 #: admin/class-wpstream-admin.php:3276
     1049#: admin/class-wpstream-admin.php:3287
    10241050msgid "Login"
    10251051msgstr ""
    10261052
    1027 #: admin/class-wpstream-admin.php:3283
     1053#: admin/class-wpstream-admin.php:3294
    10281054msgid "Register for  a WpStream Account"
    10291055msgstr ""
    10301056
    1031 #: admin/class-wpstream-admin.php:3285
     1057#: admin/class-wpstream-admin.php:3296
    10321058msgid "Your Email"
    10331059msgstr ""
    10341060
    1035 #: admin/class-wpstream-admin.php:3291
     1061#: admin/class-wpstream-admin.php:3302
    10361062msgid "Your Password"
    10371063msgstr ""
    10381064
    1039 #: admin/class-wpstream-admin.php:3313
     1065#: admin/class-wpstream-admin.php:3324
    10401066msgid "Type the characters above"
    10411067msgstr ""
    10421068
    1043 #: admin/class-wpstream-admin.php:3321
     1069#: admin/class-wpstream-admin.php:3332
    10441070msgid "register"
    10451071msgstr ""
    10461072
    1047 #: admin/class-wpstream-admin.php:3325
     1073#: admin/class-wpstream-admin.php:3336
    10481074msgid "I already have a WpStream Account"
    10491075msgstr ""
    10501076
    1051 #: admin/class-wpstream-admin.php:3327
     1077#: admin/class-wpstream-admin.php:3338
    10521078msgid "Back to Registration"
    10531079msgstr ""
    10541080
    1055 #: admin/class-wpstream-admin.php:3387
     1081#: admin/class-wpstream-admin.php:3398
    10561082msgid "Go LIVE!"
    10571083msgstr ""
    10581084
    1059 #: admin/class-wpstream-admin.php:3389
     1085#: admin/class-wpstream-admin.php:3400
    10601086msgid "Create a Video-On-Demand (VOD)"
    10611087msgstr ""
    10621088
    1063 #: admin/class-wpstream-admin.php:3407
    1064 #: admin/class-wpstream-admin.php:3521
     1089#: admin/class-wpstream-admin.php:3418
     1090#: admin/class-wpstream-admin.php:3532
    10651091msgid "Do you want to charge a fee for watching?"
    10661092msgstr ""
    10671093
    1068 #: admin/class-wpstream-admin.php:3409
    1069 #: admin/class-wpstream-admin.php:3523
     1094#: admin/class-wpstream-admin.php:3420
     1095#: admin/class-wpstream-admin.php:3534
    10701096msgid "No - Free-To-View (FTV)"
    10711097msgstr ""
    10721098
    1073 #: admin/class-wpstream-admin.php:3411
    1074 #: admin/class-wpstream-admin.php:3526
     1099#: admin/class-wpstream-admin.php:3422
     1100#: admin/class-wpstream-admin.php:3537
    10751101msgid "Yes - Pay-Per-View (PPV)"
    10761102msgstr ""
    10771103
    1078 #: admin/class-wpstream-admin.php:3414
     1104#: admin/class-wpstream-admin.php:3425
     1105#: admin/class-wpstream-admin.php:3455
     1106#: admin/class-wpstream-admin.php:3495
     1107#: admin/class-wpstream-admin.php:3539
     1108#: admin/class-wpstream-admin.php:3575
     1109#: admin/class-wpstream-admin.php:3634
     1110msgid "Prev"
     1111msgstr ""
     1112
    10791113#: admin/class-wpstream-admin.php:3444
    1080 #: admin/class-wpstream-admin.php:3484
    1081 #: admin/class-wpstream-admin.php:3528
    1082 #: admin/class-wpstream-admin.php:3564
    1083 #: admin/class-wpstream-admin.php:3623
    1084 msgid "Prev"
    1085 msgstr ""
    1086 
    1087 #: admin/class-wpstream-admin.php:3433
    10881114msgid "Let’s create your first FTV live channel"
    10891115msgstr ""
    10901116
    1091 #: admin/class-wpstream-admin.php:3438
     1117#: admin/class-wpstream-admin.php:3449
    10921118msgid "My first FTV channel"
    10931119msgstr ""
    10941120
    1095 #: admin/class-wpstream-admin.php:3439
    1096 #: admin/class-wpstream-admin.php:3474
     1121#: admin/class-wpstream-admin.php:3450
     1122#: admin/class-wpstream-admin.php:3485
    10971123msgid "Create Channel"
    10981124msgstr ""
    10991125
    1100 #: admin/class-wpstream-admin.php:3464
     1126#: admin/class-wpstream-admin.php:3475
    11011127msgid "Make your live stream Pay Per View"
    11021128msgstr ""
    11031129
    1104 #: admin/class-wpstream-admin.php:3470
     1130#: admin/class-wpstream-admin.php:3481
    11051131msgid "Choose a name for your channel"
    11061132msgstr ""
    11071133
    1108 #: admin/class-wpstream-admin.php:3471
     1134#: admin/class-wpstream-admin.php:3482
    11091135msgid "My First PPV Channel"
    11101136msgstr ""
    11111137
    1112 #: admin/class-wpstream-admin.php:3472
     1138#: admin/class-wpstream-admin.php:3483
    11131139msgid "Pay-Per-View Price ($)"
    11141140msgstr ""
    11151141
    1116 #: admin/class-wpstream-admin.php:3503
     1142#: admin/class-wpstream-admin.php:3514
    11171143msgid "Pay-Per-View streaming requires WooCommerce. Please install the WooCommerce plugin and try again."
    11181144msgstr ""
    11191145
    1120 #: admin/class-wpstream-admin.php:3505
     1146#: admin/class-wpstream-admin.php:3516
    11211147msgid "Install WooCommerce"
    11221148msgstr ""
    11231149
    1124 #: admin/class-wpstream-admin.php:3507
    1125 #: admin/class-wpstream-admin.php:3584
     1150#: admin/class-wpstream-admin.php:3518
     1151#: admin/class-wpstream-admin.php:3595
    11261152msgid "Try Again"
    11271153msgstr ""
    11281154
    1129 #: admin/class-wpstream-admin.php:3550
     1155#: admin/class-wpstream-admin.php:3561
    11301156msgid "Let’s create your first Free-To-View VOD"
    11311157msgstr ""
    11321158
    1133 #: admin/class-wpstream-admin.php:3555
     1159#: admin/class-wpstream-admin.php:3566
    11341160msgid "Name your FTV Video-On-Demand"
    11351161msgstr ""
    11361162
    1137 #: admin/class-wpstream-admin.php:3556
     1163#: admin/class-wpstream-admin.php:3567
    11381164msgid "My First FTV VOD"
    11391165msgstr ""
    11401166
    1141 #: admin/class-wpstream-admin.php:3580
     1167#: admin/class-wpstream-admin.php:3591
    11421168msgid "A recording is needed to create a VOD from. There are no recordings under your account. You can create new recordings by recording a live channel or uploading video files directly."
    11431169msgstr ""
    11441170
    1145 #: admin/class-wpstream-admin.php:3582
     1171#: admin/class-wpstream-admin.php:3593
    11461172msgid "Upload Video"
    11471173msgstr ""
    11481174
    1149 #: admin/class-wpstream-admin.php:3602
     1175#: admin/class-wpstream-admin.php:3613
    11501176msgid "Let's create your first Pay-Per-View VOD"
    11511177msgstr ""
    11521178
    1153 #: admin/class-wpstream-admin.php:3610
     1179#: admin/class-wpstream-admin.php:3621
    11541180msgid "Name your PPV Video-On-Demand"
    11551181msgstr ""
    11561182
    1157 #: admin/class-wpstream-admin.php:3611
     1183#: admin/class-wpstream-admin.php:3622
    11581184msgid "My First PPV VOD"
    11591185msgstr ""
    11601186
    1161 #: admin/class-wpstream-admin.php:3613
     1187#: admin/class-wpstream-admin.php:3624
    11621188msgid "Pay-Per-View Price"
    11631189msgstr ""
    11641190
    1165 #: admin/class-wpstream-admin.php:3615
     1191#: admin/class-wpstream-admin.php:3626
    11661192msgid "Create PPV VOD"
    11671193msgstr ""
    11681194
    1169 #: admin/class-wpstream-admin.php:4002
     1195#: admin/class-wpstream-admin.php:4013
    11701196msgid "Your Account was created. Please stand by..."
    11711197msgstr ""
    11721198
    1173 #: admin/class-wpstream-admin.php:4027
     1199#: admin/class-wpstream-admin.php:4038
    11741200msgid "Registration could not be completed. Please try again or register on wpstream.net"
    11751201msgstr ""
    11761202
    1177 #: admin/class-wpstream-admin.php:4078
    1178 #: admin/class-wpstream-admin.php:4088
     1203#: admin/class-wpstream-admin.php:4089
     1204#: admin/class-wpstream-admin.php:4099
    11791205msgid "The email doesn't look right !"
    11801206msgstr ""
    11811207
    1182 #: admin/class-wpstream-admin.php:4221
     1208#: admin/class-wpstream-admin.php:4232
    11831209msgid "Not enough permissions to make this change"
    11841210msgstr ""
    11851211
    1186 #: admin/class-wpstream-admin.php:4230
     1212#: admin/class-wpstream-admin.php:4241
    11871213msgid "Failed to connect to the filesystem"
    11881214msgstr ""
    11891215
    1190 #: admin/class-wpstream-admin.php:4239
     1216#: admin/class-wpstream-admin.php:4250
    11911217msgid "Update failed due to"
     1218msgstr ""
     1219
     1220#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:136
     1221msgid "First name"
     1222msgstr ""
     1223
     1224#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:141
     1225msgid "Last name"
     1226msgstr ""
     1227
     1228#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:145
     1229msgid "Display Name"
     1230msgstr ""
     1231
     1232#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:149
     1233msgid "Email Address"
     1234msgstr ""
     1235
     1236#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:153
     1237msgid "About me"
    11921238msgstr ""
    11931239
     
    12811327msgstr ""
    12821328
    1283 #: includes/class-wpstream-player.php:489
    1284 #: includes/class-wpstream-player.php:933
    1285 #: includes/class-wpstream-player.php:1087
     1329#: includes/class-wpstream-player.php:490
     1330#: includes/class-wpstream-player.php:962
     1331#: includes/class-wpstream-player.php:1119
    12861332msgid "Play Trailer"
    12871333msgstr ""
    12881334
    1289 #: includes/class-wpstream-player.php:844
    1290 #: includes/class-wpstream-player.php:1034
     1335#: includes/class-wpstream-player.php:873
     1336#: includes/class-wpstream-player.php:1066
    12911337msgid "Playing:"
    12921338msgstr ""
    12931339
    1294 #: includes/class-wpstream-player.php:941
     1340#: includes/class-wpstream-player.php:970
    12951341msgid "Play Video"
    12961342msgstr ""
    12971343
    1298 #: includes/class-wpstream-player.php:1014
     1344#: includes/class-wpstream-player.php:1045
    12991345msgid "Insufficient resources to stream this title"
    13001346msgstr ""
     
    13281374msgstr ""
    13291375
    1330 #: includes/class-wpstream.php:960
     1376#. translators: %s: user login
     1377#: includes/class-wpstream.php:961
     1378#, php-format
    13311379msgid "%s Channel"
    13321380msgstr ""
    13331381
    1334 #: includes/class-wpstream_product.php:50
     1382#. translators: Post type singular name
     1383#: includes/class-wpstream_product.php:51
     1384#, php-format
    13351385msgid "New %s"
    13361386msgstr ""
    13371387
    1338 #: includes/class-wpstream_product.php:51
     1388#: includes/class-wpstream_product.php:52
     1389#, php-format
    13391390msgid "Add new %s"
    13401391msgstr ""
    13411392
    1342 #: includes/class-wpstream_product.php:52
     1393#: includes/class-wpstream_product.php:53
     1394#: includes/class-wpstream_product.php:338
     1395#, php-format
     1396msgid "Edit %s"
     1397msgstr ""
     1398
     1399#: includes/class-wpstream_product.php:54
     1400#: includes/class-wpstream_product.php:55
     1401#: includes/class-wpstream_product.php:339
     1402#, php-format
     1403msgid "View %s"
     1404msgstr ""
     1405
     1406#: includes/class-wpstream_product.php:56
     1407#: includes/class-wpstream_product.php:346
     1408#, php-format
     1409msgid "Search %s"
     1410msgstr ""
     1411
     1412#: includes/class-wpstream_product.php:57
     1413#: includes/class-wpstream_product.php:354
     1414#, php-format
     1415msgid "No %s found"
     1416msgstr ""
     1417
     1418#: includes/class-wpstream_product.php:58
     1419#, php-format
     1420msgid "No %s found in trash"
     1421msgstr ""
     1422
     1423#: includes/class-wpstream_product.php:59
    13431424#: includes/class-wpstream_product.php:337
    1344 msgid "Edit %s"
    1345 msgstr ""
    1346 
    1347 #: includes/class-wpstream_product.php:53
    1348 #: includes/class-wpstream_product.php:54
    1349 #: includes/class-wpstream_product.php:338
    1350 msgid "View %s"
    1351 msgstr ""
    1352 
    1353 #: includes/class-wpstream_product.php:55
     1425#, php-format
     1426msgid "All %s"
     1427msgstr ""
     1428
     1429#: includes/class-wpstream_product.php:60
     1430#, php-format
     1431msgid "%s Archives"
     1432msgstr ""
     1433
     1434#: includes/class-wpstream_product.php:61
     1435#, php-format
     1436msgid "%s Attributes"
     1437msgstr ""
     1438
     1439#: includes/class-wpstream_product.php:62
     1440#, php-format
     1441msgid "Insert into %s"
     1442msgstr ""
     1443
     1444#: includes/class-wpstream_product.php:63
     1445#, php-format
     1446msgid "Uploaded to this %s"
     1447msgstr ""
     1448
     1449#: includes/class-wpstream_product.php:66
    13541450#: includes/class-wpstream_product.php:344
    1355 msgid "Search %s"
    1356 msgstr ""
    1357 
    1358 #: includes/class-wpstream_product.php:56
    1359 #: includes/class-wpstream_product.php:349
    1360 msgid "No %s found"
    1361 msgstr ""
    1362 
    1363 #: includes/class-wpstream_product.php:57
    1364 msgid "No %s found in trash"
    1365 msgstr ""
    1366 
    1367 #: includes/class-wpstream_product.php:58
    1368 #: includes/class-wpstream_product.php:336
    1369 msgid "All %s"
    1370 msgstr ""
    1371 
    1372 #: includes/class-wpstream_product.php:59
    1373 msgid "%s Archives"
    1374 msgstr ""
    1375 
    1376 #: includes/class-wpstream_product.php:60
    1377 msgid "%s Attributes"
    1378 msgstr ""
    1379 
    1380 #: includes/class-wpstream_product.php:61
    1381 msgid "Insert into %s"
    1382 msgstr ""
    1383 
    1384 #: includes/class-wpstream_product.php:62
    1385 msgid "Uploaded to this %s"
    1386 msgstr ""
    1387 
    1388 #: includes/class-wpstream_product.php:65
    1389 #: includes/class-wpstream_product.php:342
     1451#, php-format
    13901452msgid "Parent %s"
    13911453msgstr ""
    13921454
    1393 #: includes/class-wpstream_product.php:66
     1455#: includes/class-wpstream_product.php:67
     1456#: includes/class-wpstream_product.php:345
     1457#, php-format
     1458msgid "Parent %s:"
     1459msgstr ""
     1460
     1461#: includes/class-wpstream_product.php:340
     1462#, php-format
     1463msgid "Update %s"
     1464msgstr ""
     1465
     1466#: includes/class-wpstream_product.php:341
     1467#, php-format
     1468msgid "Add New %s"
     1469msgstr ""
     1470
     1471#. translators: Taxonomy singular name
    13941472#: includes/class-wpstream_product.php:343
    1395 msgid "Parent %s:"
    1396 msgstr ""
    1397 
    1398 #: includes/class-wpstream_product.php:339
    1399 msgid "Update %s"
    1400 msgstr ""
    1401 
    1402 #: includes/class-wpstream_product.php:340
    1403 msgid "Add New %s"
    1404 msgstr ""
    1405 
    1406 #: includes/class-wpstream_product.php:341
     1473#, php-format
    14071474msgid "New %s Name"
    14081475msgstr ""
    14091476
    1410 #: includes/class-wpstream_product.php:345
     1477#. translators: Taxonomy plural name
     1478#: includes/class-wpstream_product.php:348
     1479#, php-format
    14111480msgid "Popular %s"
    14121481msgstr ""
    14131482
    1414 #: includes/class-wpstream_product.php:346
     1483#. translators: Taxonomy plural name
     1484#: includes/class-wpstream_product.php:350
     1485#, php-format
    14151486msgid "Separate %s with commas"
    14161487msgstr ""
    14171488
    1418 #: includes/class-wpstream_product.php:347
     1489#: includes/class-wpstream_product.php:351
     1490#, php-format
    14191491msgid "Add or remove %s"
    14201492msgstr ""
    14211493
    1422 #: includes/class-wpstream_product.php:348
     1494#. translators: Taxonomy plural name
     1495#: includes/class-wpstream_product.php:353
     1496#, php-format
    14231497msgid "Choose from the most used %s"
    14241498msgstr ""
    14251499
    1426 #: includes/class-wpstream_product.php:425
    1427 #: includes/class-wpstream_product.php:428
     1500#: includes/class-wpstream_product.php:430
     1501#: includes/class-wpstream_product.php:433
    14281502msgid "Display the content for page id for this term"
    14291503msgstr ""
    14301504
    1431 #: includes/class-wpstream_product.php:432
     1505#: includes/class-wpstream_product.php:437
     1506#: includes/class-wpstream_product.php:495
     1507#: includes/class-wpstream_product.php:703
     1508msgid "Featured Image"
     1509msgstr ""
     1510
     1511#: includes/class-wpstream_product.php:446
     1512#: includes/class-wpstream_product.php:503
     1513msgid "Category Tagline"
     1514msgstr ""
     1515
    14321516#: includes/class-wpstream_product.php:490
     1517msgid "Page id for this term"
     1518msgstr ""
     1519
     1520#: includes/class-wpstream_product.php:566
     1521msgid "Free-To-View Live Channel"
     1522msgstr ""
     1523
     1524#: includes/class-wpstream_product.php:567
     1525#: includes/class-wpstream_product.php:568
     1526#: includes/class-wpstream_product.php:569
     1527msgid "Free-To-View Live Channels"
     1528msgstr ""
     1529
     1530#: includes/class-wpstream_product.php:606
     1531msgid "Actors"
     1532msgstr ""
     1533
     1534#: includes/class-wpstream_product.php:607
     1535msgid "Actor"
     1536msgstr ""
     1537
     1538#: includes/class-wpstream_product.php:616
     1539msgid "Media Categories"
     1540msgstr ""
     1541
     1542#: includes/class-wpstream_product.php:617
     1543msgid "Media Category"
     1544msgstr ""
     1545
     1546#: includes/class-wpstream_product.php:626
     1547msgid "Movie Ratings"
     1548msgstr ""
     1549
     1550#: includes/class-wpstream_product.php:627
     1551msgid "Movie Rating"
     1552msgstr ""
     1553
     1554#: includes/class-wpstream_product.php:642
     1555msgid "Free-To-View VOD"
     1556msgstr ""
     1557
     1558#: includes/class-wpstream_product.php:643
     1559#: includes/class-wpstream_product.php:644
     1560#: includes/class-wpstream_product.php:645
     1561msgid "Free-To-View VODs"
     1562msgstr ""
     1563
     1564#: includes/class-wpstream_product.php:685
     1565#: includes/class-wpstream_product.php:686
     1566#: includes/class-wpstream_product.php:687
     1567#: includes/class-wpstream_product.php:690
     1568msgid "Video Collections"
     1569msgstr ""
     1570
     1571#: includes/class-wpstream_product.php:692
     1572msgid "Add New Video Collection"
     1573msgstr ""
     1574
     1575#: includes/class-wpstream_product.php:693
     1576msgid "Add Video Collection"
     1577msgstr ""
     1578
     1579#: includes/class-wpstream_product.php:694
     1580msgid "Edit"
     1581msgstr ""
     1582
     1583#: includes/class-wpstream_product.php:695
     1584msgid "Edit Video Collection"
     1585msgstr ""
     1586
     1587#: includes/class-wpstream_product.php:696
     1588msgid "New Video Collection"
     1589msgstr ""
     1590
    14331591#: includes/class-wpstream_product.php:698
    1434 msgid "Featured Image"
    1435 msgstr ""
    1436 
    1437 #: includes/class-wpstream_product.php:441
    1438 #: includes/class-wpstream_product.php:498
    1439 msgid "Category Tagline"
    1440 msgstr ""
    1441 
    1442 #: includes/class-wpstream_product.php:485
    1443 msgid "Page id for this term"
    1444 msgstr ""
    1445 
    1446 #: includes/class-wpstream_product.php:561
    1447 msgid "Free-To-View Live Channel"
    1448 msgstr ""
    1449 
    1450 #: includes/class-wpstream_product.php:562
    1451 #: includes/class-wpstream_product.php:563
    1452 #: includes/class-wpstream_product.php:564
    1453 msgid "Free-To-View Live Channels"
    1454 msgstr ""
    1455 
    1456 #: includes/class-wpstream_product.php:601
    1457 msgid "Actors"
    1458 msgstr ""
    1459 
    1460 #: includes/class-wpstream_product.php:602
    1461 msgid "Actor"
    1462 msgstr ""
    1463 
    1464 #: includes/class-wpstream_product.php:611
    1465 msgid "Media Categories"
    1466 msgstr ""
    1467 
    1468 #: includes/class-wpstream_product.php:612
    1469 msgid "Media Category"
    1470 msgstr ""
    1471 
    1472 #: includes/class-wpstream_product.php:621
    1473 msgid "Movie Ratings"
    1474 msgstr ""
    1475 
    1476 #: includes/class-wpstream_product.php:622
    1477 msgid "Movie Rating"
    1478 msgstr ""
    1479 
    1480 #: includes/class-wpstream_product.php:637
    1481 msgid "Free-To-View VOD"
    1482 msgstr ""
    1483 
    1484 #: includes/class-wpstream_product.php:638
    1485 #: includes/class-wpstream_product.php:639
    1486 #: includes/class-wpstream_product.php:640
    1487 msgid "Free-To-View VODs"
    1488 msgstr ""
    1489 
    1490 #: includes/class-wpstream_product.php:680
    1491 #: includes/class-wpstream_product.php:681
    1492 #: includes/class-wpstream_product.php:682
    1493 #: includes/class-wpstream_product.php:685
    1494 msgid "Video Collections"
    1495 msgstr ""
    1496 
    1497 #: includes/class-wpstream_product.php:687
    1498 msgid "Add New Video Collection"
    1499 msgstr ""
    1500 
    1501 #: includes/class-wpstream_product.php:688
    1502 msgid "Add Video Collection"
    1503 msgstr ""
    1504 
    1505 #: includes/class-wpstream_product.php:689
    1506 msgid "Edit"
    1507 msgstr ""
    1508 
    1509 #: includes/class-wpstream_product.php:690
    1510 msgid "Edit Video Collection"
    1511 msgstr ""
    1512 
    1513 #: includes/class-wpstream_product.php:691
    1514 msgid "New Video Collection"
    1515 msgstr ""
    1516 
    1517 #: includes/class-wpstream_product.php:693
    15181592msgid "View Video Collection"
    15191593msgstr ""
    15201594
    1521 #: includes/class-wpstream_product.php:694
     1595#: includes/class-wpstream_product.php:699
    15221596msgid "Search Video Collection By Name or ID"
    15231597msgstr ""
    15241598
    1525 #: includes/class-wpstream_product.php:695
     1599#: includes/class-wpstream_product.php:700
    15261600msgid "No Video Collection found"
    15271601msgstr ""
    15281602
    1529 #: includes/class-wpstream_product.php:696
     1603#: includes/class-wpstream_product.php:701
    15301604msgid "No Video Collection found in Trash"
    15311605msgstr ""
    15321606
    1533 #: includes/class-wpstream_product.php:697
     1607#: includes/class-wpstream_product.php:702
    15341608msgid "Parent Video Collection"
    15351609msgstr ""
    15361610
    1537 #: includes/class-wpstream_product.php:699
     1611#: includes/class-wpstream_product.php:704
    15381612msgid "Set Featured Image"
    15391613msgstr ""
    15401614
    1541 #: includes/class-wpstream_product.php:700
     1615#: includes/class-wpstream_product.php:705
    15421616msgid "Remove Featured Image"
    15431617msgstr ""
    15441618
    1545 #: includes/class-wpstream_product.php:701
     1619#: includes/class-wpstream_product.php:706
    15461620msgid "Use Featured Image"
    15471621msgstr ""
     
    15671641msgstr ""
    15681642
    1569 #: public/class-wpstream-public.php:120
     1643#: public/class-wpstream-public.php:150
    15701644msgid "Inactive Channel - Chat is disabled."
    15711645msgstr ""
    15721646
    1573 #: public/class-wpstream-public.php:121
     1647#: public/class-wpstream-public.php:151
    15741648msgid "The live stream is paused and may resume shortly."
    15751649msgstr ""
    15761650
    1577 #: public/class-wpstream-public.php:123
     1651#: public/class-wpstream-public.php:153
    15781652msgid "The live stream has not yet started"
    15791653msgstr ""
    15801654
    1581 #: public/class-wpstream-public.php:124
     1655#: public/class-wpstream-public.php:154
    15821656msgid "The live stream is starting..."
    15831657msgstr ""
    15841658
    1585 #: public/class-wpstream-public.php:125
     1659#: public/class-wpstream-public.php:155
    15861660msgid "The live stream is paused"
    15871661msgstr ""
    15881662
    1589 #: public/class-wpstream-public.php:126
     1663#: public/class-wpstream-public.php:156
    15901664msgid "The live stream has ended"
    15911665msgstr ""
    15921666
    1593 #: public/class-wpstream-public.php:164
     1667#: public/class-wpstream-public.php:194
    15941668msgid "We are uploading your file.Do not close this window!"
    15951669msgstr ""
    15961670
    1597 #: public/class-wpstream-public.php:188
     1671#: public/class-wpstream-public.php:218
    15981672msgid "Are you sure? "
    15991673msgstr ""
    16001674
    1601 #: public/class-wpstream-public.php:311
    1602 #: public/class-wpstream-public.php:320
    1603 #: public/class-wpstream-public.php:330
     1675#: public/class-wpstream-public.php:341
     1676#: public/class-wpstream-public.php:350
     1677#: public/class-wpstream-public.php:360
    16041678msgid "Dashboard"
    16051679msgstr ""
    16061680
    1607 #: public/class-wpstream-public.php:312
    1608 #: public/class-wpstream-public.php:321
    1609 #: public/class-wpstream-public.php:331
     1681#: public/class-wpstream-public.php:342
     1682#: public/class-wpstream-public.php:351
     1683#: public/class-wpstream-public.php:361
     1684#: public/class-wpstream-public.php:373
     1685msgid "Orders"
     1686msgstr ""
     1687
    16101688#: public/class-wpstream-public.php:343
    1611 msgid "Orders"
    1612 msgstr ""
    1613 
    1614 #: public/class-wpstream-public.php:313
    1615 #: public/class-wpstream-public.php:322
    1616 #: public/class-wpstream-public.php:332
     1689#: public/class-wpstream-public.php:352
     1690#: public/class-wpstream-public.php:362
     1691#: public/class-wpstream-public.php:374
     1692msgid "Addresses"
     1693msgstr ""
     1694
    16171695#: public/class-wpstream-public.php:344
    1618 msgid "Addresses"
    1619 msgstr ""
    1620 
    1621 #: public/class-wpstream-public.php:314
    1622 #: public/class-wpstream-public.php:323
    1623 #: public/class-wpstream-public.php:333
    1624 #: public/class-wpstream-public.php:345
     1696#: public/class-wpstream-public.php:353
     1697#: public/class-wpstream-public.php:363
     1698#: public/class-wpstream-public.php:375
    16251699msgid "Edit Account"
    16261700msgstr ""
    16271701
    1628 #: public/class-wpstream-public.php:316
    1629 #: public/class-wpstream-public.php:324
    1630 #: public/class-wpstream-public.php:338
    1631 #: public/class-wpstream-public.php:348
     1702#: public/class-wpstream-public.php:346
     1703#: public/class-wpstream-public.php:354
     1704#: public/class-wpstream-public.php:368
     1705#: public/class-wpstream-public.php:378
    16321706msgid "Logout"
    16331707msgstr ""
    16341708
    1635 #: public/class-wpstream-public.php:334
    1636 #: public/class-wpstream-public.php:346
     1709#: public/class-wpstream-public.php:364
     1710#: public/class-wpstream-public.php:376
    16371711msgid "My Live Streams"
    16381712msgstr ""
    16391713
    1640 #: public/class-wpstream-public.php:335
    1641 #: public/class-wpstream-public.php:347
     1714#: public/class-wpstream-public.php:365
     1715#: public/class-wpstream-public.php:377
    16421716msgid "My Videos"
    16431717msgstr ""
    16441718
    1645 #: public/class-wpstream-public.php:342
     1719#: public/class-wpstream-public.php:372
    16461720msgid "Dashboard2"
    16471721msgstr ""
    16481722
    1649 #: public/class-wpstream-public.php:643
     1723#: public/class-wpstream-public.php:673
    16501724msgid "Insert WpStream Start Streaming Button"
    16511725msgstr ""
    16521726
    1653 #: public/class-wpstream-public.php:672
     1727#: public/class-wpstream-public.php:702
    16541728msgid "Insert WpStream Chat"
    16551729msgstr ""
    16561730
    1657 #: public/class-wpstream-public.php:700
    1658 #: public/class-wpstream-public.php:736
     1731#: public/class-wpstream-public.php:730
     1732#: public/class-wpstream-public.php:766
    16591733msgid "Insert WpStream Player"
    16601734msgstr ""
    16611735
    1662 #: public/class-wpstream-public.php:763
     1736#: public/class-wpstream-public.php:793
    16631737#: widgets/media_list_channels.php:98
    16641738#: widgets/media_list_vod.php:97
     
    16661740msgstr ""
    16671741
    1668 #: public/class-wpstream-public.php:764
     1742#: public/class-wpstream-public.php:794
    16691743#: widgets/media_list_channels.php:99
    16701744#: widgets/media_list_vod.php:98
     
    16721746msgstr ""
    16731747
    1674 #: public/class-wpstream-public.php:765
     1748#: public/class-wpstream-public.php:795
    16751749#: widgets/media_list_channels.php:100
    16761750#: widgets/media_list_vod.php:99
     
    16781752msgstr ""
    16791753
    1680 #: public/class-wpstream-public.php:778
     1754#: public/class-wpstream-public.php:808
    16811755msgid " List wpstream products"
    16821756msgstr ""
    16831757
    1684 #: public/class-wpstream-public.php:810
     1758#: public/class-wpstream-public.php:840
    16851759#: widgets/media_list_channels.php:104
    16861760#: widgets/media_list_vod.php:103
     
    16881762msgstr ""
    16891763
    1690 #: public/class-wpstream-public.php:811
     1764#: public/class-wpstream-public.php:841
    16911765#: widgets/media_list_channels.php:105
    16921766#: widgets/media_list_vod.php:104
     
    16941768msgstr ""
    16951769
    1696 #: public/class-wpstream-public.php:816
     1770#: public/class-wpstream-public.php:846
    16971771#: widgets/media_list_channels.php:118
    16981772#: widgets/media_list_vod.php:117
     
    17001774msgstr ""
    17011775
    1702 #: public/class-wpstream-public.php:817
     1776#: public/class-wpstream-public.php:847
    17031777#: widgets/media_list_channels.php:119
    17041778#: widgets/media_list_vod.php:118
     
    17061780msgstr ""
    17071781
    1708 #: public/class-wpstream-public.php:838
     1782#: public/class-wpstream-public.php:868
    17091783msgid " List wpstream channels"
    17101784msgstr ""
    17111785
    1712 #: public/class-wpstream-public.php:878
    1713 #: public/class-wpstream-public.php:940
     1786#: public/class-wpstream-public.php:908
     1787#: public/class-wpstream-public.php:970
    17141788#: widgets/media_list_channels.php:193
    17151789#: widgets/media_list_vod.php:187
     
    17171791msgstr ""
    17181792
    1719 #: public/class-wpstream-public.php:908
     1793#: public/class-wpstream-public.php:938
    17201794msgid " List wpstream video on demand"
    17211795msgstr ""
    17221796
    1723 #: public/class-wpstream-public.php:1267
     1797#: public/class-wpstream-public.php:1297
    17241798msgid "See Free Live Chanel"
    17251799msgstr ""
    17261800
    1727 #: public/class-wpstream-public.php:1269
     1801#: public/class-wpstream-public.php:1299
    17281802msgid "See Free Video"
    17291803msgstr ""
     
    17571831msgstr ""
    17581832
    1759 #: templates/broadcaster-template.php:63
    1760 msgid "Not enough streaming traffic to broadcast. Please %supgrade your subscription%s for extra resources."
    1761 msgstr ""
    1762 
    1763 #: templates/broadcaster-template.php:76
     1833#. translators: 1 and 2 are opening and closing anchor tags respectively
     1834#: templates/broadcaster-template.php:64
     1835#, php-format
     1836msgid "Not enough streaming traffic to broadcast. Please %1$supgrade your subscription%2$s for extra resources."
     1837msgstr ""
     1838
     1839#: templates/broadcaster-template.php:77
    17641840msgid "WpStream Broadcaster"
    17651841msgstr ""
    17661842
    1767 #: templates/broadcaster-template.php:104
     1843#: templates/broadcaster-template.php:105
    17681844msgid "LIVE"
    17691845msgstr ""
    17701846
    1771 #: templates/broadcaster-template.php:105
     1847#: templates/broadcaster-template.php:106
    17721848msgid "Connecting..."
    17731849msgstr ""
    17741850
    1775 #: templates/broadcaster-template.php:113
     1851#: templates/broadcaster-template.php:114
    17761852msgid "Start Broadcast"
    17771853msgstr ""
    17781854
    1779 #: templates/broadcaster-template.php:114
     1855#: templates/broadcaster-template.php:115
    17801856msgid "Stop Broadcast"
    17811857msgstr ""
    17821858
    1783 #: templates/broadcaster-template.php:119
     1859#: templates/broadcaster-template.php:120
    17841860msgid "Not connected"
    17851861msgstr ""
    17861862
    1787 #: templates/broadcaster-template.php:126
     1863#: templates/broadcaster-template.php:127
    17881864msgid "Video Source"
    17891865msgstr ""
    17901866
    1791 #: templates/broadcaster-template.php:139
     1867#: templates/broadcaster-template.php:140
    17921868msgid "Audio Source"
    17931869msgstr ""
    17941870
    1795 #: templates/broadcaster-template.php:154
     1871#: templates/broadcaster-template.php:155
    17961872msgid "Video Resolution"
    17971873msgstr ""
    17981874
    1799 #: templates/broadcaster-template.php:157
     1875#: templates/broadcaster-template.php:158
    18001876msgid "1920x1080"
    18011877msgstr ""
    18021878
    1803 #: templates/broadcaster-template.php:158
     1879#: templates/broadcaster-template.php:159
    18041880msgid "1280x720"
    18051881msgstr ""
    18061882
    1807 #: templates/broadcaster-template.php:159
     1883#: templates/broadcaster-template.php:160
    18081884msgid "800x600"
    18091885msgstr ""
    18101886
    1811 #: templates/broadcaster-template.php:160
     1887#: templates/broadcaster-template.php:161
    18121888msgid "640x480"
    18131889msgstr ""
     
    19292005#. translators: 1: Plugin name 2: Elementor
    19302006#: wpstream-elementor.php:117
     2007#, php-format
    19312008msgid "\"%1$s\" requires \"%2$s\" to be installed and activated."
    19322009msgstr ""
     
    19462023#: wpstream-elementor.php:141
    19472024#: wpstream-elementor.php:166
     2025#, php-format
    19482026msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
    19492027msgstr ""
  • wpstream/tags/4.8.2/public/class-wpstream-public.php

    r3355115 r3370879  
    187187                        'channel_off'           =>  esc_html__('Channel is OFF','wpstream'),
    188188                        'turn_off_confirm'      =>  esc_html__('Are you sure? '.PHP_EOL.' Channels turn OFF automatically after 1 hour of inactivity (no active broadcast). Manual TURN OFF is only useful if you require to change the channel settings.','wpstream'),
    189                         'turn_off_confirm'      =>  esc_html__('ARE YOU SURE you\'d like to TURN OFF the channel now? '.PHP_EOL.PHP_EOL.'Channels TURN OFF automatically after 1 hour of inactivity (no active broadcast).'.PHP_EOL.PHP_EOL.'Manual TURN OFF is only useful if you require to change the channel settings immediately.'.PHP_EOL.PHP_EOL.'Statistics may be unavailable or incomplete for up to an hour.'.PHP_EOL.PHP_EOL.'If your channel is configured with Auto TURN ON, it will turn back on as soon as there is a broadcast.','wpstream')
     189                        'turn_off_confirm'      =>  esc_html__('ARE YOU SURE you\'d like to TURN OFF the channel now? '.PHP_EOL.PHP_EOL.'Channels TURN OFF automatically after 1 hour of inactivity (no active broadcast).'.PHP_EOL.PHP_EOL.'Manual TURN OFF is only useful if you require to change the channel settings immediately.'.PHP_EOL.PHP_EOL.'Statistics may be unavailable or incomplete for up to an hour.'.PHP_EOL.PHP_EOL.'If your channel is configured with Auto TURN ON, it will turn back on as soon as there is a broadcast.','wpstream'),
     190                        'broadcaster_url'       => esc_url( esc_url(home_url('/broadcaster-page/') ) ),
    190191                   
    191192                    ));
  • wpstream/tags/4.8.2/public/js/start_streaming.js

    r3362236 r3370879  
    728728                    if ( whipUrl !== '' ) {
    729729                        // Open the new broadcaster in a new window
    730                         var broadcasterUrl = wpstream_settings_vars.broadcaster_url + channelId;
     730                        var broadcasterUrl = wpstream_start_streaming_vars.broadcaster_url + channelId;
    731731                        window.open(broadcasterUrl, 'wpstream_broadcaster_' + channelId, 'fullscreen=yes');
    732732                    }
  • wpstream/tags/4.8.2/readme.txt

    r3364177 r3370879  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.8.1
     7Stable tag: 4.8.2
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.8.2 =
     141* Fix - Accessing the broadcaster from the front-end (e.g. BuddyBoss profile)
     142* Fix - Update the broadcaster rewriting rules
     143* Enhancement - Update the POT file
     144
    140145= 4.8.1 =
    141146* Fix - Broadcaster reconnecting issue
  • wpstream/tags/4.8.2/wpstream.php

    r3364177 r3370879  
    44 * Plugin URI:        http://wpstream.net
    55 * Description:       WpStream is a platform that allows you to live stream, create Video-on-Demand, and offer Pay-Per-View videos. We provide an affordable and user-friendly way for businesses, non-profits, and public institutions to broadcast their content and monetize their work.
    6  * Version:           4.8.1
     6 * Version:           4.8.2
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.8.1');
     17define('WPSTREAM_PLUGIN_VERSION', '4.8.2');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
     
    283283
    284284    add_rewrite_rule($rule_pattern, $rule_target, 'top');
    285     if ( !key_exists( $rule_pattern, $rewrite_rules ) ) {
     285    if ( !is_array($rewrite_rules) || !key_exists( $rule_pattern, $rewrite_rules ) ) {
    286286        flush_rewrite_rules();
    287287    }
  • wpstream/trunk/admin/class-wpstream-admin.php

    r3362236 r3370879  
    267267                            'ARE YOU SURE you want to continue with Basic Streaming?',
    268268                            'wpstream'
    269                         )
     269                        ),
     270                        'broadcaster_url'   => esc_url( esc_url(home_url('/broadcaster-page/') ) ),
    270271                    ));
    271272
  • wpstream/trunk/hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php

    r3335660 r3370879  
    134134            <?php
    135135            $user_data = array(
    136                 esc_html__('First name','hello-wpstream')    => array(
     136                esc_html__('First name','wpstream')    => array(
    137137                                                                    'value' =>  $user->first_name,
    138138                                                                    'id'    =>  'wpstream_first_name_value'
    139139                                                                ),
    140140
    141                 esc_html__('Last name', 'hello-wpstream')     => array(
     141                esc_html__('Last name', 'wpstream')     => array(
    142142                                                                    'value' =>  $user->last_name,
    143143                                                                    'id'    =>  'wpstream_last_name_value'
    144144                                                                ),
    145                 esc_html__('Display Name', 'hello-wpstream')   => array(
     145                esc_html__('Display Name', 'wpstream')   => array(
    146146                                                                    'value' =>  $user->display_name,
    147147                                                                    'id'    =>  'wpstream_display_name_value'
    148148                                                                ),
    149                 esc_html__('Email Address', 'hello-wpstream') => array(
     149                esc_html__('Email Address', 'wpstream') => array(
    150150                                                                    'value'=> $user->user_email,
    151151                                                                    'id'=>  'wpstream_email_value'
    152152                                                                ),
    153                 esc_html__('About me', 'hello-wpstream') => array(
     153                esc_html__('About me', 'wpstream') => array(
    154154                    'value'=> $user->description,
    155155                    'id'=>  'wpstream_about_me_value'
  • wpstream/trunk/languages/wpstream.pot

    r3362236 r3370879  
    1 # Translation file for WPStream plugin
     1# Copyright (C) 2025 wpstream
     2# This file is distributed under the same license as the WpStream - Live Streaming, Video on Demand, Pay Per View plugin.
    23msgid ""
    34msgstr ""
    4 "Project-Id-Version: WpStream - Live Streaming, Video on Demand, Pay Per View 4.7.2\n"
    5 "Report-Msgid-Bugs-To: your-email@domain.com\n"
     5"Project-Id-Version: WpStream - Live Streaming, Video on Demand, Pay Per View 4.8.1\n"
     6"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/plugin\n"
    67"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
    78"Language-Team: LANGUAGE <LL@li.org>\n"
     
    910"Content-Type: text/plain; charset=UTF-8\n"
    1011"Content-Transfer-Encoding: 8bit\n"
    11 "POT-Creation-Date: 2025-09-16T06:26:53+00:00\n"
     12"POT-Creation-Date: 2025-09-22T22:19:20+03:00\n"
    1213"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    13 "X-Generator: WP-CLI 2.7.1\n"
     14"X-Generator: WP-CLI 2.12.0\n"
    1415"X-Domain: wpstream\n"
    1516
    1617#. Plugin Name of the plugin
     18#: wpstream.php
    1719msgid "WpStream - Live Streaming, Video on Demand, Pay Per View"
    1820msgstr ""
     
    2022#. Plugin URI of the plugin
    2123#. Author URI of the plugin
     24#: wpstream.php
    2225msgid "http://wpstream.net"
    2326msgstr ""
    2427
    2528#. Description of the plugin
     29#: wpstream.php
    2630msgid "WpStream is a platform that allows you to live stream, create Video-on-Demand, and offer Pay-Per-View videos. We provide an affordable and user-friendly way for businesses, non-profits, and public institutions to broadcast their content and monetize their work."
    2731msgstr ""
    2832
    2933#. Author of the plugin
     34#: wpstream.php
    3035msgid "wpstream"
    3136msgstr ""
     
    4853
    4954#: admin/class-wpstream-admin.php:89
     55#: admin/class-wpstream-admin.php:1563
     56msgid "Lock To Website"
     57msgstr ""
     58
     59#. translators: %1$s is the website URL.
     60#: admin/class-wpstream-admin.php:91
     61#, php-format
     62msgid "If enabled, live video will only display on %1$s, otherwise it can show up on any website."
     63msgstr ""
     64
     65#: admin/class-wpstream-admin.php:95
     66#: admin/class-wpstream-admin.php:1546
     67msgid "Autoplay"
     68msgstr ""
     69
     70#: admin/class-wpstream-admin.php:96
     71msgid "If enabled, live video will attempt to start playing automatically. This is only achievable in some browsers."
     72msgstr ""
     73
     74#: admin/class-wpstream-admin.php:100
    5075#: admin/class-wpstream-admin.php:1555
    51 msgid "Lock To Website"
    52 msgstr ""
    53 
    54 #: admin/class-wpstream-admin.php:90
    55 msgid "If enabled, live video will only display on %1$s, otherwise it can show up on any website."
    56 msgstr ""
    57 
    58 #: admin/class-wpstream-admin.php:94
    59 #: admin/class-wpstream-admin.php:1538
    60 msgid "Autoplay"
    61 msgstr ""
    62 
    63 #: admin/class-wpstream-admin.php:95
    64 msgid "If enabled, live video will attempt to start playing automatically. This is only achievable in some browsers."
    65 msgstr ""
    66 
    67 #: admin/class-wpstream-admin.php:99
    68 #: admin/class-wpstream-admin.php:1547
    6976msgid "Start Muted"
    7077msgstr ""
    7178
    72 #: admin/class-wpstream-admin.php:100
     79#: admin/class-wpstream-admin.php:101
    7380msgid "If enabled, live video will start muted. This may increase the rate of autoplay in some browsers. "
    7481msgstr ""
    7582
    76 #: admin/class-wpstream-admin.php:104
     83#: admin/class-wpstream-admin.php:105
    7784msgid "Low Latency (beta)"
    7885msgstr ""
    7986
    80 #: admin/class-wpstream-admin.php:105
     87#: admin/class-wpstream-admin.php:106
    8188msgid "Shortens the live delay between streamer and viewers. Useful for interactive applications like gaming, auctions, trading etc. Low latency may worsen the viewer experience on some devices."
    8289msgstr ""
    8390
    84 #: admin/class-wpstream-admin.php:109
     91#: admin/class-wpstream-admin.php:110
    8592msgid "Adaptive Bitrate (beta)"
    8693msgstr ""
    8794
    88 #: admin/class-wpstream-admin.php:110
     95#: admin/class-wpstream-admin.php:111
    8996msgid "Ensures a smooth and uninterrupted viewing experience by adjusting video quality for viewers with reduced network speed or device capabilities."
    9097msgstr ""
    9198
    92 #: admin/class-wpstream-admin.php:114
     99#: admin/class-wpstream-admin.php:115
    93100msgid "Encrypt Live Stream"
    94101msgstr ""
    95102
    96 #: admin/class-wpstream-admin.php:115
    97 #: admin/class-wpstream-admin.php:1566
     103#: admin/class-wpstream-admin.php:116
     104#: admin/class-wpstream-admin.php:1575
    98105msgid "If enabled, video data will be encrypted. Enabling encryption may lead to reduced website performance under certain configurations. Encrypted video may not display in all browsers."
    99106msgstr ""
    100107
    101 #: admin/class-wpstream-admin.php:119
     108#: admin/class-wpstream-admin.php:120
    102109msgid "Use Sessions with Encryption"
    103110msgstr ""
    104111
    105 #: admin/class-wpstream-admin.php:120
     112#: admin/class-wpstream-admin.php:121
    106113msgid "If enabled, encryption key distribution will be checked against valid user sessions. Setting may malfunction or lead to reduced website performance under certain configurations. "
    107114msgstr ""
    108115
    109 #: admin/class-wpstream-admin.php:124
     116#: admin/class-wpstream-admin.php:125
    110117msgid "Auto TURN ON"
    111118msgstr ""
    112119
    113 #: admin/class-wpstream-admin.php:125
     120#: admin/class-wpstream-admin.php:126
    114121msgid "If enabled, channel will TURN ON automatically when broadcasting with an External Streaming App (RTMP Encoder/Broadcaster)"
    115122msgstr ""
    116123
    117 #: admin/class-wpstream-admin.php:187
    118 #: admin/class-wpstream-admin.php:231
    119 #: public/class-wpstream-public.php:163
     124#: admin/class-wpstream-admin.php:130
     125msgid "Casting"
     126msgstr ""
     127
     128#: admin/class-wpstream-admin.php:131
     129msgid "If enabled, viewers will be able to cast the video to external devices (e.g. Chromecast, Smart TV)"
     130msgstr ""
     131
     132#: admin/class-wpstream-admin.php:193
     133#: admin/class-wpstream-admin.php:237
     134#: public/class-wpstream-public.php:193
    120135msgid "Click to download!"
    121136msgstr ""
    122137
    123 #: admin/class-wpstream-admin.php:188
     138#: admin/class-wpstream-admin.php:194
    124139msgid "We are uploading your file. Do not close this window!"
    125140msgstr ""
    126141
    127 #: admin/class-wpstream-admin.php:189
    128 #: public/class-wpstream-public.php:165
     142#: admin/class-wpstream-admin.php:195
     143#: public/class-wpstream-public.php:195
    129144msgid "Upload Complete! You can upload another file!"
    130145msgstr ""
    131146
    132 #: admin/class-wpstream-admin.php:190
    133 #: public/class-wpstream-public.php:166
     147#: admin/class-wpstream-admin.php:196
     148#: public/class-wpstream-public.php:196
    134149msgid "The file is not an accepted video format"
    135150msgstr ""
    136151
    137 #: admin/class-wpstream-admin.php:191
    138 #: public/class-wpstream-public.php:167
     152#: admin/class-wpstream-admin.php:197
     153#: public/class-wpstream-public.php:197
    139154msgid "Upload Complete!"
    140155msgstr ""
    141156
    142 #: admin/class-wpstream-admin.php:195
    143 #: public/class-wpstream-public.php:168
     157#: admin/class-wpstream-admin.php:201
     158#: public/class-wpstream-public.php:198
    144159msgid "Upload Failed!"
    145160msgstr ""
    146161
    147 #: admin/class-wpstream-admin.php:196
    148 #: public/class-wpstream-public.php:169
     162#: admin/class-wpstream-admin.php:202
     163#: public/class-wpstream-public.php:199
    149164msgid "Upload Failed! Please Try again!"
    150165msgstr ""
    151166
    152 #: admin/class-wpstream-admin.php:197
    153 #: admin/class-wpstream-admin.php:2349
     167#: admin/class-wpstream-admin.php:203
     168#: admin/class-wpstream-admin.php:2360
    154169msgid "Choose a file&hellip;"
    155170msgstr ""
    156171
    157 #: admin/class-wpstream-admin.php:198
     172#: admin/class-wpstream-admin.php:204
    158173msgid "Preparing multipart upload..."
    159174msgstr ""
    160175
    161 #: admin/class-wpstream-admin.php:199
     176#: admin/class-wpstream-admin.php:205
    162177msgid "Uploading part {part} of {total}..."
    163178msgstr ""
    164179
    165 #: admin/class-wpstream-admin.php:200
     180#: admin/class-wpstream-admin.php:206
    166181msgid "Failed to upload part {part}. Please try again."
    167182msgstr ""
    168183
    169 #: admin/class-wpstream-admin.php:201
     184#: admin/class-wpstream-admin.php:207
    170185msgid "Completing upload. Please wait..."
    171186msgstr ""
    172187
    173 #: admin/class-wpstream-admin.php:202
     188#: admin/class-wpstream-admin.php:208
    174189msgid "Failed to upload part {part}. Retrying..."
    175190msgstr ""
    176191
    177 #: admin/class-wpstream-admin.php:203
     192#: admin/class-wpstream-admin.php:209
    178193msgid "Choose Recording"
    179194msgstr ""
    180195
    181 #: admin/class-wpstream-admin.php:204
     196#: admin/class-wpstream-admin.php:210
    182197msgid "Please select a recording from the list"
    183198msgstr ""
    184199
    185 #: admin/class-wpstream-admin.php:205
     200#: admin/class-wpstream-admin.php:211
    186201msgid "Invalid response from server. Missing required upload data."
    187202msgstr ""
    188203
    189 #: admin/class-wpstream-admin.php:206
    190 #: admin/class-wpstream-admin.php:2414
     204#: admin/class-wpstream-admin.php:212
     205#: admin/class-wpstream-admin.php:2425
    191206msgid "The video is still processing"
    192207msgstr ""
    193208
    194 #: admin/class-wpstream-admin.php:207
    195 #: admin/class-wpstream-admin.php:2431
     209#: admin/class-wpstream-admin.php:213
     210#: admin/class-wpstream-admin.php:2442
    196211msgid "File Name:"
    197212msgstr ""
    198213
    199 #: admin/class-wpstream-admin.php:208
     214#: admin/class-wpstream-admin.php:214
    200215msgid "Something did not work. Please try again."
    201216msgstr ""
    202217
    203 #: admin/class-wpstream-admin.php:214
     218#: admin/class-wpstream-admin.php:220
    204219msgid "Delete file"
    205220msgstr ""
    206221
    207 #: admin/class-wpstream-admin.php:215
     222#: admin/class-wpstream-admin.php:221
    208223msgid "Download"
    209224msgstr ""
    210225
    211 #: admin/class-wpstream-admin.php:216
    212 #: admin/class-wpstream-admin.php:2435
     226#: admin/class-wpstream-admin.php:222
     227#: admin/class-wpstream-admin.php:2446
    213228msgid "Click to download! The url will work for the next 20 minutes!"
    214229msgstr ""
    215230
    216 #: admin/class-wpstream-admin.php:218
     231#: admin/class-wpstream-admin.php:224
    217232msgid "Create new Free-To-View VOD from this recording"
    218233msgstr ""
    219234
    220 #: admin/class-wpstream-admin.php:221
     235#: admin/class-wpstream-admin.php:227
    221236msgid "Create new Pay-Per-View VOD from this recording"
    222237msgstr ""
    223238
    224 #: admin/class-wpstream-admin.php:239
    225 #: public/class-wpstream-public.php:173
     239#: admin/class-wpstream-admin.php:245
     240#: public/class-wpstream-public.php:203
    226241msgid "TURNING ON"
    227242msgstr ""
    228243
    229 #: admin/class-wpstream-admin.php:240
    230 #: public/class-wpstream-public.php:174
     244#: admin/class-wpstream-admin.php:246
     245#: public/class-wpstream-public.php:204
    231246msgid "TURNING OFF"
    232247msgstr ""
    233248
    234 #: admin/class-wpstream-admin.php:241
    235 #: admin/class-wpstream-admin.php:620
    236 #: admin/class-wpstream-admin.php:802
    237 #: public/class-wpstream-public.php:175
     249#: admin/class-wpstream-admin.php:247
     250#: admin/class-wpstream-admin.php:626
     251#: admin/class-wpstream-admin.php:808
     252#: public/class-wpstream-public.php:205
    238253msgid "TURN ON"
    239254msgstr ""
    240255
    241 #: admin/class-wpstream-admin.php:242
    242 #: public/class-wpstream-public.php:176
     256#: admin/class-wpstream-admin.php:248
     257#: public/class-wpstream-public.php:206
    243258msgid "TURN OFF"
    244259msgstr ""
    245260
    246 #: admin/class-wpstream-admin.php:243
    247 #: public/class-wpstream-public.php:177
     261#: admin/class-wpstream-admin.php:249
     262#: public/class-wpstream-public.php:207
    248263msgid "Failed to get channel info. Please try again."
    249264msgstr ""
    250265
    251 #: admin/class-wpstream-admin.php:244
    252 #: public/class-wpstream-public.php:178
     266#: admin/class-wpstream-admin.php:250
     267#: public/class-wpstream-public.php:208
    253268msgid "Channel is now OFF. Click to turn ON."
    254269msgstr ""
    255270
    256 #: admin/class-wpstream-admin.php:245
    257 #: public/class-wpstream-public.php:179
     271#: admin/class-wpstream-admin.php:251
     272#: public/class-wpstream-public.php:209
    258273msgid "Click to turn channel off. This will interrupt any ongoing broadcast."
    259274msgstr ""
    260275
    261 #: admin/class-wpstream-admin.php:246
    262 #: public/class-wpstream-public.php:180
     276#: admin/class-wpstream-admin.php:252
     277#: public/class-wpstream-public.php:210
    263278msgid "Turning a channel on may take 1-2 minutes or more. Please be patient."
    264279msgstr ""
    265280
    266 #: admin/class-wpstream-admin.php:247
    267 #: public/class-wpstream-public.php:181
     281#: admin/class-wpstream-admin.php:253
     282#: public/class-wpstream-public.php:211
    268283msgid "This may take a few minutes."
    269284msgstr ""
    270285
    271 #: admin/class-wpstream-admin.php:248
    272 #: public/class-wpstream-public.php:182
     286#: admin/class-wpstream-admin.php:254
     287#: public/class-wpstream-public.php:212
    273288msgid "You don't have enough data to start a new event!"
    274289msgstr ""
    275290
    276 #: admin/class-wpstream-admin.php:249
    277 #: public/class-wpstream-public.php:183
     291#: admin/class-wpstream-admin.php:255
     292#: public/class-wpstream-public.php:213
    278293msgid "Failed to start the channel. Please try again in a few minutes."
    279294msgstr ""
    280295
    281 #: admin/class-wpstream-admin.php:250
    282 #: public/class-wpstream-public.php:184
     296#: admin/class-wpstream-admin.php:256
     297#: public/class-wpstream-public.php:214
    283298msgid "Channel is turning on"
    284299msgstr ""
    285300
    286 #: admin/class-wpstream-admin.php:251
    287 #: public/class-wpstream-public.php:185
     301#: admin/class-wpstream-admin.php:257
     302#: public/class-wpstream-public.php:215
    288303msgid "Channel is turning off"
    289304msgstr ""
    290305
    291 #: admin/class-wpstream-admin.php:252
    292 #: public/class-wpstream-public.php:186
     306#: admin/class-wpstream-admin.php:258
     307#: public/class-wpstream-public.php:216
    293308msgid "Channel is ON"
    294309msgstr ""
    295310
    296 #: admin/class-wpstream-admin.php:253
    297 #: admin/class-wpstream-admin.php:619
    298 #: admin/class-wpstream-admin.php:801
    299 #: public/class-wpstream-public.php:187
     311#: admin/class-wpstream-admin.php:259
     312#: admin/class-wpstream-admin.php:625
     313#: admin/class-wpstream-admin.php:807
     314#: public/class-wpstream-public.php:217
    300315msgid "Channel is OFF"
    301316msgstr ""
    302317
    303 #: admin/class-wpstream-admin.php:254
    304 #: public/class-wpstream-public.php:189
     318#: admin/class-wpstream-admin.php:260
     319#: public/class-wpstream-public.php:219
    305320msgid "ARE YOU SURE you'd like to TURN OFF the channel now? "
    306321msgstr ""
    307322
    308 #: admin/class-wpstream-admin.php:261
     323#: admin/class-wpstream-admin.php:267
    309324msgid "Your account is now in BASIC STREAMING mode."
    310325msgstr ""
    311326
    312 #: admin/class-wpstream-admin.php:274
     327#: admin/class-wpstream-admin.php:280
    313328msgid "Failed to save settings. Please try again."
    314329msgstr ""
    315330
    316 #: admin/class-wpstream-admin.php:275
     331#: admin/class-wpstream-admin.php:281
    317332msgid "Choose Logo Image"
    318333msgstr ""
    319334
    320 #: admin/class-wpstream-admin.php:276
     335#: admin/class-wpstream-admin.php:282
    321336msgid "Select Image"
    322337msgstr ""
    323338
    324 #: admin/class-wpstream-admin.php:277
     339#: admin/class-wpstream-admin.php:283
    325340msgid "Update Successful."
    326341msgstr ""
    327342
    328 #: admin/class-wpstream-admin.php:278
     343#: admin/class-wpstream-admin.php:284
    329344msgid "Something went wrong. Try again."
    330345msgstr ""
    331346
    332 #: admin/class-wpstream-admin.php:326
     347#: admin/class-wpstream-admin.php:332
    333348msgid "WpStream "
    334349msgstr ""
    335350
    336 #: admin/class-wpstream-admin.php:391
     351#: admin/class-wpstream-admin.php:397
    337352msgid "Your Pay-Per-View Channel List"
    338353msgstr ""
    339354
    340 #: admin/class-wpstream-admin.php:396
     355#: admin/class-wpstream-admin.php:402
    341356msgid "Create new Pay-Per-View channel."
    342357msgstr ""
    343358
    344 #: admin/class-wpstream-admin.php:455
     359#: admin/class-wpstream-admin.php:461
    345360msgid "Free-To-View Channels"
    346361msgstr ""
    347362
    348 #: admin/class-wpstream-admin.php:458
     363#: admin/class-wpstream-admin.php:464
    349364msgid "Create new Free-To-View channel."
    350365msgstr ""
    351366
    352 #: admin/class-wpstream-admin.php:475
    353 #: admin/class-wpstream-admin.php:3088
     367#: admin/class-wpstream-admin.php:481
     368#: admin/class-wpstream-admin.php:3099
    354369#: includes/class-wpstream.php:895
    355370#: includes/class-wpstream.php:916
     
    357372msgstr ""
    358373
    359 #: admin/class-wpstream-admin.php:489
     374#: admin/class-wpstream-admin.php:495
    360375msgid "* You do not have any Pay-Per-View channels!"
    361376msgstr ""
    362377
    363 #: admin/class-wpstream-admin.php:492
     378#: admin/class-wpstream-admin.php:498
    364379msgid "* You do not have any free channels!"
    365380msgstr ""
    366381
    367 #: admin/class-wpstream-admin.php:495
     382#: admin/class-wpstream-admin.php:501
    368383msgid "Add new Free-To-View channel "
    369384msgstr ""
    370385
    371 #: admin/class-wpstream-admin.php:496
     386#: admin/class-wpstream-admin.php:502
    372387msgid "Add new Pay-Per-View channel "
    373388msgstr ""
    374389
    375 #: admin/class-wpstream-admin.php:554
     390#: admin/class-wpstream-admin.php:560
    376391msgid "Spread the word! To let people know about your channel, click on the corresponding icon and share on the social platforms of your choice. The more the merrier!"
    377392msgstr ""
    378393
    379 #: admin/class-wpstream-admin.php:576
    380 #: admin/class-wpstream-admin.php:756
     394#: admin/class-wpstream-admin.php:582
     395#: admin/class-wpstream-admin.php:762
    381396msgid "You are not allowed to broadcast."
    382397msgstr ""
    383398
    384 #: admin/class-wpstream-admin.php:585
    385 #: admin/class-wpstream-admin.php:765
     399#: admin/class-wpstream-admin.php:591
     400#: admin/class-wpstream-admin.php:771
    386401msgid "You are not allowed to broadcast"
    387402msgstr ""
    388403
    389 #: admin/class-wpstream-admin.php:695
     404#: admin/class-wpstream-admin.php:701
     405#: admin/class-wpstream-admin.php:879
     406msgid "Settings"
     407msgstr ""
     408
     409#: admin/class-wpstream-admin.php:843
     410msgid "Webcam"
     411msgstr ""
     412
     413#: admin/class-wpstream-admin.php:856
     414msgid "External App"
     415msgstr ""
     416
    390417#: admin/class-wpstream-admin.php:873
    391 msgid "Settings"
    392 msgstr ""
    393 
    394 #: admin/class-wpstream-admin.php:837
    395 msgid "Webcam"
    396 msgstr ""
    397 
    398 #: admin/class-wpstream-admin.php:850
    399 msgid "External App"
    400 msgstr ""
    401 
    402 #: admin/class-wpstream-admin.php:867
    403418msgid "Statistics"
    404419msgstr ""
    405420
    406 #: admin/class-wpstream-admin.php:898
    407 #: includes/class-wpstream_product.php:692
     421#: admin/class-wpstream-admin.php:904
     422#: includes/class-wpstream_product.php:697
    408423msgid "View"
    409424msgstr ""
    410425
    411 #: admin/class-wpstream-admin.php:907
     426#: admin/class-wpstream-admin.php:913
    412427msgid "Share"
    413428msgstr ""
    414429
    415 #: admin/class-wpstream-admin.php:948
     430#: admin/class-wpstream-admin.php:954
    416431msgid "Edit settings for this channel"
    417432msgstr ""
    418433
    419 #: admin/class-wpstream-admin.php:949
     434#. translators: %s is a link to the Default Channel Settings admin page.
     435#: admin/class-wpstream-admin.php:956
     436#, php-format
    420437msgid "When is OFF, the settings from %s will be applied"
    421438msgstr ""
    422439
    423 #: admin/class-wpstream-admin.php:949
    424 #: admin/class-wpstream-admin.php:1602
     440#. translators: %s is a link to the Default Channel Settings admin page.
     441#: admin/class-wpstream-admin.php:956
     442#: admin/class-wpstream-admin.php:1611
    425443msgid "Default Channel Settings"
    426444msgstr ""
    427445
    428 #: admin/class-wpstream-admin.php:968
     446#. translators: %s is the channel post ID.
     447#: admin/class-wpstream-admin.php:976
     448#, php-format
    429449msgid "Channel Settings (#ID %s)"
    430450msgstr ""
    431451
    432 #: admin/class-wpstream-admin.php:1004
     452#: admin/class-wpstream-admin.php:1012
    433453msgid "Share your Channel"
    434454msgstr ""
    435455
    436 #: admin/class-wpstream-admin.php:1019
     456#: admin/class-wpstream-admin.php:1027
    437457msgid "Go Live with External Streaming App"
    438458msgstr ""
    439459
    440 #: admin/class-wpstream-admin.php:1021
     460#: admin/class-wpstream-admin.php:1029
    441461msgid "Please choose your RTMP encoder/broadcaster"
    442462msgstr ""
    443463
    444 #: admin/class-wpstream-admin.php:1061
    445 #: admin/class-wpstream-admin.php:1064
    446 #: admin/class-wpstream-admin.php:1096
    447 #: admin/class-wpstream-admin.php:1099
    448 #: admin/class-wpstream-admin.php:1133
    449 #: admin/class-wpstream-admin.php:1136
    450 #: admin/class-wpstream-admin.php:1169
    451 #: admin/class-wpstream-admin.php:1172
    452 #: admin/class-wpstream-admin.php:1204
    453 #: admin/class-wpstream-admin.php:1207
    454 #: admin/class-wpstream-admin.php:1239
    455 #: admin/class-wpstream-admin.php:1286
    456 #: admin/class-wpstream-admin.php:1289
     464#: admin/class-wpstream-admin.php:1069
     465#: admin/class-wpstream-admin.php:1072
     466#: admin/class-wpstream-admin.php:1104
     467#: admin/class-wpstream-admin.php:1107
     468#: admin/class-wpstream-admin.php:1141
     469#: admin/class-wpstream-admin.php:1144
     470#: admin/class-wpstream-admin.php:1177
     471#: admin/class-wpstream-admin.php:1180
     472#: admin/class-wpstream-admin.php:1212
     473#: admin/class-wpstream-admin.php:1215
     474#: admin/class-wpstream-admin.php:1247
     475#: admin/class-wpstream-admin.php:1294
     476#: admin/class-wpstream-admin.php:1297
    457477msgid "copy"
    458478msgstr ""
    459479
    460 #: admin/class-wpstream-admin.php:1377
     480#: admin/class-wpstream-admin.php:1385
    461481msgid "Slug for free video/channel pages "
    462482msgstr ""
    463483
    464 #: admin/class-wpstream-admin.php:1380
     484#: admin/class-wpstream-admin.php:1388
    465485msgid "This will replace the default \"wpstream\" of all your free video/channel urls. Special characters like \"&\" are not permitted. To have your new slug show up you need to re-save the \"Permalinks Settings\" under Settings -> Permalinks, even if not making any changes."
    466486msgstr ""
    467487
    468 #: admin/class-wpstream-admin.php:1385
     488#: admin/class-wpstream-admin.php:1393
    469489msgid "Non-Admin User Roles Allowed to Broadcast"
    470490msgstr ""
    471491
    472 #: admin/class-wpstream-admin.php:1388
     492#: admin/class-wpstream-admin.php:1396
    473493msgid "These types of users can stream via frontend shortcodes / blocks. Single individual channels are automaticlally created for streaming by non-admins."
    474494msgstr ""
    475495
    476 #: admin/class-wpstream-admin.php:1393
     496#: admin/class-wpstream-admin.php:1401
    477497msgid "Non Admin Streamers Channel Type."
    478498msgstr ""
    479499
    480 #: admin/class-wpstream-admin.php:1397
    481 #: public/class-wpstream-public.php:1227
    482 #: public/class-wpstream-public.php:1239
     500#: admin/class-wpstream-admin.php:1405
     501#: public/class-wpstream-public.php:1257
     502#: public/class-wpstream-public.php:1269
    483503msgid "Free Live Channel"
    484504msgstr ""
    485505
    486 #: admin/class-wpstream-admin.php:1398
     506#: admin/class-wpstream-admin.php:1406
    487507msgid "Pay-Per-View"
    488508msgstr ""
    489509
    490 #: admin/class-wpstream-admin.php:1400
     510#: admin/class-wpstream-admin.php:1408
    491511msgid "Choose whether the channels assigned to non-admins are free-for-all or pay-per-view (WooCommerce product)."
    492512msgstr ""
    493513
    494 #: admin/class-wpstream-admin.php:1405
     514#: admin/class-wpstream-admin.php:1413
    495515msgid "Default Pay-Per-View Price"
    496516msgstr ""
    497517
    498 #: admin/class-wpstream-admin.php:1408
     518#: admin/class-wpstream-admin.php:1416
    499519msgid "Default price of pay-per-view channels assigned to non-admins."
    500520msgstr ""
    501521
    502 #: admin/class-wpstream-admin.php:1415
     522#: admin/class-wpstream-admin.php:1423
    503523msgid "Use Global Subscription Mode"
    504524msgstr ""
    505525
    506 #: admin/class-wpstream-admin.php:1418
     526#: admin/class-wpstream-admin.php:1426
    507527msgid "If enabled, a client can access all the media products (live and VOD) by purchasing a single subscription. The \"WooCommerce Subscriptions\" plugin is required."
    508528msgstr ""
    509529
    510 #: admin/class-wpstream-admin.php:1423
     530#: admin/class-wpstream-admin.php:1431
    511531msgid "Subscription ID for Global Subscription Mode"
    512532msgstr ""
    513533
    514 #: admin/class-wpstream-admin.php:1426
     534#: admin/class-wpstream-admin.php:1434
    515535msgid "ID of the subscription product to be purchased for global access to media. All non-subscription video products that are not already attached to a subscription will be accessible to users that have purchased it."
    516536msgstr ""
    517537
    518 #: admin/class-wpstream-admin.php:1430
     538#: admin/class-wpstream-admin.php:1438
    519539msgid "PPV not logged in message"
    520540msgstr ""
    521541
    522 #: admin/class-wpstream-admin.php:1433
     542#: admin/class-wpstream-admin.php:1441
    523543msgid "This message will be displayed on top of the media player for pay-per-view items when user is not logged in."
    524544msgstr ""
    525545
    526 #: admin/class-wpstream-admin.php:1434
     546#: admin/class-wpstream-admin.php:1442
    527547msgid "You must be logged in to watch this video."
    528548msgstr ""
    529549
    530 #: admin/class-wpstream-admin.php:1438
     550#: admin/class-wpstream-admin.php:1446
    531551msgid "PPV not purchased message"
    532552msgstr ""
    533553
    534 #: admin/class-wpstream-admin.php:1441
     554#: admin/class-wpstream-admin.php:1449
    535555msgid "This message will be displayed on top of the media player for common pay-per-view items that have not been purchased."
    536556msgstr ""
    537557
    538 #: admin/class-wpstream-admin.php:1442
     558#: admin/class-wpstream-admin.php:1450
    539559msgid "You did not yet purchase this item."
    540560msgstr ""
    541561
    542 #: admin/class-wpstream-admin.php:1446
     562#: admin/class-wpstream-admin.php:1454
    543563msgid "Subscription not purchased message"
    544564msgstr ""
    545565
    546 #: admin/class-wpstream-admin.php:1449
     566#: admin/class-wpstream-admin.php:1457
    547567msgid "This message will be displayed on top of the media player for subscription-type pay-per-view items that have not been purchased."
    548568msgstr ""
    549569
    550 #: admin/class-wpstream-admin.php:1450
     570#: admin/class-wpstream-admin.php:1458
    551571msgid " You did not yet subscribe to this item."
    552572msgstr ""
    553573
    554 #: admin/class-wpstream-admin.php:1454
     574#: admin/class-wpstream-admin.php:1462
    555575msgid "Thank you message"
    556576msgstr ""
    557577
    558 #: admin/class-wpstream-admin.php:1457
     578#: admin/class-wpstream-admin.php:1465
    559579msgid "This message will be displayed on the thank you page (after purchase) and the confirmation email."
    560580msgstr ""
    561581
    562 #: admin/class-wpstream-admin.php:1458
     582#: admin/class-wpstream-admin.php:1466
    563583msgid "Thanks for your purchase. You can access your item at any time by visiting the following page: {item_link}"
    564584msgstr ""
    565585
    566 #: admin/class-wpstream-admin.php:1463
     586#: admin/class-wpstream-admin.php:1471
    567587msgid "Subscription Active message"
    568588msgstr ""
    569589
    570 #: admin/class-wpstream-admin.php:1466
     590#: admin/class-wpstream-admin.php:1474
    571591msgid "This message will be displayed on subscription product page."
    572592msgstr ""
    573593
    574 #: admin/class-wpstream-admin.php:1467
     594#: admin/class-wpstream-admin.php:1475
    575595msgid "Your Subscription is Active"
    576596msgstr ""
    577597
    578 #: admin/class-wpstream-admin.php:1471
     598#: admin/class-wpstream-admin.php:1479
    579599msgid "You are not live message"
    580600msgstr ""
    581601
    582 #: admin/class-wpstream-admin.php:1474
     602#: admin/class-wpstream-admin.php:1482
    583603msgid "This message will be displayed in player."
    584604msgstr ""
    585605
    586 #: admin/class-wpstream-admin.php:1475
     606#: admin/class-wpstream-admin.php:1483
    587607msgid "We are not live at this moment"
    588608msgstr ""
    589609
    590 #: admin/class-wpstream-admin.php:1480
     610#: admin/class-wpstream-admin.php:1488
    591611msgid "Video player theme"
    592612msgstr ""
    593613
    594 #: admin/class-wpstream-admin.php:1484
     614#: admin/class-wpstream-admin.php:1492
    595615msgid "Default"
    596616msgstr ""
    597617
    598 #: admin/class-wpstream-admin.php:1485
     618#: admin/class-wpstream-admin.php:1493
    599619msgid "City"
    600620msgstr ""
    601621
    602 #: admin/class-wpstream-admin.php:1486
     622#: admin/class-wpstream-admin.php:1494
    603623msgid "Forest"
    604624msgstr ""
    605625
    606 #: admin/class-wpstream-admin.php:1487
     626#: admin/class-wpstream-admin.php:1495
    607627msgid "Fantasy"
    608628msgstr ""
    609629
    610 #: admin/class-wpstream-admin.php:1488
     630#: admin/class-wpstream-admin.php:1496
    611631msgid "Sea"
    612632msgstr ""
    613633
    614 #: admin/class-wpstream-admin.php:1490
     634#: admin/class-wpstream-admin.php:1498
    615635msgid "Choose the video player theme to have a different look for the player."
    616636msgstr ""
    617637
    618 #: admin/class-wpstream-admin.php:1495
     638#: admin/class-wpstream-admin.php:1503
    619639msgid "Logo for the video player"
    620640msgstr ""
    621641
    622 #: admin/class-wpstream-admin.php:1497
     642#: admin/class-wpstream-admin.php:1505
    623643msgid "This logo will be displayed on the the video player."
    624644msgstr ""
    625645
    626 #: admin/class-wpstream-admin.php:1514
     646#: admin/class-wpstream-admin.php:1522
    627647msgid "Position of the video player logo"
    628648msgstr ""
    629649
    630 #: admin/class-wpstream-admin.php:1517
     650#: admin/class-wpstream-admin.php:1525
    631651msgid "Top Left"
    632652msgstr ""
    633653
    634 #: admin/class-wpstream-admin.php:1518
     654#: admin/class-wpstream-admin.php:1526
    635655msgid "Top Right"
    636656msgstr ""
    637657
    638 #: admin/class-wpstream-admin.php:1519
     658#: admin/class-wpstream-admin.php:1527
    639659msgid "Bottom Left"
    640660msgstr ""
    641661
    642 #: admin/class-wpstream-admin.php:1520
     662#: admin/class-wpstream-admin.php:1528
    643663msgid "Bottom Right"
    644664msgstr ""
    645665
    646 #: admin/class-wpstream-admin.php:1522
     666#: admin/class-wpstream-admin.php:1530
    647667msgid "Choose the position of the logo on the video player."
    648668msgstr ""
    649669
    650 #: admin/class-wpstream-admin.php:1530
     670#: admin/class-wpstream-admin.php:1538
    651671msgid "Events Options  "
    652672msgstr ""
    653673
    654 #: admin/class-wpstream-admin.php:1533
     674#: admin/class-wpstream-admin.php:1541
    655675msgid "Global Options for live events."
    656676msgstr ""
    657677
    658 #: admin/class-wpstream-admin.php:1541
     678#: admin/class-wpstream-admin.php:1549
    659679msgid "If enabled, video will attempt to start playing automatically. This is only achievable in some browsers."
    660680msgstr ""
    661681
    662 #: admin/class-wpstream-admin.php:1550
     682#: admin/class-wpstream-admin.php:1558
    663683msgid "If enabled, video will start muted. This may increase the rate of autoplay in some browsers."
    664684msgstr ""
    665685
    666 #: admin/class-wpstream-admin.php:1558
     686#. translators: %1$s is the site URL.
     687#: admin/class-wpstream-admin.php:1567
     688#, php-format
    667689msgid "If enabled, video will only display on %1$s, otherwise it can show up on any website."
    668690msgstr ""
    669691
    670 #: admin/class-wpstream-admin.php:1563
     692#: admin/class-wpstream-admin.php:1572
    671693msgid "Encrypt Video"
    672694msgstr ""
    673695
    674 #: admin/class-wpstream-admin.php:1582
     696#: admin/class-wpstream-admin.php:1591
    675697msgid "Logs"
    676698msgstr ""
    677699
    678 #: admin/class-wpstream-admin.php:1585
     700#: admin/class-wpstream-admin.php:1594
    679701msgid "This is the error log of the plugin."
    680702msgstr ""
    681703
    682 #: admin/class-wpstream-admin.php:1597
     704#: admin/class-wpstream-admin.php:1606
    683705msgid "WpStream Settings"
    684706msgstr ""
    685707
    686 #: admin/class-wpstream-admin.php:1601
     708#: admin/class-wpstream-admin.php:1610
    687709msgid "General Options"
    688710msgstr ""
    689711
    690 #: admin/class-wpstream-admin.php:1603
     712#: admin/class-wpstream-admin.php:1612
    691713msgid "VOD Settings"
    692714msgstr ""
    693715
    694 #: admin/class-wpstream-admin.php:1604
     716#: admin/class-wpstream-admin.php:1613
    695717msgid "Subscription Options"
    696718msgstr ""
    697719
    698 #: admin/class-wpstream-admin.php:1605
     720#: admin/class-wpstream-admin.php:1614
    699721msgid "Customize Messages"
    700722msgstr ""
    701723
    702 #: admin/class-wpstream-admin.php:1606
     724#: admin/class-wpstream-admin.php:1615
    703725msgid "Support"
    704726msgstr ""
    705727
    706 #: admin/class-wpstream-admin.php:1637
     728#: admin/class-wpstream-admin.php:1646
    707729msgid "These settings will apply to newly created channels; existing channels will not change settings if you change them here"
    708730msgstr ""
    709731
    710 #: admin/class-wpstream-admin.php:1710
    711 #: includes/class-wpstream_product.php:435
    712 #: includes/class-wpstream_product.php:492
     732#: admin/class-wpstream-admin.php:1719
     733#: includes/class-wpstream_product.php:440
     734#: includes/class-wpstream_product.php:497
    713735msgid "Upload Image"
    714736msgstr ""
    715737
    716 #: admin/class-wpstream-admin.php:1711
     738#: admin/class-wpstream-admin.php:1720
    717739msgid "Remove Image"
    718740msgstr ""
    719741
    720 #: admin/class-wpstream-admin.php:1730
     742#: admin/class-wpstream-admin.php:1739
    721743msgid "Video Help"
    722744msgstr ""
    723745
    724 #: admin/class-wpstream-admin.php:1737
    725 #: admin/class-wpstream-admin.php:2212
     746#: admin/class-wpstream-admin.php:1746
     747#: admin/class-wpstream-admin.php:2223
    726748msgid "Save Changes"
    727749msgstr ""
    728750
    729 #: admin/class-wpstream-admin.php:1796
     751#: admin/class-wpstream-admin.php:1805
    730752msgid "System Information"
    731753msgstr ""
    732754
    733 #: admin/class-wpstream-admin.php:1800
     755#: admin/class-wpstream-admin.php:1809
    734756msgid "PHP Version"
    735757msgstr ""
    736758
    737 #: admin/class-wpstream-admin.php:1805
     759#: admin/class-wpstream-admin.php:1814
    738760msgid "We recommend PHP 7.4 or higher"
    739761msgstr ""
    740762
    741 #: admin/class-wpstream-admin.php:1812
     763#: admin/class-wpstream-admin.php:1821
    742764msgid "WordPress Version"
    743765msgstr ""
    744766
    745 #: admin/class-wpstream-admin.php:1817
     767#: admin/class-wpstream-admin.php:1826
    746768msgid "We recommend WordPress 5.6 or higher"
    747769msgstr ""
    748770
    749 #: admin/class-wpstream-admin.php:1824
     771#: admin/class-wpstream-admin.php:1833
    750772msgid "WP Debug Mode"
    751773msgstr ""
    752774
    753 #: admin/class-wpstream-admin.php:1825
     775#: admin/class-wpstream-admin.php:1834
    754776msgid "Enabled"
    755777msgstr ""
    756778
    757 #: admin/class-wpstream-admin.php:1825
     779#: admin/class-wpstream-admin.php:1834
    758780msgid "Disabled"
    759781msgstr ""
    760782
    761 #: admin/class-wpstream-admin.php:1829
     783#: admin/class-wpstream-admin.php:1838
    762784msgid "Debug mode should be disabled on production sites"
    763785msgstr ""
    764786
    765 #: admin/class-wpstream-admin.php:1836
     787#: admin/class-wpstream-admin.php:1845
    766788msgid "WP Memory Limit"
    767789msgstr ""
    768790
    769 #: admin/class-wpstream-admin.php:1844
     791#: admin/class-wpstream-admin.php:1853
    770792msgid "We recommend at least 64MB"
    771793msgstr ""
    772794
    773 #: admin/class-wpstream-admin.php:1851
     795#: admin/class-wpstream-admin.php:1860
    774796msgid "WpStream Version"
    775797msgstr ""
    776798
    777 #: admin/class-wpstream-admin.php:1856
     799#: admin/class-wpstream-admin.php:1865
    778800msgid "Update available"
    779801msgstr ""
    780802
    781 #: admin/class-wpstream-admin.php:1859
     803#: admin/class-wpstream-admin.php:1868
    782804msgid "Update Now"
    783805msgstr ""
    784806
    785 #: admin/class-wpstream-admin.php:1868
     807#: admin/class-wpstream-admin.php:1877
    786808msgid "API Connection"
    787809msgstr ""
    788810
    789 #: admin/class-wpstream-admin.php:1869
     811#: admin/class-wpstream-admin.php:1878
    790812msgid "Connected"
    791813msgstr ""
    792814
    793 #: admin/class-wpstream-admin.php:1869
     815#: admin/class-wpstream-admin.php:1878
    794816msgid "Disconnected"
    795817msgstr ""
    796818
    797 #: admin/class-wpstream-admin.php:1873
     819#: admin/class-wpstream-admin.php:1882
    798820msgid "API connection issue"
    799821msgstr ""
    800822
    801 #: admin/class-wpstream-admin.php:1895
     823#: admin/class-wpstream-admin.php:1904
    802824msgid "Active Plugins"
    803825msgstr ""
    804826
    805 #: admin/class-wpstream-admin.php:1899
     827#: admin/class-wpstream-admin.php:1908
    806828msgid "Plugin"
    807829msgstr ""
    808830
    809 #: admin/class-wpstream-admin.php:1900
     831#: admin/class-wpstream-admin.php:1909
    810832msgid "Version"
    811833msgstr ""
    812834
    813 #: admin/class-wpstream-admin.php:1907
     835#: admin/class-wpstream-admin.php:1916
    814836msgid "No WPStream plugins found."
    815837msgstr ""
    816838
    817 #: admin/class-wpstream-admin.php:1919
     839#. translators: %s is the new version number.
     840#: admin/class-wpstream-admin.php:1929
     841#, php-format
    818842msgid "A new version is available: %s"
    819843msgstr ""
    820844
    821 #: admin/class-wpstream-admin.php:1934
     845#: admin/class-wpstream-admin.php:1944
    822846msgid "Recent Logs"
    823847msgstr ""
    824848
    825 #: admin/class-wpstream-admin.php:1938
     849#: admin/class-wpstream-admin.php:1948
    826850msgid "Time"
    827851msgstr ""
    828852
    829 #: admin/class-wpstream-admin.php:1939
     853#: admin/class-wpstream-admin.php:1949
    830854msgid "Type"
    831855msgstr ""
    832856
    833 #: admin/class-wpstream-admin.php:1940
     857#: admin/class-wpstream-admin.php:1950
    834858msgid "Description"
    835859msgstr ""
    836860
    837 #: admin/class-wpstream-admin.php:1947
     861#: admin/class-wpstream-admin.php:1957
    838862msgid "No logs found."
    839863msgstr ""
    840864
    841 #: admin/class-wpstream-admin.php:2180
     865#: admin/class-wpstream-admin.php:2190
    842866msgid "WpStream Credentials"
    843867msgstr ""
    844868
    845 #: admin/class-wpstream-admin.php:2186
     869#. translators: %s is the URL to create a WpStream account
     870#: admin/class-wpstream-admin.php:2197
     871#, php-format
    846872msgid "To connect your plugin, enter your WpStream credentials below or go <a href=\"%s\" target=\"_blank\">here</a> to create an account."
    847873msgstr ""
    848874
    849 #: admin/class-wpstream-admin.php:2195
     875#: admin/class-wpstream-admin.php:2206
    850876msgid "Connected to WpStream.net!"
    851877msgstr ""
    852878
    853 #: admin/class-wpstream-admin.php:2197
     879#: admin/class-wpstream-admin.php:2208
    854880msgid "Failed to connect to WpStream.net. Please address CURL connectivity with your hosting provider."
    855881msgstr ""
    856882
    857 #: admin/class-wpstream-admin.php:2232
     883#: admin/class-wpstream-admin.php:2243
    858884msgid "Create new Free-To-View channel"
    859885msgstr ""
    860886
    861 #: admin/class-wpstream-admin.php:2233
     887#: admin/class-wpstream-admin.php:2244
    862888msgid "Create Pay-Per-View channel"
    863889msgstr ""
    864890
    865 #: admin/class-wpstream-admin.php:2254
     891#: admin/class-wpstream-admin.php:2265
    866892msgid "Upload New Recording"
    867893msgstr ""
    868894
    869 #: admin/class-wpstream-admin.php:2256
     895#: admin/class-wpstream-admin.php:2267
    870896msgid "Your Recordings"
    871897msgstr ""
    872898
    873 #: admin/class-wpstream-admin.php:2326
    874 #: admin/class-wpstream-admin.php:2391
     899#: admin/class-wpstream-admin.php:2337
     900#: admin/class-wpstream-admin.php:2402
    875901msgid "Not connected. Please connect to WpStream to upload videos."
    876902msgstr ""
    877903
    878 #: admin/class-wpstream-admin.php:2329
     904#: admin/class-wpstream-admin.php:2340
    879905msgid "You don't have enough cloud storage and data to upload a new item. Please delete some videos or upgrade your plan."
    880906msgstr ""
    881907
    882 #: admin/class-wpstream-admin.php:2339
     908#: admin/class-wpstream-admin.php:2350
    883909msgid "Please select or drop a video file. Do not close this window during the upload!"
    884910msgstr ""
    885911
    886 #: admin/class-wpstream-admin.php:2353
     912#: admin/class-wpstream-admin.php:2364
    887913msgid "Drop a video file here!"
    888914msgstr ""
    889915
    890 #: admin/class-wpstream-admin.php:2354
     916#: admin/class-wpstream-admin.php:2365
    891917msgid ""
    892918"The Video File must be encoded with the following settings:<br>\n"
     
    899925msgstr ""
    900926
    901 #: admin/class-wpstream-admin.php:2360
     927#: admin/class-wpstream-admin.php:2371
    902928msgid "Accepted file extensions: .mp4, .mov"
    903929msgstr ""
    904930
    905 #: admin/class-wpstream-admin.php:2413
     931#: admin/class-wpstream-admin.php:2424
    906932msgid "File Name :"
    907933msgstr ""
    908934
    909 #: admin/class-wpstream-admin.php:2433
     935#: admin/class-wpstream-admin.php:2444
    910936msgid "delete file"
    911937msgstr ""
    912938
    913 #: admin/class-wpstream-admin.php:2434
     939#: admin/class-wpstream-admin.php:2445
    914940msgid "download"
    915941msgstr ""
    916942
    917 #: admin/class-wpstream-admin.php:2456
     943#: admin/class-wpstream-admin.php:2467
    918944msgid "You don't have any videos."
    919945msgstr ""
    920946
    921 #: admin/class-wpstream-admin.php:2548
     947#: admin/class-wpstream-admin.php:2559
    922948msgid "Video On Demand Settings"
    923949msgstr ""
    924950
    925 #: admin/class-wpstream-admin.php:2549
    926 #: includes/class-wpstream_product.php:679
    927 #: includes/class-wpstream_product.php:686
     951#: admin/class-wpstream-admin.php:2560
     952#: includes/class-wpstream_product.php:684
     953#: includes/class-wpstream_product.php:691
    928954msgid "Video Collection"
    929955msgstr ""
    930956
    931 #: admin/class-wpstream-admin.php:2550
     957#: admin/class-wpstream-admin.php:2561
    932958msgid "Product Data"
    933959msgstr ""
    934960
    935 #: admin/class-wpstream-admin.php:2559
     961#: admin/class-wpstream-admin.php:2570
    936962msgid "Video Collection Options"
    937963msgstr ""
    938964
    939 #: admin/class-wpstream-admin.php:2628
     965#: admin/class-wpstream-admin.php:2639
    940966msgid "Media Type:"
    941967msgstr ""
    942968
    943 #: admin/class-wpstream-admin.php:2630
     969#: admin/class-wpstream-admin.php:2641
    944970msgid "Recording"
    945971msgstr ""
    946972
    947 #: admin/class-wpstream-admin.php:2631
     973#: admin/class-wpstream-admin.php:2642
    948974msgid "Self Hosted or External Video"
    949975msgstr ""
    950976
    951 #: admin/class-wpstream-admin.php:2642
     977#: admin/class-wpstream-admin.php:2653
    952978msgid "Choose video:"
    953979msgstr ""
    954980
    955 #: admin/class-wpstream-admin.php:2662
     981#: admin/class-wpstream-admin.php:2673
    956982msgid "Video:"
    957983msgstr ""
    958984
    959 #: admin/class-wpstream-admin.php:2665
     985#: admin/class-wpstream-admin.php:2676
    960986msgid "Select Video"
    961987msgstr ""
    962988
    963 #: admin/class-wpstream-admin.php:2673
     989#: admin/class-wpstream-admin.php:2684
    964990msgid "Choose one of your existing recordings."
    965991msgstr ""
    966992
    967 #: admin/class-wpstream-admin.php:2674
     993#: admin/class-wpstream-admin.php:2685
    968994msgid "Upload a video from your computer or paste the URL of a YouTube/external video."
    969995msgstr ""
    970996
    971 #: admin/class-wpstream-admin.php:2995
     997#: admin/class-wpstream-admin.php:3006
    972998msgid "The php CURL library is not enabled on your server. WpStream plugin needs this library in order to work. Please address this issue with your hosting provider."
    973999msgstr ""
    9741000
    975 #: admin/class-wpstream-admin.php:3041
    9761001#: admin/class-wpstream-admin.php:3052
     1002#: admin/class-wpstream-admin.php:3063
    9771003msgid "Live Streaming"
    9781004msgstr ""
    9791005
    980 #: admin/class-wpstream-admin.php:3091
     1006#: admin/class-wpstream-admin.php:3102
    9811007msgid "To Go Live, please publish your channel first !"
    9821008msgstr ""
    9831009
    984 #: admin/class-wpstream-admin.php:3165
    985 #: public/class-wpstream-public.php:638
    986 #: public/class-wpstream-public.php:667
    987 #: public/class-wpstream-public.php:695
    988 #: public/class-wpstream-public.php:731
    989 #: public/class-wpstream-public.php:773
    990 #: public/class-wpstream-public.php:833
    991 #: public/class-wpstream-public.php:903
     1010#: admin/class-wpstream-admin.php:3176
     1011#: public/class-wpstream-public.php:668
     1012#: public/class-wpstream-public.php:697
     1013#: public/class-wpstream-public.php:725
     1014#: public/class-wpstream-public.php:761
     1015#: public/class-wpstream-public.php:803
     1016#: public/class-wpstream-public.php:863
     1017#: public/class-wpstream-public.php:933
    9921018msgid "WpStream"
    9931019msgstr ""
    9941020
    995 #: admin/class-wpstream-admin.php:3165
     1021#: admin/class-wpstream-admin.php:3176
    9961022msgid "Quick Start"
    9971023msgstr ""
    9981024
    999 #: admin/class-wpstream-admin.php:3169
     1025#: admin/class-wpstream-admin.php:3180
    10001026msgid "The quick start guide will help you set up Live Streaming, Video On Demand, and Monetization in a fun and interactive way. Give it a shot! "
    10011027msgstr ""
    10021028
    1003 #: admin/class-wpstream-admin.php:3172
     1029#: admin/class-wpstream-admin.php:3183
    10041030msgid "Start the Guide"
    10051031msgstr ""
    10061032
    1007 #: admin/class-wpstream-admin.php:3249
     1033#: admin/class-wpstream-admin.php:3260
    10081034msgid "WpStream Account"
    10091035msgstr ""
    10101036
    1011 #: admin/class-wpstream-admin.php:3252
     1037#: admin/class-wpstream-admin.php:3263
    10121038msgid "A WpStream account is required to make use of the plugin."
    10131039msgstr ""
    10141040
    1015 #: admin/class-wpstream-admin.php:3257
     1041#: admin/class-wpstream-admin.php:3268
    10161042msgid "Checking if you are already logged....."
    10171043msgstr ""
    10181044
    1019 #: admin/class-wpstream-admin.php:3263
     1045#: admin/class-wpstream-admin.php:3274
    10201046msgid "Login with your WpStream Account"
    10211047msgstr ""
    10221048
    1023 #: admin/class-wpstream-admin.php:3276
     1049#: admin/class-wpstream-admin.php:3287
    10241050msgid "Login"
    10251051msgstr ""
    10261052
    1027 #: admin/class-wpstream-admin.php:3283
     1053#: admin/class-wpstream-admin.php:3294
    10281054msgid "Register for  a WpStream Account"
    10291055msgstr ""
    10301056
    1031 #: admin/class-wpstream-admin.php:3285
     1057#: admin/class-wpstream-admin.php:3296
    10321058msgid "Your Email"
    10331059msgstr ""
    10341060
    1035 #: admin/class-wpstream-admin.php:3291
     1061#: admin/class-wpstream-admin.php:3302
    10361062msgid "Your Password"
    10371063msgstr ""
    10381064
    1039 #: admin/class-wpstream-admin.php:3313
     1065#: admin/class-wpstream-admin.php:3324
    10401066msgid "Type the characters above"
    10411067msgstr ""
    10421068
    1043 #: admin/class-wpstream-admin.php:3321
     1069#: admin/class-wpstream-admin.php:3332
    10441070msgid "register"
    10451071msgstr ""
    10461072
    1047 #: admin/class-wpstream-admin.php:3325
     1073#: admin/class-wpstream-admin.php:3336
    10481074msgid "I already have a WpStream Account"
    10491075msgstr ""
    10501076
    1051 #: admin/class-wpstream-admin.php:3327
     1077#: admin/class-wpstream-admin.php:3338
    10521078msgid "Back to Registration"
    10531079msgstr ""
    10541080
    1055 #: admin/class-wpstream-admin.php:3387
     1081#: admin/class-wpstream-admin.php:3398
    10561082msgid "Go LIVE!"
    10571083msgstr ""
    10581084
    1059 #: admin/class-wpstream-admin.php:3389
     1085#: admin/class-wpstream-admin.php:3400
    10601086msgid "Create a Video-On-Demand (VOD)"
    10611087msgstr ""
    10621088
    1063 #: admin/class-wpstream-admin.php:3407
    1064 #: admin/class-wpstream-admin.php:3521
     1089#: admin/class-wpstream-admin.php:3418
     1090#: admin/class-wpstream-admin.php:3532
    10651091msgid "Do you want to charge a fee for watching?"
    10661092msgstr ""
    10671093
    1068 #: admin/class-wpstream-admin.php:3409
    1069 #: admin/class-wpstream-admin.php:3523
     1094#: admin/class-wpstream-admin.php:3420
     1095#: admin/class-wpstream-admin.php:3534
    10701096msgid "No - Free-To-View (FTV)"
    10711097msgstr ""
    10721098
    1073 #: admin/class-wpstream-admin.php:3411
    1074 #: admin/class-wpstream-admin.php:3526
     1099#: admin/class-wpstream-admin.php:3422
     1100#: admin/class-wpstream-admin.php:3537
    10751101msgid "Yes - Pay-Per-View (PPV)"
    10761102msgstr ""
    10771103
    1078 #: admin/class-wpstream-admin.php:3414
     1104#: admin/class-wpstream-admin.php:3425
     1105#: admin/class-wpstream-admin.php:3455
     1106#: admin/class-wpstream-admin.php:3495
     1107#: admin/class-wpstream-admin.php:3539
     1108#: admin/class-wpstream-admin.php:3575
     1109#: admin/class-wpstream-admin.php:3634
     1110msgid "Prev"
     1111msgstr ""
     1112
    10791113#: admin/class-wpstream-admin.php:3444
    1080 #: admin/class-wpstream-admin.php:3484
    1081 #: admin/class-wpstream-admin.php:3528
    1082 #: admin/class-wpstream-admin.php:3564
    1083 #: admin/class-wpstream-admin.php:3623
    1084 msgid "Prev"
    1085 msgstr ""
    1086 
    1087 #: admin/class-wpstream-admin.php:3433
    10881114msgid "Let’s create your first FTV live channel"
    10891115msgstr ""
    10901116
    1091 #: admin/class-wpstream-admin.php:3438
     1117#: admin/class-wpstream-admin.php:3449
    10921118msgid "My first FTV channel"
    10931119msgstr ""
    10941120
    1095 #: admin/class-wpstream-admin.php:3439
    1096 #: admin/class-wpstream-admin.php:3474
     1121#: admin/class-wpstream-admin.php:3450
     1122#: admin/class-wpstream-admin.php:3485
    10971123msgid "Create Channel"
    10981124msgstr ""
    10991125
    1100 #: admin/class-wpstream-admin.php:3464
     1126#: admin/class-wpstream-admin.php:3475
    11011127msgid "Make your live stream Pay Per View"
    11021128msgstr ""
    11031129
    1104 #: admin/class-wpstream-admin.php:3470
     1130#: admin/class-wpstream-admin.php:3481
    11051131msgid "Choose a name for your channel"
    11061132msgstr ""
    11071133
    1108 #: admin/class-wpstream-admin.php:3471
     1134#: admin/class-wpstream-admin.php:3482
    11091135msgid "My First PPV Channel"
    11101136msgstr ""
    11111137
    1112 #: admin/class-wpstream-admin.php:3472
     1138#: admin/class-wpstream-admin.php:3483
    11131139msgid "Pay-Per-View Price ($)"
    11141140msgstr ""
    11151141
    1116 #: admin/class-wpstream-admin.php:3503
     1142#: admin/class-wpstream-admin.php:3514
    11171143msgid "Pay-Per-View streaming requires WooCommerce. Please install the WooCommerce plugin and try again."
    11181144msgstr ""
    11191145
    1120 #: admin/class-wpstream-admin.php:3505
     1146#: admin/class-wpstream-admin.php:3516
    11211147msgid "Install WooCommerce"
    11221148msgstr ""
    11231149
    1124 #: admin/class-wpstream-admin.php:3507
    1125 #: admin/class-wpstream-admin.php:3584
     1150#: admin/class-wpstream-admin.php:3518
     1151#: admin/class-wpstream-admin.php:3595
    11261152msgid "Try Again"
    11271153msgstr ""
    11281154
    1129 #: admin/class-wpstream-admin.php:3550
     1155#: admin/class-wpstream-admin.php:3561
    11301156msgid "Let’s create your first Free-To-View VOD"
    11311157msgstr ""
    11321158
    1133 #: admin/class-wpstream-admin.php:3555
     1159#: admin/class-wpstream-admin.php:3566
    11341160msgid "Name your FTV Video-On-Demand"
    11351161msgstr ""
    11361162
    1137 #: admin/class-wpstream-admin.php:3556
     1163#: admin/class-wpstream-admin.php:3567
    11381164msgid "My First FTV VOD"
    11391165msgstr ""
    11401166
    1141 #: admin/class-wpstream-admin.php:3580
     1167#: admin/class-wpstream-admin.php:3591
    11421168msgid "A recording is needed to create a VOD from. There are no recordings under your account. You can create new recordings by recording a live channel or uploading video files directly."
    11431169msgstr ""
    11441170
    1145 #: admin/class-wpstream-admin.php:3582
     1171#: admin/class-wpstream-admin.php:3593
    11461172msgid "Upload Video"
    11471173msgstr ""
    11481174
    1149 #: admin/class-wpstream-admin.php:3602
     1175#: admin/class-wpstream-admin.php:3613
    11501176msgid "Let's create your first Pay-Per-View VOD"
    11511177msgstr ""
    11521178
    1153 #: admin/class-wpstream-admin.php:3610
     1179#: admin/class-wpstream-admin.php:3621
    11541180msgid "Name your PPV Video-On-Demand"
    11551181msgstr ""
    11561182
    1157 #: admin/class-wpstream-admin.php:3611
     1183#: admin/class-wpstream-admin.php:3622
    11581184msgid "My First PPV VOD"
    11591185msgstr ""
    11601186
    1161 #: admin/class-wpstream-admin.php:3613
     1187#: admin/class-wpstream-admin.php:3624
    11621188msgid "Pay-Per-View Price"
    11631189msgstr ""
    11641190
    1165 #: admin/class-wpstream-admin.php:3615
     1191#: admin/class-wpstream-admin.php:3626
    11661192msgid "Create PPV VOD"
    11671193msgstr ""
    11681194
    1169 #: admin/class-wpstream-admin.php:4002
     1195#: admin/class-wpstream-admin.php:4013
    11701196msgid "Your Account was created. Please stand by..."
    11711197msgstr ""
    11721198
    1173 #: admin/class-wpstream-admin.php:4027
     1199#: admin/class-wpstream-admin.php:4038
    11741200msgid "Registration could not be completed. Please try again or register on wpstream.net"
    11751201msgstr ""
    11761202
    1177 #: admin/class-wpstream-admin.php:4078
    1178 #: admin/class-wpstream-admin.php:4088
     1203#: admin/class-wpstream-admin.php:4089
     1204#: admin/class-wpstream-admin.php:4099
    11791205msgid "The email doesn't look right !"
    11801206msgstr ""
    11811207
    1182 #: admin/class-wpstream-admin.php:4221
     1208#: admin/class-wpstream-admin.php:4232
    11831209msgid "Not enough permissions to make this change"
    11841210msgstr ""
    11851211
    1186 #: admin/class-wpstream-admin.php:4230
     1212#: admin/class-wpstream-admin.php:4241
    11871213msgid "Failed to connect to the filesystem"
    11881214msgstr ""
    11891215
    1190 #: admin/class-wpstream-admin.php:4239
     1216#: admin/class-wpstream-admin.php:4250
    11911217msgid "Update failed due to"
     1218msgstr ""
     1219
     1220#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:136
     1221msgid "First name"
     1222msgstr ""
     1223
     1224#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:141
     1225msgid "Last name"
     1226msgstr ""
     1227
     1228#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:145
     1229msgid "Display Name"
     1230msgstr ""
     1231
     1232#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:149
     1233msgid "Email Address"
     1234msgstr ""
     1235
     1236#: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:153
     1237msgid "About me"
    11921238msgstr ""
    11931239
     
    12811327msgstr ""
    12821328
    1283 #: includes/class-wpstream-player.php:489
    1284 #: includes/class-wpstream-player.php:933
    1285 #: includes/class-wpstream-player.php:1087
     1329#: includes/class-wpstream-player.php:490
     1330#: includes/class-wpstream-player.php:962
     1331#: includes/class-wpstream-player.php:1119
    12861332msgid "Play Trailer"
    12871333msgstr ""
    12881334
    1289 #: includes/class-wpstream-player.php:844
    1290 #: includes/class-wpstream-player.php:1034
     1335#: includes/class-wpstream-player.php:873
     1336#: includes/class-wpstream-player.php:1066
    12911337msgid "Playing:"
    12921338msgstr ""
    12931339
    1294 #: includes/class-wpstream-player.php:941
     1340#: includes/class-wpstream-player.php:970
    12951341msgid "Play Video"
    12961342msgstr ""
    12971343
    1298 #: includes/class-wpstream-player.php:1014
     1344#: includes/class-wpstream-player.php:1045
    12991345msgid "Insufficient resources to stream this title"
    13001346msgstr ""
     
    13281374msgstr ""
    13291375
    1330 #: includes/class-wpstream.php:960
     1376#. translators: %s: user login
     1377#: includes/class-wpstream.php:961
     1378#, php-format
    13311379msgid "%s Channel"
    13321380msgstr ""
    13331381
    1334 #: includes/class-wpstream_product.php:50
     1382#. translators: Post type singular name
     1383#: includes/class-wpstream_product.php:51
     1384#, php-format
    13351385msgid "New %s"
    13361386msgstr ""
    13371387
    1338 #: includes/class-wpstream_product.php:51
     1388#: includes/class-wpstream_product.php:52
     1389#, php-format
    13391390msgid "Add new %s"
    13401391msgstr ""
    13411392
    1342 #: includes/class-wpstream_product.php:52
     1393#: includes/class-wpstream_product.php:53
     1394#: includes/class-wpstream_product.php:338
     1395#, php-format
     1396msgid "Edit %s"
     1397msgstr ""
     1398
     1399#: includes/class-wpstream_product.php:54
     1400#: includes/class-wpstream_product.php:55
     1401#: includes/class-wpstream_product.php:339
     1402#, php-format
     1403msgid "View %s"
     1404msgstr ""
     1405
     1406#: includes/class-wpstream_product.php:56
     1407#: includes/class-wpstream_product.php:346
     1408#, php-format
     1409msgid "Search %s"
     1410msgstr ""
     1411
     1412#: includes/class-wpstream_product.php:57
     1413#: includes/class-wpstream_product.php:354
     1414#, php-format
     1415msgid "No %s found"
     1416msgstr ""
     1417
     1418#: includes/class-wpstream_product.php:58
     1419#, php-format
     1420msgid "No %s found in trash"
     1421msgstr ""
     1422
     1423#: includes/class-wpstream_product.php:59
    13431424#: includes/class-wpstream_product.php:337
    1344 msgid "Edit %s"
    1345 msgstr ""
    1346 
    1347 #: includes/class-wpstream_product.php:53
    1348 #: includes/class-wpstream_product.php:54
    1349 #: includes/class-wpstream_product.php:338
    1350 msgid "View %s"
    1351 msgstr ""
    1352 
    1353 #: includes/class-wpstream_product.php:55
     1425#, php-format
     1426msgid "All %s"
     1427msgstr ""
     1428
     1429#: includes/class-wpstream_product.php:60
     1430#, php-format
     1431msgid "%s Archives"
     1432msgstr ""
     1433
     1434#: includes/class-wpstream_product.php:61
     1435#, php-format
     1436msgid "%s Attributes"
     1437msgstr ""
     1438
     1439#: includes/class-wpstream_product.php:62
     1440#, php-format
     1441msgid "Insert into %s"
     1442msgstr ""
     1443
     1444#: includes/class-wpstream_product.php:63
     1445#, php-format
     1446msgid "Uploaded to this %s"
     1447msgstr ""
     1448
     1449#: includes/class-wpstream_product.php:66
    13541450#: includes/class-wpstream_product.php:344
    1355 msgid "Search %s"
    1356 msgstr ""
    1357 
    1358 #: includes/class-wpstream_product.php:56
    1359 #: includes/class-wpstream_product.php:349
    1360 msgid "No %s found"
    1361 msgstr ""
    1362 
    1363 #: includes/class-wpstream_product.php:57
    1364 msgid "No %s found in trash"
    1365 msgstr ""
    1366 
    1367 #: includes/class-wpstream_product.php:58
    1368 #: includes/class-wpstream_product.php:336
    1369 msgid "All %s"
    1370 msgstr ""
    1371 
    1372 #: includes/class-wpstream_product.php:59
    1373 msgid "%s Archives"
    1374 msgstr ""
    1375 
    1376 #: includes/class-wpstream_product.php:60
    1377 msgid "%s Attributes"
    1378 msgstr ""
    1379 
    1380 #: includes/class-wpstream_product.php:61
    1381 msgid "Insert into %s"
    1382 msgstr ""
    1383 
    1384 #: includes/class-wpstream_product.php:62
    1385 msgid "Uploaded to this %s"
    1386 msgstr ""
    1387 
    1388 #: includes/class-wpstream_product.php:65
    1389 #: includes/class-wpstream_product.php:342
     1451#, php-format
    13901452msgid "Parent %s"
    13911453msgstr ""
    13921454
    1393 #: includes/class-wpstream_product.php:66
     1455#: includes/class-wpstream_product.php:67
     1456#: includes/class-wpstream_product.php:345
     1457#, php-format
     1458msgid "Parent %s:"
     1459msgstr ""
     1460
     1461#: includes/class-wpstream_product.php:340
     1462#, php-format
     1463msgid "Update %s"
     1464msgstr ""
     1465
     1466#: includes/class-wpstream_product.php:341
     1467#, php-format
     1468msgid "Add New %s"
     1469msgstr ""
     1470
     1471#. translators: Taxonomy singular name
    13941472#: includes/class-wpstream_product.php:343
    1395 msgid "Parent %s:"
    1396 msgstr ""
    1397 
    1398 #: includes/class-wpstream_product.php:339
    1399 msgid "Update %s"
    1400 msgstr ""
    1401 
    1402 #: includes/class-wpstream_product.php:340
    1403 msgid "Add New %s"
    1404 msgstr ""
    1405 
    1406 #: includes/class-wpstream_product.php:341
     1473#, php-format
    14071474msgid "New %s Name"
    14081475msgstr ""
    14091476
    1410 #: includes/class-wpstream_product.php:345
     1477#. translators: Taxonomy plural name
     1478#: includes/class-wpstream_product.php:348
     1479#, php-format
    14111480msgid "Popular %s"
    14121481msgstr ""
    14131482
    1414 #: includes/class-wpstream_product.php:346
     1483#. translators: Taxonomy plural name
     1484#: includes/class-wpstream_product.php:350
     1485#, php-format
    14151486msgid "Separate %s with commas"
    14161487msgstr ""
    14171488
    1418 #: includes/class-wpstream_product.php:347
     1489#: includes/class-wpstream_product.php:351
     1490#, php-format
    14191491msgid "Add or remove %s"
    14201492msgstr ""
    14211493
    1422 #: includes/class-wpstream_product.php:348
     1494#. translators: Taxonomy plural name
     1495#: includes/class-wpstream_product.php:353
     1496#, php-format
    14231497msgid "Choose from the most used %s"
    14241498msgstr ""
    14251499
    1426 #: includes/class-wpstream_product.php:425
    1427 #: includes/class-wpstream_product.php:428
     1500#: includes/class-wpstream_product.php:430
     1501#: includes/class-wpstream_product.php:433
    14281502msgid "Display the content for page id for this term"
    14291503msgstr ""
    14301504
    1431 #: includes/class-wpstream_product.php:432
     1505#: includes/class-wpstream_product.php:437
     1506#: includes/class-wpstream_product.php:495
     1507#: includes/class-wpstream_product.php:703
     1508msgid "Featured Image"
     1509msgstr ""
     1510
     1511#: includes/class-wpstream_product.php:446
     1512#: includes/class-wpstream_product.php:503
     1513msgid "Category Tagline"
     1514msgstr ""
     1515
    14321516#: includes/class-wpstream_product.php:490
     1517msgid "Page id for this term"
     1518msgstr ""
     1519
     1520#: includes/class-wpstream_product.php:566
     1521msgid "Free-To-View Live Channel"
     1522msgstr ""
     1523
     1524#: includes/class-wpstream_product.php:567
     1525#: includes/class-wpstream_product.php:568
     1526#: includes/class-wpstream_product.php:569
     1527msgid "Free-To-View Live Channels"
     1528msgstr ""
     1529
     1530#: includes/class-wpstream_product.php:606
     1531msgid "Actors"
     1532msgstr ""
     1533
     1534#: includes/class-wpstream_product.php:607
     1535msgid "Actor"
     1536msgstr ""
     1537
     1538#: includes/class-wpstream_product.php:616
     1539msgid "Media Categories"
     1540msgstr ""
     1541
     1542#: includes/class-wpstream_product.php:617
     1543msgid "Media Category"
     1544msgstr ""
     1545
     1546#: includes/class-wpstream_product.php:626
     1547msgid "Movie Ratings"
     1548msgstr ""
     1549
     1550#: includes/class-wpstream_product.php:627
     1551msgid "Movie Rating"
     1552msgstr ""
     1553
     1554#: includes/class-wpstream_product.php:642
     1555msgid "Free-To-View VOD"
     1556msgstr ""
     1557
     1558#: includes/class-wpstream_product.php:643
     1559#: includes/class-wpstream_product.php:644
     1560#: includes/class-wpstream_product.php:645
     1561msgid "Free-To-View VODs"
     1562msgstr ""
     1563
     1564#: includes/class-wpstream_product.php:685
     1565#: includes/class-wpstream_product.php:686
     1566#: includes/class-wpstream_product.php:687
     1567#: includes/class-wpstream_product.php:690
     1568msgid "Video Collections"
     1569msgstr ""
     1570
     1571#: includes/class-wpstream_product.php:692
     1572msgid "Add New Video Collection"
     1573msgstr ""
     1574
     1575#: includes/class-wpstream_product.php:693
     1576msgid "Add Video Collection"
     1577msgstr ""
     1578
     1579#: includes/class-wpstream_product.php:694
     1580msgid "Edit"
     1581msgstr ""
     1582
     1583#: includes/class-wpstream_product.php:695
     1584msgid "Edit Video Collection"
     1585msgstr ""
     1586
     1587#: includes/class-wpstream_product.php:696
     1588msgid "New Video Collection"
     1589msgstr ""
     1590
    14331591#: includes/class-wpstream_product.php:698
    1434 msgid "Featured Image"
    1435 msgstr ""
    1436 
    1437 #: includes/class-wpstream_product.php:441
    1438 #: includes/class-wpstream_product.php:498
    1439 msgid "Category Tagline"
    1440 msgstr ""
    1441 
    1442 #: includes/class-wpstream_product.php:485
    1443 msgid "Page id for this term"
    1444 msgstr ""
    1445 
    1446 #: includes/class-wpstream_product.php:561
    1447 msgid "Free-To-View Live Channel"
    1448 msgstr ""
    1449 
    1450 #: includes/class-wpstream_product.php:562
    1451 #: includes/class-wpstream_product.php:563
    1452 #: includes/class-wpstream_product.php:564
    1453 msgid "Free-To-View Live Channels"
    1454 msgstr ""
    1455 
    1456 #: includes/class-wpstream_product.php:601
    1457 msgid "Actors"
    1458 msgstr ""
    1459 
    1460 #: includes/class-wpstream_product.php:602
    1461 msgid "Actor"
    1462 msgstr ""
    1463 
    1464 #: includes/class-wpstream_product.php:611
    1465 msgid "Media Categories"
    1466 msgstr ""
    1467 
    1468 #: includes/class-wpstream_product.php:612
    1469 msgid "Media Category"
    1470 msgstr ""
    1471 
    1472 #: includes/class-wpstream_product.php:621
    1473 msgid "Movie Ratings"
    1474 msgstr ""
    1475 
    1476 #: includes/class-wpstream_product.php:622
    1477 msgid "Movie Rating"
    1478 msgstr ""
    1479 
    1480 #: includes/class-wpstream_product.php:637
    1481 msgid "Free-To-View VOD"
    1482 msgstr ""
    1483 
    1484 #: includes/class-wpstream_product.php:638
    1485 #: includes/class-wpstream_product.php:639
    1486 #: includes/class-wpstream_product.php:640
    1487 msgid "Free-To-View VODs"
    1488 msgstr ""
    1489 
    1490 #: includes/class-wpstream_product.php:680
    1491 #: includes/class-wpstream_product.php:681
    1492 #: includes/class-wpstream_product.php:682
    1493 #: includes/class-wpstream_product.php:685
    1494 msgid "Video Collections"
    1495 msgstr ""
    1496 
    1497 #: includes/class-wpstream_product.php:687
    1498 msgid "Add New Video Collection"
    1499 msgstr ""
    1500 
    1501 #: includes/class-wpstream_product.php:688
    1502 msgid "Add Video Collection"
    1503 msgstr ""
    1504 
    1505 #: includes/class-wpstream_product.php:689
    1506 msgid "Edit"
    1507 msgstr ""
    1508 
    1509 #: includes/class-wpstream_product.php:690
    1510 msgid "Edit Video Collection"
    1511 msgstr ""
    1512 
    1513 #: includes/class-wpstream_product.php:691
    1514 msgid "New Video Collection"
    1515 msgstr ""
    1516 
    1517 #: includes/class-wpstream_product.php:693
    15181592msgid "View Video Collection"
    15191593msgstr ""
    15201594
    1521 #: includes/class-wpstream_product.php:694
     1595#: includes/class-wpstream_product.php:699
    15221596msgid "Search Video Collection By Name or ID"
    15231597msgstr ""
    15241598
    1525 #: includes/class-wpstream_product.php:695
     1599#: includes/class-wpstream_product.php:700
    15261600msgid "No Video Collection found"
    15271601msgstr ""
    15281602
    1529 #: includes/class-wpstream_product.php:696
     1603#: includes/class-wpstream_product.php:701
    15301604msgid "No Video Collection found in Trash"
    15311605msgstr ""
    15321606
    1533 #: includes/class-wpstream_product.php:697
     1607#: includes/class-wpstream_product.php:702
    15341608msgid "Parent Video Collection"
    15351609msgstr ""
    15361610
    1537 #: includes/class-wpstream_product.php:699
     1611#: includes/class-wpstream_product.php:704
    15381612msgid "Set Featured Image"
    15391613msgstr ""
    15401614
    1541 #: includes/class-wpstream_product.php:700
     1615#: includes/class-wpstream_product.php:705
    15421616msgid "Remove Featured Image"
    15431617msgstr ""
    15441618
    1545 #: includes/class-wpstream_product.php:701
     1619#: includes/class-wpstream_product.php:706
    15461620msgid "Use Featured Image"
    15471621msgstr ""
     
    15671641msgstr ""
    15681642
    1569 #: public/class-wpstream-public.php:120
     1643#: public/class-wpstream-public.php:150
    15701644msgid "Inactive Channel - Chat is disabled."
    15711645msgstr ""
    15721646
    1573 #: public/class-wpstream-public.php:121
     1647#: public/class-wpstream-public.php:151
    15741648msgid "The live stream is paused and may resume shortly."
    15751649msgstr ""
    15761650
    1577 #: public/class-wpstream-public.php:123
     1651#: public/class-wpstream-public.php:153
    15781652msgid "The live stream has not yet started"
    15791653msgstr ""
    15801654
    1581 #: public/class-wpstream-public.php:124
     1655#: public/class-wpstream-public.php:154
    15821656msgid "The live stream is starting..."
    15831657msgstr ""
    15841658
    1585 #: public/class-wpstream-public.php:125
     1659#: public/class-wpstream-public.php:155
    15861660msgid "The live stream is paused"
    15871661msgstr ""
    15881662
    1589 #: public/class-wpstream-public.php:126
     1663#: public/class-wpstream-public.php:156
    15901664msgid "The live stream has ended"
    15911665msgstr ""
    15921666
    1593 #: public/class-wpstream-public.php:164
     1667#: public/class-wpstream-public.php:194
    15941668msgid "We are uploading your file.Do not close this window!"
    15951669msgstr ""
    15961670
    1597 #: public/class-wpstream-public.php:188
     1671#: public/class-wpstream-public.php:218
    15981672msgid "Are you sure? "
    15991673msgstr ""
    16001674
    1601 #: public/class-wpstream-public.php:311
    1602 #: public/class-wpstream-public.php:320
    1603 #: public/class-wpstream-public.php:330
     1675#: public/class-wpstream-public.php:341
     1676#: public/class-wpstream-public.php:350
     1677#: public/class-wpstream-public.php:360
    16041678msgid "Dashboard"
    16051679msgstr ""
    16061680
    1607 #: public/class-wpstream-public.php:312
    1608 #: public/class-wpstream-public.php:321
    1609 #: public/class-wpstream-public.php:331
     1681#: public/class-wpstream-public.php:342
     1682#: public/class-wpstream-public.php:351
     1683#: public/class-wpstream-public.php:361
     1684#: public/class-wpstream-public.php:373
     1685msgid "Orders"
     1686msgstr ""
     1687
    16101688#: public/class-wpstream-public.php:343
    1611 msgid "Orders"
    1612 msgstr ""
    1613 
    1614 #: public/class-wpstream-public.php:313
    1615 #: public/class-wpstream-public.php:322
    1616 #: public/class-wpstream-public.php:332
     1689#: public/class-wpstream-public.php:352
     1690#: public/class-wpstream-public.php:362
     1691#: public/class-wpstream-public.php:374
     1692msgid "Addresses"
     1693msgstr ""
     1694
    16171695#: public/class-wpstream-public.php:344
    1618 msgid "Addresses"
    1619 msgstr ""
    1620 
    1621 #: public/class-wpstream-public.php:314
    1622 #: public/class-wpstream-public.php:323
    1623 #: public/class-wpstream-public.php:333
    1624 #: public/class-wpstream-public.php:345
     1696#: public/class-wpstream-public.php:353
     1697#: public/class-wpstream-public.php:363
     1698#: public/class-wpstream-public.php:375
    16251699msgid "Edit Account"
    16261700msgstr ""
    16271701
    1628 #: public/class-wpstream-public.php:316
    1629 #: public/class-wpstream-public.php:324
    1630 #: public/class-wpstream-public.php:338
    1631 #: public/class-wpstream-public.php:348
     1702#: public/class-wpstream-public.php:346
     1703#: public/class-wpstream-public.php:354
     1704#: public/class-wpstream-public.php:368
     1705#: public/class-wpstream-public.php:378
    16321706msgid "Logout"
    16331707msgstr ""
    16341708
    1635 #: public/class-wpstream-public.php:334
    1636 #: public/class-wpstream-public.php:346
     1709#: public/class-wpstream-public.php:364
     1710#: public/class-wpstream-public.php:376
    16371711msgid "My Live Streams"
    16381712msgstr ""
    16391713
    1640 #: public/class-wpstream-public.php:335
    1641 #: public/class-wpstream-public.php:347
     1714#: public/class-wpstream-public.php:365
     1715#: public/class-wpstream-public.php:377
    16421716msgid "My Videos"
    16431717msgstr ""
    16441718
    1645 #: public/class-wpstream-public.php:342
     1719#: public/class-wpstream-public.php:372
    16461720msgid "Dashboard2"
    16471721msgstr ""
    16481722
    1649 #: public/class-wpstream-public.php:643
     1723#: public/class-wpstream-public.php:673
    16501724msgid "Insert WpStream Start Streaming Button"
    16511725msgstr ""
    16521726
    1653 #: public/class-wpstream-public.php:672
     1727#: public/class-wpstream-public.php:702
    16541728msgid "Insert WpStream Chat"
    16551729msgstr ""
    16561730
    1657 #: public/class-wpstream-public.php:700
    1658 #: public/class-wpstream-public.php:736
     1731#: public/class-wpstream-public.php:730
     1732#: public/class-wpstream-public.php:766
    16591733msgid "Insert WpStream Player"
    16601734msgstr ""
    16611735
    1662 #: public/class-wpstream-public.php:763
     1736#: public/class-wpstream-public.php:793
    16631737#: widgets/media_list_channels.php:98
    16641738#: widgets/media_list_vod.php:97
     
    16661740msgstr ""
    16671741
    1668 #: public/class-wpstream-public.php:764
     1742#: public/class-wpstream-public.php:794
    16691743#: widgets/media_list_channels.php:99
    16701744#: widgets/media_list_vod.php:98
     
    16721746msgstr ""
    16731747
    1674 #: public/class-wpstream-public.php:765
     1748#: public/class-wpstream-public.php:795
    16751749#: widgets/media_list_channels.php:100
    16761750#: widgets/media_list_vod.php:99
     
    16781752msgstr ""
    16791753
    1680 #: public/class-wpstream-public.php:778
     1754#: public/class-wpstream-public.php:808
    16811755msgid " List wpstream products"
    16821756msgstr ""
    16831757
    1684 #: public/class-wpstream-public.php:810
     1758#: public/class-wpstream-public.php:840
    16851759#: widgets/media_list_channels.php:104
    16861760#: widgets/media_list_vod.php:103
     
    16881762msgstr ""
    16891763
    1690 #: public/class-wpstream-public.php:811
     1764#: public/class-wpstream-public.php:841
    16911765#: widgets/media_list_channels.php:105
    16921766#: widgets/media_list_vod.php:104
     
    16941768msgstr ""
    16951769
    1696 #: public/class-wpstream-public.php:816
     1770#: public/class-wpstream-public.php:846
    16971771#: widgets/media_list_channels.php:118
    16981772#: widgets/media_list_vod.php:117
     
    17001774msgstr ""
    17011775
    1702 #: public/class-wpstream-public.php:817
     1776#: public/class-wpstream-public.php:847
    17031777#: widgets/media_list_channels.php:119
    17041778#: widgets/media_list_vod.php:118
     
    17061780msgstr ""
    17071781
    1708 #: public/class-wpstream-public.php:838
     1782#: public/class-wpstream-public.php:868
    17091783msgid " List wpstream channels"
    17101784msgstr ""
    17111785
    1712 #: public/class-wpstream-public.php:878
    1713 #: public/class-wpstream-public.php:940
     1786#: public/class-wpstream-public.php:908
     1787#: public/class-wpstream-public.php:970
    17141788#: widgets/media_list_channels.php:193
    17151789#: widgets/media_list_vod.php:187
     
    17171791msgstr ""
    17181792
    1719 #: public/class-wpstream-public.php:908
     1793#: public/class-wpstream-public.php:938
    17201794msgid " List wpstream video on demand"
    17211795msgstr ""
    17221796
    1723 #: public/class-wpstream-public.php:1267
     1797#: public/class-wpstream-public.php:1297
    17241798msgid "See Free Live Chanel"
    17251799msgstr ""
    17261800
    1727 #: public/class-wpstream-public.php:1269
     1801#: public/class-wpstream-public.php:1299
    17281802msgid "See Free Video"
    17291803msgstr ""
     
    17571831msgstr ""
    17581832
    1759 #: templates/broadcaster-template.php:63
    1760 msgid "Not enough streaming traffic to broadcast. Please %supgrade your subscription%s for extra resources."
    1761 msgstr ""
    1762 
    1763 #: templates/broadcaster-template.php:76
     1833#. translators: 1 and 2 are opening and closing anchor tags respectively
     1834#: templates/broadcaster-template.php:64
     1835#, php-format
     1836msgid "Not enough streaming traffic to broadcast. Please %1$supgrade your subscription%2$s for extra resources."
     1837msgstr ""
     1838
     1839#: templates/broadcaster-template.php:77
    17641840msgid "WpStream Broadcaster"
    17651841msgstr ""
    17661842
    1767 #: templates/broadcaster-template.php:104
     1843#: templates/broadcaster-template.php:105
    17681844msgid "LIVE"
    17691845msgstr ""
    17701846
    1771 #: templates/broadcaster-template.php:105
     1847#: templates/broadcaster-template.php:106
    17721848msgid "Connecting..."
    17731849msgstr ""
    17741850
    1775 #: templates/broadcaster-template.php:113
     1851#: templates/broadcaster-template.php:114
    17761852msgid "Start Broadcast"
    17771853msgstr ""
    17781854
    1779 #: templates/broadcaster-template.php:114
     1855#: templates/broadcaster-template.php:115
    17801856msgid "Stop Broadcast"
    17811857msgstr ""
    17821858
    1783 #: templates/broadcaster-template.php:119
     1859#: templates/broadcaster-template.php:120
    17841860msgid "Not connected"
    17851861msgstr ""
    17861862
    1787 #: templates/broadcaster-template.php:126
     1863#: templates/broadcaster-template.php:127
    17881864msgid "Video Source"
    17891865msgstr ""
    17901866
    1791 #: templates/broadcaster-template.php:139
     1867#: templates/broadcaster-template.php:140
    17921868msgid "Audio Source"
    17931869msgstr ""
    17941870
    1795 #: templates/broadcaster-template.php:154
     1871#: templates/broadcaster-template.php:155
    17961872msgid "Video Resolution"
    17971873msgstr ""
    17981874
    1799 #: templates/broadcaster-template.php:157
     1875#: templates/broadcaster-template.php:158
    18001876msgid "1920x1080"
    18011877msgstr ""
    18021878
    1803 #: templates/broadcaster-template.php:158
     1879#: templates/broadcaster-template.php:159
    18041880msgid "1280x720"
    18051881msgstr ""
    18061882
    1807 #: templates/broadcaster-template.php:159
     1883#: templates/broadcaster-template.php:160
    18081884msgid "800x600"
    18091885msgstr ""
    18101886
    1811 #: templates/broadcaster-template.php:160
     1887#: templates/broadcaster-template.php:161
    18121888msgid "640x480"
    18131889msgstr ""
     
    19292005#. translators: 1: Plugin name 2: Elementor
    19302006#: wpstream-elementor.php:117
     2007#, php-format
    19312008msgid "\"%1$s\" requires \"%2$s\" to be installed and activated."
    19322009msgstr ""
     
    19462023#: wpstream-elementor.php:141
    19472024#: wpstream-elementor.php:166
     2025#, php-format
    19482026msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater."
    19492027msgstr ""
  • wpstream/trunk/public/class-wpstream-public.php

    r3355115 r3370879  
    187187                        'channel_off'           =>  esc_html__('Channel is OFF','wpstream'),
    188188                        'turn_off_confirm'      =>  esc_html__('Are you sure? '.PHP_EOL.' Channels turn OFF automatically after 1 hour of inactivity (no active broadcast). Manual TURN OFF is only useful if you require to change the channel settings.','wpstream'),
    189                         'turn_off_confirm'      =>  esc_html__('ARE YOU SURE you\'d like to TURN OFF the channel now? '.PHP_EOL.PHP_EOL.'Channels TURN OFF automatically after 1 hour of inactivity (no active broadcast).'.PHP_EOL.PHP_EOL.'Manual TURN OFF is only useful if you require to change the channel settings immediately.'.PHP_EOL.PHP_EOL.'Statistics may be unavailable or incomplete for up to an hour.'.PHP_EOL.PHP_EOL.'If your channel is configured with Auto TURN ON, it will turn back on as soon as there is a broadcast.','wpstream')
     189                        'turn_off_confirm'      =>  esc_html__('ARE YOU SURE you\'d like to TURN OFF the channel now? '.PHP_EOL.PHP_EOL.'Channels TURN OFF automatically after 1 hour of inactivity (no active broadcast).'.PHP_EOL.PHP_EOL.'Manual TURN OFF is only useful if you require to change the channel settings immediately.'.PHP_EOL.PHP_EOL.'Statistics may be unavailable or incomplete for up to an hour.'.PHP_EOL.PHP_EOL.'If your channel is configured with Auto TURN ON, it will turn back on as soon as there is a broadcast.','wpstream'),
     190                        'broadcaster_url'       => esc_url( esc_url(home_url('/broadcaster-page/') ) ),
    190191                   
    191192                    ));
  • wpstream/trunk/public/js/start_streaming.js

    r3362236 r3370879  
    728728                    if ( whipUrl !== '' ) {
    729729                        // Open the new broadcaster in a new window
    730                         var broadcasterUrl = wpstream_settings_vars.broadcaster_url + channelId;
     730                        var broadcasterUrl = wpstream_start_streaming_vars.broadcaster_url + channelId;
    731731                        window.open(broadcasterUrl, 'wpstream_broadcaster_' + channelId, 'fullscreen=yes');
    732732                    }
  • wpstream/trunk/readme.txt

    r3364177 r3370879  
    55Tested up to: 6.8
    66Requires PHP: 7.1
    7 Stable tag: 4.8.1
     7Stable tag: 4.8.2
    88License: GPL
    99License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
     
    138138== Changelog ==
    139139
     140= 4.8.2 =
     141* Fix - Accessing the broadcaster from the front-end (e.g. BuddyBoss profile)
     142* Fix - Update the broadcaster rewriting rules
     143* Enhancement - Update the POT file
     144
    140145= 4.8.1 =
    141146* Fix - Broadcaster reconnecting issue
  • wpstream/trunk/wpstream.php

    r3364177 r3370879  
    44 * Plugin URI:        http://wpstream.net
    55 * Description:       WpStream is a platform that allows you to live stream, create Video-on-Demand, and offer Pay-Per-View videos. We provide an affordable and user-friendly way for businesses, non-profits, and public institutions to broadcast their content and monetize their work.
    6  * Version:           4.8.1
     6 * Version:           4.8.2
    77 * Author:            wpstream
    88 * Author URI:        http://wpstream.net
     
    1515    die;
    1616}
    17 define('WPSTREAM_PLUGIN_VERSION', '4.8.1');
     17define('WPSTREAM_PLUGIN_VERSION', '4.8.2');
    1818define('WPSTREAM_CLUBLINK', 'wpstream.net');
    1919define('WPSTREAM_CLUBLINKSSL', 'https');
     
    283283
    284284    add_rewrite_rule($rule_pattern, $rule_target, 'top');
    285     if ( !key_exists( $rule_pattern, $rewrite_rules ) ) {
     285    if ( !is_array($rewrite_rules) || !key_exists( $rule_pattern, $rewrite_rules ) ) {
    286286        flush_rewrite_rules();
    287287    }
Note: See TracChangeset for help on using the changeset viewer.