You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
echo' <p>' . sprintf( esc_html__( "Unable to find any media. Are you sure <a href='%s'>some exist</a>?", 'transcoder' ), esc_url( admin_url( 'upload.php' ) ) ) . '</p></div>';
324
332
return;
@@ -402,10 +410,10 @@ public function retranscode_interface() {
402
410
<?php
403
411
$count = count( $media );
404
412
405
-
413
+
406
414
// translators: Count of media which were successfully transcoded with the time in seconds.
407
415
$text_goback = ( ! empty( $_GET['goback'] ) ) ? sprintf( __( 'To go back to the previous page, <a href="%s">click here</a>.', 'transcoder' ), 'javascript:history.go(-1)' ) : '';
408
-
416
+
409
417
// translators: Count of media which were successfully and media which were failed transcoded with the time in seconds and previout page link.
410
418
$text_failures = sprintf( __( 'All done! %1$s media file(s) were successfully sent for transcoding in %2$s seconds and there were %3$s failure(s). To try transcoding the failed media again, <a href="%4$s">click here</a>. %5$s', 'transcoder' ), "' + rt_successes + '", "' + rt_totaltime + '", "' + rt_errors + '", esc_url( wp_nonce_url( admin_url( 'admin.php?page=rt-retranscoder&goback=1' ), 'rt-retranscoder' ) . '&ids=' ) . "' + rt_failedlist + '", $text_goback );
411
419
// translators: Count of media which were successfully transcoded with the time in seconds and previout page link.
@@ -560,7 +568,7 @@ function RetranscodeMedia( id ) {
560
568
// ]]>
561
569
</script>
562
570
<?php
563
-
} else {
571
+
} else {
564
572
// No button click? Display the form.
565
573
?>
566
574
<form method="post" action="">
@@ -571,7 +579,7 @@ function RetranscodeMedia( id ) {
571
579
<i><?phpprintf( esc_html__( 'Sending your entire media library for retranscoding can consume a lot of your bandwidth allowance, so use this tool with care.', 'transcoder' ) ); ?></i></p>
572
580
573
581
<p>
574
-
<?php
582
+
<?php
575
583
// translators: Placeholder is for admin media section link.
576
584
printf( wp_kses( __( "You can retranscode specific media files (rather than ALL media) from the <a href='%s'>Media</a> page using Bulk Action via drop down or mouse hover a specific media (audio/video) file.", 'transcoder' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'upload.php' ) ) );
577
585
?>
@@ -608,9 +616,14 @@ public function ajax_process_retranscode_request() {
0 commit comments