Changeset 3370879
- Timestamp:
- 10/01/2025 06:36:45 AM (6 months ago)
- Location:
- wpstream
- Files:
-
- 14 edited
- 1 copied
-
tags/4.8.2 (copied) (copied from wpstream/trunk)
-
tags/4.8.2/admin/class-wpstream-admin.php (modified) (1 diff)
-
tags/4.8.2/hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php (modified) (1 diff)
-
tags/4.8.2/languages/wpstream.pot (modified) (20 diffs)
-
tags/4.8.2/public/class-wpstream-public.php (modified) (1 diff)
-
tags/4.8.2/public/js/start_streaming.js (modified) (1 diff)
-
tags/4.8.2/readme.txt (modified) (2 diffs)
-
tags/4.8.2/wpstream.php (modified) (3 diffs)
-
trunk/admin/class-wpstream-admin.php (modified) (1 diff)
-
trunk/hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php (modified) (1 diff)
-
trunk/languages/wpstream.pot (modified) (20 diffs)
-
trunk/public/class-wpstream-public.php (modified) (1 diff)
-
trunk/public/js/start_streaming.js (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wpstream.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wpstream/tags/4.8.2/admin/class-wpstream-admin.php
r3362236 r3370879 267 267 'ARE YOU SURE you want to continue with Basic Streaming?', 268 268 'wpstream' 269 ) 269 ), 270 'broadcaster_url' => esc_url( esc_url(home_url('/broadcaster-page/') ) ), 270 271 )); 271 272 -
wpstream/tags/4.8.2/hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php
r3335660 r3370879 134 134 <?php 135 135 $user_data = array( 136 esc_html__('First name',' hello-wpstream') => array(136 esc_html__('First name','wpstream') => array( 137 137 'value' => $user->first_name, 138 138 'id' => 'wpstream_first_name_value' 139 139 ), 140 140 141 esc_html__('Last name', ' hello-wpstream') => array(141 esc_html__('Last name', 'wpstream') => array( 142 142 'value' => $user->last_name, 143 143 'id' => 'wpstream_last_name_value' 144 144 ), 145 esc_html__('Display Name', ' hello-wpstream') => array(145 esc_html__('Display Name', 'wpstream') => array( 146 146 'value' => $user->display_name, 147 147 'id' => 'wpstream_display_name_value' 148 148 ), 149 esc_html__('Email Address', ' hello-wpstream') => array(149 esc_html__('Email Address', 'wpstream') => array( 150 150 'value'=> $user->user_email, 151 151 'id'=> 'wpstream_email_value' 152 152 ), 153 esc_html__('About me', ' hello-wpstream') => array(153 esc_html__('About me', 'wpstream') => array( 154 154 'value'=> $user->description, 155 155 '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. 2 3 msgid "" 3 4 msgstr "" 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" 6 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 9 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "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" 12 13 "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" 14 15 "X-Domain: wpstream\n" 15 16 16 17 #. Plugin Name of the plugin 18 #: wpstream.php 17 19 msgid "WpStream - Live Streaming, Video on Demand, Pay Per View" 18 20 msgstr "" … … 20 22 #. Plugin URI of the plugin 21 23 #. Author URI of the plugin 24 #: wpstream.php 22 25 msgid "http://wpstream.net" 23 26 msgstr "" 24 27 25 28 #. Description of the plugin 29 #: wpstream.php 26 30 msgid "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." 27 31 msgstr "" 28 32 29 33 #. Author of the plugin 34 #: wpstream.php 30 35 msgid "wpstream" 31 36 msgstr "" … … 48 53 49 54 #: admin/class-wpstream-admin.php:89 55 #: admin/class-wpstream-admin.php:1563 56 msgid "Lock To Website" 57 msgstr "" 58 59 #. translators: %1$s is the website URL. 60 #: admin/class-wpstream-admin.php:91 61 #, php-format 62 msgid "If enabled, live video will only display on %1$s, otherwise it can show up on any website." 63 msgstr "" 64 65 #: admin/class-wpstream-admin.php:95 66 #: admin/class-wpstream-admin.php:1546 67 msgid "Autoplay" 68 msgstr "" 69 70 #: admin/class-wpstream-admin.php:96 71 msgid "If enabled, live video will attempt to start playing automatically. This is only achievable in some browsers." 72 msgstr "" 73 74 #: admin/class-wpstream-admin.php:100 50 75 #: admin/class-wpstream-admin.php:1555 51 msgid "Lock To Website"52 msgstr ""53 54 #: admin/class-wpstream-admin.php:9055 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:9459 #: admin/class-wpstream-admin.php:153860 msgid "Autoplay"61 msgstr ""62 63 #: admin/class-wpstream-admin.php:9564 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:9968 #: admin/class-wpstream-admin.php:154769 76 msgid "Start Muted" 70 77 msgstr "" 71 78 72 #: admin/class-wpstream-admin.php:10 079 #: admin/class-wpstream-admin.php:101 73 80 msgid "If enabled, live video will start muted. This may increase the rate of autoplay in some browsers. " 74 81 msgstr "" 75 82 76 #: admin/class-wpstream-admin.php:10 483 #: admin/class-wpstream-admin.php:105 77 84 msgid "Low Latency (beta)" 78 85 msgstr "" 79 86 80 #: admin/class-wpstream-admin.php:10 587 #: admin/class-wpstream-admin.php:106 81 88 msgid "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." 82 89 msgstr "" 83 90 84 #: admin/class-wpstream-admin.php:1 0991 #: admin/class-wpstream-admin.php:110 85 92 msgid "Adaptive Bitrate (beta)" 86 93 msgstr "" 87 94 88 #: admin/class-wpstream-admin.php:11 095 #: admin/class-wpstream-admin.php:111 89 96 msgid "Ensures a smooth and uninterrupted viewing experience by adjusting video quality for viewers with reduced network speed or device capabilities." 90 97 msgstr "" 91 98 92 #: admin/class-wpstream-admin.php:11 499 #: admin/class-wpstream-admin.php:115 93 100 msgid "Encrypt Live Stream" 94 101 msgstr "" 95 102 96 #: admin/class-wpstream-admin.php:11 597 #: admin/class-wpstream-admin.php:15 66103 #: admin/class-wpstream-admin.php:116 104 #: admin/class-wpstream-admin.php:1575 98 105 msgid "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." 99 106 msgstr "" 100 107 101 #: admin/class-wpstream-admin.php:1 19108 #: admin/class-wpstream-admin.php:120 102 109 msgid "Use Sessions with Encryption" 103 110 msgstr "" 104 111 105 #: admin/class-wpstream-admin.php:12 0112 #: admin/class-wpstream-admin.php:121 106 113 msgid "If enabled, encryption key distribution will be checked against valid user sessions. Setting may malfunction or lead to reduced website performance under certain configurations. " 107 114 msgstr "" 108 115 109 #: admin/class-wpstream-admin.php:12 4116 #: admin/class-wpstream-admin.php:125 110 117 msgid "Auto TURN ON" 111 118 msgstr "" 112 119 113 #: admin/class-wpstream-admin.php:12 5120 #: admin/class-wpstream-admin.php:126 114 121 msgid "If enabled, channel will TURN ON automatically when broadcasting with an External Streaming App (RTMP Encoder/Broadcaster)" 115 122 msgstr "" 116 123 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 125 msgid "Casting" 126 msgstr "" 127 128 #: admin/class-wpstream-admin.php:131 129 msgid "If enabled, viewers will be able to cast the video to external devices (e.g. Chromecast, Smart TV)" 130 msgstr "" 131 132 #: admin/class-wpstream-admin.php:193 133 #: admin/class-wpstream-admin.php:237 134 #: public/class-wpstream-public.php:193 120 135 msgid "Click to download!" 121 136 msgstr "" 122 137 123 #: admin/class-wpstream-admin.php:1 88138 #: admin/class-wpstream-admin.php:194 124 139 msgid "We are uploading your file. Do not close this window!" 125 140 msgstr "" 126 141 127 #: admin/class-wpstream-admin.php:1 89128 #: public/class-wpstream-public.php:1 65142 #: admin/class-wpstream-admin.php:195 143 #: public/class-wpstream-public.php:195 129 144 msgid "Upload Complete! You can upload another file!" 130 145 msgstr "" 131 146 132 #: admin/class-wpstream-admin.php:19 0133 #: public/class-wpstream-public.php:1 66147 #: admin/class-wpstream-admin.php:196 148 #: public/class-wpstream-public.php:196 134 149 msgid "The file is not an accepted video format" 135 150 msgstr "" 136 151 137 #: admin/class-wpstream-admin.php:19 1138 #: public/class-wpstream-public.php:1 67152 #: admin/class-wpstream-admin.php:197 153 #: public/class-wpstream-public.php:197 139 154 msgid "Upload Complete!" 140 155 msgstr "" 141 156 142 #: admin/class-wpstream-admin.php: 195143 #: public/class-wpstream-public.php:1 68157 #: admin/class-wpstream-admin.php:201 158 #: public/class-wpstream-public.php:198 144 159 msgid "Upload Failed!" 145 160 msgstr "" 146 161 147 #: admin/class-wpstream-admin.php: 196148 #: public/class-wpstream-public.php:1 69162 #: admin/class-wpstream-admin.php:202 163 #: public/class-wpstream-public.php:199 149 164 msgid "Upload Failed! Please Try again!" 150 165 msgstr "" 151 166 152 #: admin/class-wpstream-admin.php: 197153 #: admin/class-wpstream-admin.php:23 49167 #: admin/class-wpstream-admin.php:203 168 #: admin/class-wpstream-admin.php:2360 154 169 msgid "Choose a file…" 155 170 msgstr "" 156 171 157 #: admin/class-wpstream-admin.php: 198172 #: admin/class-wpstream-admin.php:204 158 173 msgid "Preparing multipart upload..." 159 174 msgstr "" 160 175 161 #: admin/class-wpstream-admin.php: 199176 #: admin/class-wpstream-admin.php:205 162 177 msgid "Uploading part {part} of {total}..." 163 178 msgstr "" 164 179 165 #: admin/class-wpstream-admin.php:20 0180 #: admin/class-wpstream-admin.php:206 166 181 msgid "Failed to upload part {part}. Please try again." 167 182 msgstr "" 168 183 169 #: admin/class-wpstream-admin.php:20 1184 #: admin/class-wpstream-admin.php:207 170 185 msgid "Completing upload. Please wait..." 171 186 msgstr "" 172 187 173 #: admin/class-wpstream-admin.php:20 2188 #: admin/class-wpstream-admin.php:208 174 189 msgid "Failed to upload part {part}. Retrying..." 175 190 msgstr "" 176 191 177 #: admin/class-wpstream-admin.php:20 3192 #: admin/class-wpstream-admin.php:209 178 193 msgid "Choose Recording" 179 194 msgstr "" 180 195 181 #: admin/class-wpstream-admin.php:2 04196 #: admin/class-wpstream-admin.php:210 182 197 msgid "Please select a recording from the list" 183 198 msgstr "" 184 199 185 #: admin/class-wpstream-admin.php:2 05200 #: admin/class-wpstream-admin.php:211 186 201 msgid "Invalid response from server. Missing required upload data." 187 202 msgstr "" 188 203 189 #: admin/class-wpstream-admin.php:2 06190 #: admin/class-wpstream-admin.php:24 14204 #: admin/class-wpstream-admin.php:212 205 #: admin/class-wpstream-admin.php:2425 191 206 msgid "The video is still processing" 192 207 msgstr "" 193 208 194 #: admin/class-wpstream-admin.php:2 07195 #: admin/class-wpstream-admin.php:24 31209 #: admin/class-wpstream-admin.php:213 210 #: admin/class-wpstream-admin.php:2442 196 211 msgid "File Name:" 197 212 msgstr "" 198 213 199 #: admin/class-wpstream-admin.php:2 08214 #: admin/class-wpstream-admin.php:214 200 215 msgid "Something did not work. Please try again." 201 216 msgstr "" 202 217 203 #: admin/class-wpstream-admin.php:2 14218 #: admin/class-wpstream-admin.php:220 204 219 msgid "Delete file" 205 220 msgstr "" 206 221 207 #: admin/class-wpstream-admin.php:2 15222 #: admin/class-wpstream-admin.php:221 208 223 msgid "Download" 209 224 msgstr "" 210 225 211 #: admin/class-wpstream-admin.php:2 16212 #: admin/class-wpstream-admin.php:24 35226 #: admin/class-wpstream-admin.php:222 227 #: admin/class-wpstream-admin.php:2446 213 228 msgid "Click to download! The url will work for the next 20 minutes!" 214 229 msgstr "" 215 230 216 #: admin/class-wpstream-admin.php:2 18231 #: admin/class-wpstream-admin.php:224 217 232 msgid "Create new Free-To-View VOD from this recording" 218 233 msgstr "" 219 234 220 #: admin/class-wpstream-admin.php:22 1235 #: admin/class-wpstream-admin.php:227 221 236 msgid "Create new Pay-Per-View VOD from this recording" 222 237 msgstr "" 223 238 224 #: admin/class-wpstream-admin.php:2 39225 #: public/class-wpstream-public.php: 173239 #: admin/class-wpstream-admin.php:245 240 #: public/class-wpstream-public.php:203 226 241 msgid "TURNING ON" 227 242 msgstr "" 228 243 229 #: admin/class-wpstream-admin.php:24 0230 #: public/class-wpstream-public.php: 174244 #: admin/class-wpstream-admin.php:246 245 #: public/class-wpstream-public.php:204 231 246 msgid "TURNING OFF" 232 247 msgstr "" 233 248 234 #: admin/class-wpstream-admin.php:24 1235 #: admin/class-wpstream-admin.php:62 0236 #: admin/class-wpstream-admin.php:80 2237 #: public/class-wpstream-public.php: 175249 #: 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 238 253 msgid "TURN ON" 239 254 msgstr "" 240 255 241 #: admin/class-wpstream-admin.php:24 2242 #: public/class-wpstream-public.php: 176256 #: admin/class-wpstream-admin.php:248 257 #: public/class-wpstream-public.php:206 243 258 msgid "TURN OFF" 244 259 msgstr "" 245 260 246 #: admin/class-wpstream-admin.php:24 3247 #: public/class-wpstream-public.php: 177261 #: admin/class-wpstream-admin.php:249 262 #: public/class-wpstream-public.php:207 248 263 msgid "Failed to get channel info. Please try again." 249 264 msgstr "" 250 265 251 #: admin/class-wpstream-admin.php:2 44252 #: public/class-wpstream-public.php: 178266 #: admin/class-wpstream-admin.php:250 267 #: public/class-wpstream-public.php:208 253 268 msgid "Channel is now OFF. Click to turn ON." 254 269 msgstr "" 255 270 256 #: admin/class-wpstream-admin.php:2 45257 #: public/class-wpstream-public.php: 179271 #: admin/class-wpstream-admin.php:251 272 #: public/class-wpstream-public.php:209 258 273 msgid "Click to turn channel off. This will interrupt any ongoing broadcast." 259 274 msgstr "" 260 275 261 #: admin/class-wpstream-admin.php:2 46262 #: public/class-wpstream-public.php: 180276 #: admin/class-wpstream-admin.php:252 277 #: public/class-wpstream-public.php:210 263 278 msgid "Turning a channel on may take 1-2 minutes or more. Please be patient." 264 279 msgstr "" 265 280 266 #: admin/class-wpstream-admin.php:2 47267 #: public/class-wpstream-public.php: 181281 #: admin/class-wpstream-admin.php:253 282 #: public/class-wpstream-public.php:211 268 283 msgid "This may take a few minutes." 269 284 msgstr "" 270 285 271 #: admin/class-wpstream-admin.php:2 48272 #: public/class-wpstream-public.php: 182286 #: admin/class-wpstream-admin.php:254 287 #: public/class-wpstream-public.php:212 273 288 msgid "You don't have enough data to start a new event!" 274 289 msgstr "" 275 290 276 #: admin/class-wpstream-admin.php:2 49277 #: public/class-wpstream-public.php: 183291 #: admin/class-wpstream-admin.php:255 292 #: public/class-wpstream-public.php:213 278 293 msgid "Failed to start the channel. Please try again in a few minutes." 279 294 msgstr "" 280 295 281 #: admin/class-wpstream-admin.php:25 0282 #: public/class-wpstream-public.php: 184296 #: admin/class-wpstream-admin.php:256 297 #: public/class-wpstream-public.php:214 283 298 msgid "Channel is turning on" 284 299 msgstr "" 285 300 286 #: admin/class-wpstream-admin.php:25 1287 #: public/class-wpstream-public.php: 185301 #: admin/class-wpstream-admin.php:257 302 #: public/class-wpstream-public.php:215 288 303 msgid "Channel is turning off" 289 304 msgstr "" 290 305 291 #: admin/class-wpstream-admin.php:25 2292 #: public/class-wpstream-public.php: 186306 #: admin/class-wpstream-admin.php:258 307 #: public/class-wpstream-public.php:216 293 308 msgid "Channel is ON" 294 309 msgstr "" 295 310 296 #: admin/class-wpstream-admin.php:25 3297 #: admin/class-wpstream-admin.php:6 19298 #: admin/class-wpstream-admin.php:80 1299 #: public/class-wpstream-public.php: 187311 #: 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 300 315 msgid "Channel is OFF" 301 316 msgstr "" 302 317 303 #: admin/class-wpstream-admin.php:2 54304 #: public/class-wpstream-public.php: 189318 #: admin/class-wpstream-admin.php:260 319 #: public/class-wpstream-public.php:219 305 320 msgid "ARE YOU SURE you'd like to TURN OFF the channel now? " 306 321 msgstr "" 307 322 308 #: admin/class-wpstream-admin.php:26 1323 #: admin/class-wpstream-admin.php:267 309 324 msgid "Your account is now in BASIC STREAMING mode." 310 325 msgstr "" 311 326 312 #: admin/class-wpstream-admin.php:2 74327 #: admin/class-wpstream-admin.php:280 313 328 msgid "Failed to save settings. Please try again." 314 329 msgstr "" 315 330 316 #: admin/class-wpstream-admin.php:2 75331 #: admin/class-wpstream-admin.php:281 317 332 msgid "Choose Logo Image" 318 333 msgstr "" 319 334 320 #: admin/class-wpstream-admin.php:2 76335 #: admin/class-wpstream-admin.php:282 321 336 msgid "Select Image" 322 337 msgstr "" 323 338 324 #: admin/class-wpstream-admin.php:2 77339 #: admin/class-wpstream-admin.php:283 325 340 msgid "Update Successful." 326 341 msgstr "" 327 342 328 #: admin/class-wpstream-admin.php:2 78343 #: admin/class-wpstream-admin.php:284 329 344 msgid "Something went wrong. Try again." 330 345 msgstr "" 331 346 332 #: admin/class-wpstream-admin.php:3 26347 #: admin/class-wpstream-admin.php:332 333 348 msgid "WpStream " 334 349 msgstr "" 335 350 336 #: admin/class-wpstream-admin.php:39 1351 #: admin/class-wpstream-admin.php:397 337 352 msgid "Your Pay-Per-View Channel List" 338 353 msgstr "" 339 354 340 #: admin/class-wpstream-admin.php: 396355 #: admin/class-wpstream-admin.php:402 341 356 msgid "Create new Pay-Per-View channel." 342 357 msgstr "" 343 358 344 #: admin/class-wpstream-admin.php:4 55359 #: admin/class-wpstream-admin.php:461 345 360 msgid "Free-To-View Channels" 346 361 msgstr "" 347 362 348 #: admin/class-wpstream-admin.php:4 58363 #: admin/class-wpstream-admin.php:464 349 364 msgid "Create new Free-To-View channel." 350 365 msgstr "" 351 366 352 #: admin/class-wpstream-admin.php:4 75353 #: admin/class-wpstream-admin.php:30 88367 #: admin/class-wpstream-admin.php:481 368 #: admin/class-wpstream-admin.php:3099 354 369 #: includes/class-wpstream.php:895 355 370 #: includes/class-wpstream.php:916 … … 357 372 msgstr "" 358 373 359 #: admin/class-wpstream-admin.php:4 89374 #: admin/class-wpstream-admin.php:495 360 375 msgid "* You do not have any Pay-Per-View channels!" 361 376 msgstr "" 362 377 363 #: admin/class-wpstream-admin.php:49 2378 #: admin/class-wpstream-admin.php:498 364 379 msgid "* You do not have any free channels!" 365 380 msgstr "" 366 381 367 #: admin/class-wpstream-admin.php: 495382 #: admin/class-wpstream-admin.php:501 368 383 msgid "Add new Free-To-View channel " 369 384 msgstr "" 370 385 371 #: admin/class-wpstream-admin.php: 496386 #: admin/class-wpstream-admin.php:502 372 387 msgid "Add new Pay-Per-View channel " 373 388 msgstr "" 374 389 375 #: admin/class-wpstream-admin.php:5 54390 #: admin/class-wpstream-admin.php:560 376 391 msgid "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!" 377 392 msgstr "" 378 393 379 #: admin/class-wpstream-admin.php:5 76380 #: admin/class-wpstream-admin.php:7 56394 #: admin/class-wpstream-admin.php:582 395 #: admin/class-wpstream-admin.php:762 381 396 msgid "You are not allowed to broadcast." 382 397 msgstr "" 383 398 384 #: admin/class-wpstream-admin.php:5 85385 #: admin/class-wpstream-admin.php:7 65399 #: admin/class-wpstream-admin.php:591 400 #: admin/class-wpstream-admin.php:771 386 401 msgid "You are not allowed to broadcast" 387 402 msgstr "" 388 403 389 #: admin/class-wpstream-admin.php:695 404 #: admin/class-wpstream-admin.php:701 405 #: admin/class-wpstream-admin.php:879 406 msgid "Settings" 407 msgstr "" 408 409 #: admin/class-wpstream-admin.php:843 410 msgid "Webcam" 411 msgstr "" 412 413 #: admin/class-wpstream-admin.php:856 414 msgid "External App" 415 msgstr "" 416 390 417 #: admin/class-wpstream-admin.php:873 391 msgid "Settings"392 msgstr ""393 394 #: admin/class-wpstream-admin.php:837395 msgid "Webcam"396 msgstr ""397 398 #: admin/class-wpstream-admin.php:850399 msgid "External App"400 msgstr ""401 402 #: admin/class-wpstream-admin.php:867403 418 msgid "Statistics" 404 419 msgstr "" 405 420 406 #: admin/class-wpstream-admin.php: 898407 #: includes/class-wpstream_product.php:69 2421 #: admin/class-wpstream-admin.php:904 422 #: includes/class-wpstream_product.php:697 408 423 msgid "View" 409 424 msgstr "" 410 425 411 #: admin/class-wpstream-admin.php:9 07426 #: admin/class-wpstream-admin.php:913 412 427 msgid "Share" 413 428 msgstr "" 414 429 415 #: admin/class-wpstream-admin.php:9 48430 #: admin/class-wpstream-admin.php:954 416 431 msgid "Edit settings for this channel" 417 432 msgstr "" 418 433 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 420 437 msgid "When is OFF, the settings from %s will be applied" 421 438 msgstr "" 422 439 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 425 443 msgid "Default Channel Settings" 426 444 msgstr "" 427 445 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 429 449 msgid "Channel Settings (#ID %s)" 430 450 msgstr "" 431 451 432 #: admin/class-wpstream-admin.php:10 04452 #: admin/class-wpstream-admin.php:1012 433 453 msgid "Share your Channel" 434 454 msgstr "" 435 455 436 #: admin/class-wpstream-admin.php:10 19456 #: admin/class-wpstream-admin.php:1027 437 457 msgid "Go Live with External Streaming App" 438 458 msgstr "" 439 459 440 #: admin/class-wpstream-admin.php:102 1460 #: admin/class-wpstream-admin.php:1029 441 461 msgid "Please choose your RTMP encoder/broadcaster" 442 462 msgstr "" 443 463 444 #: admin/class-wpstream-admin.php:106 1445 #: admin/class-wpstream-admin.php:10 64446 #: admin/class-wpstream-admin.php:1 096447 #: admin/class-wpstream-admin.php:1 099448 #: admin/class-wpstream-admin.php:11 33449 #: admin/class-wpstream-admin.php:11 36450 #: admin/class-wpstream-admin.php:11 69451 #: admin/class-wpstream-admin.php:11 72452 #: admin/class-wpstream-admin.php:12 04453 #: admin/class-wpstream-admin.php:12 07454 #: admin/class-wpstream-admin.php:12 39455 #: admin/class-wpstream-admin.php:12 86456 #: admin/class-wpstream-admin.php:12 89464 #: 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 457 477 msgid "copy" 458 478 msgstr "" 459 479 460 #: admin/class-wpstream-admin.php:13 77480 #: admin/class-wpstream-admin.php:1385 461 481 msgid "Slug for free video/channel pages " 462 482 msgstr "" 463 483 464 #: admin/class-wpstream-admin.php:138 0484 #: admin/class-wpstream-admin.php:1388 465 485 msgid "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." 466 486 msgstr "" 467 487 468 #: admin/class-wpstream-admin.php:13 85488 #: admin/class-wpstream-admin.php:1393 469 489 msgid "Non-Admin User Roles Allowed to Broadcast" 470 490 msgstr "" 471 491 472 #: admin/class-wpstream-admin.php:13 88492 #: admin/class-wpstream-admin.php:1396 473 493 msgid "These types of users can stream via frontend shortcodes / blocks. Single individual channels are automaticlally created for streaming by non-admins." 474 494 msgstr "" 475 495 476 #: admin/class-wpstream-admin.php:1 393496 #: admin/class-wpstream-admin.php:1401 477 497 msgid "Non Admin Streamers Channel Type." 478 498 msgstr "" 479 499 480 #: admin/class-wpstream-admin.php:1 397481 #: public/class-wpstream-public.php:12 27482 #: public/class-wpstream-public.php:12 39500 #: admin/class-wpstream-admin.php:1405 501 #: public/class-wpstream-public.php:1257 502 #: public/class-wpstream-public.php:1269 483 503 msgid "Free Live Channel" 484 504 msgstr "" 485 505 486 #: admin/class-wpstream-admin.php:1 398506 #: admin/class-wpstream-admin.php:1406 487 507 msgid "Pay-Per-View" 488 508 msgstr "" 489 509 490 #: admin/class-wpstream-admin.php:140 0510 #: admin/class-wpstream-admin.php:1408 491 511 msgid "Choose whether the channels assigned to non-admins are free-for-all or pay-per-view (WooCommerce product)." 492 512 msgstr "" 493 513 494 #: admin/class-wpstream-admin.php:14 05514 #: admin/class-wpstream-admin.php:1413 495 515 msgid "Default Pay-Per-View Price" 496 516 msgstr "" 497 517 498 #: admin/class-wpstream-admin.php:14 08518 #: admin/class-wpstream-admin.php:1416 499 519 msgid "Default price of pay-per-view channels assigned to non-admins." 500 520 msgstr "" 501 521 502 #: admin/class-wpstream-admin.php:14 15522 #: admin/class-wpstream-admin.php:1423 503 523 msgid "Use Global Subscription Mode" 504 524 msgstr "" 505 525 506 #: admin/class-wpstream-admin.php:14 18526 #: admin/class-wpstream-admin.php:1426 507 527 msgid "If enabled, a client can access all the media products (live and VOD) by purchasing a single subscription. The \"WooCommerce Subscriptions\" plugin is required." 508 528 msgstr "" 509 529 510 #: admin/class-wpstream-admin.php:14 23530 #: admin/class-wpstream-admin.php:1431 511 531 msgid "Subscription ID for Global Subscription Mode" 512 532 msgstr "" 513 533 514 #: admin/class-wpstream-admin.php:14 26534 #: admin/class-wpstream-admin.php:1434 515 535 msgid "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." 516 536 msgstr "" 517 537 518 #: admin/class-wpstream-admin.php:143 0538 #: admin/class-wpstream-admin.php:1438 519 539 msgid "PPV not logged in message" 520 540 msgstr "" 521 541 522 #: admin/class-wpstream-admin.php:14 33542 #: admin/class-wpstream-admin.php:1441 523 543 msgid "This message will be displayed on top of the media player for pay-per-view items when user is not logged in." 524 544 msgstr "" 525 545 526 #: admin/class-wpstream-admin.php:14 34546 #: admin/class-wpstream-admin.php:1442 527 547 msgid "You must be logged in to watch this video." 528 548 msgstr "" 529 549 530 #: admin/class-wpstream-admin.php:14 38550 #: admin/class-wpstream-admin.php:1446 531 551 msgid "PPV not purchased message" 532 552 msgstr "" 533 553 534 #: admin/class-wpstream-admin.php:144 1554 #: admin/class-wpstream-admin.php:1449 535 555 msgid "This message will be displayed on top of the media player for common pay-per-view items that have not been purchased." 536 556 msgstr "" 537 557 538 #: admin/class-wpstream-admin.php:14 42558 #: admin/class-wpstream-admin.php:1450 539 559 msgid "You did not yet purchase this item." 540 560 msgstr "" 541 561 542 #: admin/class-wpstream-admin.php:14 46562 #: admin/class-wpstream-admin.php:1454 543 563 msgid "Subscription not purchased message" 544 564 msgstr "" 545 565 546 #: admin/class-wpstream-admin.php:14 49566 #: admin/class-wpstream-admin.php:1457 547 567 msgid "This message will be displayed on top of the media player for subscription-type pay-per-view items that have not been purchased." 548 568 msgstr "" 549 569 550 #: admin/class-wpstream-admin.php:145 0570 #: admin/class-wpstream-admin.php:1458 551 571 msgid " You did not yet subscribe to this item." 552 572 msgstr "" 553 573 554 #: admin/class-wpstream-admin.php:14 54574 #: admin/class-wpstream-admin.php:1462 555 575 msgid "Thank you message" 556 576 msgstr "" 557 577 558 #: admin/class-wpstream-admin.php:14 57578 #: admin/class-wpstream-admin.php:1465 559 579 msgid "This message will be displayed on the thank you page (after purchase) and the confirmation email." 560 580 msgstr "" 561 581 562 #: admin/class-wpstream-admin.php:14 58582 #: admin/class-wpstream-admin.php:1466 563 583 msgid "Thanks for your purchase. You can access your item at any time by visiting the following page: {item_link}" 564 584 msgstr "" 565 585 566 #: admin/class-wpstream-admin.php:14 63586 #: admin/class-wpstream-admin.php:1471 567 587 msgid "Subscription Active message" 568 588 msgstr "" 569 589 570 #: admin/class-wpstream-admin.php:14 66590 #: admin/class-wpstream-admin.php:1474 571 591 msgid "This message will be displayed on subscription product page." 572 592 msgstr "" 573 593 574 #: admin/class-wpstream-admin.php:14 67594 #: admin/class-wpstream-admin.php:1475 575 595 msgid "Your Subscription is Active" 576 596 msgstr "" 577 597 578 #: admin/class-wpstream-admin.php:147 1598 #: admin/class-wpstream-admin.php:1479 579 599 msgid "You are not live message" 580 600 msgstr "" 581 601 582 #: admin/class-wpstream-admin.php:14 74602 #: admin/class-wpstream-admin.php:1482 583 603 msgid "This message will be displayed in player." 584 604 msgstr "" 585 605 586 #: admin/class-wpstream-admin.php:14 75606 #: admin/class-wpstream-admin.php:1483 587 607 msgid "We are not live at this moment" 588 608 msgstr "" 589 609 590 #: admin/class-wpstream-admin.php:148 0610 #: admin/class-wpstream-admin.php:1488 591 611 msgid "Video player theme" 592 612 msgstr "" 593 613 594 #: admin/class-wpstream-admin.php:14 84614 #: admin/class-wpstream-admin.php:1492 595 615 msgid "Default" 596 616 msgstr "" 597 617 598 #: admin/class-wpstream-admin.php:14 85618 #: admin/class-wpstream-admin.php:1493 599 619 msgid "City" 600 620 msgstr "" 601 621 602 #: admin/class-wpstream-admin.php:14 86622 #: admin/class-wpstream-admin.php:1494 603 623 msgid "Forest" 604 624 msgstr "" 605 625 606 #: admin/class-wpstream-admin.php:14 87626 #: admin/class-wpstream-admin.php:1495 607 627 msgid "Fantasy" 608 628 msgstr "" 609 629 610 #: admin/class-wpstream-admin.php:14 88630 #: admin/class-wpstream-admin.php:1496 611 631 msgid "Sea" 612 632 msgstr "" 613 633 614 #: admin/class-wpstream-admin.php:149 0634 #: admin/class-wpstream-admin.php:1498 615 635 msgid "Choose the video player theme to have a different look for the player." 616 636 msgstr "" 617 637 618 #: admin/class-wpstream-admin.php:1 495638 #: admin/class-wpstream-admin.php:1503 619 639 msgid "Logo for the video player" 620 640 msgstr "" 621 641 622 #: admin/class-wpstream-admin.php:1 497642 #: admin/class-wpstream-admin.php:1505 623 643 msgid "This logo will be displayed on the the video player." 624 644 msgstr "" 625 645 626 #: admin/class-wpstream-admin.php:15 14646 #: admin/class-wpstream-admin.php:1522 627 647 msgid "Position of the video player logo" 628 648 msgstr "" 629 649 630 #: admin/class-wpstream-admin.php:15 17650 #: admin/class-wpstream-admin.php:1525 631 651 msgid "Top Left" 632 652 msgstr "" 633 653 634 #: admin/class-wpstream-admin.php:15 18654 #: admin/class-wpstream-admin.php:1526 635 655 msgid "Top Right" 636 656 msgstr "" 637 657 638 #: admin/class-wpstream-admin.php:15 19658 #: admin/class-wpstream-admin.php:1527 639 659 msgid "Bottom Left" 640 660 msgstr "" 641 661 642 #: admin/class-wpstream-admin.php:152 0662 #: admin/class-wpstream-admin.php:1528 643 663 msgid "Bottom Right" 644 664 msgstr "" 645 665 646 #: admin/class-wpstream-admin.php:15 22666 #: admin/class-wpstream-admin.php:1530 647 667 msgid "Choose the position of the logo on the video player." 648 668 msgstr "" 649 669 650 #: admin/class-wpstream-admin.php:153 0670 #: admin/class-wpstream-admin.php:1538 651 671 msgid "Events Options " 652 672 msgstr "" 653 673 654 #: admin/class-wpstream-admin.php:15 33674 #: admin/class-wpstream-admin.php:1541 655 675 msgid "Global Options for live events." 656 676 msgstr "" 657 677 658 #: admin/class-wpstream-admin.php:154 1678 #: admin/class-wpstream-admin.php:1549 659 679 msgid "If enabled, video will attempt to start playing automatically. This is only achievable in some browsers." 660 680 msgstr "" 661 681 662 #: admin/class-wpstream-admin.php:155 0682 #: admin/class-wpstream-admin.php:1558 663 683 msgid "If enabled, video will start muted. This may increase the rate of autoplay in some browsers." 664 684 msgstr "" 665 685 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 667 689 msgid "If enabled, video will only display on %1$s, otherwise it can show up on any website." 668 690 msgstr "" 669 691 670 #: admin/class-wpstream-admin.php:15 63692 #: admin/class-wpstream-admin.php:1572 671 693 msgid "Encrypt Video" 672 694 msgstr "" 673 695 674 #: admin/class-wpstream-admin.php:15 82696 #: admin/class-wpstream-admin.php:1591 675 697 msgid "Logs" 676 698 msgstr "" 677 699 678 #: admin/class-wpstream-admin.php:15 85700 #: admin/class-wpstream-admin.php:1594 679 701 msgid "This is the error log of the plugin." 680 702 msgstr "" 681 703 682 #: admin/class-wpstream-admin.php:1 597704 #: admin/class-wpstream-admin.php:1606 683 705 msgid "WpStream Settings" 684 706 msgstr "" 685 707 686 #: admin/class-wpstream-admin.php:16 01708 #: admin/class-wpstream-admin.php:1610 687 709 msgid "General Options" 688 710 msgstr "" 689 711 690 #: admin/class-wpstream-admin.php:16 03712 #: admin/class-wpstream-admin.php:1612 691 713 msgid "VOD Settings" 692 714 msgstr "" 693 715 694 #: admin/class-wpstream-admin.php:16 04716 #: admin/class-wpstream-admin.php:1613 695 717 msgid "Subscription Options" 696 718 msgstr "" 697 719 698 #: admin/class-wpstream-admin.php:16 05720 #: admin/class-wpstream-admin.php:1614 699 721 msgid "Customize Messages" 700 722 msgstr "" 701 723 702 #: admin/class-wpstream-admin.php:16 06724 #: admin/class-wpstream-admin.php:1615 703 725 msgid "Support" 704 726 msgstr "" 705 727 706 #: admin/class-wpstream-admin.php:16 37728 #: admin/class-wpstream-admin.php:1646 707 729 msgid "These settings will apply to newly created channels; existing channels will not change settings if you change them here" 708 730 msgstr "" 709 731 710 #: admin/class-wpstream-admin.php:171 0711 #: includes/class-wpstream_product.php:4 35712 #: includes/class-wpstream_product.php:49 2732 #: admin/class-wpstream-admin.php:1719 733 #: includes/class-wpstream_product.php:440 734 #: includes/class-wpstream_product.php:497 713 735 msgid "Upload Image" 714 736 msgstr "" 715 737 716 #: admin/class-wpstream-admin.php:17 11738 #: admin/class-wpstream-admin.php:1720 717 739 msgid "Remove Image" 718 740 msgstr "" 719 741 720 #: admin/class-wpstream-admin.php:173 0742 #: admin/class-wpstream-admin.php:1739 721 743 msgid "Video Help" 722 744 msgstr "" 723 745 724 #: admin/class-wpstream-admin.php:17 37725 #: admin/class-wpstream-admin.php:22 12746 #: admin/class-wpstream-admin.php:1746 747 #: admin/class-wpstream-admin.php:2223 726 748 msgid "Save Changes" 727 749 msgstr "" 728 750 729 #: admin/class-wpstream-admin.php:1 796751 #: admin/class-wpstream-admin.php:1805 730 752 msgid "System Information" 731 753 msgstr "" 732 754 733 #: admin/class-wpstream-admin.php:180 0755 #: admin/class-wpstream-admin.php:1809 734 756 msgid "PHP Version" 735 757 msgstr "" 736 758 737 #: admin/class-wpstream-admin.php:18 05759 #: admin/class-wpstream-admin.php:1814 738 760 msgid "We recommend PHP 7.4 or higher" 739 761 msgstr "" 740 762 741 #: admin/class-wpstream-admin.php:18 12763 #: admin/class-wpstream-admin.php:1821 742 764 msgid "WordPress Version" 743 765 msgstr "" 744 766 745 #: admin/class-wpstream-admin.php:18 17767 #: admin/class-wpstream-admin.php:1826 746 768 msgid "We recommend WordPress 5.6 or higher" 747 769 msgstr "" 748 770 749 #: admin/class-wpstream-admin.php:18 24771 #: admin/class-wpstream-admin.php:1833 750 772 msgid "WP Debug Mode" 751 773 msgstr "" 752 774 753 #: admin/class-wpstream-admin.php:18 25775 #: admin/class-wpstream-admin.php:1834 754 776 msgid "Enabled" 755 777 msgstr "" 756 778 757 #: admin/class-wpstream-admin.php:18 25779 #: admin/class-wpstream-admin.php:1834 758 780 msgid "Disabled" 759 781 msgstr "" 760 782 761 #: admin/class-wpstream-admin.php:18 29783 #: admin/class-wpstream-admin.php:1838 762 784 msgid "Debug mode should be disabled on production sites" 763 785 msgstr "" 764 786 765 #: admin/class-wpstream-admin.php:18 36787 #: admin/class-wpstream-admin.php:1845 766 788 msgid "WP Memory Limit" 767 789 msgstr "" 768 790 769 #: admin/class-wpstream-admin.php:18 44791 #: admin/class-wpstream-admin.php:1853 770 792 msgid "We recommend at least 64MB" 771 793 msgstr "" 772 794 773 #: admin/class-wpstream-admin.php:18 51795 #: admin/class-wpstream-admin.php:1860 774 796 msgid "WpStream Version" 775 797 msgstr "" 776 798 777 #: admin/class-wpstream-admin.php:18 56799 #: admin/class-wpstream-admin.php:1865 778 800 msgid "Update available" 779 801 msgstr "" 780 802 781 #: admin/class-wpstream-admin.php:18 59803 #: admin/class-wpstream-admin.php:1868 782 804 msgid "Update Now" 783 805 msgstr "" 784 806 785 #: admin/class-wpstream-admin.php:18 68807 #: admin/class-wpstream-admin.php:1877 786 808 msgid "API Connection" 787 809 msgstr "" 788 810 789 #: admin/class-wpstream-admin.php:18 69811 #: admin/class-wpstream-admin.php:1878 790 812 msgid "Connected" 791 813 msgstr "" 792 814 793 #: admin/class-wpstream-admin.php:18 69815 #: admin/class-wpstream-admin.php:1878 794 816 msgid "Disconnected" 795 817 msgstr "" 796 818 797 #: admin/class-wpstream-admin.php:18 73819 #: admin/class-wpstream-admin.php:1882 798 820 msgid "API connection issue" 799 821 msgstr "" 800 822 801 #: admin/class-wpstream-admin.php:1 895823 #: admin/class-wpstream-admin.php:1904 802 824 msgid "Active Plugins" 803 825 msgstr "" 804 826 805 #: admin/class-wpstream-admin.php:1 899827 #: admin/class-wpstream-admin.php:1908 806 828 msgid "Plugin" 807 829 msgstr "" 808 830 809 #: admin/class-wpstream-admin.php:190 0831 #: admin/class-wpstream-admin.php:1909 810 832 msgid "Version" 811 833 msgstr "" 812 834 813 #: admin/class-wpstream-admin.php:19 07835 #: admin/class-wpstream-admin.php:1916 814 836 msgid "No WPStream plugins found." 815 837 msgstr "" 816 838 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 818 842 msgid "A new version is available: %s" 819 843 msgstr "" 820 844 821 #: admin/class-wpstream-admin.php:19 34845 #: admin/class-wpstream-admin.php:1944 822 846 msgid "Recent Logs" 823 847 msgstr "" 824 848 825 #: admin/class-wpstream-admin.php:19 38849 #: admin/class-wpstream-admin.php:1948 826 850 msgid "Time" 827 851 msgstr "" 828 852 829 #: admin/class-wpstream-admin.php:19 39853 #: admin/class-wpstream-admin.php:1949 830 854 msgid "Type" 831 855 msgstr "" 832 856 833 #: admin/class-wpstream-admin.php:19 40857 #: admin/class-wpstream-admin.php:1950 834 858 msgid "Description" 835 859 msgstr "" 836 860 837 #: admin/class-wpstream-admin.php:19 47861 #: admin/class-wpstream-admin.php:1957 838 862 msgid "No logs found." 839 863 msgstr "" 840 864 841 #: admin/class-wpstream-admin.php:21 80865 #: admin/class-wpstream-admin.php:2190 842 866 msgid "WpStream Credentials" 843 867 msgstr "" 844 868 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 846 872 msgid "To connect your plugin, enter your WpStream credentials below or go <a href=\"%s\" target=\"_blank\">here</a> to create an account." 847 873 msgstr "" 848 874 849 #: admin/class-wpstream-admin.php:2 195875 #: admin/class-wpstream-admin.php:2206 850 876 msgid "Connected to WpStream.net!" 851 877 msgstr "" 852 878 853 #: admin/class-wpstream-admin.php:2 197879 #: admin/class-wpstream-admin.php:2208 854 880 msgid "Failed to connect to WpStream.net. Please address CURL connectivity with your hosting provider." 855 881 msgstr "" 856 882 857 #: admin/class-wpstream-admin.php:22 32883 #: admin/class-wpstream-admin.php:2243 858 884 msgid "Create new Free-To-View channel" 859 885 msgstr "" 860 886 861 #: admin/class-wpstream-admin.php:22 33887 #: admin/class-wpstream-admin.php:2244 862 888 msgid "Create Pay-Per-View channel" 863 889 msgstr "" 864 890 865 #: admin/class-wpstream-admin.php:22 54891 #: admin/class-wpstream-admin.php:2265 866 892 msgid "Upload New Recording" 867 893 msgstr "" 868 894 869 #: admin/class-wpstream-admin.php:22 56895 #: admin/class-wpstream-admin.php:2267 870 896 msgid "Your Recordings" 871 897 msgstr "" 872 898 873 #: admin/class-wpstream-admin.php:23 26874 #: admin/class-wpstream-admin.php:2 391899 #: admin/class-wpstream-admin.php:2337 900 #: admin/class-wpstream-admin.php:2402 875 901 msgid "Not connected. Please connect to WpStream to upload videos." 876 902 msgstr "" 877 903 878 #: admin/class-wpstream-admin.php:23 29904 #: admin/class-wpstream-admin.php:2340 879 905 msgid "You don't have enough cloud storage and data to upload a new item. Please delete some videos or upgrade your plan." 880 906 msgstr "" 881 907 882 #: admin/class-wpstream-admin.php:23 39908 #: admin/class-wpstream-admin.php:2350 883 909 msgid "Please select or drop a video file. Do not close this window during the upload!" 884 910 msgstr "" 885 911 886 #: admin/class-wpstream-admin.php:23 53912 #: admin/class-wpstream-admin.php:2364 887 913 msgid "Drop a video file here!" 888 914 msgstr "" 889 915 890 #: admin/class-wpstream-admin.php:23 54916 #: admin/class-wpstream-admin.php:2365 891 917 msgid "" 892 918 "The Video File must be encoded with the following settings:<br>\n" … … 899 925 msgstr "" 900 926 901 #: admin/class-wpstream-admin.php:23 60927 #: admin/class-wpstream-admin.php:2371 902 928 msgid "Accepted file extensions: .mp4, .mov" 903 929 msgstr "" 904 930 905 #: admin/class-wpstream-admin.php:24 13931 #: admin/class-wpstream-admin.php:2424 906 932 msgid "File Name :" 907 933 msgstr "" 908 934 909 #: admin/class-wpstream-admin.php:24 33935 #: admin/class-wpstream-admin.php:2444 910 936 msgid "delete file" 911 937 msgstr "" 912 938 913 #: admin/class-wpstream-admin.php:24 34939 #: admin/class-wpstream-admin.php:2445 914 940 msgid "download" 915 941 msgstr "" 916 942 917 #: admin/class-wpstream-admin.php:24 56943 #: admin/class-wpstream-admin.php:2467 918 944 msgid "You don't have any videos." 919 945 msgstr "" 920 946 921 #: admin/class-wpstream-admin.php:25 48947 #: admin/class-wpstream-admin.php:2559 922 948 msgid "Video On Demand Settings" 923 949 msgstr "" 924 950 925 #: admin/class-wpstream-admin.php:25 49926 #: includes/class-wpstream_product.php:6 79927 #: includes/class-wpstream_product.php:6 86951 #: admin/class-wpstream-admin.php:2560 952 #: includes/class-wpstream_product.php:684 953 #: includes/class-wpstream_product.php:691 928 954 msgid "Video Collection" 929 955 msgstr "" 930 956 931 #: admin/class-wpstream-admin.php:25 50957 #: admin/class-wpstream-admin.php:2561 932 958 msgid "Product Data" 933 959 msgstr "" 934 960 935 #: admin/class-wpstream-admin.php:25 59961 #: admin/class-wpstream-admin.php:2570 936 962 msgid "Video Collection Options" 937 963 msgstr "" 938 964 939 #: admin/class-wpstream-admin.php:26 28965 #: admin/class-wpstream-admin.php:2639 940 966 msgid "Media Type:" 941 967 msgstr "" 942 968 943 #: admin/class-wpstream-admin.php:26 30969 #: admin/class-wpstream-admin.php:2641 944 970 msgid "Recording" 945 971 msgstr "" 946 972 947 #: admin/class-wpstream-admin.php:26 31973 #: admin/class-wpstream-admin.php:2642 948 974 msgid "Self Hosted or External Video" 949 975 msgstr "" 950 976 951 #: admin/class-wpstream-admin.php:26 42977 #: admin/class-wpstream-admin.php:2653 952 978 msgid "Choose video:" 953 979 msgstr "" 954 980 955 #: admin/class-wpstream-admin.php:26 62981 #: admin/class-wpstream-admin.php:2673 956 982 msgid "Video:" 957 983 msgstr "" 958 984 959 #: admin/class-wpstream-admin.php:26 65985 #: admin/class-wpstream-admin.php:2676 960 986 msgid "Select Video" 961 987 msgstr "" 962 988 963 #: admin/class-wpstream-admin.php:26 73989 #: admin/class-wpstream-admin.php:2684 964 990 msgid "Choose one of your existing recordings." 965 991 msgstr "" 966 992 967 #: admin/class-wpstream-admin.php:26 74993 #: admin/class-wpstream-admin.php:2685 968 994 msgid "Upload a video from your computer or paste the URL of a YouTube/external video." 969 995 msgstr "" 970 996 971 #: admin/class-wpstream-admin.php: 2995997 #: admin/class-wpstream-admin.php:3006 972 998 msgid "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." 973 999 msgstr "" 974 1000 975 #: admin/class-wpstream-admin.php:3041976 1001 #: admin/class-wpstream-admin.php:3052 1002 #: admin/class-wpstream-admin.php:3063 977 1003 msgid "Live Streaming" 978 1004 msgstr "" 979 1005 980 #: admin/class-wpstream-admin.php:3 0911006 #: admin/class-wpstream-admin.php:3102 981 1007 msgid "To Go Live, please publish your channel first !" 982 1008 msgstr "" 983 1009 984 #: admin/class-wpstream-admin.php:31 65985 #: public/class-wpstream-public.php:6 38986 #: public/class-wpstream-public.php:6 67987 #: public/class-wpstream-public.php: 695988 #: public/class-wpstream-public.php:7 31989 #: public/class-wpstream-public.php: 773990 #: public/class-wpstream-public.php:8 33991 #: public/class-wpstream-public.php:9 031010 #: 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 992 1018 msgid "WpStream" 993 1019 msgstr "" 994 1020 995 #: admin/class-wpstream-admin.php:31 651021 #: admin/class-wpstream-admin.php:3176 996 1022 msgid "Quick Start" 997 1023 msgstr "" 998 1024 999 #: admin/class-wpstream-admin.php:31 691025 #: admin/class-wpstream-admin.php:3180 1000 1026 msgid "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! " 1001 1027 msgstr "" 1002 1028 1003 #: admin/class-wpstream-admin.php:31 721029 #: admin/class-wpstream-admin.php:3183 1004 1030 msgid "Start the Guide" 1005 1031 msgstr "" 1006 1032 1007 #: admin/class-wpstream-admin.php:32 491033 #: admin/class-wpstream-admin.php:3260 1008 1034 msgid "WpStream Account" 1009 1035 msgstr "" 1010 1036 1011 #: admin/class-wpstream-admin.php:32 521037 #: admin/class-wpstream-admin.php:3263 1012 1038 msgid "A WpStream account is required to make use of the plugin." 1013 1039 msgstr "" 1014 1040 1015 #: admin/class-wpstream-admin.php:32 571041 #: admin/class-wpstream-admin.php:3268 1016 1042 msgid "Checking if you are already logged....." 1017 1043 msgstr "" 1018 1044 1019 #: admin/class-wpstream-admin.php:32 631045 #: admin/class-wpstream-admin.php:3274 1020 1046 msgid "Login with your WpStream Account" 1021 1047 msgstr "" 1022 1048 1023 #: admin/class-wpstream-admin.php:32 761049 #: admin/class-wpstream-admin.php:3287 1024 1050 msgid "Login" 1025 1051 msgstr "" 1026 1052 1027 #: admin/class-wpstream-admin.php:32 831053 #: admin/class-wpstream-admin.php:3294 1028 1054 msgid "Register for a WpStream Account" 1029 1055 msgstr "" 1030 1056 1031 #: admin/class-wpstream-admin.php:32 851057 #: admin/class-wpstream-admin.php:3296 1032 1058 msgid "Your Email" 1033 1059 msgstr "" 1034 1060 1035 #: admin/class-wpstream-admin.php:3 2911061 #: admin/class-wpstream-admin.php:3302 1036 1062 msgid "Your Password" 1037 1063 msgstr "" 1038 1064 1039 #: admin/class-wpstream-admin.php:33 131065 #: admin/class-wpstream-admin.php:3324 1040 1066 msgid "Type the characters above" 1041 1067 msgstr "" 1042 1068 1043 #: admin/class-wpstream-admin.php:33 211069 #: admin/class-wpstream-admin.php:3332 1044 1070 msgid "register" 1045 1071 msgstr "" 1046 1072 1047 #: admin/class-wpstream-admin.php:33 251073 #: admin/class-wpstream-admin.php:3336 1048 1074 msgid "I already have a WpStream Account" 1049 1075 msgstr "" 1050 1076 1051 #: admin/class-wpstream-admin.php:33 271077 #: admin/class-wpstream-admin.php:3338 1052 1078 msgid "Back to Registration" 1053 1079 msgstr "" 1054 1080 1055 #: admin/class-wpstream-admin.php:33 871081 #: admin/class-wpstream-admin.php:3398 1056 1082 msgid "Go LIVE!" 1057 1083 msgstr "" 1058 1084 1059 #: admin/class-wpstream-admin.php:3 3891085 #: admin/class-wpstream-admin.php:3400 1060 1086 msgid "Create a Video-On-Demand (VOD)" 1061 1087 msgstr "" 1062 1088 1063 #: admin/class-wpstream-admin.php:34 071064 #: admin/class-wpstream-admin.php:35 211089 #: admin/class-wpstream-admin.php:3418 1090 #: admin/class-wpstream-admin.php:3532 1065 1091 msgid "Do you want to charge a fee for watching?" 1066 1092 msgstr "" 1067 1093 1068 #: admin/class-wpstream-admin.php:34 091069 #: admin/class-wpstream-admin.php:35 231094 #: admin/class-wpstream-admin.php:3420 1095 #: admin/class-wpstream-admin.php:3534 1070 1096 msgid "No - Free-To-View (FTV)" 1071 1097 msgstr "" 1072 1098 1073 #: admin/class-wpstream-admin.php:34 111074 #: admin/class-wpstream-admin.php:35 261099 #: admin/class-wpstream-admin.php:3422 1100 #: admin/class-wpstream-admin.php:3537 1075 1101 msgid "Yes - Pay-Per-View (PPV)" 1076 1102 msgstr "" 1077 1103 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 1110 msgid "Prev" 1111 msgstr "" 1112 1079 1113 #: admin/class-wpstream-admin.php:3444 1080 #: admin/class-wpstream-admin.php:34841081 #: admin/class-wpstream-admin.php:35281082 #: admin/class-wpstream-admin.php:35641083 #: admin/class-wpstream-admin.php:36231084 msgid "Prev"1085 msgstr ""1086 1087 #: admin/class-wpstream-admin.php:34331088 1114 msgid "Let’s create your first FTV live channel" 1089 1115 msgstr "" 1090 1116 1091 #: admin/class-wpstream-admin.php:34 381117 #: admin/class-wpstream-admin.php:3449 1092 1118 msgid "My first FTV channel" 1093 1119 msgstr "" 1094 1120 1095 #: admin/class-wpstream-admin.php:34 391096 #: admin/class-wpstream-admin.php:34 741121 #: admin/class-wpstream-admin.php:3450 1122 #: admin/class-wpstream-admin.php:3485 1097 1123 msgid "Create Channel" 1098 1124 msgstr "" 1099 1125 1100 #: admin/class-wpstream-admin.php:34 641126 #: admin/class-wpstream-admin.php:3475 1101 1127 msgid "Make your live stream Pay Per View" 1102 1128 msgstr "" 1103 1129 1104 #: admin/class-wpstream-admin.php:34 701130 #: admin/class-wpstream-admin.php:3481 1105 1131 msgid "Choose a name for your channel" 1106 1132 msgstr "" 1107 1133 1108 #: admin/class-wpstream-admin.php:34 711134 #: admin/class-wpstream-admin.php:3482 1109 1135 msgid "My First PPV Channel" 1110 1136 msgstr "" 1111 1137 1112 #: admin/class-wpstream-admin.php:34 721138 #: admin/class-wpstream-admin.php:3483 1113 1139 msgid "Pay-Per-View Price ($)" 1114 1140 msgstr "" 1115 1141 1116 #: admin/class-wpstream-admin.php:35 031142 #: admin/class-wpstream-admin.php:3514 1117 1143 msgid "Pay-Per-View streaming requires WooCommerce. Please install the WooCommerce plugin and try again." 1118 1144 msgstr "" 1119 1145 1120 #: admin/class-wpstream-admin.php:35 051146 #: admin/class-wpstream-admin.php:3516 1121 1147 msgid "Install WooCommerce" 1122 1148 msgstr "" 1123 1149 1124 #: admin/class-wpstream-admin.php:35 071125 #: admin/class-wpstream-admin.php:35 841150 #: admin/class-wpstream-admin.php:3518 1151 #: admin/class-wpstream-admin.php:3595 1126 1152 msgid "Try Again" 1127 1153 msgstr "" 1128 1154 1129 #: admin/class-wpstream-admin.php:35 501155 #: admin/class-wpstream-admin.php:3561 1130 1156 msgid "Let’s create your first Free-To-View VOD" 1131 1157 msgstr "" 1132 1158 1133 #: admin/class-wpstream-admin.php:35 551159 #: admin/class-wpstream-admin.php:3566 1134 1160 msgid "Name your FTV Video-On-Demand" 1135 1161 msgstr "" 1136 1162 1137 #: admin/class-wpstream-admin.php:35 561163 #: admin/class-wpstream-admin.php:3567 1138 1164 msgid "My First FTV VOD" 1139 1165 msgstr "" 1140 1166 1141 #: admin/class-wpstream-admin.php:35 801167 #: admin/class-wpstream-admin.php:3591 1142 1168 msgid "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." 1143 1169 msgstr "" 1144 1170 1145 #: admin/class-wpstream-admin.php:35 821171 #: admin/class-wpstream-admin.php:3593 1146 1172 msgid "Upload Video" 1147 1173 msgstr "" 1148 1174 1149 #: admin/class-wpstream-admin.php:36 021175 #: admin/class-wpstream-admin.php:3613 1150 1176 msgid "Let's create your first Pay-Per-View VOD" 1151 1177 msgstr "" 1152 1178 1153 #: admin/class-wpstream-admin.php:36 101179 #: admin/class-wpstream-admin.php:3621 1154 1180 msgid "Name your PPV Video-On-Demand" 1155 1181 msgstr "" 1156 1182 1157 #: admin/class-wpstream-admin.php:36 111183 #: admin/class-wpstream-admin.php:3622 1158 1184 msgid "My First PPV VOD" 1159 1185 msgstr "" 1160 1186 1161 #: admin/class-wpstream-admin.php:36 131187 #: admin/class-wpstream-admin.php:3624 1162 1188 msgid "Pay-Per-View Price" 1163 1189 msgstr "" 1164 1190 1165 #: admin/class-wpstream-admin.php:36 151191 #: admin/class-wpstream-admin.php:3626 1166 1192 msgid "Create PPV VOD" 1167 1193 msgstr "" 1168 1194 1169 #: admin/class-wpstream-admin.php:40 021195 #: admin/class-wpstream-admin.php:4013 1170 1196 msgid "Your Account was created. Please stand by..." 1171 1197 msgstr "" 1172 1198 1173 #: admin/class-wpstream-admin.php:40 271199 #: admin/class-wpstream-admin.php:4038 1174 1200 msgid "Registration could not be completed. Please try again or register on wpstream.net" 1175 1201 msgstr "" 1176 1202 1177 #: admin/class-wpstream-admin.php:40 781178 #: admin/class-wpstream-admin.php:40 881203 #: admin/class-wpstream-admin.php:4089 1204 #: admin/class-wpstream-admin.php:4099 1179 1205 msgid "The email doesn't look right !" 1180 1206 msgstr "" 1181 1207 1182 #: admin/class-wpstream-admin.php:42 211208 #: admin/class-wpstream-admin.php:4232 1183 1209 msgid "Not enough permissions to make this change" 1184 1210 msgstr "" 1185 1211 1186 #: admin/class-wpstream-admin.php:42 301212 #: admin/class-wpstream-admin.php:4241 1187 1213 msgid "Failed to connect to the filesystem" 1188 1214 msgstr "" 1189 1215 1190 #: admin/class-wpstream-admin.php:42 391216 #: admin/class-wpstream-admin.php:4250 1191 1217 msgid "Update failed due to" 1218 msgstr "" 1219 1220 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:136 1221 msgid "First name" 1222 msgstr "" 1223 1224 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:141 1225 msgid "Last name" 1226 msgstr "" 1227 1228 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:145 1229 msgid "Display Name" 1230 msgstr "" 1231 1232 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:149 1233 msgid "Email Address" 1234 msgstr "" 1235 1236 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:153 1237 msgid "About me" 1192 1238 msgstr "" 1193 1239 … … 1281 1327 msgstr "" 1282 1328 1283 #: includes/class-wpstream-player.php:4 891284 #: includes/class-wpstream-player.php:9 331285 #: includes/class-wpstream-player.php:1 0871329 #: includes/class-wpstream-player.php:490 1330 #: includes/class-wpstream-player.php:962 1331 #: includes/class-wpstream-player.php:1119 1286 1332 msgid "Play Trailer" 1287 1333 msgstr "" 1288 1334 1289 #: includes/class-wpstream-player.php:8 441290 #: includes/class-wpstream-player.php:10 341335 #: includes/class-wpstream-player.php:873 1336 #: includes/class-wpstream-player.php:1066 1291 1337 msgid "Playing:" 1292 1338 msgstr "" 1293 1339 1294 #: includes/class-wpstream-player.php:9 411340 #: includes/class-wpstream-player.php:970 1295 1341 msgid "Play Video" 1296 1342 msgstr "" 1297 1343 1298 #: includes/class-wpstream-player.php:10 141344 #: includes/class-wpstream-player.php:1045 1299 1345 msgid "Insufficient resources to stream this title" 1300 1346 msgstr "" … … 1328 1374 msgstr "" 1329 1375 1330 #: includes/class-wpstream.php:960 1376 #. translators: %s: user login 1377 #: includes/class-wpstream.php:961 1378 #, php-format 1331 1379 msgid "%s Channel" 1332 1380 msgstr "" 1333 1381 1334 #: includes/class-wpstream_product.php:50 1382 #. translators: Post type singular name 1383 #: includes/class-wpstream_product.php:51 1384 #, php-format 1335 1385 msgid "New %s" 1336 1386 msgstr "" 1337 1387 1338 #: includes/class-wpstream_product.php:51 1388 #: includes/class-wpstream_product.php:52 1389 #, php-format 1339 1390 msgid "Add new %s" 1340 1391 msgstr "" 1341 1392 1342 #: includes/class-wpstream_product.php:52 1393 #: includes/class-wpstream_product.php:53 1394 #: includes/class-wpstream_product.php:338 1395 #, php-format 1396 msgid "Edit %s" 1397 msgstr "" 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 1403 msgid "View %s" 1404 msgstr "" 1405 1406 #: includes/class-wpstream_product.php:56 1407 #: includes/class-wpstream_product.php:346 1408 #, php-format 1409 msgid "Search %s" 1410 msgstr "" 1411 1412 #: includes/class-wpstream_product.php:57 1413 #: includes/class-wpstream_product.php:354 1414 #, php-format 1415 msgid "No %s found" 1416 msgstr "" 1417 1418 #: includes/class-wpstream_product.php:58 1419 #, php-format 1420 msgid "No %s found in trash" 1421 msgstr "" 1422 1423 #: includes/class-wpstream_product.php:59 1343 1424 #: 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 1426 msgid "All %s" 1427 msgstr "" 1428 1429 #: includes/class-wpstream_product.php:60 1430 #, php-format 1431 msgid "%s Archives" 1432 msgstr "" 1433 1434 #: includes/class-wpstream_product.php:61 1435 #, php-format 1436 msgid "%s Attributes" 1437 msgstr "" 1438 1439 #: includes/class-wpstream_product.php:62 1440 #, php-format 1441 msgid "Insert into %s" 1442 msgstr "" 1443 1444 #: includes/class-wpstream_product.php:63 1445 #, php-format 1446 msgid "Uploaded to this %s" 1447 msgstr "" 1448 1449 #: includes/class-wpstream_product.php:66 1354 1450 #: 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 1390 1452 msgid "Parent %s" 1391 1453 msgstr "" 1392 1454 1393 #: includes/class-wpstream_product.php:66 1455 #: includes/class-wpstream_product.php:67 1456 #: includes/class-wpstream_product.php:345 1457 #, php-format 1458 msgid "Parent %s:" 1459 msgstr "" 1460 1461 #: includes/class-wpstream_product.php:340 1462 #, php-format 1463 msgid "Update %s" 1464 msgstr "" 1465 1466 #: includes/class-wpstream_product.php:341 1467 #, php-format 1468 msgid "Add New %s" 1469 msgstr "" 1470 1471 #. translators: Taxonomy singular name 1394 1472 #: 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 1407 1474 msgid "New %s Name" 1408 1475 msgstr "" 1409 1476 1410 #: includes/class-wpstream_product.php:345 1477 #. translators: Taxonomy plural name 1478 #: includes/class-wpstream_product.php:348 1479 #, php-format 1411 1480 msgid "Popular %s" 1412 1481 msgstr "" 1413 1482 1414 #: includes/class-wpstream_product.php:346 1483 #. translators: Taxonomy plural name 1484 #: includes/class-wpstream_product.php:350 1485 #, php-format 1415 1486 msgid "Separate %s with commas" 1416 1487 msgstr "" 1417 1488 1418 #: includes/class-wpstream_product.php:347 1489 #: includes/class-wpstream_product.php:351 1490 #, php-format 1419 1491 msgid "Add or remove %s" 1420 1492 msgstr "" 1421 1493 1422 #: includes/class-wpstream_product.php:348 1494 #. translators: Taxonomy plural name 1495 #: includes/class-wpstream_product.php:353 1496 #, php-format 1423 1497 msgid "Choose from the most used %s" 1424 1498 msgstr "" 1425 1499 1426 #: includes/class-wpstream_product.php:4 251427 #: includes/class-wpstream_product.php:4 281500 #: includes/class-wpstream_product.php:430 1501 #: includes/class-wpstream_product.php:433 1428 1502 msgid "Display the content for page id for this term" 1429 1503 msgstr "" 1430 1504 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 1508 msgid "Featured Image" 1509 msgstr "" 1510 1511 #: includes/class-wpstream_product.php:446 1512 #: includes/class-wpstream_product.php:503 1513 msgid "Category Tagline" 1514 msgstr "" 1515 1432 1516 #: includes/class-wpstream_product.php:490 1517 msgid "Page id for this term" 1518 msgstr "" 1519 1520 #: includes/class-wpstream_product.php:566 1521 msgid "Free-To-View Live Channel" 1522 msgstr "" 1523 1524 #: includes/class-wpstream_product.php:567 1525 #: includes/class-wpstream_product.php:568 1526 #: includes/class-wpstream_product.php:569 1527 msgid "Free-To-View Live Channels" 1528 msgstr "" 1529 1530 #: includes/class-wpstream_product.php:606 1531 msgid "Actors" 1532 msgstr "" 1533 1534 #: includes/class-wpstream_product.php:607 1535 msgid "Actor" 1536 msgstr "" 1537 1538 #: includes/class-wpstream_product.php:616 1539 msgid "Media Categories" 1540 msgstr "" 1541 1542 #: includes/class-wpstream_product.php:617 1543 msgid "Media Category" 1544 msgstr "" 1545 1546 #: includes/class-wpstream_product.php:626 1547 msgid "Movie Ratings" 1548 msgstr "" 1549 1550 #: includes/class-wpstream_product.php:627 1551 msgid "Movie Rating" 1552 msgstr "" 1553 1554 #: includes/class-wpstream_product.php:642 1555 msgid "Free-To-View VOD" 1556 msgstr "" 1557 1558 #: includes/class-wpstream_product.php:643 1559 #: includes/class-wpstream_product.php:644 1560 #: includes/class-wpstream_product.php:645 1561 msgid "Free-To-View VODs" 1562 msgstr "" 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 1568 msgid "Video Collections" 1569 msgstr "" 1570 1571 #: includes/class-wpstream_product.php:692 1572 msgid "Add New Video Collection" 1573 msgstr "" 1574 1575 #: includes/class-wpstream_product.php:693 1576 msgid "Add Video Collection" 1577 msgstr "" 1578 1579 #: includes/class-wpstream_product.php:694 1580 msgid "Edit" 1581 msgstr "" 1582 1583 #: includes/class-wpstream_product.php:695 1584 msgid "Edit Video Collection" 1585 msgstr "" 1586 1587 #: includes/class-wpstream_product.php:696 1588 msgid "New Video Collection" 1589 msgstr "" 1590 1433 1591 #: includes/class-wpstream_product.php:698 1434 msgid "Featured Image"1435 msgstr ""1436 1437 #: includes/class-wpstream_product.php:4411438 #: includes/class-wpstream_product.php:4981439 msgid "Category Tagline"1440 msgstr ""1441 1442 #: includes/class-wpstream_product.php:4851443 msgid "Page id for this term"1444 msgstr ""1445 1446 #: includes/class-wpstream_product.php:5611447 msgid "Free-To-View Live Channel"1448 msgstr ""1449 1450 #: includes/class-wpstream_product.php:5621451 #: includes/class-wpstream_product.php:5631452 #: includes/class-wpstream_product.php:5641453 msgid "Free-To-View Live Channels"1454 msgstr ""1455 1456 #: includes/class-wpstream_product.php:6011457 msgid "Actors"1458 msgstr ""1459 1460 #: includes/class-wpstream_product.php:6021461 msgid "Actor"1462 msgstr ""1463 1464 #: includes/class-wpstream_product.php:6111465 msgid "Media Categories"1466 msgstr ""1467 1468 #: includes/class-wpstream_product.php:6121469 msgid "Media Category"1470 msgstr ""1471 1472 #: includes/class-wpstream_product.php:6211473 msgid "Movie Ratings"1474 msgstr ""1475 1476 #: includes/class-wpstream_product.php:6221477 msgid "Movie Rating"1478 msgstr ""1479 1480 #: includes/class-wpstream_product.php:6371481 msgid "Free-To-View VOD"1482 msgstr ""1483 1484 #: includes/class-wpstream_product.php:6381485 #: includes/class-wpstream_product.php:6391486 #: includes/class-wpstream_product.php:6401487 msgid "Free-To-View VODs"1488 msgstr ""1489 1490 #: includes/class-wpstream_product.php:6801491 #: includes/class-wpstream_product.php:6811492 #: includes/class-wpstream_product.php:6821493 #: includes/class-wpstream_product.php:6851494 msgid "Video Collections"1495 msgstr ""1496 1497 #: includes/class-wpstream_product.php:6871498 msgid "Add New Video Collection"1499 msgstr ""1500 1501 #: includes/class-wpstream_product.php:6881502 msgid "Add Video Collection"1503 msgstr ""1504 1505 #: includes/class-wpstream_product.php:6891506 msgid "Edit"1507 msgstr ""1508 1509 #: includes/class-wpstream_product.php:6901510 msgid "Edit Video Collection"1511 msgstr ""1512 1513 #: includes/class-wpstream_product.php:6911514 msgid "New Video Collection"1515 msgstr ""1516 1517 #: includes/class-wpstream_product.php:6931518 1592 msgid "View Video Collection" 1519 1593 msgstr "" 1520 1594 1521 #: includes/class-wpstream_product.php:69 41595 #: includes/class-wpstream_product.php:699 1522 1596 msgid "Search Video Collection By Name or ID" 1523 1597 msgstr "" 1524 1598 1525 #: includes/class-wpstream_product.php: 6951599 #: includes/class-wpstream_product.php:700 1526 1600 msgid "No Video Collection found" 1527 1601 msgstr "" 1528 1602 1529 #: includes/class-wpstream_product.php: 6961603 #: includes/class-wpstream_product.php:701 1530 1604 msgid "No Video Collection found in Trash" 1531 1605 msgstr "" 1532 1606 1533 #: includes/class-wpstream_product.php: 6971607 #: includes/class-wpstream_product.php:702 1534 1608 msgid "Parent Video Collection" 1535 1609 msgstr "" 1536 1610 1537 #: includes/class-wpstream_product.php: 6991611 #: includes/class-wpstream_product.php:704 1538 1612 msgid "Set Featured Image" 1539 1613 msgstr "" 1540 1614 1541 #: includes/class-wpstream_product.php:70 01615 #: includes/class-wpstream_product.php:705 1542 1616 msgid "Remove Featured Image" 1543 1617 msgstr "" 1544 1618 1545 #: includes/class-wpstream_product.php:70 11619 #: includes/class-wpstream_product.php:706 1546 1620 msgid "Use Featured Image" 1547 1621 msgstr "" … … 1567 1641 msgstr "" 1568 1642 1569 #: public/class-wpstream-public.php:1 201643 #: public/class-wpstream-public.php:150 1570 1644 msgid "Inactive Channel - Chat is disabled." 1571 1645 msgstr "" 1572 1646 1573 #: public/class-wpstream-public.php:1 211647 #: public/class-wpstream-public.php:151 1574 1648 msgid "The live stream is paused and may resume shortly." 1575 1649 msgstr "" 1576 1650 1577 #: public/class-wpstream-public.php:1 231651 #: public/class-wpstream-public.php:153 1578 1652 msgid "The live stream has not yet started" 1579 1653 msgstr "" 1580 1654 1581 #: public/class-wpstream-public.php:1 241655 #: public/class-wpstream-public.php:154 1582 1656 msgid "The live stream is starting..." 1583 1657 msgstr "" 1584 1658 1585 #: public/class-wpstream-public.php:1 251659 #: public/class-wpstream-public.php:155 1586 1660 msgid "The live stream is paused" 1587 1661 msgstr "" 1588 1662 1589 #: public/class-wpstream-public.php:1 261663 #: public/class-wpstream-public.php:156 1590 1664 msgid "The live stream has ended" 1591 1665 msgstr "" 1592 1666 1593 #: public/class-wpstream-public.php:1 641667 #: public/class-wpstream-public.php:194 1594 1668 msgid "We are uploading your file.Do not close this window!" 1595 1669 msgstr "" 1596 1670 1597 #: public/class-wpstream-public.php: 1881671 #: public/class-wpstream-public.php:218 1598 1672 msgid "Are you sure? " 1599 1673 msgstr "" 1600 1674 1601 #: public/class-wpstream-public.php:3 111602 #: public/class-wpstream-public.php:3 201603 #: public/class-wpstream-public.php:3 301675 #: public/class-wpstream-public.php:341 1676 #: public/class-wpstream-public.php:350 1677 #: public/class-wpstream-public.php:360 1604 1678 msgid "Dashboard" 1605 1679 msgstr "" 1606 1680 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 1685 msgid "Orders" 1686 msgstr "" 1687 1610 1688 #: 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 1692 msgid "Addresses" 1693 msgstr "" 1694 1617 1695 #: 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 1625 1699 msgid "Edit Account" 1626 1700 msgstr "" 1627 1701 1628 #: public/class-wpstream-public.php:3 161629 #: public/class-wpstream-public.php:3 241630 #: public/class-wpstream-public.php:3 381631 #: public/class-wpstream-public.php:3 481702 #: 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 1632 1706 msgid "Logout" 1633 1707 msgstr "" 1634 1708 1635 #: public/class-wpstream-public.php:3 341636 #: public/class-wpstream-public.php:3 461709 #: public/class-wpstream-public.php:364 1710 #: public/class-wpstream-public.php:376 1637 1711 msgid "My Live Streams" 1638 1712 msgstr "" 1639 1713 1640 #: public/class-wpstream-public.php:3 351641 #: public/class-wpstream-public.php:3 471714 #: public/class-wpstream-public.php:365 1715 #: public/class-wpstream-public.php:377 1642 1716 msgid "My Videos" 1643 1717 msgstr "" 1644 1718 1645 #: public/class-wpstream-public.php:3 421719 #: public/class-wpstream-public.php:372 1646 1720 msgid "Dashboard2" 1647 1721 msgstr "" 1648 1722 1649 #: public/class-wpstream-public.php:6 431723 #: public/class-wpstream-public.php:673 1650 1724 msgid "Insert WpStream Start Streaming Button" 1651 1725 msgstr "" 1652 1726 1653 #: public/class-wpstream-public.php: 6721727 #: public/class-wpstream-public.php:702 1654 1728 msgid "Insert WpStream Chat" 1655 1729 msgstr "" 1656 1730 1657 #: public/class-wpstream-public.php:7 001658 #: public/class-wpstream-public.php:7 361731 #: public/class-wpstream-public.php:730 1732 #: public/class-wpstream-public.php:766 1659 1733 msgid "Insert WpStream Player" 1660 1734 msgstr "" 1661 1735 1662 #: public/class-wpstream-public.php:7 631736 #: public/class-wpstream-public.php:793 1663 1737 #: widgets/media_list_channels.php:98 1664 1738 #: widgets/media_list_vod.php:97 … … 1666 1740 msgstr "" 1667 1741 1668 #: public/class-wpstream-public.php:7 641742 #: public/class-wpstream-public.php:794 1669 1743 #: widgets/media_list_channels.php:99 1670 1744 #: widgets/media_list_vod.php:98 … … 1672 1746 msgstr "" 1673 1747 1674 #: public/class-wpstream-public.php:7 651748 #: public/class-wpstream-public.php:795 1675 1749 #: widgets/media_list_channels.php:100 1676 1750 #: widgets/media_list_vod.php:99 … … 1678 1752 msgstr "" 1679 1753 1680 #: public/class-wpstream-public.php: 7781754 #: public/class-wpstream-public.php:808 1681 1755 msgid " List wpstream products" 1682 1756 msgstr "" 1683 1757 1684 #: public/class-wpstream-public.php:8 101758 #: public/class-wpstream-public.php:840 1685 1759 #: widgets/media_list_channels.php:104 1686 1760 #: widgets/media_list_vod.php:103 … … 1688 1762 msgstr "" 1689 1763 1690 #: public/class-wpstream-public.php:8 111764 #: public/class-wpstream-public.php:841 1691 1765 #: widgets/media_list_channels.php:105 1692 1766 #: widgets/media_list_vod.php:104 … … 1694 1768 msgstr "" 1695 1769 1696 #: public/class-wpstream-public.php:8 161770 #: public/class-wpstream-public.php:846 1697 1771 #: widgets/media_list_channels.php:118 1698 1772 #: widgets/media_list_vod.php:117 … … 1700 1774 msgstr "" 1701 1775 1702 #: public/class-wpstream-public.php:8 171776 #: public/class-wpstream-public.php:847 1703 1777 #: widgets/media_list_channels.php:119 1704 1778 #: widgets/media_list_vod.php:118 … … 1706 1780 msgstr "" 1707 1781 1708 #: public/class-wpstream-public.php:8 381782 #: public/class-wpstream-public.php:868 1709 1783 msgid " List wpstream channels" 1710 1784 msgstr "" 1711 1785 1712 #: public/class-wpstream-public.php: 8781713 #: public/class-wpstream-public.php:9 401786 #: public/class-wpstream-public.php:908 1787 #: public/class-wpstream-public.php:970 1714 1788 #: widgets/media_list_channels.php:193 1715 1789 #: widgets/media_list_vod.php:187 … … 1717 1791 msgstr "" 1718 1792 1719 #: public/class-wpstream-public.php:9 081793 #: public/class-wpstream-public.php:938 1720 1794 msgid " List wpstream video on demand" 1721 1795 msgstr "" 1722 1796 1723 #: public/class-wpstream-public.php:12 671797 #: public/class-wpstream-public.php:1297 1724 1798 msgid "See Free Live Chanel" 1725 1799 msgstr "" 1726 1800 1727 #: public/class-wpstream-public.php:12 691801 #: public/class-wpstream-public.php:1299 1728 1802 msgid "See Free Video" 1729 1803 msgstr "" … … 1757 1831 msgstr "" 1758 1832 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 1836 msgid "Not enough streaming traffic to broadcast. Please %1$supgrade your subscription%2$s for extra resources." 1837 msgstr "" 1838 1839 #: templates/broadcaster-template.php:77 1764 1840 msgid "WpStream Broadcaster" 1765 1841 msgstr "" 1766 1842 1767 #: templates/broadcaster-template.php:10 41843 #: templates/broadcaster-template.php:105 1768 1844 msgid "LIVE" 1769 1845 msgstr "" 1770 1846 1771 #: templates/broadcaster-template.php:10 51847 #: templates/broadcaster-template.php:106 1772 1848 msgid "Connecting..." 1773 1849 msgstr "" 1774 1850 1775 #: templates/broadcaster-template.php:11 31851 #: templates/broadcaster-template.php:114 1776 1852 msgid "Start Broadcast" 1777 1853 msgstr "" 1778 1854 1779 #: templates/broadcaster-template.php:11 41855 #: templates/broadcaster-template.php:115 1780 1856 msgid "Stop Broadcast" 1781 1857 msgstr "" 1782 1858 1783 #: templates/broadcaster-template.php:1 191859 #: templates/broadcaster-template.php:120 1784 1860 msgid "Not connected" 1785 1861 msgstr "" 1786 1862 1787 #: templates/broadcaster-template.php:12 61863 #: templates/broadcaster-template.php:127 1788 1864 msgid "Video Source" 1789 1865 msgstr "" 1790 1866 1791 #: templates/broadcaster-template.php:1 391867 #: templates/broadcaster-template.php:140 1792 1868 msgid "Audio Source" 1793 1869 msgstr "" 1794 1870 1795 #: templates/broadcaster-template.php:15 41871 #: templates/broadcaster-template.php:155 1796 1872 msgid "Video Resolution" 1797 1873 msgstr "" 1798 1874 1799 #: templates/broadcaster-template.php:15 71875 #: templates/broadcaster-template.php:158 1800 1876 msgid "1920x1080" 1801 1877 msgstr "" 1802 1878 1803 #: templates/broadcaster-template.php:15 81879 #: templates/broadcaster-template.php:159 1804 1880 msgid "1280x720" 1805 1881 msgstr "" 1806 1882 1807 #: templates/broadcaster-template.php:1 591883 #: templates/broadcaster-template.php:160 1808 1884 msgid "800x600" 1809 1885 msgstr "" 1810 1886 1811 #: templates/broadcaster-template.php:16 01887 #: templates/broadcaster-template.php:161 1812 1888 msgid "640x480" 1813 1889 msgstr "" … … 1929 2005 #. translators: 1: Plugin name 2: Elementor 1930 2006 #: wpstream-elementor.php:117 2007 #, php-format 1931 2008 msgid "\"%1$s\" requires \"%2$s\" to be installed and activated." 1932 2009 msgstr "" … … 1946 2023 #: wpstream-elementor.php:141 1947 2024 #: wpstream-elementor.php:166 2025 #, php-format 1948 2026 msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater." 1949 2027 msgstr "" -
wpstream/tags/4.8.2/public/class-wpstream-public.php
r3355115 r3370879 187 187 'channel_off' => esc_html__('Channel is OFF','wpstream'), 188 188 '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/') ) ), 190 191 191 192 )); -
wpstream/tags/4.8.2/public/js/start_streaming.js
r3362236 r3370879 728 728 if ( whipUrl !== '' ) { 729 729 // Open the new broadcaster in a new window 730 var broadcasterUrl = wpstream_s ettings_vars.broadcaster_url + channelId;730 var broadcasterUrl = wpstream_start_streaming_vars.broadcaster_url + channelId; 731 731 window.open(broadcasterUrl, 'wpstream_broadcaster_' + channelId, 'fullscreen=yes'); 732 732 } -
wpstream/tags/4.8.2/readme.txt
r3364177 r3370879 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.8. 17 Stable tag: 4.8.2 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 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 140 145 = 4.8.1 = 141 146 * Fix - Broadcaster reconnecting issue -
wpstream/tags/4.8.2/wpstream.php
r3364177 r3370879 4 4 * Plugin URI: http://wpstream.net 5 5 * 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. 16 * Version: 4.8.2 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.8. 1');17 define('WPSTREAM_PLUGIN_VERSION', '4.8.2'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); … … 283 283 284 284 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 ) ) { 286 286 flush_rewrite_rules(); 287 287 } -
wpstream/trunk/admin/class-wpstream-admin.php
r3362236 r3370879 267 267 'ARE YOU SURE you want to continue with Basic Streaming?', 268 268 'wpstream' 269 ) 269 ), 270 'broadcaster_url' => esc_url( esc_url(home_url('/broadcaster-page/') ) ), 270 271 )); 271 272 -
wpstream/trunk/hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php
r3335660 r3370879 134 134 <?php 135 135 $user_data = array( 136 esc_html__('First name',' hello-wpstream') => array(136 esc_html__('First name','wpstream') => array( 137 137 'value' => $user->first_name, 138 138 'id' => 'wpstream_first_name_value' 139 139 ), 140 140 141 esc_html__('Last name', ' hello-wpstream') => array(141 esc_html__('Last name', 'wpstream') => array( 142 142 'value' => $user->last_name, 143 143 'id' => 'wpstream_last_name_value' 144 144 ), 145 esc_html__('Display Name', ' hello-wpstream') => array(145 esc_html__('Display Name', 'wpstream') => array( 146 146 'value' => $user->display_name, 147 147 'id' => 'wpstream_display_name_value' 148 148 ), 149 esc_html__('Email Address', ' hello-wpstream') => array(149 esc_html__('Email Address', 'wpstream') => array( 150 150 'value'=> $user->user_email, 151 151 'id'=> 'wpstream_email_value' 152 152 ), 153 esc_html__('About me', ' hello-wpstream') => array(153 esc_html__('About me', 'wpstream') => array( 154 154 'value'=> $user->description, 155 155 '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. 2 3 msgid "" 3 4 msgstr "" 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" 6 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 7 8 "Language-Team: LANGUAGE <LL@li.org>\n" … … 9 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "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" 12 13 "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" 14 15 "X-Domain: wpstream\n" 15 16 16 17 #. Plugin Name of the plugin 18 #: wpstream.php 17 19 msgid "WpStream - Live Streaming, Video on Demand, Pay Per View" 18 20 msgstr "" … … 20 22 #. Plugin URI of the plugin 21 23 #. Author URI of the plugin 24 #: wpstream.php 22 25 msgid "http://wpstream.net" 23 26 msgstr "" 24 27 25 28 #. Description of the plugin 29 #: wpstream.php 26 30 msgid "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." 27 31 msgstr "" 28 32 29 33 #. Author of the plugin 34 #: wpstream.php 30 35 msgid "wpstream" 31 36 msgstr "" … … 48 53 49 54 #: admin/class-wpstream-admin.php:89 55 #: admin/class-wpstream-admin.php:1563 56 msgid "Lock To Website" 57 msgstr "" 58 59 #. translators: %1$s is the website URL. 60 #: admin/class-wpstream-admin.php:91 61 #, php-format 62 msgid "If enabled, live video will only display on %1$s, otherwise it can show up on any website." 63 msgstr "" 64 65 #: admin/class-wpstream-admin.php:95 66 #: admin/class-wpstream-admin.php:1546 67 msgid "Autoplay" 68 msgstr "" 69 70 #: admin/class-wpstream-admin.php:96 71 msgid "If enabled, live video will attempt to start playing automatically. This is only achievable in some browsers." 72 msgstr "" 73 74 #: admin/class-wpstream-admin.php:100 50 75 #: admin/class-wpstream-admin.php:1555 51 msgid "Lock To Website"52 msgstr ""53 54 #: admin/class-wpstream-admin.php:9055 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:9459 #: admin/class-wpstream-admin.php:153860 msgid "Autoplay"61 msgstr ""62 63 #: admin/class-wpstream-admin.php:9564 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:9968 #: admin/class-wpstream-admin.php:154769 76 msgid "Start Muted" 70 77 msgstr "" 71 78 72 #: admin/class-wpstream-admin.php:10 079 #: admin/class-wpstream-admin.php:101 73 80 msgid "If enabled, live video will start muted. This may increase the rate of autoplay in some browsers. " 74 81 msgstr "" 75 82 76 #: admin/class-wpstream-admin.php:10 483 #: admin/class-wpstream-admin.php:105 77 84 msgid "Low Latency (beta)" 78 85 msgstr "" 79 86 80 #: admin/class-wpstream-admin.php:10 587 #: admin/class-wpstream-admin.php:106 81 88 msgid "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." 82 89 msgstr "" 83 90 84 #: admin/class-wpstream-admin.php:1 0991 #: admin/class-wpstream-admin.php:110 85 92 msgid "Adaptive Bitrate (beta)" 86 93 msgstr "" 87 94 88 #: admin/class-wpstream-admin.php:11 095 #: admin/class-wpstream-admin.php:111 89 96 msgid "Ensures a smooth and uninterrupted viewing experience by adjusting video quality for viewers with reduced network speed or device capabilities." 90 97 msgstr "" 91 98 92 #: admin/class-wpstream-admin.php:11 499 #: admin/class-wpstream-admin.php:115 93 100 msgid "Encrypt Live Stream" 94 101 msgstr "" 95 102 96 #: admin/class-wpstream-admin.php:11 597 #: admin/class-wpstream-admin.php:15 66103 #: admin/class-wpstream-admin.php:116 104 #: admin/class-wpstream-admin.php:1575 98 105 msgid "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." 99 106 msgstr "" 100 107 101 #: admin/class-wpstream-admin.php:1 19108 #: admin/class-wpstream-admin.php:120 102 109 msgid "Use Sessions with Encryption" 103 110 msgstr "" 104 111 105 #: admin/class-wpstream-admin.php:12 0112 #: admin/class-wpstream-admin.php:121 106 113 msgid "If enabled, encryption key distribution will be checked against valid user sessions. Setting may malfunction or lead to reduced website performance under certain configurations. " 107 114 msgstr "" 108 115 109 #: admin/class-wpstream-admin.php:12 4116 #: admin/class-wpstream-admin.php:125 110 117 msgid "Auto TURN ON" 111 118 msgstr "" 112 119 113 #: admin/class-wpstream-admin.php:12 5120 #: admin/class-wpstream-admin.php:126 114 121 msgid "If enabled, channel will TURN ON automatically when broadcasting with an External Streaming App (RTMP Encoder/Broadcaster)" 115 122 msgstr "" 116 123 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 125 msgid "Casting" 126 msgstr "" 127 128 #: admin/class-wpstream-admin.php:131 129 msgid "If enabled, viewers will be able to cast the video to external devices (e.g. Chromecast, Smart TV)" 130 msgstr "" 131 132 #: admin/class-wpstream-admin.php:193 133 #: admin/class-wpstream-admin.php:237 134 #: public/class-wpstream-public.php:193 120 135 msgid "Click to download!" 121 136 msgstr "" 122 137 123 #: admin/class-wpstream-admin.php:1 88138 #: admin/class-wpstream-admin.php:194 124 139 msgid "We are uploading your file. Do not close this window!" 125 140 msgstr "" 126 141 127 #: admin/class-wpstream-admin.php:1 89128 #: public/class-wpstream-public.php:1 65142 #: admin/class-wpstream-admin.php:195 143 #: public/class-wpstream-public.php:195 129 144 msgid "Upload Complete! You can upload another file!" 130 145 msgstr "" 131 146 132 #: admin/class-wpstream-admin.php:19 0133 #: public/class-wpstream-public.php:1 66147 #: admin/class-wpstream-admin.php:196 148 #: public/class-wpstream-public.php:196 134 149 msgid "The file is not an accepted video format" 135 150 msgstr "" 136 151 137 #: admin/class-wpstream-admin.php:19 1138 #: public/class-wpstream-public.php:1 67152 #: admin/class-wpstream-admin.php:197 153 #: public/class-wpstream-public.php:197 139 154 msgid "Upload Complete!" 140 155 msgstr "" 141 156 142 #: admin/class-wpstream-admin.php: 195143 #: public/class-wpstream-public.php:1 68157 #: admin/class-wpstream-admin.php:201 158 #: public/class-wpstream-public.php:198 144 159 msgid "Upload Failed!" 145 160 msgstr "" 146 161 147 #: admin/class-wpstream-admin.php: 196148 #: public/class-wpstream-public.php:1 69162 #: admin/class-wpstream-admin.php:202 163 #: public/class-wpstream-public.php:199 149 164 msgid "Upload Failed! Please Try again!" 150 165 msgstr "" 151 166 152 #: admin/class-wpstream-admin.php: 197153 #: admin/class-wpstream-admin.php:23 49167 #: admin/class-wpstream-admin.php:203 168 #: admin/class-wpstream-admin.php:2360 154 169 msgid "Choose a file…" 155 170 msgstr "" 156 171 157 #: admin/class-wpstream-admin.php: 198172 #: admin/class-wpstream-admin.php:204 158 173 msgid "Preparing multipart upload..." 159 174 msgstr "" 160 175 161 #: admin/class-wpstream-admin.php: 199176 #: admin/class-wpstream-admin.php:205 162 177 msgid "Uploading part {part} of {total}..." 163 178 msgstr "" 164 179 165 #: admin/class-wpstream-admin.php:20 0180 #: admin/class-wpstream-admin.php:206 166 181 msgid "Failed to upload part {part}. Please try again." 167 182 msgstr "" 168 183 169 #: admin/class-wpstream-admin.php:20 1184 #: admin/class-wpstream-admin.php:207 170 185 msgid "Completing upload. Please wait..." 171 186 msgstr "" 172 187 173 #: admin/class-wpstream-admin.php:20 2188 #: admin/class-wpstream-admin.php:208 174 189 msgid "Failed to upload part {part}. Retrying..." 175 190 msgstr "" 176 191 177 #: admin/class-wpstream-admin.php:20 3192 #: admin/class-wpstream-admin.php:209 178 193 msgid "Choose Recording" 179 194 msgstr "" 180 195 181 #: admin/class-wpstream-admin.php:2 04196 #: admin/class-wpstream-admin.php:210 182 197 msgid "Please select a recording from the list" 183 198 msgstr "" 184 199 185 #: admin/class-wpstream-admin.php:2 05200 #: admin/class-wpstream-admin.php:211 186 201 msgid "Invalid response from server. Missing required upload data." 187 202 msgstr "" 188 203 189 #: admin/class-wpstream-admin.php:2 06190 #: admin/class-wpstream-admin.php:24 14204 #: admin/class-wpstream-admin.php:212 205 #: admin/class-wpstream-admin.php:2425 191 206 msgid "The video is still processing" 192 207 msgstr "" 193 208 194 #: admin/class-wpstream-admin.php:2 07195 #: admin/class-wpstream-admin.php:24 31209 #: admin/class-wpstream-admin.php:213 210 #: admin/class-wpstream-admin.php:2442 196 211 msgid "File Name:" 197 212 msgstr "" 198 213 199 #: admin/class-wpstream-admin.php:2 08214 #: admin/class-wpstream-admin.php:214 200 215 msgid "Something did not work. Please try again." 201 216 msgstr "" 202 217 203 #: admin/class-wpstream-admin.php:2 14218 #: admin/class-wpstream-admin.php:220 204 219 msgid "Delete file" 205 220 msgstr "" 206 221 207 #: admin/class-wpstream-admin.php:2 15222 #: admin/class-wpstream-admin.php:221 208 223 msgid "Download" 209 224 msgstr "" 210 225 211 #: admin/class-wpstream-admin.php:2 16212 #: admin/class-wpstream-admin.php:24 35226 #: admin/class-wpstream-admin.php:222 227 #: admin/class-wpstream-admin.php:2446 213 228 msgid "Click to download! The url will work for the next 20 minutes!" 214 229 msgstr "" 215 230 216 #: admin/class-wpstream-admin.php:2 18231 #: admin/class-wpstream-admin.php:224 217 232 msgid "Create new Free-To-View VOD from this recording" 218 233 msgstr "" 219 234 220 #: admin/class-wpstream-admin.php:22 1235 #: admin/class-wpstream-admin.php:227 221 236 msgid "Create new Pay-Per-View VOD from this recording" 222 237 msgstr "" 223 238 224 #: admin/class-wpstream-admin.php:2 39225 #: public/class-wpstream-public.php: 173239 #: admin/class-wpstream-admin.php:245 240 #: public/class-wpstream-public.php:203 226 241 msgid "TURNING ON" 227 242 msgstr "" 228 243 229 #: admin/class-wpstream-admin.php:24 0230 #: public/class-wpstream-public.php: 174244 #: admin/class-wpstream-admin.php:246 245 #: public/class-wpstream-public.php:204 231 246 msgid "TURNING OFF" 232 247 msgstr "" 233 248 234 #: admin/class-wpstream-admin.php:24 1235 #: admin/class-wpstream-admin.php:62 0236 #: admin/class-wpstream-admin.php:80 2237 #: public/class-wpstream-public.php: 175249 #: 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 238 253 msgid "TURN ON" 239 254 msgstr "" 240 255 241 #: admin/class-wpstream-admin.php:24 2242 #: public/class-wpstream-public.php: 176256 #: admin/class-wpstream-admin.php:248 257 #: public/class-wpstream-public.php:206 243 258 msgid "TURN OFF" 244 259 msgstr "" 245 260 246 #: admin/class-wpstream-admin.php:24 3247 #: public/class-wpstream-public.php: 177261 #: admin/class-wpstream-admin.php:249 262 #: public/class-wpstream-public.php:207 248 263 msgid "Failed to get channel info. Please try again." 249 264 msgstr "" 250 265 251 #: admin/class-wpstream-admin.php:2 44252 #: public/class-wpstream-public.php: 178266 #: admin/class-wpstream-admin.php:250 267 #: public/class-wpstream-public.php:208 253 268 msgid "Channel is now OFF. Click to turn ON." 254 269 msgstr "" 255 270 256 #: admin/class-wpstream-admin.php:2 45257 #: public/class-wpstream-public.php: 179271 #: admin/class-wpstream-admin.php:251 272 #: public/class-wpstream-public.php:209 258 273 msgid "Click to turn channel off. This will interrupt any ongoing broadcast." 259 274 msgstr "" 260 275 261 #: admin/class-wpstream-admin.php:2 46262 #: public/class-wpstream-public.php: 180276 #: admin/class-wpstream-admin.php:252 277 #: public/class-wpstream-public.php:210 263 278 msgid "Turning a channel on may take 1-2 minutes or more. Please be patient." 264 279 msgstr "" 265 280 266 #: admin/class-wpstream-admin.php:2 47267 #: public/class-wpstream-public.php: 181281 #: admin/class-wpstream-admin.php:253 282 #: public/class-wpstream-public.php:211 268 283 msgid "This may take a few minutes." 269 284 msgstr "" 270 285 271 #: admin/class-wpstream-admin.php:2 48272 #: public/class-wpstream-public.php: 182286 #: admin/class-wpstream-admin.php:254 287 #: public/class-wpstream-public.php:212 273 288 msgid "You don't have enough data to start a new event!" 274 289 msgstr "" 275 290 276 #: admin/class-wpstream-admin.php:2 49277 #: public/class-wpstream-public.php: 183291 #: admin/class-wpstream-admin.php:255 292 #: public/class-wpstream-public.php:213 278 293 msgid "Failed to start the channel. Please try again in a few minutes." 279 294 msgstr "" 280 295 281 #: admin/class-wpstream-admin.php:25 0282 #: public/class-wpstream-public.php: 184296 #: admin/class-wpstream-admin.php:256 297 #: public/class-wpstream-public.php:214 283 298 msgid "Channel is turning on" 284 299 msgstr "" 285 300 286 #: admin/class-wpstream-admin.php:25 1287 #: public/class-wpstream-public.php: 185301 #: admin/class-wpstream-admin.php:257 302 #: public/class-wpstream-public.php:215 288 303 msgid "Channel is turning off" 289 304 msgstr "" 290 305 291 #: admin/class-wpstream-admin.php:25 2292 #: public/class-wpstream-public.php: 186306 #: admin/class-wpstream-admin.php:258 307 #: public/class-wpstream-public.php:216 293 308 msgid "Channel is ON" 294 309 msgstr "" 295 310 296 #: admin/class-wpstream-admin.php:25 3297 #: admin/class-wpstream-admin.php:6 19298 #: admin/class-wpstream-admin.php:80 1299 #: public/class-wpstream-public.php: 187311 #: 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 300 315 msgid "Channel is OFF" 301 316 msgstr "" 302 317 303 #: admin/class-wpstream-admin.php:2 54304 #: public/class-wpstream-public.php: 189318 #: admin/class-wpstream-admin.php:260 319 #: public/class-wpstream-public.php:219 305 320 msgid "ARE YOU SURE you'd like to TURN OFF the channel now? " 306 321 msgstr "" 307 322 308 #: admin/class-wpstream-admin.php:26 1323 #: admin/class-wpstream-admin.php:267 309 324 msgid "Your account is now in BASIC STREAMING mode." 310 325 msgstr "" 311 326 312 #: admin/class-wpstream-admin.php:2 74327 #: admin/class-wpstream-admin.php:280 313 328 msgid "Failed to save settings. Please try again." 314 329 msgstr "" 315 330 316 #: admin/class-wpstream-admin.php:2 75331 #: admin/class-wpstream-admin.php:281 317 332 msgid "Choose Logo Image" 318 333 msgstr "" 319 334 320 #: admin/class-wpstream-admin.php:2 76335 #: admin/class-wpstream-admin.php:282 321 336 msgid "Select Image" 322 337 msgstr "" 323 338 324 #: admin/class-wpstream-admin.php:2 77339 #: admin/class-wpstream-admin.php:283 325 340 msgid "Update Successful." 326 341 msgstr "" 327 342 328 #: admin/class-wpstream-admin.php:2 78343 #: admin/class-wpstream-admin.php:284 329 344 msgid "Something went wrong. Try again." 330 345 msgstr "" 331 346 332 #: admin/class-wpstream-admin.php:3 26347 #: admin/class-wpstream-admin.php:332 333 348 msgid "WpStream " 334 349 msgstr "" 335 350 336 #: admin/class-wpstream-admin.php:39 1351 #: admin/class-wpstream-admin.php:397 337 352 msgid "Your Pay-Per-View Channel List" 338 353 msgstr "" 339 354 340 #: admin/class-wpstream-admin.php: 396355 #: admin/class-wpstream-admin.php:402 341 356 msgid "Create new Pay-Per-View channel." 342 357 msgstr "" 343 358 344 #: admin/class-wpstream-admin.php:4 55359 #: admin/class-wpstream-admin.php:461 345 360 msgid "Free-To-View Channels" 346 361 msgstr "" 347 362 348 #: admin/class-wpstream-admin.php:4 58363 #: admin/class-wpstream-admin.php:464 349 364 msgid "Create new Free-To-View channel." 350 365 msgstr "" 351 366 352 #: admin/class-wpstream-admin.php:4 75353 #: admin/class-wpstream-admin.php:30 88367 #: admin/class-wpstream-admin.php:481 368 #: admin/class-wpstream-admin.php:3099 354 369 #: includes/class-wpstream.php:895 355 370 #: includes/class-wpstream.php:916 … … 357 372 msgstr "" 358 373 359 #: admin/class-wpstream-admin.php:4 89374 #: admin/class-wpstream-admin.php:495 360 375 msgid "* You do not have any Pay-Per-View channels!" 361 376 msgstr "" 362 377 363 #: admin/class-wpstream-admin.php:49 2378 #: admin/class-wpstream-admin.php:498 364 379 msgid "* You do not have any free channels!" 365 380 msgstr "" 366 381 367 #: admin/class-wpstream-admin.php: 495382 #: admin/class-wpstream-admin.php:501 368 383 msgid "Add new Free-To-View channel " 369 384 msgstr "" 370 385 371 #: admin/class-wpstream-admin.php: 496386 #: admin/class-wpstream-admin.php:502 372 387 msgid "Add new Pay-Per-View channel " 373 388 msgstr "" 374 389 375 #: admin/class-wpstream-admin.php:5 54390 #: admin/class-wpstream-admin.php:560 376 391 msgid "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!" 377 392 msgstr "" 378 393 379 #: admin/class-wpstream-admin.php:5 76380 #: admin/class-wpstream-admin.php:7 56394 #: admin/class-wpstream-admin.php:582 395 #: admin/class-wpstream-admin.php:762 381 396 msgid "You are not allowed to broadcast." 382 397 msgstr "" 383 398 384 #: admin/class-wpstream-admin.php:5 85385 #: admin/class-wpstream-admin.php:7 65399 #: admin/class-wpstream-admin.php:591 400 #: admin/class-wpstream-admin.php:771 386 401 msgid "You are not allowed to broadcast" 387 402 msgstr "" 388 403 389 #: admin/class-wpstream-admin.php:695 404 #: admin/class-wpstream-admin.php:701 405 #: admin/class-wpstream-admin.php:879 406 msgid "Settings" 407 msgstr "" 408 409 #: admin/class-wpstream-admin.php:843 410 msgid "Webcam" 411 msgstr "" 412 413 #: admin/class-wpstream-admin.php:856 414 msgid "External App" 415 msgstr "" 416 390 417 #: admin/class-wpstream-admin.php:873 391 msgid "Settings"392 msgstr ""393 394 #: admin/class-wpstream-admin.php:837395 msgid "Webcam"396 msgstr ""397 398 #: admin/class-wpstream-admin.php:850399 msgid "External App"400 msgstr ""401 402 #: admin/class-wpstream-admin.php:867403 418 msgid "Statistics" 404 419 msgstr "" 405 420 406 #: admin/class-wpstream-admin.php: 898407 #: includes/class-wpstream_product.php:69 2421 #: admin/class-wpstream-admin.php:904 422 #: includes/class-wpstream_product.php:697 408 423 msgid "View" 409 424 msgstr "" 410 425 411 #: admin/class-wpstream-admin.php:9 07426 #: admin/class-wpstream-admin.php:913 412 427 msgid "Share" 413 428 msgstr "" 414 429 415 #: admin/class-wpstream-admin.php:9 48430 #: admin/class-wpstream-admin.php:954 416 431 msgid "Edit settings for this channel" 417 432 msgstr "" 418 433 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 420 437 msgid "When is OFF, the settings from %s will be applied" 421 438 msgstr "" 422 439 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 425 443 msgid "Default Channel Settings" 426 444 msgstr "" 427 445 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 429 449 msgid "Channel Settings (#ID %s)" 430 450 msgstr "" 431 451 432 #: admin/class-wpstream-admin.php:10 04452 #: admin/class-wpstream-admin.php:1012 433 453 msgid "Share your Channel" 434 454 msgstr "" 435 455 436 #: admin/class-wpstream-admin.php:10 19456 #: admin/class-wpstream-admin.php:1027 437 457 msgid "Go Live with External Streaming App" 438 458 msgstr "" 439 459 440 #: admin/class-wpstream-admin.php:102 1460 #: admin/class-wpstream-admin.php:1029 441 461 msgid "Please choose your RTMP encoder/broadcaster" 442 462 msgstr "" 443 463 444 #: admin/class-wpstream-admin.php:106 1445 #: admin/class-wpstream-admin.php:10 64446 #: admin/class-wpstream-admin.php:1 096447 #: admin/class-wpstream-admin.php:1 099448 #: admin/class-wpstream-admin.php:11 33449 #: admin/class-wpstream-admin.php:11 36450 #: admin/class-wpstream-admin.php:11 69451 #: admin/class-wpstream-admin.php:11 72452 #: admin/class-wpstream-admin.php:12 04453 #: admin/class-wpstream-admin.php:12 07454 #: admin/class-wpstream-admin.php:12 39455 #: admin/class-wpstream-admin.php:12 86456 #: admin/class-wpstream-admin.php:12 89464 #: 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 457 477 msgid "copy" 458 478 msgstr "" 459 479 460 #: admin/class-wpstream-admin.php:13 77480 #: admin/class-wpstream-admin.php:1385 461 481 msgid "Slug for free video/channel pages " 462 482 msgstr "" 463 483 464 #: admin/class-wpstream-admin.php:138 0484 #: admin/class-wpstream-admin.php:1388 465 485 msgid "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." 466 486 msgstr "" 467 487 468 #: admin/class-wpstream-admin.php:13 85488 #: admin/class-wpstream-admin.php:1393 469 489 msgid "Non-Admin User Roles Allowed to Broadcast" 470 490 msgstr "" 471 491 472 #: admin/class-wpstream-admin.php:13 88492 #: admin/class-wpstream-admin.php:1396 473 493 msgid "These types of users can stream via frontend shortcodes / blocks. Single individual channels are automaticlally created for streaming by non-admins." 474 494 msgstr "" 475 495 476 #: admin/class-wpstream-admin.php:1 393496 #: admin/class-wpstream-admin.php:1401 477 497 msgid "Non Admin Streamers Channel Type." 478 498 msgstr "" 479 499 480 #: admin/class-wpstream-admin.php:1 397481 #: public/class-wpstream-public.php:12 27482 #: public/class-wpstream-public.php:12 39500 #: admin/class-wpstream-admin.php:1405 501 #: public/class-wpstream-public.php:1257 502 #: public/class-wpstream-public.php:1269 483 503 msgid "Free Live Channel" 484 504 msgstr "" 485 505 486 #: admin/class-wpstream-admin.php:1 398506 #: admin/class-wpstream-admin.php:1406 487 507 msgid "Pay-Per-View" 488 508 msgstr "" 489 509 490 #: admin/class-wpstream-admin.php:140 0510 #: admin/class-wpstream-admin.php:1408 491 511 msgid "Choose whether the channels assigned to non-admins are free-for-all or pay-per-view (WooCommerce product)." 492 512 msgstr "" 493 513 494 #: admin/class-wpstream-admin.php:14 05514 #: admin/class-wpstream-admin.php:1413 495 515 msgid "Default Pay-Per-View Price" 496 516 msgstr "" 497 517 498 #: admin/class-wpstream-admin.php:14 08518 #: admin/class-wpstream-admin.php:1416 499 519 msgid "Default price of pay-per-view channels assigned to non-admins." 500 520 msgstr "" 501 521 502 #: admin/class-wpstream-admin.php:14 15522 #: admin/class-wpstream-admin.php:1423 503 523 msgid "Use Global Subscription Mode" 504 524 msgstr "" 505 525 506 #: admin/class-wpstream-admin.php:14 18526 #: admin/class-wpstream-admin.php:1426 507 527 msgid "If enabled, a client can access all the media products (live and VOD) by purchasing a single subscription. The \"WooCommerce Subscriptions\" plugin is required." 508 528 msgstr "" 509 529 510 #: admin/class-wpstream-admin.php:14 23530 #: admin/class-wpstream-admin.php:1431 511 531 msgid "Subscription ID for Global Subscription Mode" 512 532 msgstr "" 513 533 514 #: admin/class-wpstream-admin.php:14 26534 #: admin/class-wpstream-admin.php:1434 515 535 msgid "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." 516 536 msgstr "" 517 537 518 #: admin/class-wpstream-admin.php:143 0538 #: admin/class-wpstream-admin.php:1438 519 539 msgid "PPV not logged in message" 520 540 msgstr "" 521 541 522 #: admin/class-wpstream-admin.php:14 33542 #: admin/class-wpstream-admin.php:1441 523 543 msgid "This message will be displayed on top of the media player for pay-per-view items when user is not logged in." 524 544 msgstr "" 525 545 526 #: admin/class-wpstream-admin.php:14 34546 #: admin/class-wpstream-admin.php:1442 527 547 msgid "You must be logged in to watch this video." 528 548 msgstr "" 529 549 530 #: admin/class-wpstream-admin.php:14 38550 #: admin/class-wpstream-admin.php:1446 531 551 msgid "PPV not purchased message" 532 552 msgstr "" 533 553 534 #: admin/class-wpstream-admin.php:144 1554 #: admin/class-wpstream-admin.php:1449 535 555 msgid "This message will be displayed on top of the media player for common pay-per-view items that have not been purchased." 536 556 msgstr "" 537 557 538 #: admin/class-wpstream-admin.php:14 42558 #: admin/class-wpstream-admin.php:1450 539 559 msgid "You did not yet purchase this item." 540 560 msgstr "" 541 561 542 #: admin/class-wpstream-admin.php:14 46562 #: admin/class-wpstream-admin.php:1454 543 563 msgid "Subscription not purchased message" 544 564 msgstr "" 545 565 546 #: admin/class-wpstream-admin.php:14 49566 #: admin/class-wpstream-admin.php:1457 547 567 msgid "This message will be displayed on top of the media player for subscription-type pay-per-view items that have not been purchased." 548 568 msgstr "" 549 569 550 #: admin/class-wpstream-admin.php:145 0570 #: admin/class-wpstream-admin.php:1458 551 571 msgid " You did not yet subscribe to this item." 552 572 msgstr "" 553 573 554 #: admin/class-wpstream-admin.php:14 54574 #: admin/class-wpstream-admin.php:1462 555 575 msgid "Thank you message" 556 576 msgstr "" 557 577 558 #: admin/class-wpstream-admin.php:14 57578 #: admin/class-wpstream-admin.php:1465 559 579 msgid "This message will be displayed on the thank you page (after purchase) and the confirmation email." 560 580 msgstr "" 561 581 562 #: admin/class-wpstream-admin.php:14 58582 #: admin/class-wpstream-admin.php:1466 563 583 msgid "Thanks for your purchase. You can access your item at any time by visiting the following page: {item_link}" 564 584 msgstr "" 565 585 566 #: admin/class-wpstream-admin.php:14 63586 #: admin/class-wpstream-admin.php:1471 567 587 msgid "Subscription Active message" 568 588 msgstr "" 569 589 570 #: admin/class-wpstream-admin.php:14 66590 #: admin/class-wpstream-admin.php:1474 571 591 msgid "This message will be displayed on subscription product page." 572 592 msgstr "" 573 593 574 #: admin/class-wpstream-admin.php:14 67594 #: admin/class-wpstream-admin.php:1475 575 595 msgid "Your Subscription is Active" 576 596 msgstr "" 577 597 578 #: admin/class-wpstream-admin.php:147 1598 #: admin/class-wpstream-admin.php:1479 579 599 msgid "You are not live message" 580 600 msgstr "" 581 601 582 #: admin/class-wpstream-admin.php:14 74602 #: admin/class-wpstream-admin.php:1482 583 603 msgid "This message will be displayed in player." 584 604 msgstr "" 585 605 586 #: admin/class-wpstream-admin.php:14 75606 #: admin/class-wpstream-admin.php:1483 587 607 msgid "We are not live at this moment" 588 608 msgstr "" 589 609 590 #: admin/class-wpstream-admin.php:148 0610 #: admin/class-wpstream-admin.php:1488 591 611 msgid "Video player theme" 592 612 msgstr "" 593 613 594 #: admin/class-wpstream-admin.php:14 84614 #: admin/class-wpstream-admin.php:1492 595 615 msgid "Default" 596 616 msgstr "" 597 617 598 #: admin/class-wpstream-admin.php:14 85618 #: admin/class-wpstream-admin.php:1493 599 619 msgid "City" 600 620 msgstr "" 601 621 602 #: admin/class-wpstream-admin.php:14 86622 #: admin/class-wpstream-admin.php:1494 603 623 msgid "Forest" 604 624 msgstr "" 605 625 606 #: admin/class-wpstream-admin.php:14 87626 #: admin/class-wpstream-admin.php:1495 607 627 msgid "Fantasy" 608 628 msgstr "" 609 629 610 #: admin/class-wpstream-admin.php:14 88630 #: admin/class-wpstream-admin.php:1496 611 631 msgid "Sea" 612 632 msgstr "" 613 633 614 #: admin/class-wpstream-admin.php:149 0634 #: admin/class-wpstream-admin.php:1498 615 635 msgid "Choose the video player theme to have a different look for the player." 616 636 msgstr "" 617 637 618 #: admin/class-wpstream-admin.php:1 495638 #: admin/class-wpstream-admin.php:1503 619 639 msgid "Logo for the video player" 620 640 msgstr "" 621 641 622 #: admin/class-wpstream-admin.php:1 497642 #: admin/class-wpstream-admin.php:1505 623 643 msgid "This logo will be displayed on the the video player." 624 644 msgstr "" 625 645 626 #: admin/class-wpstream-admin.php:15 14646 #: admin/class-wpstream-admin.php:1522 627 647 msgid "Position of the video player logo" 628 648 msgstr "" 629 649 630 #: admin/class-wpstream-admin.php:15 17650 #: admin/class-wpstream-admin.php:1525 631 651 msgid "Top Left" 632 652 msgstr "" 633 653 634 #: admin/class-wpstream-admin.php:15 18654 #: admin/class-wpstream-admin.php:1526 635 655 msgid "Top Right" 636 656 msgstr "" 637 657 638 #: admin/class-wpstream-admin.php:15 19658 #: admin/class-wpstream-admin.php:1527 639 659 msgid "Bottom Left" 640 660 msgstr "" 641 661 642 #: admin/class-wpstream-admin.php:152 0662 #: admin/class-wpstream-admin.php:1528 643 663 msgid "Bottom Right" 644 664 msgstr "" 645 665 646 #: admin/class-wpstream-admin.php:15 22666 #: admin/class-wpstream-admin.php:1530 647 667 msgid "Choose the position of the logo on the video player." 648 668 msgstr "" 649 669 650 #: admin/class-wpstream-admin.php:153 0670 #: admin/class-wpstream-admin.php:1538 651 671 msgid "Events Options " 652 672 msgstr "" 653 673 654 #: admin/class-wpstream-admin.php:15 33674 #: admin/class-wpstream-admin.php:1541 655 675 msgid "Global Options for live events." 656 676 msgstr "" 657 677 658 #: admin/class-wpstream-admin.php:154 1678 #: admin/class-wpstream-admin.php:1549 659 679 msgid "If enabled, video will attempt to start playing automatically. This is only achievable in some browsers." 660 680 msgstr "" 661 681 662 #: admin/class-wpstream-admin.php:155 0682 #: admin/class-wpstream-admin.php:1558 663 683 msgid "If enabled, video will start muted. This may increase the rate of autoplay in some browsers." 664 684 msgstr "" 665 685 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 667 689 msgid "If enabled, video will only display on %1$s, otherwise it can show up on any website." 668 690 msgstr "" 669 691 670 #: admin/class-wpstream-admin.php:15 63692 #: admin/class-wpstream-admin.php:1572 671 693 msgid "Encrypt Video" 672 694 msgstr "" 673 695 674 #: admin/class-wpstream-admin.php:15 82696 #: admin/class-wpstream-admin.php:1591 675 697 msgid "Logs" 676 698 msgstr "" 677 699 678 #: admin/class-wpstream-admin.php:15 85700 #: admin/class-wpstream-admin.php:1594 679 701 msgid "This is the error log of the plugin." 680 702 msgstr "" 681 703 682 #: admin/class-wpstream-admin.php:1 597704 #: admin/class-wpstream-admin.php:1606 683 705 msgid "WpStream Settings" 684 706 msgstr "" 685 707 686 #: admin/class-wpstream-admin.php:16 01708 #: admin/class-wpstream-admin.php:1610 687 709 msgid "General Options" 688 710 msgstr "" 689 711 690 #: admin/class-wpstream-admin.php:16 03712 #: admin/class-wpstream-admin.php:1612 691 713 msgid "VOD Settings" 692 714 msgstr "" 693 715 694 #: admin/class-wpstream-admin.php:16 04716 #: admin/class-wpstream-admin.php:1613 695 717 msgid "Subscription Options" 696 718 msgstr "" 697 719 698 #: admin/class-wpstream-admin.php:16 05720 #: admin/class-wpstream-admin.php:1614 699 721 msgid "Customize Messages" 700 722 msgstr "" 701 723 702 #: admin/class-wpstream-admin.php:16 06724 #: admin/class-wpstream-admin.php:1615 703 725 msgid "Support" 704 726 msgstr "" 705 727 706 #: admin/class-wpstream-admin.php:16 37728 #: admin/class-wpstream-admin.php:1646 707 729 msgid "These settings will apply to newly created channels; existing channels will not change settings if you change them here" 708 730 msgstr "" 709 731 710 #: admin/class-wpstream-admin.php:171 0711 #: includes/class-wpstream_product.php:4 35712 #: includes/class-wpstream_product.php:49 2732 #: admin/class-wpstream-admin.php:1719 733 #: includes/class-wpstream_product.php:440 734 #: includes/class-wpstream_product.php:497 713 735 msgid "Upload Image" 714 736 msgstr "" 715 737 716 #: admin/class-wpstream-admin.php:17 11738 #: admin/class-wpstream-admin.php:1720 717 739 msgid "Remove Image" 718 740 msgstr "" 719 741 720 #: admin/class-wpstream-admin.php:173 0742 #: admin/class-wpstream-admin.php:1739 721 743 msgid "Video Help" 722 744 msgstr "" 723 745 724 #: admin/class-wpstream-admin.php:17 37725 #: admin/class-wpstream-admin.php:22 12746 #: admin/class-wpstream-admin.php:1746 747 #: admin/class-wpstream-admin.php:2223 726 748 msgid "Save Changes" 727 749 msgstr "" 728 750 729 #: admin/class-wpstream-admin.php:1 796751 #: admin/class-wpstream-admin.php:1805 730 752 msgid "System Information" 731 753 msgstr "" 732 754 733 #: admin/class-wpstream-admin.php:180 0755 #: admin/class-wpstream-admin.php:1809 734 756 msgid "PHP Version" 735 757 msgstr "" 736 758 737 #: admin/class-wpstream-admin.php:18 05759 #: admin/class-wpstream-admin.php:1814 738 760 msgid "We recommend PHP 7.4 or higher" 739 761 msgstr "" 740 762 741 #: admin/class-wpstream-admin.php:18 12763 #: admin/class-wpstream-admin.php:1821 742 764 msgid "WordPress Version" 743 765 msgstr "" 744 766 745 #: admin/class-wpstream-admin.php:18 17767 #: admin/class-wpstream-admin.php:1826 746 768 msgid "We recommend WordPress 5.6 or higher" 747 769 msgstr "" 748 770 749 #: admin/class-wpstream-admin.php:18 24771 #: admin/class-wpstream-admin.php:1833 750 772 msgid "WP Debug Mode" 751 773 msgstr "" 752 774 753 #: admin/class-wpstream-admin.php:18 25775 #: admin/class-wpstream-admin.php:1834 754 776 msgid "Enabled" 755 777 msgstr "" 756 778 757 #: admin/class-wpstream-admin.php:18 25779 #: admin/class-wpstream-admin.php:1834 758 780 msgid "Disabled" 759 781 msgstr "" 760 782 761 #: admin/class-wpstream-admin.php:18 29783 #: admin/class-wpstream-admin.php:1838 762 784 msgid "Debug mode should be disabled on production sites" 763 785 msgstr "" 764 786 765 #: admin/class-wpstream-admin.php:18 36787 #: admin/class-wpstream-admin.php:1845 766 788 msgid "WP Memory Limit" 767 789 msgstr "" 768 790 769 #: admin/class-wpstream-admin.php:18 44791 #: admin/class-wpstream-admin.php:1853 770 792 msgid "We recommend at least 64MB" 771 793 msgstr "" 772 794 773 #: admin/class-wpstream-admin.php:18 51795 #: admin/class-wpstream-admin.php:1860 774 796 msgid "WpStream Version" 775 797 msgstr "" 776 798 777 #: admin/class-wpstream-admin.php:18 56799 #: admin/class-wpstream-admin.php:1865 778 800 msgid "Update available" 779 801 msgstr "" 780 802 781 #: admin/class-wpstream-admin.php:18 59803 #: admin/class-wpstream-admin.php:1868 782 804 msgid "Update Now" 783 805 msgstr "" 784 806 785 #: admin/class-wpstream-admin.php:18 68807 #: admin/class-wpstream-admin.php:1877 786 808 msgid "API Connection" 787 809 msgstr "" 788 810 789 #: admin/class-wpstream-admin.php:18 69811 #: admin/class-wpstream-admin.php:1878 790 812 msgid "Connected" 791 813 msgstr "" 792 814 793 #: admin/class-wpstream-admin.php:18 69815 #: admin/class-wpstream-admin.php:1878 794 816 msgid "Disconnected" 795 817 msgstr "" 796 818 797 #: admin/class-wpstream-admin.php:18 73819 #: admin/class-wpstream-admin.php:1882 798 820 msgid "API connection issue" 799 821 msgstr "" 800 822 801 #: admin/class-wpstream-admin.php:1 895823 #: admin/class-wpstream-admin.php:1904 802 824 msgid "Active Plugins" 803 825 msgstr "" 804 826 805 #: admin/class-wpstream-admin.php:1 899827 #: admin/class-wpstream-admin.php:1908 806 828 msgid "Plugin" 807 829 msgstr "" 808 830 809 #: admin/class-wpstream-admin.php:190 0831 #: admin/class-wpstream-admin.php:1909 810 832 msgid "Version" 811 833 msgstr "" 812 834 813 #: admin/class-wpstream-admin.php:19 07835 #: admin/class-wpstream-admin.php:1916 814 836 msgid "No WPStream plugins found." 815 837 msgstr "" 816 838 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 818 842 msgid "A new version is available: %s" 819 843 msgstr "" 820 844 821 #: admin/class-wpstream-admin.php:19 34845 #: admin/class-wpstream-admin.php:1944 822 846 msgid "Recent Logs" 823 847 msgstr "" 824 848 825 #: admin/class-wpstream-admin.php:19 38849 #: admin/class-wpstream-admin.php:1948 826 850 msgid "Time" 827 851 msgstr "" 828 852 829 #: admin/class-wpstream-admin.php:19 39853 #: admin/class-wpstream-admin.php:1949 830 854 msgid "Type" 831 855 msgstr "" 832 856 833 #: admin/class-wpstream-admin.php:19 40857 #: admin/class-wpstream-admin.php:1950 834 858 msgid "Description" 835 859 msgstr "" 836 860 837 #: admin/class-wpstream-admin.php:19 47861 #: admin/class-wpstream-admin.php:1957 838 862 msgid "No logs found." 839 863 msgstr "" 840 864 841 #: admin/class-wpstream-admin.php:21 80865 #: admin/class-wpstream-admin.php:2190 842 866 msgid "WpStream Credentials" 843 867 msgstr "" 844 868 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 846 872 msgid "To connect your plugin, enter your WpStream credentials below or go <a href=\"%s\" target=\"_blank\">here</a> to create an account." 847 873 msgstr "" 848 874 849 #: admin/class-wpstream-admin.php:2 195875 #: admin/class-wpstream-admin.php:2206 850 876 msgid "Connected to WpStream.net!" 851 877 msgstr "" 852 878 853 #: admin/class-wpstream-admin.php:2 197879 #: admin/class-wpstream-admin.php:2208 854 880 msgid "Failed to connect to WpStream.net. Please address CURL connectivity with your hosting provider." 855 881 msgstr "" 856 882 857 #: admin/class-wpstream-admin.php:22 32883 #: admin/class-wpstream-admin.php:2243 858 884 msgid "Create new Free-To-View channel" 859 885 msgstr "" 860 886 861 #: admin/class-wpstream-admin.php:22 33887 #: admin/class-wpstream-admin.php:2244 862 888 msgid "Create Pay-Per-View channel" 863 889 msgstr "" 864 890 865 #: admin/class-wpstream-admin.php:22 54891 #: admin/class-wpstream-admin.php:2265 866 892 msgid "Upload New Recording" 867 893 msgstr "" 868 894 869 #: admin/class-wpstream-admin.php:22 56895 #: admin/class-wpstream-admin.php:2267 870 896 msgid "Your Recordings" 871 897 msgstr "" 872 898 873 #: admin/class-wpstream-admin.php:23 26874 #: admin/class-wpstream-admin.php:2 391899 #: admin/class-wpstream-admin.php:2337 900 #: admin/class-wpstream-admin.php:2402 875 901 msgid "Not connected. Please connect to WpStream to upload videos." 876 902 msgstr "" 877 903 878 #: admin/class-wpstream-admin.php:23 29904 #: admin/class-wpstream-admin.php:2340 879 905 msgid "You don't have enough cloud storage and data to upload a new item. Please delete some videos or upgrade your plan." 880 906 msgstr "" 881 907 882 #: admin/class-wpstream-admin.php:23 39908 #: admin/class-wpstream-admin.php:2350 883 909 msgid "Please select or drop a video file. Do not close this window during the upload!" 884 910 msgstr "" 885 911 886 #: admin/class-wpstream-admin.php:23 53912 #: admin/class-wpstream-admin.php:2364 887 913 msgid "Drop a video file here!" 888 914 msgstr "" 889 915 890 #: admin/class-wpstream-admin.php:23 54916 #: admin/class-wpstream-admin.php:2365 891 917 msgid "" 892 918 "The Video File must be encoded with the following settings:<br>\n" … … 899 925 msgstr "" 900 926 901 #: admin/class-wpstream-admin.php:23 60927 #: admin/class-wpstream-admin.php:2371 902 928 msgid "Accepted file extensions: .mp4, .mov" 903 929 msgstr "" 904 930 905 #: admin/class-wpstream-admin.php:24 13931 #: admin/class-wpstream-admin.php:2424 906 932 msgid "File Name :" 907 933 msgstr "" 908 934 909 #: admin/class-wpstream-admin.php:24 33935 #: admin/class-wpstream-admin.php:2444 910 936 msgid "delete file" 911 937 msgstr "" 912 938 913 #: admin/class-wpstream-admin.php:24 34939 #: admin/class-wpstream-admin.php:2445 914 940 msgid "download" 915 941 msgstr "" 916 942 917 #: admin/class-wpstream-admin.php:24 56943 #: admin/class-wpstream-admin.php:2467 918 944 msgid "You don't have any videos." 919 945 msgstr "" 920 946 921 #: admin/class-wpstream-admin.php:25 48947 #: admin/class-wpstream-admin.php:2559 922 948 msgid "Video On Demand Settings" 923 949 msgstr "" 924 950 925 #: admin/class-wpstream-admin.php:25 49926 #: includes/class-wpstream_product.php:6 79927 #: includes/class-wpstream_product.php:6 86951 #: admin/class-wpstream-admin.php:2560 952 #: includes/class-wpstream_product.php:684 953 #: includes/class-wpstream_product.php:691 928 954 msgid "Video Collection" 929 955 msgstr "" 930 956 931 #: admin/class-wpstream-admin.php:25 50957 #: admin/class-wpstream-admin.php:2561 932 958 msgid "Product Data" 933 959 msgstr "" 934 960 935 #: admin/class-wpstream-admin.php:25 59961 #: admin/class-wpstream-admin.php:2570 936 962 msgid "Video Collection Options" 937 963 msgstr "" 938 964 939 #: admin/class-wpstream-admin.php:26 28965 #: admin/class-wpstream-admin.php:2639 940 966 msgid "Media Type:" 941 967 msgstr "" 942 968 943 #: admin/class-wpstream-admin.php:26 30969 #: admin/class-wpstream-admin.php:2641 944 970 msgid "Recording" 945 971 msgstr "" 946 972 947 #: admin/class-wpstream-admin.php:26 31973 #: admin/class-wpstream-admin.php:2642 948 974 msgid "Self Hosted or External Video" 949 975 msgstr "" 950 976 951 #: admin/class-wpstream-admin.php:26 42977 #: admin/class-wpstream-admin.php:2653 952 978 msgid "Choose video:" 953 979 msgstr "" 954 980 955 #: admin/class-wpstream-admin.php:26 62981 #: admin/class-wpstream-admin.php:2673 956 982 msgid "Video:" 957 983 msgstr "" 958 984 959 #: admin/class-wpstream-admin.php:26 65985 #: admin/class-wpstream-admin.php:2676 960 986 msgid "Select Video" 961 987 msgstr "" 962 988 963 #: admin/class-wpstream-admin.php:26 73989 #: admin/class-wpstream-admin.php:2684 964 990 msgid "Choose one of your existing recordings." 965 991 msgstr "" 966 992 967 #: admin/class-wpstream-admin.php:26 74993 #: admin/class-wpstream-admin.php:2685 968 994 msgid "Upload a video from your computer or paste the URL of a YouTube/external video." 969 995 msgstr "" 970 996 971 #: admin/class-wpstream-admin.php: 2995997 #: admin/class-wpstream-admin.php:3006 972 998 msgid "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." 973 999 msgstr "" 974 1000 975 #: admin/class-wpstream-admin.php:3041976 1001 #: admin/class-wpstream-admin.php:3052 1002 #: admin/class-wpstream-admin.php:3063 977 1003 msgid "Live Streaming" 978 1004 msgstr "" 979 1005 980 #: admin/class-wpstream-admin.php:3 0911006 #: admin/class-wpstream-admin.php:3102 981 1007 msgid "To Go Live, please publish your channel first !" 982 1008 msgstr "" 983 1009 984 #: admin/class-wpstream-admin.php:31 65985 #: public/class-wpstream-public.php:6 38986 #: public/class-wpstream-public.php:6 67987 #: public/class-wpstream-public.php: 695988 #: public/class-wpstream-public.php:7 31989 #: public/class-wpstream-public.php: 773990 #: public/class-wpstream-public.php:8 33991 #: public/class-wpstream-public.php:9 031010 #: 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 992 1018 msgid "WpStream" 993 1019 msgstr "" 994 1020 995 #: admin/class-wpstream-admin.php:31 651021 #: admin/class-wpstream-admin.php:3176 996 1022 msgid "Quick Start" 997 1023 msgstr "" 998 1024 999 #: admin/class-wpstream-admin.php:31 691025 #: admin/class-wpstream-admin.php:3180 1000 1026 msgid "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! " 1001 1027 msgstr "" 1002 1028 1003 #: admin/class-wpstream-admin.php:31 721029 #: admin/class-wpstream-admin.php:3183 1004 1030 msgid "Start the Guide" 1005 1031 msgstr "" 1006 1032 1007 #: admin/class-wpstream-admin.php:32 491033 #: admin/class-wpstream-admin.php:3260 1008 1034 msgid "WpStream Account" 1009 1035 msgstr "" 1010 1036 1011 #: admin/class-wpstream-admin.php:32 521037 #: admin/class-wpstream-admin.php:3263 1012 1038 msgid "A WpStream account is required to make use of the plugin." 1013 1039 msgstr "" 1014 1040 1015 #: admin/class-wpstream-admin.php:32 571041 #: admin/class-wpstream-admin.php:3268 1016 1042 msgid "Checking if you are already logged....." 1017 1043 msgstr "" 1018 1044 1019 #: admin/class-wpstream-admin.php:32 631045 #: admin/class-wpstream-admin.php:3274 1020 1046 msgid "Login with your WpStream Account" 1021 1047 msgstr "" 1022 1048 1023 #: admin/class-wpstream-admin.php:32 761049 #: admin/class-wpstream-admin.php:3287 1024 1050 msgid "Login" 1025 1051 msgstr "" 1026 1052 1027 #: admin/class-wpstream-admin.php:32 831053 #: admin/class-wpstream-admin.php:3294 1028 1054 msgid "Register for a WpStream Account" 1029 1055 msgstr "" 1030 1056 1031 #: admin/class-wpstream-admin.php:32 851057 #: admin/class-wpstream-admin.php:3296 1032 1058 msgid "Your Email" 1033 1059 msgstr "" 1034 1060 1035 #: admin/class-wpstream-admin.php:3 2911061 #: admin/class-wpstream-admin.php:3302 1036 1062 msgid "Your Password" 1037 1063 msgstr "" 1038 1064 1039 #: admin/class-wpstream-admin.php:33 131065 #: admin/class-wpstream-admin.php:3324 1040 1066 msgid "Type the characters above" 1041 1067 msgstr "" 1042 1068 1043 #: admin/class-wpstream-admin.php:33 211069 #: admin/class-wpstream-admin.php:3332 1044 1070 msgid "register" 1045 1071 msgstr "" 1046 1072 1047 #: admin/class-wpstream-admin.php:33 251073 #: admin/class-wpstream-admin.php:3336 1048 1074 msgid "I already have a WpStream Account" 1049 1075 msgstr "" 1050 1076 1051 #: admin/class-wpstream-admin.php:33 271077 #: admin/class-wpstream-admin.php:3338 1052 1078 msgid "Back to Registration" 1053 1079 msgstr "" 1054 1080 1055 #: admin/class-wpstream-admin.php:33 871081 #: admin/class-wpstream-admin.php:3398 1056 1082 msgid "Go LIVE!" 1057 1083 msgstr "" 1058 1084 1059 #: admin/class-wpstream-admin.php:3 3891085 #: admin/class-wpstream-admin.php:3400 1060 1086 msgid "Create a Video-On-Demand (VOD)" 1061 1087 msgstr "" 1062 1088 1063 #: admin/class-wpstream-admin.php:34 071064 #: admin/class-wpstream-admin.php:35 211089 #: admin/class-wpstream-admin.php:3418 1090 #: admin/class-wpstream-admin.php:3532 1065 1091 msgid "Do you want to charge a fee for watching?" 1066 1092 msgstr "" 1067 1093 1068 #: admin/class-wpstream-admin.php:34 091069 #: admin/class-wpstream-admin.php:35 231094 #: admin/class-wpstream-admin.php:3420 1095 #: admin/class-wpstream-admin.php:3534 1070 1096 msgid "No - Free-To-View (FTV)" 1071 1097 msgstr "" 1072 1098 1073 #: admin/class-wpstream-admin.php:34 111074 #: admin/class-wpstream-admin.php:35 261099 #: admin/class-wpstream-admin.php:3422 1100 #: admin/class-wpstream-admin.php:3537 1075 1101 msgid "Yes - Pay-Per-View (PPV)" 1076 1102 msgstr "" 1077 1103 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 1110 msgid "Prev" 1111 msgstr "" 1112 1079 1113 #: admin/class-wpstream-admin.php:3444 1080 #: admin/class-wpstream-admin.php:34841081 #: admin/class-wpstream-admin.php:35281082 #: admin/class-wpstream-admin.php:35641083 #: admin/class-wpstream-admin.php:36231084 msgid "Prev"1085 msgstr ""1086 1087 #: admin/class-wpstream-admin.php:34331088 1114 msgid "Let’s create your first FTV live channel" 1089 1115 msgstr "" 1090 1116 1091 #: admin/class-wpstream-admin.php:34 381117 #: admin/class-wpstream-admin.php:3449 1092 1118 msgid "My first FTV channel" 1093 1119 msgstr "" 1094 1120 1095 #: admin/class-wpstream-admin.php:34 391096 #: admin/class-wpstream-admin.php:34 741121 #: admin/class-wpstream-admin.php:3450 1122 #: admin/class-wpstream-admin.php:3485 1097 1123 msgid "Create Channel" 1098 1124 msgstr "" 1099 1125 1100 #: admin/class-wpstream-admin.php:34 641126 #: admin/class-wpstream-admin.php:3475 1101 1127 msgid "Make your live stream Pay Per View" 1102 1128 msgstr "" 1103 1129 1104 #: admin/class-wpstream-admin.php:34 701130 #: admin/class-wpstream-admin.php:3481 1105 1131 msgid "Choose a name for your channel" 1106 1132 msgstr "" 1107 1133 1108 #: admin/class-wpstream-admin.php:34 711134 #: admin/class-wpstream-admin.php:3482 1109 1135 msgid "My First PPV Channel" 1110 1136 msgstr "" 1111 1137 1112 #: admin/class-wpstream-admin.php:34 721138 #: admin/class-wpstream-admin.php:3483 1113 1139 msgid "Pay-Per-View Price ($)" 1114 1140 msgstr "" 1115 1141 1116 #: admin/class-wpstream-admin.php:35 031142 #: admin/class-wpstream-admin.php:3514 1117 1143 msgid "Pay-Per-View streaming requires WooCommerce. Please install the WooCommerce plugin and try again." 1118 1144 msgstr "" 1119 1145 1120 #: admin/class-wpstream-admin.php:35 051146 #: admin/class-wpstream-admin.php:3516 1121 1147 msgid "Install WooCommerce" 1122 1148 msgstr "" 1123 1149 1124 #: admin/class-wpstream-admin.php:35 071125 #: admin/class-wpstream-admin.php:35 841150 #: admin/class-wpstream-admin.php:3518 1151 #: admin/class-wpstream-admin.php:3595 1126 1152 msgid "Try Again" 1127 1153 msgstr "" 1128 1154 1129 #: admin/class-wpstream-admin.php:35 501155 #: admin/class-wpstream-admin.php:3561 1130 1156 msgid "Let’s create your first Free-To-View VOD" 1131 1157 msgstr "" 1132 1158 1133 #: admin/class-wpstream-admin.php:35 551159 #: admin/class-wpstream-admin.php:3566 1134 1160 msgid "Name your FTV Video-On-Demand" 1135 1161 msgstr "" 1136 1162 1137 #: admin/class-wpstream-admin.php:35 561163 #: admin/class-wpstream-admin.php:3567 1138 1164 msgid "My First FTV VOD" 1139 1165 msgstr "" 1140 1166 1141 #: admin/class-wpstream-admin.php:35 801167 #: admin/class-wpstream-admin.php:3591 1142 1168 msgid "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." 1143 1169 msgstr "" 1144 1170 1145 #: admin/class-wpstream-admin.php:35 821171 #: admin/class-wpstream-admin.php:3593 1146 1172 msgid "Upload Video" 1147 1173 msgstr "" 1148 1174 1149 #: admin/class-wpstream-admin.php:36 021175 #: admin/class-wpstream-admin.php:3613 1150 1176 msgid "Let's create your first Pay-Per-View VOD" 1151 1177 msgstr "" 1152 1178 1153 #: admin/class-wpstream-admin.php:36 101179 #: admin/class-wpstream-admin.php:3621 1154 1180 msgid "Name your PPV Video-On-Demand" 1155 1181 msgstr "" 1156 1182 1157 #: admin/class-wpstream-admin.php:36 111183 #: admin/class-wpstream-admin.php:3622 1158 1184 msgid "My First PPV VOD" 1159 1185 msgstr "" 1160 1186 1161 #: admin/class-wpstream-admin.php:36 131187 #: admin/class-wpstream-admin.php:3624 1162 1188 msgid "Pay-Per-View Price" 1163 1189 msgstr "" 1164 1190 1165 #: admin/class-wpstream-admin.php:36 151191 #: admin/class-wpstream-admin.php:3626 1166 1192 msgid "Create PPV VOD" 1167 1193 msgstr "" 1168 1194 1169 #: admin/class-wpstream-admin.php:40 021195 #: admin/class-wpstream-admin.php:4013 1170 1196 msgid "Your Account was created. Please stand by..." 1171 1197 msgstr "" 1172 1198 1173 #: admin/class-wpstream-admin.php:40 271199 #: admin/class-wpstream-admin.php:4038 1174 1200 msgid "Registration could not be completed. Please try again or register on wpstream.net" 1175 1201 msgstr "" 1176 1202 1177 #: admin/class-wpstream-admin.php:40 781178 #: admin/class-wpstream-admin.php:40 881203 #: admin/class-wpstream-admin.php:4089 1204 #: admin/class-wpstream-admin.php:4099 1179 1205 msgid "The email doesn't look right !" 1180 1206 msgstr "" 1181 1207 1182 #: admin/class-wpstream-admin.php:42 211208 #: admin/class-wpstream-admin.php:4232 1183 1209 msgid "Not enough permissions to make this change" 1184 1210 msgstr "" 1185 1211 1186 #: admin/class-wpstream-admin.php:42 301212 #: admin/class-wpstream-admin.php:4241 1187 1213 msgid "Failed to connect to the filesystem" 1188 1214 msgstr "" 1189 1215 1190 #: admin/class-wpstream-admin.php:42 391216 #: admin/class-wpstream-admin.php:4250 1191 1217 msgid "Update failed due to" 1218 msgstr "" 1219 1220 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:136 1221 msgid "First name" 1222 msgstr "" 1223 1224 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:141 1225 msgid "Last name" 1226 msgstr "" 1227 1228 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:145 1229 msgid "Display Name" 1230 msgstr "" 1231 1232 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:149 1233 msgid "Email Address" 1234 msgstr "" 1235 1236 #: hello-wpstream/template-parts/dashboard-templates/general-template-edit-account.php:153 1237 msgid "About me" 1192 1238 msgstr "" 1193 1239 … … 1281 1327 msgstr "" 1282 1328 1283 #: includes/class-wpstream-player.php:4 891284 #: includes/class-wpstream-player.php:9 331285 #: includes/class-wpstream-player.php:1 0871329 #: includes/class-wpstream-player.php:490 1330 #: includes/class-wpstream-player.php:962 1331 #: includes/class-wpstream-player.php:1119 1286 1332 msgid "Play Trailer" 1287 1333 msgstr "" 1288 1334 1289 #: includes/class-wpstream-player.php:8 441290 #: includes/class-wpstream-player.php:10 341335 #: includes/class-wpstream-player.php:873 1336 #: includes/class-wpstream-player.php:1066 1291 1337 msgid "Playing:" 1292 1338 msgstr "" 1293 1339 1294 #: includes/class-wpstream-player.php:9 411340 #: includes/class-wpstream-player.php:970 1295 1341 msgid "Play Video" 1296 1342 msgstr "" 1297 1343 1298 #: includes/class-wpstream-player.php:10 141344 #: includes/class-wpstream-player.php:1045 1299 1345 msgid "Insufficient resources to stream this title" 1300 1346 msgstr "" … … 1328 1374 msgstr "" 1329 1375 1330 #: includes/class-wpstream.php:960 1376 #. translators: %s: user login 1377 #: includes/class-wpstream.php:961 1378 #, php-format 1331 1379 msgid "%s Channel" 1332 1380 msgstr "" 1333 1381 1334 #: includes/class-wpstream_product.php:50 1382 #. translators: Post type singular name 1383 #: includes/class-wpstream_product.php:51 1384 #, php-format 1335 1385 msgid "New %s" 1336 1386 msgstr "" 1337 1387 1338 #: includes/class-wpstream_product.php:51 1388 #: includes/class-wpstream_product.php:52 1389 #, php-format 1339 1390 msgid "Add new %s" 1340 1391 msgstr "" 1341 1392 1342 #: includes/class-wpstream_product.php:52 1393 #: includes/class-wpstream_product.php:53 1394 #: includes/class-wpstream_product.php:338 1395 #, php-format 1396 msgid "Edit %s" 1397 msgstr "" 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 1403 msgid "View %s" 1404 msgstr "" 1405 1406 #: includes/class-wpstream_product.php:56 1407 #: includes/class-wpstream_product.php:346 1408 #, php-format 1409 msgid "Search %s" 1410 msgstr "" 1411 1412 #: includes/class-wpstream_product.php:57 1413 #: includes/class-wpstream_product.php:354 1414 #, php-format 1415 msgid "No %s found" 1416 msgstr "" 1417 1418 #: includes/class-wpstream_product.php:58 1419 #, php-format 1420 msgid "No %s found in trash" 1421 msgstr "" 1422 1423 #: includes/class-wpstream_product.php:59 1343 1424 #: 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 1426 msgid "All %s" 1427 msgstr "" 1428 1429 #: includes/class-wpstream_product.php:60 1430 #, php-format 1431 msgid "%s Archives" 1432 msgstr "" 1433 1434 #: includes/class-wpstream_product.php:61 1435 #, php-format 1436 msgid "%s Attributes" 1437 msgstr "" 1438 1439 #: includes/class-wpstream_product.php:62 1440 #, php-format 1441 msgid "Insert into %s" 1442 msgstr "" 1443 1444 #: includes/class-wpstream_product.php:63 1445 #, php-format 1446 msgid "Uploaded to this %s" 1447 msgstr "" 1448 1449 #: includes/class-wpstream_product.php:66 1354 1450 #: 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 1390 1452 msgid "Parent %s" 1391 1453 msgstr "" 1392 1454 1393 #: includes/class-wpstream_product.php:66 1455 #: includes/class-wpstream_product.php:67 1456 #: includes/class-wpstream_product.php:345 1457 #, php-format 1458 msgid "Parent %s:" 1459 msgstr "" 1460 1461 #: includes/class-wpstream_product.php:340 1462 #, php-format 1463 msgid "Update %s" 1464 msgstr "" 1465 1466 #: includes/class-wpstream_product.php:341 1467 #, php-format 1468 msgid "Add New %s" 1469 msgstr "" 1470 1471 #. translators: Taxonomy singular name 1394 1472 #: 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 1407 1474 msgid "New %s Name" 1408 1475 msgstr "" 1409 1476 1410 #: includes/class-wpstream_product.php:345 1477 #. translators: Taxonomy plural name 1478 #: includes/class-wpstream_product.php:348 1479 #, php-format 1411 1480 msgid "Popular %s" 1412 1481 msgstr "" 1413 1482 1414 #: includes/class-wpstream_product.php:346 1483 #. translators: Taxonomy plural name 1484 #: includes/class-wpstream_product.php:350 1485 #, php-format 1415 1486 msgid "Separate %s with commas" 1416 1487 msgstr "" 1417 1488 1418 #: includes/class-wpstream_product.php:347 1489 #: includes/class-wpstream_product.php:351 1490 #, php-format 1419 1491 msgid "Add or remove %s" 1420 1492 msgstr "" 1421 1493 1422 #: includes/class-wpstream_product.php:348 1494 #. translators: Taxonomy plural name 1495 #: includes/class-wpstream_product.php:353 1496 #, php-format 1423 1497 msgid "Choose from the most used %s" 1424 1498 msgstr "" 1425 1499 1426 #: includes/class-wpstream_product.php:4 251427 #: includes/class-wpstream_product.php:4 281500 #: includes/class-wpstream_product.php:430 1501 #: includes/class-wpstream_product.php:433 1428 1502 msgid "Display the content for page id for this term" 1429 1503 msgstr "" 1430 1504 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 1508 msgid "Featured Image" 1509 msgstr "" 1510 1511 #: includes/class-wpstream_product.php:446 1512 #: includes/class-wpstream_product.php:503 1513 msgid "Category Tagline" 1514 msgstr "" 1515 1432 1516 #: includes/class-wpstream_product.php:490 1517 msgid "Page id for this term" 1518 msgstr "" 1519 1520 #: includes/class-wpstream_product.php:566 1521 msgid "Free-To-View Live Channel" 1522 msgstr "" 1523 1524 #: includes/class-wpstream_product.php:567 1525 #: includes/class-wpstream_product.php:568 1526 #: includes/class-wpstream_product.php:569 1527 msgid "Free-To-View Live Channels" 1528 msgstr "" 1529 1530 #: includes/class-wpstream_product.php:606 1531 msgid "Actors" 1532 msgstr "" 1533 1534 #: includes/class-wpstream_product.php:607 1535 msgid "Actor" 1536 msgstr "" 1537 1538 #: includes/class-wpstream_product.php:616 1539 msgid "Media Categories" 1540 msgstr "" 1541 1542 #: includes/class-wpstream_product.php:617 1543 msgid "Media Category" 1544 msgstr "" 1545 1546 #: includes/class-wpstream_product.php:626 1547 msgid "Movie Ratings" 1548 msgstr "" 1549 1550 #: includes/class-wpstream_product.php:627 1551 msgid "Movie Rating" 1552 msgstr "" 1553 1554 #: includes/class-wpstream_product.php:642 1555 msgid "Free-To-View VOD" 1556 msgstr "" 1557 1558 #: includes/class-wpstream_product.php:643 1559 #: includes/class-wpstream_product.php:644 1560 #: includes/class-wpstream_product.php:645 1561 msgid "Free-To-View VODs" 1562 msgstr "" 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 1568 msgid "Video Collections" 1569 msgstr "" 1570 1571 #: includes/class-wpstream_product.php:692 1572 msgid "Add New Video Collection" 1573 msgstr "" 1574 1575 #: includes/class-wpstream_product.php:693 1576 msgid "Add Video Collection" 1577 msgstr "" 1578 1579 #: includes/class-wpstream_product.php:694 1580 msgid "Edit" 1581 msgstr "" 1582 1583 #: includes/class-wpstream_product.php:695 1584 msgid "Edit Video Collection" 1585 msgstr "" 1586 1587 #: includes/class-wpstream_product.php:696 1588 msgid "New Video Collection" 1589 msgstr "" 1590 1433 1591 #: includes/class-wpstream_product.php:698 1434 msgid "Featured Image"1435 msgstr ""1436 1437 #: includes/class-wpstream_product.php:4411438 #: includes/class-wpstream_product.php:4981439 msgid "Category Tagline"1440 msgstr ""1441 1442 #: includes/class-wpstream_product.php:4851443 msgid "Page id for this term"1444 msgstr ""1445 1446 #: includes/class-wpstream_product.php:5611447 msgid "Free-To-View Live Channel"1448 msgstr ""1449 1450 #: includes/class-wpstream_product.php:5621451 #: includes/class-wpstream_product.php:5631452 #: includes/class-wpstream_product.php:5641453 msgid "Free-To-View Live Channels"1454 msgstr ""1455 1456 #: includes/class-wpstream_product.php:6011457 msgid "Actors"1458 msgstr ""1459 1460 #: includes/class-wpstream_product.php:6021461 msgid "Actor"1462 msgstr ""1463 1464 #: includes/class-wpstream_product.php:6111465 msgid "Media Categories"1466 msgstr ""1467 1468 #: includes/class-wpstream_product.php:6121469 msgid "Media Category"1470 msgstr ""1471 1472 #: includes/class-wpstream_product.php:6211473 msgid "Movie Ratings"1474 msgstr ""1475 1476 #: includes/class-wpstream_product.php:6221477 msgid "Movie Rating"1478 msgstr ""1479 1480 #: includes/class-wpstream_product.php:6371481 msgid "Free-To-View VOD"1482 msgstr ""1483 1484 #: includes/class-wpstream_product.php:6381485 #: includes/class-wpstream_product.php:6391486 #: includes/class-wpstream_product.php:6401487 msgid "Free-To-View VODs"1488 msgstr ""1489 1490 #: includes/class-wpstream_product.php:6801491 #: includes/class-wpstream_product.php:6811492 #: includes/class-wpstream_product.php:6821493 #: includes/class-wpstream_product.php:6851494 msgid "Video Collections"1495 msgstr ""1496 1497 #: includes/class-wpstream_product.php:6871498 msgid "Add New Video Collection"1499 msgstr ""1500 1501 #: includes/class-wpstream_product.php:6881502 msgid "Add Video Collection"1503 msgstr ""1504 1505 #: includes/class-wpstream_product.php:6891506 msgid "Edit"1507 msgstr ""1508 1509 #: includes/class-wpstream_product.php:6901510 msgid "Edit Video Collection"1511 msgstr ""1512 1513 #: includes/class-wpstream_product.php:6911514 msgid "New Video Collection"1515 msgstr ""1516 1517 #: includes/class-wpstream_product.php:6931518 1592 msgid "View Video Collection" 1519 1593 msgstr "" 1520 1594 1521 #: includes/class-wpstream_product.php:69 41595 #: includes/class-wpstream_product.php:699 1522 1596 msgid "Search Video Collection By Name or ID" 1523 1597 msgstr "" 1524 1598 1525 #: includes/class-wpstream_product.php: 6951599 #: includes/class-wpstream_product.php:700 1526 1600 msgid "No Video Collection found" 1527 1601 msgstr "" 1528 1602 1529 #: includes/class-wpstream_product.php: 6961603 #: includes/class-wpstream_product.php:701 1530 1604 msgid "No Video Collection found in Trash" 1531 1605 msgstr "" 1532 1606 1533 #: includes/class-wpstream_product.php: 6971607 #: includes/class-wpstream_product.php:702 1534 1608 msgid "Parent Video Collection" 1535 1609 msgstr "" 1536 1610 1537 #: includes/class-wpstream_product.php: 6991611 #: includes/class-wpstream_product.php:704 1538 1612 msgid "Set Featured Image" 1539 1613 msgstr "" 1540 1614 1541 #: includes/class-wpstream_product.php:70 01615 #: includes/class-wpstream_product.php:705 1542 1616 msgid "Remove Featured Image" 1543 1617 msgstr "" 1544 1618 1545 #: includes/class-wpstream_product.php:70 11619 #: includes/class-wpstream_product.php:706 1546 1620 msgid "Use Featured Image" 1547 1621 msgstr "" … … 1567 1641 msgstr "" 1568 1642 1569 #: public/class-wpstream-public.php:1 201643 #: public/class-wpstream-public.php:150 1570 1644 msgid "Inactive Channel - Chat is disabled." 1571 1645 msgstr "" 1572 1646 1573 #: public/class-wpstream-public.php:1 211647 #: public/class-wpstream-public.php:151 1574 1648 msgid "The live stream is paused and may resume shortly." 1575 1649 msgstr "" 1576 1650 1577 #: public/class-wpstream-public.php:1 231651 #: public/class-wpstream-public.php:153 1578 1652 msgid "The live stream has not yet started" 1579 1653 msgstr "" 1580 1654 1581 #: public/class-wpstream-public.php:1 241655 #: public/class-wpstream-public.php:154 1582 1656 msgid "The live stream is starting..." 1583 1657 msgstr "" 1584 1658 1585 #: public/class-wpstream-public.php:1 251659 #: public/class-wpstream-public.php:155 1586 1660 msgid "The live stream is paused" 1587 1661 msgstr "" 1588 1662 1589 #: public/class-wpstream-public.php:1 261663 #: public/class-wpstream-public.php:156 1590 1664 msgid "The live stream has ended" 1591 1665 msgstr "" 1592 1666 1593 #: public/class-wpstream-public.php:1 641667 #: public/class-wpstream-public.php:194 1594 1668 msgid "We are uploading your file.Do not close this window!" 1595 1669 msgstr "" 1596 1670 1597 #: public/class-wpstream-public.php: 1881671 #: public/class-wpstream-public.php:218 1598 1672 msgid "Are you sure? " 1599 1673 msgstr "" 1600 1674 1601 #: public/class-wpstream-public.php:3 111602 #: public/class-wpstream-public.php:3 201603 #: public/class-wpstream-public.php:3 301675 #: public/class-wpstream-public.php:341 1676 #: public/class-wpstream-public.php:350 1677 #: public/class-wpstream-public.php:360 1604 1678 msgid "Dashboard" 1605 1679 msgstr "" 1606 1680 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 1685 msgid "Orders" 1686 msgstr "" 1687 1610 1688 #: 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 1692 msgid "Addresses" 1693 msgstr "" 1694 1617 1695 #: 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 1625 1699 msgid "Edit Account" 1626 1700 msgstr "" 1627 1701 1628 #: public/class-wpstream-public.php:3 161629 #: public/class-wpstream-public.php:3 241630 #: public/class-wpstream-public.php:3 381631 #: public/class-wpstream-public.php:3 481702 #: 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 1632 1706 msgid "Logout" 1633 1707 msgstr "" 1634 1708 1635 #: public/class-wpstream-public.php:3 341636 #: public/class-wpstream-public.php:3 461709 #: public/class-wpstream-public.php:364 1710 #: public/class-wpstream-public.php:376 1637 1711 msgid "My Live Streams" 1638 1712 msgstr "" 1639 1713 1640 #: public/class-wpstream-public.php:3 351641 #: public/class-wpstream-public.php:3 471714 #: public/class-wpstream-public.php:365 1715 #: public/class-wpstream-public.php:377 1642 1716 msgid "My Videos" 1643 1717 msgstr "" 1644 1718 1645 #: public/class-wpstream-public.php:3 421719 #: public/class-wpstream-public.php:372 1646 1720 msgid "Dashboard2" 1647 1721 msgstr "" 1648 1722 1649 #: public/class-wpstream-public.php:6 431723 #: public/class-wpstream-public.php:673 1650 1724 msgid "Insert WpStream Start Streaming Button" 1651 1725 msgstr "" 1652 1726 1653 #: public/class-wpstream-public.php: 6721727 #: public/class-wpstream-public.php:702 1654 1728 msgid "Insert WpStream Chat" 1655 1729 msgstr "" 1656 1730 1657 #: public/class-wpstream-public.php:7 001658 #: public/class-wpstream-public.php:7 361731 #: public/class-wpstream-public.php:730 1732 #: public/class-wpstream-public.php:766 1659 1733 msgid "Insert WpStream Player" 1660 1734 msgstr "" 1661 1735 1662 #: public/class-wpstream-public.php:7 631736 #: public/class-wpstream-public.php:793 1663 1737 #: widgets/media_list_channels.php:98 1664 1738 #: widgets/media_list_vod.php:97 … … 1666 1740 msgstr "" 1667 1741 1668 #: public/class-wpstream-public.php:7 641742 #: public/class-wpstream-public.php:794 1669 1743 #: widgets/media_list_channels.php:99 1670 1744 #: widgets/media_list_vod.php:98 … … 1672 1746 msgstr "" 1673 1747 1674 #: public/class-wpstream-public.php:7 651748 #: public/class-wpstream-public.php:795 1675 1749 #: widgets/media_list_channels.php:100 1676 1750 #: widgets/media_list_vod.php:99 … … 1678 1752 msgstr "" 1679 1753 1680 #: public/class-wpstream-public.php: 7781754 #: public/class-wpstream-public.php:808 1681 1755 msgid " List wpstream products" 1682 1756 msgstr "" 1683 1757 1684 #: public/class-wpstream-public.php:8 101758 #: public/class-wpstream-public.php:840 1685 1759 #: widgets/media_list_channels.php:104 1686 1760 #: widgets/media_list_vod.php:103 … … 1688 1762 msgstr "" 1689 1763 1690 #: public/class-wpstream-public.php:8 111764 #: public/class-wpstream-public.php:841 1691 1765 #: widgets/media_list_channels.php:105 1692 1766 #: widgets/media_list_vod.php:104 … … 1694 1768 msgstr "" 1695 1769 1696 #: public/class-wpstream-public.php:8 161770 #: public/class-wpstream-public.php:846 1697 1771 #: widgets/media_list_channels.php:118 1698 1772 #: widgets/media_list_vod.php:117 … … 1700 1774 msgstr "" 1701 1775 1702 #: public/class-wpstream-public.php:8 171776 #: public/class-wpstream-public.php:847 1703 1777 #: widgets/media_list_channels.php:119 1704 1778 #: widgets/media_list_vod.php:118 … … 1706 1780 msgstr "" 1707 1781 1708 #: public/class-wpstream-public.php:8 381782 #: public/class-wpstream-public.php:868 1709 1783 msgid " List wpstream channels" 1710 1784 msgstr "" 1711 1785 1712 #: public/class-wpstream-public.php: 8781713 #: public/class-wpstream-public.php:9 401786 #: public/class-wpstream-public.php:908 1787 #: public/class-wpstream-public.php:970 1714 1788 #: widgets/media_list_channels.php:193 1715 1789 #: widgets/media_list_vod.php:187 … … 1717 1791 msgstr "" 1718 1792 1719 #: public/class-wpstream-public.php:9 081793 #: public/class-wpstream-public.php:938 1720 1794 msgid " List wpstream video on demand" 1721 1795 msgstr "" 1722 1796 1723 #: public/class-wpstream-public.php:12 671797 #: public/class-wpstream-public.php:1297 1724 1798 msgid "See Free Live Chanel" 1725 1799 msgstr "" 1726 1800 1727 #: public/class-wpstream-public.php:12 691801 #: public/class-wpstream-public.php:1299 1728 1802 msgid "See Free Video" 1729 1803 msgstr "" … … 1757 1831 msgstr "" 1758 1832 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 1836 msgid "Not enough streaming traffic to broadcast. Please %1$supgrade your subscription%2$s for extra resources." 1837 msgstr "" 1838 1839 #: templates/broadcaster-template.php:77 1764 1840 msgid "WpStream Broadcaster" 1765 1841 msgstr "" 1766 1842 1767 #: templates/broadcaster-template.php:10 41843 #: templates/broadcaster-template.php:105 1768 1844 msgid "LIVE" 1769 1845 msgstr "" 1770 1846 1771 #: templates/broadcaster-template.php:10 51847 #: templates/broadcaster-template.php:106 1772 1848 msgid "Connecting..." 1773 1849 msgstr "" 1774 1850 1775 #: templates/broadcaster-template.php:11 31851 #: templates/broadcaster-template.php:114 1776 1852 msgid "Start Broadcast" 1777 1853 msgstr "" 1778 1854 1779 #: templates/broadcaster-template.php:11 41855 #: templates/broadcaster-template.php:115 1780 1856 msgid "Stop Broadcast" 1781 1857 msgstr "" 1782 1858 1783 #: templates/broadcaster-template.php:1 191859 #: templates/broadcaster-template.php:120 1784 1860 msgid "Not connected" 1785 1861 msgstr "" 1786 1862 1787 #: templates/broadcaster-template.php:12 61863 #: templates/broadcaster-template.php:127 1788 1864 msgid "Video Source" 1789 1865 msgstr "" 1790 1866 1791 #: templates/broadcaster-template.php:1 391867 #: templates/broadcaster-template.php:140 1792 1868 msgid "Audio Source" 1793 1869 msgstr "" 1794 1870 1795 #: templates/broadcaster-template.php:15 41871 #: templates/broadcaster-template.php:155 1796 1872 msgid "Video Resolution" 1797 1873 msgstr "" 1798 1874 1799 #: templates/broadcaster-template.php:15 71875 #: templates/broadcaster-template.php:158 1800 1876 msgid "1920x1080" 1801 1877 msgstr "" 1802 1878 1803 #: templates/broadcaster-template.php:15 81879 #: templates/broadcaster-template.php:159 1804 1880 msgid "1280x720" 1805 1881 msgstr "" 1806 1882 1807 #: templates/broadcaster-template.php:1 591883 #: templates/broadcaster-template.php:160 1808 1884 msgid "800x600" 1809 1885 msgstr "" 1810 1886 1811 #: templates/broadcaster-template.php:16 01887 #: templates/broadcaster-template.php:161 1812 1888 msgid "640x480" 1813 1889 msgstr "" … … 1929 2005 #. translators: 1: Plugin name 2: Elementor 1930 2006 #: wpstream-elementor.php:117 2007 #, php-format 1931 2008 msgid "\"%1$s\" requires \"%2$s\" to be installed and activated." 1932 2009 msgstr "" … … 1946 2023 #: wpstream-elementor.php:141 1947 2024 #: wpstream-elementor.php:166 2025 #, php-format 1948 2026 msgid "\"%1$s\" requires \"%2$s\" version %3$s or greater." 1949 2027 msgstr "" -
wpstream/trunk/public/class-wpstream-public.php
r3355115 r3370879 187 187 'channel_off' => esc_html__('Channel is OFF','wpstream'), 188 188 '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/') ) ), 190 191 191 192 )); -
wpstream/trunk/public/js/start_streaming.js
r3362236 r3370879 728 728 if ( whipUrl !== '' ) { 729 729 // Open the new broadcaster in a new window 730 var broadcasterUrl = wpstream_s ettings_vars.broadcaster_url + channelId;730 var broadcasterUrl = wpstream_start_streaming_vars.broadcaster_url + channelId; 731 731 window.open(broadcasterUrl, 'wpstream_broadcaster_' + channelId, 'fullscreen=yes'); 732 732 } -
wpstream/trunk/readme.txt
r3364177 r3370879 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.1 7 Stable tag: 4.8. 17 Stable tag: 4.8.2 8 8 License: GPL 9 9 License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html … … 138 138 == Changelog == 139 139 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 140 145 = 4.8.1 = 141 146 * Fix - Broadcaster reconnecting issue -
wpstream/trunk/wpstream.php
r3364177 r3370879 4 4 * Plugin URI: http://wpstream.net 5 5 * 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. 16 * Version: 4.8.2 7 7 * Author: wpstream 8 8 * Author URI: http://wpstream.net … … 15 15 die; 16 16 } 17 define('WPSTREAM_PLUGIN_VERSION', '4.8. 1');17 define('WPSTREAM_PLUGIN_VERSION', '4.8.2'); 18 18 define('WPSTREAM_CLUBLINK', 'wpstream.net'); 19 19 define('WPSTREAM_CLUBLINKSSL', 'https'); … … 283 283 284 284 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 ) ) { 286 286 flush_rewrite_rules(); 287 287 }
Note: See TracChangeset
for help on using the changeset viewer.