rtMedia for WordPress, BuddyPress and bbPress - Version 3.8.16

Version Description

  • Update Persian translation and add Finnish translations
  • Add rtMedia SEO add-on
  • Fix encoding service for music files
  • Fix music file thumbnails
Download this release

Release Info

Developer rtcamp
Plugin Icon 128x128 rtMedia for WordPress, BuddyPress and bbPress
Version 3.8.16
Comparing to
See all releases

Code changes from version 3.8.15 to 3.8.16

app/admin/RTMediaAdmin.php CHANGED
@@ -114,6 +114,8 @@ if ( ! class_exists( 'RTMediaAdmin' ) ) {
114
  add_action( 'network_admin_notices', array( $this, 'rtmedia_network_admin_notices' ) );
115
  add_action( 'admin_init', array( $this, 'rtmedia_addon_license_save_hook' ) );
116
  add_action( 'admin_init', array( $this, 'rtmedia_migration' ) );
 
 
117
  }
118
 
119
  function modify_medialibrary_permalink( $action, $post, $detached ) {
@@ -2043,6 +2045,19 @@ if ( ! class_exists( 'RTMediaAdmin' ) ) {
2043
  <?php
2044
  }
2045
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2046
  }
2047
 
2048
  }
114
  add_action( 'network_admin_notices', array( $this, 'rtmedia_network_admin_notices' ) );
115
  add_action( 'admin_init', array( $this, 'rtmedia_addon_license_save_hook' ) );
116
  add_action( 'admin_init', array( $this, 'rtmedia_migration' ) );
117
+
118
+ add_filter( 'removable_query_args', array( $this, 'removable_query_args'), 10, 1 );
119
  }
120
 
121
  function modify_medialibrary_permalink( $action, $post, $detached ) {
2045
  <?php
2046
  }
2047
 
2048
+ /**
2049
+ * To remove setting saved parameter from url once satting saved
2050
+ * Add parameter to this array WP will remove variable from Query string
2051
+ * @param $removable_query_args
2052
+ * @return array $removable_query_args
2053
+ */
2054
+ function removable_query_args( $removable_query_args ) {
2055
+ if ( isset( $_GET['page'] ) && $_GET['page'] == 'rtmedia-settings' ) {
2056
+ $removable_query_args[] = 'settings-saved';
2057
+ }
2058
+ return $removable_query_args;
2059
+ }
2060
+
2061
  }
2062
 
2063
  }
app/admin/RTMediaFormHandler.php CHANGED
@@ -520,11 +520,8 @@ class RTMediaFormHandler {
520
  * @return array $render
521
  */
522
  static function types_render_options( $options ) {
523
- global $rtmedia;
524
-
525
  $render = array();
526
- $allowed_media_type = $rtmedia->allowed_types;
527
- $allowed_media_type = apply_filters( 'rtmedia_allowed_types', $allowed_media_type );
528
 
529
  foreach ( $options as $key => $value ) {
530
  $data = explode( '_', $key );
520
  * @return array $render
521
  */
522
  static function types_render_options( $options ) {
 
 
523
  $render = array();
524
+ $allowed_media_type = rtmedia_get_allowed_types();
 
525
 
526
  foreach ( $options as $key => $value ) {
527
  $data = explode( '_', $key );
app/helper/RTMediaAddon.php CHANGED
@@ -108,6 +108,16 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
108
  $rtcamp_upload_url = 'https://rtcamp.r.worldssl.net/wp-content/uploads/';
109
  $addons = array(
110
  array(
 
 
 
 
 
 
 
 
 
 
111
  'title' => __( 'Moderation', 'rtmedia' ),
112
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-moderation.jpg',
113
  'product_link' => 'https://rtcamp.com/products/rtmedia-moderation/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
@@ -450,7 +460,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
450
  ),
451
  array(
452
  'title' => __( 'Social Sync', 'rtmedia' ),
453
- 'img_src' => $img_src . 'rtmedia-social-sync-240x184.png',
454
  'product_link' => 'https://rtcamp.com/products/rtmedia-social-sync/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
455
  'desc' => '<p>' . __( 'rtMedia Social Sync allows you to import media from your Facebook account.', 'rtmedia' ) . '</p>',
456
  'price' => '$49',
@@ -461,7 +471,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
461
  ),
462
  array(
463
  'title' => __( 'Photo Watermark', 'rtmedia' ),
464
- 'img_src' => $img_src . 'rtmedia-watermark-240x184.png',
465
  'product_link' => 'http://rtcamp.com/products/rtmedia-photo-watermark/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
466
  'desc' => '<p>' . __( 'rtMedia Photo Watermark let you add watermark on your images uploaded using rtMedia.', 'rtmedia' ) . '</p>',
467
  'price' => '$49',
@@ -472,7 +482,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
472
  ),
473
  array(
474
  'title' => __( 'Photo Tagging', 'rtmedia' ),
475
- 'img_src' => $img_src . 'rtmedia-phototagging-240x184.png',
476
  'product_link' => 'http://rtcamp.com/products/rtmedia-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
477
  'desc' => '<p>' . __( 'rtMedia Photo Tagging enable users to tag their friends on photos uploaded using rtMedia.', 'rtmedia' ) . '</p>',
478
  'price' => '$49',
@@ -483,7 +493,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
483
  ),
484
  array(
485
  'title' => __( 'Photo Filters', 'rtmedia' ),
486
- 'img_src' => $img_src . 'rtmedia-photo-filters.png',
487
  'product_link' => 'http://rtcamp.com/products/rtmedia-photo-filters/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
488
  'desc' => '<p>' . __( 'rtMedia Photo Filters adds Instagram like filters to images uploaded with rtMedia.', 'rtmedia' ) . '</p>',
489
  'price' => '$49',
@@ -494,7 +504,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
494
  ),
495
  array(
496
  'title' => __( 'Kaltura Add-on', 'rtmedia' ),
497
- 'img_src' => $img_src . 'rtmedia-kaltura-240x184.png',
498
  'product_link' => 'http://rtcamp.com/products/rtmedia-kaltura-add-on/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
499
  'desc' => '<p>' . __( 'Add support for more video formats using Kaltura video solution. It works with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise.', 'rtmedia' ) . '</p>',
500
  'price' => '$199',
@@ -505,7 +515,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
505
  ),
506
  array(
507
  'title' => __( 'FFMPEG Add-on', 'rtmedia' ),
508
- 'img_src' => $img_src . 'rtmedia-ffmpeg-240x184.png',
509
  'product_link' => 'http://rtcamp.com/products/buddypress-media-ffmpeg-converter/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
510
  'desc' => '<p>' . __( 'Add supports for more audio & video formats using open-source media-node. Media node comes with automated setup script for Ubuntu/Debian.', 'rtmedia' ) . '</p>',
511
  'price' => '$199',
@@ -516,7 +526,7 @@ if ( ! class_exists( 'RTMediaAddon' ) ) {
516
  ),
517
  array(
518
  'title' => __( 'Membership Add-on', 'rtmedia' ),
519
- 'img_src' => $img_src . 'rtmedia-membership-240x184.png',
520
  'product_link' => 'https://rtcamp.com/products/rtmedia-membership/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
521
  'desc' => '<p>' . __( 'rtMedia Membership add-on provides membership functionality in your site in terms of media upload.', 'rtmedia' ),
522
  'price' => '$99',
108
  $rtcamp_upload_url = 'https://rtcamp.r.worldssl.net/wp-content/uploads/';
109
  $addons = array(
110
  array(
111
+ 'title' => __( 'SEO', 'rtmedia' ),
112
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/seo-xml.png',
113
+ 'product_link' => 'https://rtcamp.com/products/rtmedia-seo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
114
+ 'desc' => '<p>' . __( 'Generate an XML sitemap for all the public media files uploaded via rtMedia plugin. These sitemaps can be useful to index search engine to improve website SEO.', 'rtmedia' ) . '</p>',
115
+ 'price' => '$29',
116
+ 'demo_link' => 'http://demo.rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
117
+ 'buy_now' => 'https://rtcamp.com/products/rtmedia-seo/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
118
+ 'category' => 'general',
119
+ 'purchased' => ( defined( 'RTMEDIA_SEO_URL' ) || file_exists( WP_PLUGIN_DIR . '/rtmedia-seo/index.php' ) ) ? true : false,
120
+ ),array(
121
  'title' => __( 'Moderation', 'rtmedia' ),
122
  'img_src' => $rtcamp_upload_url . 'edd/2015/06/rtmedia-moderation.jpg',
123
  'product_link' => 'https://rtcamp.com/products/rtmedia-moderation/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
460
  ),
461
  array(
462
  'title' => __( 'Social Sync', 'rtmedia' ),
463
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Social-Sync.png',
464
  'product_link' => 'https://rtcamp.com/products/rtmedia-social-sync/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
465
  'desc' => '<p>' . __( 'rtMedia Social Sync allows you to import media from your Facebook account.', 'rtmedia' ) . '</p>',
466
  'price' => '$49',
471
  ),
472
  array(
473
  'title' => __( 'Photo Watermark', 'rtmedia' ),
474
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Watermark.png',
475
  'product_link' => 'http://rtcamp.com/products/rtmedia-photo-watermark/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
476
  'desc' => '<p>' . __( 'rtMedia Photo Watermark let you add watermark on your images uploaded using rtMedia.', 'rtmedia' ) . '</p>',
477
  'price' => '$49',
482
  ),
483
  array(
484
  'title' => __( 'Photo Tagging', 'rtmedia' ),
485
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Tagging.png',
486
  'product_link' => 'http://rtcamp.com/products/rtmedia-photo-tagging/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
487
  'desc' => '<p>' . __( 'rtMedia Photo Tagging enable users to tag their friends on photos uploaded using rtMedia.', 'rtmedia' ) . '</p>',
488
  'price' => '$49',
493
  ),
494
  array(
495
  'title' => __( 'Photo Filters', 'rtmedia' ),
496
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Photo-Filters.png',
497
  'product_link' => 'http://rtcamp.com/products/rtmedia-photo-filters/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
498
  'desc' => '<p>' . __( 'rtMedia Photo Filters adds Instagram like filters to images uploaded with rtMedia.', 'rtmedia' ) . '</p>',
499
  'price' => '$49',
504
  ),
505
  array(
506
  'title' => __( 'Kaltura Add-on', 'rtmedia' ),
507
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Kaltura-Add-on.png',
508
  'product_link' => 'http://rtcamp.com/products/rtmedia-kaltura-add-on/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
509
  'desc' => '<p>' . __( 'Add support for more video formats using Kaltura video solution. It works with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise.', 'rtmedia' ) . '</p>',
510
  'price' => '$199',
515
  ),
516
  array(
517
  'title' => __( 'FFMPEG Add-on', 'rtmedia' ),
518
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-FFMPEG-Addon.png',
519
  'product_link' => 'http://rtcamp.com/products/buddypress-media-ffmpeg-converter/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
520
  'desc' => '<p>' . __( 'Add supports for more audio & video formats using open-source media-node. Media node comes with automated setup script for Ubuntu/Debian.', 'rtmedia' ) . '</p>',
521
  'price' => '$199',
526
  ),
527
  array(
528
  'title' => __( 'Membership Add-on', 'rtmedia' ),
529
+ 'img_src' => $rtcamp_upload_url . 'edd/2015/08/rtMedia-Membership.png',
530
  'product_link' => 'https://rtcamp.com/products/rtmedia-membership/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media',
531
  'desc' => '<p>' . __( 'rtMedia Membership add-on provides membership functionality in your site in terms of media upload.', 'rtmedia' ),
532
  'price' => '$99',
app/main/controllers/template/rt-template-functions.php CHANGED
@@ -371,8 +371,8 @@ function rtmedia_image( $size = 'rt_media_thumbnail', $id = false, $recho = true
371
  } else {
372
  $thumbnail_id = false;
373
  }
374
- if ( $media_object->media_type == 'music' && $thumbnail_id == "" ) {
375
- $thumbnail_id = get_music_cover_art( get_attached_file( $media_object->media_id ), $media_object->id );
376
  }
377
  if ( $media_object->media_type == 'music' && $thumbnail_id == "-1" ) {
378
  $thumbnail_id = false;
@@ -2177,7 +2177,20 @@ function add_music_cover_art( $file_object, $upload_obj ) {
2177
  }
2178
  }
2179
 
2180
- function get_music_cover_art( $file, $id ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
2181
  $mediaObj = new RTMediaMedia();
2182
 
2183
  $media_tags = new RTMediaTags( $file );
@@ -2185,12 +2198,15 @@ function get_music_cover_art( $file, $id ) {
2185
  $image_info = $media_tags->image;
2186
  $image_mime = $image_info[ 'mime' ];
2187
  $mime = explode( "/", $image_mime );
 
 
2188
 
2189
- $thumb_upload_info = wp_upload_bits( $title_info . "." . $mime[ sizeof( $mime ) - 1 ], null, $image_info[ 'data' ] );
2190
- if ( is_array( $thumb_upload_info ) && ! empty( $thumb_upload_info[ 'url' ] ) ) {
2191
- $mediaObj->model->update( array( 'cover_art' => $thumb_upload_info[ 'url' ] ), array( 'id' => $id ) );
2192
 
2193
- return $thumb_upload_info[ 'url' ];
 
2194
  }
2195
 
2196
  $mediaObj->model->update( array( 'cover_art' => "-1" ), array( 'id' => $id ) );
@@ -2198,6 +2214,16 @@ function get_music_cover_art( $file, $id ) {
2198
  return false;
2199
  }
2200
 
 
 
 
 
 
 
 
 
 
 
2201
  function rtmedia_bp_activity_get_types( $actions ) {
2202
  $actions[ 'rtmedia_update' ] = "rtMedia update";
2203
 
@@ -2759,3 +2785,49 @@ function rtmedia_add_media_delete_nonce_shortcode() {
2759
  wp_nonce_field( 'rtmedia_' . get_current_user_id(), 'rtmedia_media_delete_nonce' );
2760
  }
2761
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
371
  } else {
372
  $thumbnail_id = false;
373
  }
374
+ if ( $media_object->media_type == 'music' && empty( $thumbnail_id ) ) {
375
+ $thumbnail_id = rtm_get_music_cover_art( $media_object );
376
  }
377
  if ( $media_object->media_type == 'music' && $thumbnail_id == "-1" ) {
378
  $thumbnail_id = false;
2177
  }
2178
  }
2179
 
2180
+ function rtm_get_music_cover_art( $media_object ){
2181
+ // return URL if cover_art already set.
2182
+ $url = $media_object->cover_art;
2183
+ if( ! empty( $url ) && ! is_numeric( $url ) ){
2184
+ return $url;
2185
+ }
2186
+
2187
+ // return false if covert_art is already analyzed earlier
2188
+ if( $url == '-1' ){
2189
+ return false;
2190
+ }
2191
+
2192
+ // Analyze media for the first time and set cover_art into database.
2193
+ $file = get_attached_file( $media_object->media_id );
2194
  $mediaObj = new RTMediaMedia();
2195
 
2196
  $media_tags = new RTMediaTags( $file );
2198
  $image_info = $media_tags->image;
2199
  $image_mime = $image_info[ 'mime' ];
2200
  $mime = explode( "/", $image_mime );
2201
+ $id = $media_object->id;
2202
+ if( !empty( $image_info[ 'data' ] ) ){
2203
 
2204
+ $thumb_upload_info = wp_upload_bits( $title_info . "." . $mime[ sizeof( $mime ) - 1 ], null, $image_info[ 'data' ] );
2205
+ if ( is_array( $thumb_upload_info ) && ! empty( $thumb_upload_info[ 'url' ] ) ) {
2206
+ $mediaObj->model->update( array( 'cover_art' => $thumb_upload_info[ 'url' ] ), array( 'id' => $id ) );
2207
 
2208
+ return $thumb_upload_info[ 'url' ];
2209
+ }
2210
  }
2211
 
2212
  $mediaObj->model->update( array( 'cover_art' => "-1" ), array( 'id' => $id ) );
2214
  return false;
2215
  }
2216
 
2217
+ /**
2218
+ * "get_music_cover_art" is too generic function name. It shouldn't added in very first place.
2219
+ * It is renamed as "rtm_get_music_cover_art"
2220
+ */
2221
+ if( ! function_exists( 'get_music_cover_art' ) ){
2222
+ function get_music_cover_art( $file, $id ) {
2223
+ return false;
2224
+ }
2225
+ }
2226
+
2227
  function rtmedia_bp_activity_get_types( $actions ) {
2228
  $actions[ 'rtmedia_update' ] = "rtMedia update";
2229
 
2785
  wp_nonce_field( 'rtmedia_' . get_current_user_id(), 'rtmedia_media_delete_nonce' );
2786
  }
2787
  }
2788
+
2789
+ /**
2790
+ * To get list of allowed types in rtMedia
2791
+ * @since 3.8.16
2792
+ *
2793
+ * @return gives array of allowed types
2794
+ */
2795
+ function rtmedia_get_allowed_types() {
2796
+ global $rtmedia;
2797
+
2798
+ $allowed_media_type = $rtmedia->allowed_types;
2799
+ $allowed_media_type = apply_filters( 'rtmedia_allowed_types', $allowed_media_type );
2800
+
2801
+ return $allowed_media_type;
2802
+ }
2803
+
2804
+
2805
+ /**
2806
+ * To get list of allowed upload types in rtMedia
2807
+ * @since 3.8.16
2808
+ *
2809
+ * @return gives array of allowed upload types
2810
+ */
2811
+ function rtmedia_get_allowed_upload_types (){
2812
+
2813
+ $allowed_types = rtmedia_get_allowed_types();
2814
+ foreach ($allowed_types as $type => $type_detail ) {
2815
+ if ( !( function_exists( "is_rtmedia_upload_" . $type . "_enabled" ) && call_user_func( "is_rtmedia_upload_" . $type . "_enabled" ) ) ) {
2816
+ unset($allowed_types[ $type ]);
2817
+ }
2818
+ }
2819
+ return $allowed_types;
2820
+ }
2821
+
2822
+ /**
2823
+ * To get list of allowed upload type name in rtMedia
2824
+ * @since 3.8.16
2825
+ *
2826
+ * @return gives array of name of allowed upload media type
2827
+ */
2828
+ function rtmedia_get_allowed_upload_types_array() {
2829
+ $allowed_types = rtmedia_get_allowed_upload_types();
2830
+ $types= array_keys( $allowed_types );
2831
+ return $types;
2832
+ }
2833
+
app/services/RTMediaEncoding.php CHANGED
@@ -487,8 +487,8 @@ class RTMediaEncoding {
487
  */
488
  public function handle_callback() {
489
  require_once ( ABSPATH . 'wp-admin/includes/image.php');
490
- if ( isset( $_REQUEST[ 'job_id' ] ) && isset( $_REQUEST[ 'download_url' ] ) && isset( $_POST[ 'thumbs' ] ) ) {
491
- $response = $_POST[ 'thumbs' ];
492
  $flag = false;
493
  global $wpdb;
494
  $model = new RTDBModel( 'rtm_media_meta', false, 10, true );
@@ -505,9 +505,15 @@ class RTMediaEncoding {
505
  $attachment_id = $media[ 0 ]->media_id;
506
  //error_log(var_export($_POST,true));
507
  update_post_meta( $attachment_id, 'rtmedia_encode_response', $_POST );
508
- $cover_art = $this->add_media_thumbnails( $attachment_id );
509
- if ( $_POST[ 'format' ] == 'thumbnails' )
 
 
 
 
510
  die();
 
 
511
  $this->uploaded[ "context" ] = $media[ 0 ]->context;
512
  $this->uploaded[ "context_id" ] = $media[ 0 ]->context_id;
513
  $this->uploaded[ "media_author" ] = $media[ 0 ]->media_author;
487
  */
488
  public function handle_callback() {
489
  require_once ( ABSPATH . 'wp-admin/includes/image.php');
490
+ if ( isset( $_REQUEST[ 'job_id' ] ) && isset( $_REQUEST[ 'download_url' ] ) ) {
491
+ $has_thumbs = isset( $_POST['thumbs'] ) ? true : false;
492
  $flag = false;
493
  global $wpdb;
494
  $model = new RTDBModel( 'rtm_media_meta', false, 10, true );
505
  $attachment_id = $media[ 0 ]->media_id;
506
  //error_log(var_export($_POST,true));
507
  update_post_meta( $attachment_id, 'rtmedia_encode_response', $_POST );
508
+
509
+ if( $has_thumbs ){
510
+ $cover_art = $this->add_media_thumbnails( $attachment_id );
511
+ }
512
+
513
+ if ( isset( $_POST[ 'format' ] ) && $_POST[ 'format' ] == 'thumbnails' ){
514
  die();
515
+ }
516
+
517
  $this->uploaded[ "context" ] = $media[ 0 ]->context;
518
  $this->uploaded[ "context_id" ] = $media[ 0 ]->context_id;
519
  $this->uploaded[ "media_author" ] = $media[ 0 ]->media_author;
index.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
- Version: 3.8.15
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
4
  Plugin Name: rtMedia for WordPress, BuddyPress and bbPress
5
  Plugin URI: http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
6
  Description: This plugin adds missing media rich features like photos, videos and audio uploading to BuddyPress which are essential if you are building social network, seriously!
7
+ Version: 3.8.16
8
  Author: rtCamp
9
  Text Domain: rtmedia
10
  Author URI: http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media
languages/rtmedia-fa_IR.mo CHANGED
Binary file
languages/rtmedia-fi_FI.mo ADDED
Binary file
languages/rtmedia.mo CHANGED
Binary file
languages/rtmedia.po CHANGED
@@ -4,2686 +4,2651 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 3.8.14\n"
6
  "Report-Msgid-Bugs-To: http://community.rtcamp.com/c/rtmedia/\n"
7
- "POT-Creation-Date: 2015-08-18 08:37:04+00:00\n"
8
- "MIME-Version: 1.0\n"
9
- "Content-Type: text/plain; charset=utf-8\n"
10
- "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: rtMedia <rtmedia@rtcamp.com>\n"
13
  "Language-Team: rtMedia <rtmedia@rtcamp.com>\n"
14
- "X-Generator: grunt-wp-i18n 0.5.3\n"
15
- "X-Poedit-KeywordsList: "
16
- "__;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;_nx_noop:1,2,3c;esc_"
17
- "attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;esc_html_x:1,2c;\n"
18
  "Language: en\n"
 
 
 
 
 
 
 
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
- "X-Poedit-Country: United States\n"
21
  "X-Poedit-SourceCharset: UTF-8\n"
22
  "X-Poedit-Basepath: ../\n"
23
- "X-Poedit-SearchPath-0: .\n"
24
- "X-Poedit-Bookmarks: \n"
25
  "X-Textdomain-Support: yes\n"
 
26
 
27
- #: app/admin/RTMediaAdmin.php:125
28
- msgid "View &#8220;%s&#8221;"
29
  msgstr ""
30
 
31
- #: app/admin/RTMediaAdmin.php:125
32
- msgid "View"
 
33
  msgstr ""
34
 
35
- #: app/admin/RTMediaAdmin.php:367
36
- msgid " You must"
 
 
37
  msgstr ""
38
 
39
- #: app/admin/RTMediaAdmin.php:367
40
- msgid "update permalink structure"
41
  msgstr ""
42
 
43
- #: app/admin/RTMediaAdmin.php:367
44
- msgid "to something other than the default for it to work."
45
  msgstr ""
46
 
47
- #: app/admin/RTMediaAdmin.php:393
48
- msgid "rtMedia:"
49
  msgstr ""
50
 
51
- #: app/admin/RTMediaAdmin.php:393
52
- msgid "Please update all premium add-ons that you have purchased from rtCamp from"
 
53
  msgstr ""
54
 
55
- #: app/admin/RTMediaAdmin.php:393
56
- msgid "your account"
 
57
  msgstr ""
58
 
59
- #: app/admin/RTMediaAdmin.php:393
60
- msgid "Dismiss"
 
61
  msgstr ""
62
 
63
- #: app/admin/RTMediaAdmin.php:506
64
- msgid "rtMedia Pro is released"
65
  msgstr ""
66
 
67
- #: app/admin/RTMediaAdmin.php:527
68
- msgid "Media Stats"
 
69
  msgstr ""
70
 
71
- #: app/admin/RTMediaAdmin.php:554
72
- msgid "Usage Stats"
73
  msgstr ""
74
 
75
- #: app/admin/RTMediaAdmin.php:563
76
- msgid "Total "
77
  msgstr ""
78
 
79
- #: app/admin/RTMediaAdmin.php:571
80
- msgid "With Media"
 
81
  msgstr ""
82
 
83
- #: app/admin/RTMediaAdmin.php:579
84
- msgid "Comments "
85
  msgstr ""
86
 
87
- #: app/admin/RTMediaAdmin.php:587 app/main/controllers/media/RTMediaLike.php:19
88
- msgid "Likes"
89
  msgstr ""
90
 
91
- #: app/admin/RTMediaAdmin.php:598
92
- msgid "rtMedia Links:"
 
 
93
  msgstr ""
94
 
95
- #: app/admin/RTMediaAdmin.php:599
96
- msgid "Homepage"
97
  msgstr ""
98
 
99
- #: app/admin/RTMediaAdmin.php:600
100
- msgid "Free Support"
101
  msgstr ""
102
 
103
- #: app/admin/RTMediaAdmin.php:601
104
- msgid "Premium Addons"
105
  msgstr ""
106
 
107
- #: app/admin/RTMediaAdmin.php:617
108
- msgid "Right Now in rtMedia"
109
  msgstr ""
110
 
111
- #: app/admin/RTMediaAdmin.php:671 app/admin/RTMediaAdmin.php:880
112
- msgid "Regenerate Thumbnail"
 
 
 
 
113
  msgstr ""
114
 
115
- #: app/admin/RTMediaAdmin.php:712 app/admin/RTMediaAdmin.php:1366
116
- #: app/admin/RTMediaAdmin.php:1367
117
- msgid "rtMedia"
118
  msgstr ""
119
 
120
- #: app/admin/RTMediaAdmin.php:719 app/admin/RTMediaAdmin.php:722
121
- #: app/admin/RTMediaAdmin.php:868 app/admin/RTMediaAdmin.php:1396
122
- msgid "Settings"
123
  msgstr ""
124
 
125
- #: app/admin/RTMediaAdmin.php:730 app/admin/RTMediaAdmin.php:733
126
- #: app/admin/RTMediaAdmin.php:869 app/admin/RTMediaAdmin.php:1400
127
- msgid "Addons"
128
  msgstr ""
129
 
130
- #: app/admin/RTMediaAdmin.php:741 app/admin/RTMediaAdmin.php:744
131
- #: app/admin/RTMediaAdmin.php:870 app/admin/RTMediaAdmin.php:1412
132
- #: app/helper/RTMediaSettings.php:207 app/helper/RTMediaSupport.php:51
133
- #: app/helper/RTMediaSupport.php:52
134
- msgid "Support"
135
  msgstr ""
136
 
137
- #: app/admin/RTMediaAdmin.php:752 app/admin/RTMediaAdmin.php:755
138
- #: app/admin/RTMediaAdmin.php:871 app/admin/RTMediaAdmin.php:1404
139
- msgid "Themes"
140
  msgstr ""
141
 
142
- #: app/admin/RTMediaAdmin.php:763 app/admin/RTMediaAdmin.php:766
143
- #: app/admin/RTMediaAdmin.php:872 app/admin/RTMediaAdmin.php:1408
144
- msgid "Hire Us"
145
  msgstr ""
146
 
147
- #: app/admin/RTMediaAdmin.php:775 app/admin/RTMediaAdmin.php:778
148
- #: app/admin/RTMediaAdmin.php:874 app/admin/RTMediaAdmin.php:1420
149
- msgid "Licenses"
150
  msgstr ""
151
 
152
- #: app/admin/RTMediaAdmin.php:829
153
- msgid "ON"
154
  msgstr ""
155
 
156
- #: app/admin/RTMediaAdmin.php:830
157
- msgid "OFF"
158
  msgstr ""
159
 
160
- #: app/admin/RTMediaAdmin.php:836
161
- msgid "Please do not refresh this page."
162
  msgstr ""
163
 
164
- #: app/admin/RTMediaAdmin.php:837
165
- msgid ""
166
- "Something went wrong. Please <a href "
167
- "onclick=\"location.reload();\">refresh</a> page."
168
  msgstr ""
169
 
170
- #: app/admin/RTMediaAdmin.php:838
171
- msgid "This will subscribe you to the free plan."
172
  msgstr ""
173
 
174
- #: app/admin/RTMediaAdmin.php:839
175
- msgid "Are you sure you want to disable the encoding service?"
176
  msgstr ""
177
 
178
- #: app/admin/RTMediaAdmin.php:840
179
- msgid "Are you sure you want to enable the encoding service?"
180
  msgstr ""
181
 
182
- #: app/admin/RTMediaAdmin.php:880
183
- msgid "Regen. Thumbnail "
184
  msgstr ""
185
 
186
- #: app/admin/RTMediaAdmin.php:898 app/admin/RTMediaAdmin.php:1877
187
- msgid "Regenerate Video Thumbnails"
188
  msgstr ""
189
 
190
- #: app/admin/RTMediaAdmin.php:916
191
- msgid "Regenerate Pending Thumbnails"
 
192
  msgstr ""
193
 
194
- #: app/admin/RTMediaAdmin.php:926
195
- msgid "Total Videos"
 
 
 
 
196
  msgstr ""
197
 
198
- #: app/admin/RTMediaAdmin.php:929
199
- msgid "Sent of regenerate thumbails"
 
 
200
  msgstr ""
201
 
202
- #: app/admin/RTMediaAdmin.php:931
203
- msgid "Fail to regenerate thumbails"
 
 
 
204
  msgstr ""
205
 
206
- #: app/admin/RTMediaAdmin.php:970
207
- msgid "Regenerate Video Thumbnails Done"
208
  msgstr ""
209
 
210
- #: app/admin/RTMediaAdmin.php:1014
211
- msgid ""
212
- "You have %s videos without thumbnails. Click <a href='%s'> here </a> to "
213
- "generate thumbnails. <a href='#' "
214
- "onclick='rtmedia_hide_video_thumb_notice()' style='float:right'>Hide</a>"
215
  msgstr ""
216
 
217
- #: app/admin/RTMediaAdmin.php:1092
218
- msgid "not a video ..."
219
  msgstr ""
220
 
221
- #: app/admin/RTMediaAdmin.php:1257
222
- msgid "Empowering The Web With WordPress"
223
  msgstr ""
224
 
225
- #: app/admin/RTMediaAdmin.php:1277
226
- msgid "Settings saved successfully!"
227
  msgstr ""
228
 
229
- #: app/admin/RTMediaAdmin.php:1280 app/admin/RTMediaAdmin.php:1303
230
- msgid "Save Settings"
231
  msgstr ""
232
 
233
- #: app/admin/RTMediaAdmin.php:1502 app/admin/RTMediaAdmin.php:1503
234
- msgid "Display"
235
  msgstr ""
236
 
237
- #: app/admin/RTMediaAdmin.php:1511
238
- msgid "rtMedia BuddyPress"
239
  msgstr ""
240
 
241
- #: app/admin/RTMediaAdmin.php:1512
242
- msgid "BuddyPress"
243
  msgstr ""
244
 
245
- #: app/admin/RTMediaAdmin.php:1520
246
- msgid "rtMedia Types"
247
  msgstr ""
248
 
249
- #: app/admin/RTMediaAdmin.php:1521
250
- msgid "Types"
251
  msgstr ""
252
 
253
- #: app/admin/RTMediaAdmin.php:1528
254
- msgid "rtMedia Sizes"
255
  msgstr ""
256
 
257
- #: app/admin/RTMediaAdmin.php:1529
258
- msgid "Media Sizes"
259
  msgstr ""
260
 
261
- #: app/admin/RTMediaAdmin.php:1536
262
- msgid "rtMedia Privacy"
263
  msgstr ""
264
 
265
- #: app/admin/RTMediaAdmin.php:1537
266
- #: app/main/controllers/privacy/RTMediaPrivacy.php:284
267
- msgid "Privacy"
268
  msgstr ""
269
 
270
- #: app/admin/RTMediaAdmin.php:1543
271
- msgid "rtMedia Custom CSS"
272
  msgstr ""
273
 
274
- #: app/admin/RTMediaAdmin.php:1544
275
- msgid "Custom CSS"
276
  msgstr ""
277
 
278
- #: app/admin/RTMediaAdmin.php:1553 app/admin/RTMediaAdmin.php:1554
279
- msgid "Other Settings"
280
  msgstr ""
281
 
282
- #: app/admin/RTMediaAdmin.php:1649
283
- msgid "I use @rtMediaWP http://rt.cx/rtmedia on %s"
284
  msgstr ""
285
 
286
- #: app/admin/RTMediaAdmin.php:1651
287
- msgid "Post to Twitter Now"
288
  msgstr ""
289
 
290
- #: app/admin/RTMediaAdmin.php:1651
291
- msgid "Post to Twitter"
292
  msgstr ""
293
 
294
- #: app/admin/RTMediaAdmin.php:1652
295
- msgid "Share on Facebook Now"
296
  msgstr ""
297
 
298
- #: app/admin/RTMediaAdmin.php:1652
299
- msgid "Share on Facebook"
300
  msgstr ""
301
 
302
- #: app/admin/RTMediaAdmin.php:1653
303
- msgid "Rate rtMedia on Wordpress.org"
304
  msgstr ""
305
 
306
- #: app/admin/RTMediaAdmin.php:1653
307
- msgid "Rate on Wordpress.org"
 
 
 
 
308
  msgstr ""
309
 
310
- #: app/admin/RTMediaAdmin.php:1654
311
- msgid "Subscribe to our Feeds"
312
  msgstr ""
313
 
314
- #: app/admin/RTMediaAdmin.php:1657
315
- msgid "Spread the Word"
316
  msgstr ""
317
 
318
- #: app/admin/RTMediaAdmin.php:1663 app/admin/RTMediaAdmin.php:1670
319
- msgid "Subscribe"
320
  msgstr ""
321
 
322
- #: app/admin/RTMediaAdmin.php:1692
323
- msgid "Thank you for your time."
324
  msgstr ""
325
 
326
- #: app/admin/RTMediaAdmin.php:1704
327
- msgid "Premium Add-ons"
328
  msgstr ""
329
 
330
- #: app/admin/RTMediaAdmin.php:1720
331
- msgid ""
332
- "You have images enabled on rtMedia but your network allowed filetypes do "
333
- "not permit uploading of %s. Click <a href=\"%s\">here</a> to change your "
334
- "settings manually."
335
- msgstr ""
336
-
337
- #: app/admin/RTMediaAdmin.php:1721 app/admin/RTMediaAdmin.php:1732
338
- #: app/admin/RTMediaAdmin.php:1741
339
- msgid "Recommended"
340
  msgstr ""
341
 
342
- #: app/admin/RTMediaAdmin.php:1721 app/admin/RTMediaAdmin.php:1732
343
- #: app/admin/RTMediaAdmin.php:1741
344
- msgid "Update Network Settings Automatically"
345
  msgstr ""
346
 
347
- #: app/admin/RTMediaAdmin.php:1731
348
- msgid ""
349
- "You have video enabled on BuddyPress Media but your network allowed "
350
- "filetypes do not permit uploading of mp4. Click <a href=\"%s\">here</a> to "
351
- "change your settings manually."
352
  msgstr ""
353
 
354
- #: app/admin/RTMediaAdmin.php:1740
355
- msgid ""
356
- "You have audio enabled on BuddyPress Media but your network allowed "
357
- "filetypes do not permit uploading of mp3. Click <a href=\"%s\">here</a> to "
358
- "change your settings manually."
359
  msgstr ""
360
 
361
- #: app/admin/RTMediaAdmin.php:1755
362
- msgid "Network settings updated successfully."
363
  msgstr ""
364
 
365
- #: app/admin/RTMediaAdmin.php:1861
366
- msgid "Video is sent to generate thumbnails."
367
  msgstr ""
368
 
369
- #: app/admin/RTMediaAdmin.php:1863
370
- msgid "Video cannot be sent to generate thumbnails."
371
  msgstr ""
372
 
373
- #: app/admin/RTMediaAdmin.php:1942
374
- msgid ""
375
- "Please update rtMedia template files if you have overridden the default "
376
- "rtMedia templates in your theme. If not, you can ignore and hide this "
377
- "notice."
378
  msgstr ""
379
 
380
- #: app/admin/RTMediaAdmin.php:1942
381
- #: app/importers/RTMediaMediaSizeImporter.php:66
382
- #: app/importers/RTMediaMigration.php:64
383
- msgid "Hide"
384
  msgstr ""
385
 
386
- #: app/admin/RTMediaFormHandler.php:65 app/admin/RTMediaFormHandler.php:107
387
- #: app/admin/RTMediaFormHandler.php:202 app/admin/RTMediaFormHandler.php:237
388
- msgid "Please provide a \"value\" in the argument."
389
  msgstr ""
390
 
391
- #: app/admin/RTMediaFormHandler.php:150
392
- msgid "Need to specify atleast two radios, else use a checkbox instead"
393
  msgstr ""
394
 
395
- #: app/admin/RTMediaFormHandler.php:285 templates/media/album-gallery.php:56
396
- #: templates/media/media-gallery.php:65
397
- msgid "Load More"
398
  msgstr ""
399
 
400
- #: app/admin/RTMediaFormHandler.php:286
401
- msgid "Pagination"
402
  msgstr ""
403
 
404
- #: app/admin/RTMediaFormHandler.php:298
405
- msgid "Allow user to comment on uploaded media"
406
  msgstr ""
407
 
408
- #: app/admin/RTMediaFormHandler.php:303
409
- msgid ""
410
- "This will display the comment form and comment listing on single media "
411
- "pages as well as inside lightbox (if lightbox is enabled)."
412
  msgstr ""
413
 
414
- #: app/admin/RTMediaFormHandler.php:308
415
- msgid "Use lightbox to display media"
416
  msgstr ""
417
 
418
- #: app/admin/RTMediaFormHandler.php:313
419
- msgid "View single media in facebook style lightbox."
420
  msgstr ""
421
 
422
- #: app/admin/RTMediaFormHandler.php:318
423
- msgid "Number of media per page"
 
424
  msgstr ""
425
 
426
- #: app/admin/RTMediaFormHandler.php:324
427
- msgid "Number of media items you want to show per page on front end."
 
428
  msgstr ""
429
 
430
- #: app/admin/RTMediaFormHandler.php:330
431
- msgid "Media display pagination option"
 
 
432
  msgstr ""
433
 
434
- #: app/admin/RTMediaFormHandler.php:336
435
- msgid "Choose whether you want the load more button or pagination buttons."
 
436
  msgstr ""
437
 
438
- #: app/admin/RTMediaFormHandler.php:341
439
- msgid "Enable"
440
  msgstr ""
441
 
442
- #: app/admin/RTMediaFormHandler.php:341
443
- msgid "Cascading grid layout"
444
  msgstr ""
445
 
446
- #: app/admin/RTMediaFormHandler.php:346
447
- msgid "If you enable masonry view, it is advisable to"
448
  msgstr ""
449
 
450
- #: app/admin/RTMediaFormHandler.php:346
451
- msgid "for masonry view."
452
  msgstr ""
453
 
454
- #: app/admin/RTMediaFormHandler.php:350
455
- msgid "You might need to"
456
  msgstr ""
457
 
458
- #: app/admin/RTMediaFormHandler.php:350
459
- msgid "change thumbnail size"
460
  msgstr ""
461
 
462
- #: app/admin/RTMediaFormHandler.php:350
463
- msgid "and uncheck the crop box for thumbnails."
464
  msgstr ""
465
 
466
- #: app/admin/RTMediaFormHandler.php:350
467
- msgid ""
468
- "To set gallery for fixed width, set image height to 0 and width as per your "
469
- "requirement and vice-versa."
470
  msgstr ""
471
 
472
- #: app/admin/RTMediaFormHandler.php:353
473
- msgid "Enable Direct Upload"
474
  msgstr ""
475
 
476
- #: app/admin/RTMediaFormHandler.php:358
477
- msgid "Uploading media directly as soon as it gets selected."
478
  msgstr ""
479
 
480
- #: app/admin/RTMediaFormHandler.php:384
481
- msgid "Single Media View"
482
  msgstr ""
483
 
484
- #: app/admin/RTMediaFormHandler.php:385
485
- msgid "List Media View"
486
  msgstr ""
487
 
488
- #: app/admin/RTMediaFormHandler.php:386
489
- msgid "Masonry View"
490
  msgstr ""
491
 
492
- #: app/admin/RTMediaFormHandler.php:387
493
- msgid "Direct Upload"
494
  msgstr ""
495
 
496
- #: app/admin/RTMediaFormHandler.php:405
497
- msgid "Allow usage data tracking"
498
  msgstr ""
499
 
500
- #: app/admin/RTMediaFormHandler.php:410
501
- msgid ""
502
- "To make rtMedia better compatible with your sites, you can help the rtMedia "
503
- "team learn what themes and plugins you are using. No private information "
504
- "about your setup will be sent during tracking."
505
  msgstr ""
506
 
507
- #: app/admin/RTMediaFormHandler.php:414
508
- msgid "Admin bar menu integration"
509
  msgstr ""
510
 
511
- #: app/admin/RTMediaFormHandler.php:419
512
- msgid ""
513
- "Add rtMedia menu to WordPress admin bar for easy access to settings and "
514
- "moderation page (if enabled)."
515
  msgstr ""
516
 
517
- #: app/admin/RTMediaFormHandler.php:424
518
- msgid "Add a link to rtMedia in footer"
519
  msgstr ""
520
 
521
- #: app/admin/RTMediaFormHandler.php:429
522
- msgid "Help us promote rtMedia."
523
  msgstr ""
524
 
525
- #: app/admin/RTMediaFormHandler.php:434
526
- msgid "Also add my affiliate-id to rtMedia footer link"
527
  msgstr ""
528
 
529
- #: app/admin/RTMediaFormHandler.php:439
530
- msgid ""
531
- "Add your affiliate-id along with footer link and get rewarded by our "
532
- "affiliation program."
533
  msgstr ""
534
 
535
- #: app/admin/RTMediaFormHandler.php:443
536
- msgid "Signup for"
537
  msgstr ""
538
 
539
- #: app/admin/RTMediaFormHandler.php:443
540
- msgid "affiliate program"
541
  msgstr ""
542
 
543
- #: app/admin/RTMediaFormHandler.php:443 app/admin/RTMediaFormHandler.php:454
544
- #: app/helper/RTMediaSupport.php:363
545
- msgid "here"
546
  msgstr ""
547
 
548
- #: app/admin/RTMediaFormHandler.php:446
549
- msgid "Enable JSON API"
 
550
  msgstr ""
551
 
552
- #: app/admin/RTMediaFormHandler.php:451
553
- msgid ""
554
- "This will allow handling API requests for rtMedia sent through any mobile "
555
- "app."
556
  msgstr ""
557
 
558
- #: app/admin/RTMediaFormHandler.php:454
559
- msgid "You can refer to the API document from"
560
  msgstr ""
561
 
562
- #: app/admin/RTMediaFormHandler.php:477
563
- msgid "Admin Settings"
564
  msgstr ""
565
 
566
- #: app/admin/RTMediaFormHandler.php:478
567
- msgid "API Settings"
568
  msgstr ""
569
 
570
- #: app/admin/RTMediaFormHandler.php:479
571
- msgid "Miscellaneous"
572
  msgstr ""
573
 
574
- #: app/admin/RTMediaFormHandler.php:480
575
- msgid "Footer Link"
576
  msgstr ""
577
 
578
- #: app/admin/RTMediaFormHandler.php:563
579
- msgid "Media Types Settings"
580
  msgstr ""
581
 
582
- #: app/admin/RTMediaFormHandler.php:571 app/helper/RTMediaSettings.php:323
583
- msgid "Media Type"
584
  msgstr ""
585
 
586
- #: app/admin/RTMediaFormHandler.php:576
587
- msgid "Allow Upload"
588
  msgstr ""
589
 
590
- #: app/admin/RTMediaFormHandler.php:578
591
- msgid "Allows you to upload a particular media type on your post."
 
 
 
592
  msgstr ""
593
 
594
- #: app/admin/RTMediaFormHandler.php:586
595
- msgid "Set Featured"
596
  msgstr ""
597
 
598
- #: app/admin/RTMediaFormHandler.php:588
599
- msgid "Place a specific media as a featured content on the post."
 
 
600
  msgstr ""
601
 
602
- #: app/admin/RTMediaFormHandler.php:630
603
- msgid "File Extensions"
604
  msgstr ""
605
 
606
- #: app/admin/RTMediaFormHandler.php:718
607
- msgid "Media Size Settings"
608
  msgstr ""
609
 
610
- #: app/admin/RTMediaFormHandler.php:723
611
- msgid "Category"
612
  msgstr ""
613
 
614
- #: app/admin/RTMediaFormHandler.php:724
615
- msgid "Entity"
616
  msgstr ""
617
 
618
- #: app/admin/RTMediaFormHandler.php:725
619
- msgid "Width"
620
  msgstr ""
621
 
622
- #: app/admin/RTMediaFormHandler.php:726
623
- msgid "Height"
624
  msgstr ""
625
 
626
- #: app/admin/RTMediaFormHandler.php:727
627
- msgid "Crop"
628
  msgstr ""
629
 
630
- #: app/admin/RTMediaFormHandler.php:780
631
- msgid "Number of thumbnails to generate on video upload"
632
  msgstr ""
633
 
634
- #: app/admin/RTMediaFormHandler.php:786
 
635
  msgid ""
636
- " If you choose more than 1 thumbnail, your users will be able to change the "
637
- "thumbnail by going to video 'edit' section. Maximum value is 10."
638
  msgstr ""
639
 
640
- #: app/admin/RTMediaFormHandler.php:794
641
- msgid "Encoding Settings"
642
  msgstr ""
643
 
644
- #: app/admin/RTMediaFormHandler.php:801
645
- msgid "JPEG/JPG image quality (1-100)"
646
  msgstr ""
647
 
648
- #: app/admin/RTMediaFormHandler.php:807
649
- msgid "Enter JPEG/JPG Image Quality. Minimum value is 1. 100 is original quality."
 
 
 
650
  msgstr ""
651
 
652
- #: app/admin/RTMediaFormHandler.php:815
653
- msgid "Image Quality"
654
  msgstr ""
655
 
656
- #: app/admin/RTMediaFormHandler.php:837
657
- msgid "Custom CSS settings"
 
 
658
  msgstr ""
659
 
660
- #: app/admin/RTMediaFormHandler.php:856
661
- msgid "rtMedia default styles"
662
  msgstr ""
663
 
664
- #: app/admin/RTMediaFormHandler.php:862
665
- msgid ""
666
- "Load default rtMedia styles. You need to write your own style for rtMedia "
667
- "if you disable it."
668
  msgstr ""
669
 
670
- #: app/admin/RTMediaFormHandler.php:867
671
- msgid "Paste your CSS code"
672
  msgstr ""
673
 
674
- #: app/admin/RTMediaFormHandler.php:873
675
- msgid "Custom rtMedia CSS container"
 
 
676
  msgstr ""
677
 
678
- #: app/admin/RTMediaFormHandler.php:896
679
- msgid "Enable privacy"
680
  msgstr ""
681
 
682
- #: app/admin/RTMediaFormHandler.php:902
683
- msgid "Enable privacy in rtMedia"
 
684
  msgstr ""
685
 
686
- #: app/admin/RTMediaFormHandler.php:907
687
- msgid "Default privacy"
 
688
  msgstr ""
689
 
690
- #: app/admin/RTMediaFormHandler.php:913
691
- msgid "Set default privacy for media"
 
692
  msgstr ""
693
 
694
- #: app/admin/RTMediaFormHandler.php:919
695
- msgid "Allow users to set privacy for their content"
 
696
  msgstr ""
697
 
698
- #: app/admin/RTMediaFormHandler.php:924
699
- msgid ""
700
- "If you choose this, users will be able to change privacy of their own "
701
- "uploads."
702
  msgstr ""
703
 
704
- #: app/admin/RTMediaFormHandler.php:928
705
- msgid "For group uploads, BuddyPress groups privacy is used."
 
 
706
  msgstr ""
707
 
708
- #: app/admin/RTMediaFormHandler.php:970
709
- msgid "Enable media in profile"
710
  msgstr ""
711
 
712
- #: app/admin/RTMediaFormHandler.php:975
713
- msgid "Enable Media on BuddyPress Profile"
714
  msgstr ""
715
 
716
- #: app/admin/RTMediaFormHandler.php:980
717
- msgid "Enable media in group"
 
718
  msgstr ""
719
 
720
- #: app/admin/RTMediaFormHandler.php:985
721
- msgid "Enable Media on BuddyPress Groups"
722
  msgstr ""
723
 
724
- #: app/admin/RTMediaFormHandler.php:990
725
- msgid "Allow upload from activity stream"
726
  msgstr ""
727
 
728
- #: app/admin/RTMediaFormHandler.php:995
729
- msgid "Allow upload using status update box present on activity stream page"
730
  msgstr ""
731
 
732
- #: app/admin/RTMediaFormHandler.php:1001
733
- msgid "Number of media items to show in activity stream"
 
734
  msgstr ""
735
 
736
- #: app/admin/RTMediaFormHandler.php:1006
737
- msgid ""
738
- "With bulk uploads activity, the stream may get flooded. You can control the "
739
- "maximum number of media items or files per activity. This limit will not "
740
- "affect the actual number of uploads. This is only for display. <em>0</em> "
741
- "means unlimited."
 
 
 
742
  msgstr ""
743
 
744
- #: app/admin/RTMediaFormHandler.php:1013
745
- msgid "Organize media into albums"
 
746
  msgstr ""
747
 
748
- #: app/admin/RTMediaFormHandler.php:1019
749
- msgid ""
750
- "This will add 'album' tab to BuddyPress profile and group depending on the "
751
- "^above^ settings."
752
  msgstr ""
753
 
754
- #: app/helper/RTMediaAddon.php:79 app/helper/RTMediaAddon.php:80
755
- msgid "Plugins"
756
  msgstr ""
757
 
758
- #: app/helper/RTMediaAddon.php:87 app/helper/RTMediaAddon.php:88
759
- msgid "Audio/Video Encoding"
760
  msgstr ""
761
 
762
- #: app/helper/RTMediaAddon.php:111
763
- msgid "Moderation"
764
  msgstr ""
765
 
766
- #: app/helper/RTMediaAddon.php:114
767
- msgid ""
768
- "Report media if they find offensive. Set number of reports to automatically "
769
- "take down media from site."
770
  msgstr ""
771
 
772
- #: app/helper/RTMediaAddon.php:122
773
- msgid "Custom Attributes"
774
  msgstr ""
775
 
776
- #: app/helper/RTMediaAddon.php:125
777
- msgid ""
778
- "Categories media based on attributes. Site owner need to create attributes. "
779
- "When user upload a media, can select in which attribute that media can add."
780
  msgstr ""
781
 
782
- #: app/helper/RTMediaAddon.php:133
783
- msgid "Docs and Other files"
784
  msgstr ""
785
 
786
- #: app/helper/RTMediaAddon.php:136
787
- msgid ""
788
- "Allow users to upload documents and other file type using rtMedia upload "
789
- "box. This addon support all the file extensions which WordPress allows."
790
  msgstr ""
791
 
792
- #: app/helper/RTMediaAddon.php:144
793
- msgid "Default Albums"
794
  msgstr ""
795
 
796
- #: app/helper/RTMediaAddon.php:147
797
- msgid ""
798
- "This plugin allows the creation of multiple default albums for rtMedia "
799
- "uploads. One of these albums can be set as the default global album."
800
  msgstr ""
801
 
802
- #: app/helper/RTMediaAddon.php:155
803
- msgid "Podcast (RSS and Atom feeds)"
 
804
  msgstr ""
805
 
806
- #: app/helper/RTMediaAddon.php:158
807
- msgid ""
808
- "Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting "
809
- "software."
810
  msgstr ""
811
 
812
- #: app/helper/RTMediaAddon.php:166
813
- msgid "Playlists"
 
814
  msgstr ""
815
 
816
- #: app/helper/RTMediaAddon.php:169
817
- msgid ""
818
- "Audio can be grouped into playlists. Once the user upload any audio file, "
819
- "can create a playlist or use existing one to manage audio files."
820
  msgstr ""
821
 
822
- #: app/helper/RTMediaAddon.php:177
823
- msgid "Favorites"
824
  msgstr ""
825
 
826
- #: app/helper/RTMediaAddon.php:180
827
- msgid ""
828
- "Users can create their list of favorite media in which they can add media "
829
- "previously uploaded by any user."
830
  msgstr ""
831
 
832
- #: app/helper/RTMediaAddon.php:188
833
- msgid "Restrictions"
 
834
  msgstr ""
835
 
836
- #: app/helper/RTMediaAddon.php:191
837
- msgid ""
838
- "Site admin can set an upload limit on the basis of time span, file size "
839
- "(MB) and number of files user can upload."
840
  msgstr ""
841
 
842
- #: app/helper/RTMediaAddon.php:199
843
- msgid "bbPress Attachments"
 
 
 
844
  msgstr ""
845
 
846
- #: app/helper/RTMediaAddon.php:202
847
- msgid "Attach media files to bbPress forum topics and replies."
848
  msgstr ""
849
 
850
- #: app/helper/RTMediaAddon.php:210
851
- msgid "WordPress Sitewide Gallery"
852
  msgstr ""
853
 
854
- #: app/helper/RTMediaAddon.php:213
855
- msgid ""
856
- "Site admin can create and upload media into WordPress album. Create album "
857
- "without being dependent on BuddyPress."
858
  msgstr ""
859
 
860
- #: app/helper/RTMediaAddon.php:221
861
- msgid "WordPress Comment Attachments"
862
  msgstr ""
863
 
864
- #: app/helper/RTMediaAddon.php:224
865
- msgid ""
866
- "Allow users to upload a media file in WordPress comment attachment box. It "
867
- "will display a thumbnail of attached file."
868
  msgstr ""
869
 
870
- #: app/helper/RTMediaAddon.php:232
871
- msgid "Social Sharing"
872
  msgstr ""
873
 
874
- #: app/helper/RTMediaAddon.php:235
875
- msgid ""
876
- "Share uploaded media on social network sites like Facebook, twitter, "
877
- "linkedin, Google +. This addon integrate with rtSocial plugin."
878
  msgstr ""
879
 
880
- #: app/helper/RTMediaAddon.php:243
881
- msgid "Sidebar Widgets"
 
882
  msgstr ""
883
 
884
- #: app/helper/RTMediaAddon.php:246
885
- msgid ""
886
- "This addon provide widgets to upload media and display gallery for rtMedia "
887
- "plugin."
888
  msgstr ""
889
 
890
- #: app/helper/RTMediaAddon.php:254
891
- msgid "5 Star Ratings"
892
  msgstr ""
893
 
894
- #: app/helper/RTMediaAddon.php:257
895
- msgid ""
896
- "Display 5 star rating for all the uploaded media. User can rate the media "
897
- "files from 1 to 5 star."
898
  msgstr ""
899
 
900
- #: app/helper/RTMediaAddon.php:265
901
- msgid "Edit Mp3 Info (ID3 Tags)"
902
  msgstr ""
903
 
904
- #: app/helper/RTMediaAddon.php:268
905
- msgid "Allow user to edit MP3 FIle Audio tags (ID 3 tags)."
906
  msgstr ""
907
 
908
- #: app/helper/RTMediaAddon.php:276
909
- msgid "Media Sorting"
910
  msgstr ""
911
 
912
- #: app/helper/RTMediaAddon.php:279
913
- msgid ""
914
- "Sort uploaded media based on file size, ascending/descending title, upload "
915
- "date of media."
916
  msgstr ""
917
 
918
- #: app/helper/RTMediaAddon.php:287
919
- msgid "Bulk Edit"
920
  msgstr ""
921
 
922
- #: app/helper/RTMediaAddon.php:290
923
- msgid ""
924
- "Bulk edit option will allow user to quickly select media files and do "
925
- "required actions like move files from one album to another, change "
926
- "attributes, change privacy, delete files."
927
  msgstr ""
928
 
929
- #: app/helper/RTMediaAddon.php:298
930
- msgid "BuddyPress Profile Picture"
 
931
  msgstr ""
932
 
933
- #: app/helper/RTMediaAddon.php:301
934
- msgid "User can easily set his/her profile picture from media uploaded via rtMedia."
935
  msgstr ""
936
 
937
- #: app/helper/RTMediaAddon.php:309
938
- msgid "Album Cover Art"
 
939
  msgstr ""
940
 
941
- #: app/helper/RTMediaAddon.php:312
942
- msgid "User can easily set any of the image of the album as album cover photo"
943
  msgstr ""
944
 
945
- #: app/helper/RTMediaAddon.php:320
946
- msgid "Direct Download Link"
947
  msgstr ""
948
 
949
- #: app/helper/RTMediaAddon.php:323
950
- msgid ""
951
- "User can download media from website. Site owner can restrict which media "
952
- "type can be allowed to download."
953
  msgstr ""
954
 
955
- #: app/helper/RTMediaAddon.php:331
956
- msgid "Upload by URL"
957
  msgstr ""
958
 
959
- #: app/helper/RTMediaAddon.php:334
960
- msgid ""
961
- "Users do not need to download media files from a URL and then upload it "
962
- "with rtMedia. Just provide the absolute URL for the media and it will "
963
- "upload on site."
964
  msgstr ""
965
 
966
- #: app/helper/RTMediaAddon.php:342
967
- msgid "Media Likes"
968
  msgstr ""
969
 
970
- #: app/helper/RTMediaAddon.php:345
971
- msgid ""
972
- "This add-on let you know who liked the media. User can also see which media "
973
- "they liked under their profile."
974
  msgstr ""
975
 
976
- #: app/helper/RTMediaAddon.php:353
977
- msgid "Activity URL Preview"
978
  msgstr ""
979
 
980
- #: app/helper/RTMediaAddon.php:356
981
- msgid ""
982
- "This addon provides a preview of the URL that is shared in BuddyPress "
983
- "activity. Just enter the URL you want to share on your site and see a "
984
- "preview of it before it is shared."
985
  msgstr ""
986
 
987
- #: app/helper/RTMediaAddon.php:364
988
- msgid "View Counter"
989
  msgstr ""
990
 
991
- #: app/helper/RTMediaAddon.php:367
992
- msgid ""
993
- "Enable view count for all the uploaded media. Whenever user open that media "
994
- "file in lightbox or in single media view, that view count will be "
995
- "calculated and display next to media file."
996
  msgstr ""
997
 
998
- #: app/helper/RTMediaAddon.php:375
999
- msgid "Shortcode Generator"
1000
  msgstr ""
1001
 
1002
- #: app/helper/RTMediaAddon.php:378
1003
- msgid ""
1004
- "This add-on will add shortcode generator button in WordPress post and page "
1005
- "editor for all the rtMedia shortcodes."
1006
  msgstr ""
1007
 
1008
- #: app/helper/RTMediaAddon.php:386
1009
- msgid "Album Privacy"
1010
  msgstr ""
1011
 
1012
- #: app/helper/RTMediaAddon.php:389
1013
- msgid ""
1014
- "Set album privacy when user create an album or change album privacy when "
1015
- "editing existing albums. The privacy levels are Public, Logged in user, "
1016
- "Friends and Private."
1017
  msgstr ""
1018
 
1019
- #: app/helper/RTMediaAddon.php:397
1020
- msgid "BuddyPress Group Media Control"
1021
  msgstr ""
1022
 
1023
- #: app/helper/RTMediaAddon.php:400
1024
- msgid "This add-on allows group owner to manage media upload feature group wise."
1025
  msgstr ""
1026
 
1027
- #: app/helper/RTMediaAddon.php:408
1028
- msgid "Set Custom Thumbnail for Audio/Video"
1029
  msgstr ""
1030
 
1031
- #: app/helper/RTMediaAddon.php:411
1032
- msgid ""
1033
- "Allow media owner to change the thumbnail of uploaded audio/video files. "
1034
- "The File Upload box will be provided to change media thumbnail."
1035
  msgstr ""
1036
 
1037
- #: app/helper/RTMediaAddon.php:419
1038
- msgid "myCRED"
1039
- msgstr ""
 
 
 
1040
 
1041
- #: app/helper/RTMediaAddon.php:422
1042
- msgid ""
1043
- "This plugin integrates rtMedia and myCRED plugin, users can be can award "
1044
- "virtual points for various rtMedia activities, like media upload, likes, "
1045
- "deleted etc."
 
 
 
 
 
 
 
 
 
 
 
1046
  msgstr ""
1047
 
1048
- #: app/helper/RTMediaAddon.php:430
1049
- msgid "Upload terms"
1050
  msgstr ""
1051
 
1052
- #: app/helper/RTMediaAddon.php:433
1053
- msgid ""
1054
- "User must have to check the terms and conditions checkbox before uploading "
1055
- "the media."
1056
  msgstr ""
1057
 
1058
- #: app/helper/RTMediaAddon.php:441
1059
- msgid "CubePoints"
1060
  msgstr ""
1061
 
1062
- #: app/helper/RTMediaAddon.php:444
1063
- msgid ""
1064
- "If you are using CubePoints plugin on your website than rtMedia CubePoint "
1065
- "add-on can be integrate with that plugin to setup point management system "
1066
- "for rtMedia related activities."
1067
  msgstr ""
1068
 
1069
- #: app/helper/RTMediaAddon.php:452
1070
- msgid "Social Sync"
 
1071
  msgstr ""
1072
 
1073
- #: app/helper/RTMediaAddon.php:455
1074
- msgid "rtMedia Social Sync allows you to import media from your Facebook account."
 
1075
  msgstr ""
1076
 
1077
- #: app/helper/RTMediaAddon.php:463
1078
- msgid "Photo Watermark"
 
1079
  msgstr ""
1080
 
1081
- #: app/helper/RTMediaAddon.php:466
1082
- msgid ""
1083
- "rtMedia Photo Watermark let you add watermark on your images uploaded using "
1084
- "rtMedia."
1085
  msgstr ""
1086
 
1087
- #: app/helper/RTMediaAddon.php:474
1088
- msgid "Photo Tagging"
 
1089
  msgstr ""
1090
 
1091
- #: app/helper/RTMediaAddon.php:477
1092
- msgid ""
1093
- "rtMedia Photo Tagging enable users to tag their friends on photos uploaded "
1094
- "using rtMedia."
1095
  msgstr ""
1096
 
1097
- #: app/helper/RTMediaAddon.php:485
1098
- msgid "Photo Filters"
1099
  msgstr ""
1100
 
1101
- #: app/helper/RTMediaAddon.php:488
1102
  msgid ""
1103
- "rtMedia Photo Filters adds Instagram like filters to images uploaded with "
1104
- "rtMedia."
 
1105
  msgstr ""
1106
 
1107
- #: app/helper/RTMediaAddon.php:496
1108
- msgid "Kaltura Add-on"
 
1109
  msgstr ""
1110
 
1111
- #: app/helper/RTMediaAddon.php:499
1112
- msgid ""
1113
- "Add support for more video formats using Kaltura video solution. It works "
1114
- "with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise."
1115
  msgstr ""
1116
 
1117
- #: app/helper/RTMediaAddon.php:507
1118
- msgid "FFMPEG Add-on"
1119
  msgstr ""
1120
 
1121
- #: app/helper/RTMediaAddon.php:510
1122
- msgid ""
1123
- "Add supports for more audio & video formats using open-source media-node. "
1124
- "Media node comes with automated setup script for Ubuntu/Debian."
1125
  msgstr ""
1126
 
1127
- #: app/helper/RTMediaAddon.php:518
1128
- msgid "Membership Add-on"
1129
  msgstr ""
1130
 
1131
- #: app/helper/RTMediaAddon.php:521
1132
  msgid ""
1133
- "rtMedia Membership add-on provides membership functionality in your site in "
1134
- "terms of media upload."
1135
  msgstr ""
1136
 
1137
- #: app/helper/RTMediaAddon.php:561
1138
- msgid "Coming Soon !!"
1139
  msgstr ""
1140
 
1141
- #: app/helper/RTMediaAddon.php:594
1142
- msgid "Purchased"
1143
  msgstr ""
1144
 
1145
- #: app/helper/RTMediaAddon.php:596 app/helper/RTMediaThemes.php:145
1146
- #: app/helper/RTMediaThemes.php:173 app/helper/RTMediaThemes.php:260
1147
- #: app/helper/RTMediaThemes.php:288 app/importers/BPMediaAlbumimporter.php:178
1148
- msgid "Buy Now"
1149
  msgstr ""
1150
 
1151
- #: app/helper/RTMediaAddon.php:625 app/helper/RTMediaThemes.php:144
1152
- #: app/helper/RTMediaThemes.php:172 app/helper/RTMediaThemes.php:259
1153
- #: app/helper/RTMediaThemes.php:287 app/importers/BPMediaAlbumimporter.php:179
1154
- msgid "Live Demo"
1155
  msgstr ""
1156
 
1157
- #: app/helper/RTMediaAdminWidget.php:32
1158
- msgid "Argument missing. id is required."
1159
  msgstr ""
1160
 
1161
- #: app/helper/RTMediaFeed.php:52
1162
- msgid "No items"
1163
  msgstr ""
1164
 
1165
- #: app/helper/RTMediaFeed.php:58
1166
- msgid "Posted "
1167
  msgstr ""
1168
 
1169
- #: app/helper/RTMediaLicense.php:56
1170
- msgid "Activated"
1171
  msgstr ""
1172
 
1173
- #: app/helper/RTMediaLicense.php:59
1174
- msgid "Deactivated"
1175
  msgstr ""
1176
 
1177
- #: app/helper/RTMediaLicense.php:68
1178
- msgid "Status: "
1179
  msgstr ""
1180
 
1181
- #: app/helper/RTMediaLicense.php:77
1182
- msgid "License Key"
1183
  msgstr ""
1184
 
1185
- #: app/helper/RTMediaLicense.php:88
1186
- msgid "Activate / Deactivate License"
1187
  msgstr ""
1188
 
1189
- #: app/helper/RTMediaLicense.php:96
1190
- msgid "Deactivate License"
1191
  msgstr ""
1192
 
1193
- #: app/helper/RTMediaLicense.php:99
1194
- msgid "Activate License"
 
 
1195
  msgstr ""
1196
 
1197
- #: app/helper/RTMediaSettings.php:205
1198
- msgid "BuddyPress Media Addons for Photos"
1199
  msgstr ""
1200
 
1201
- #: app/helper/RTMediaSettings.php:209
1202
- msgid "rtMedia Themes"
1203
- msgstr ""
1204
-
1205
- #: app/helper/RTMediaSettings.php:282
1206
- msgid ""
1207
- "Currently your network allows uploading of the following file types. You "
1208
- "can change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
1209
  msgstr ""
1210
 
1211
- #: app/helper/RTMediaSettings.php:300 app/helper/RTMediaSettings.php:302
1212
- msgid "Recounting of media files done successfully"
1213
  msgstr ""
1214
 
1215
- #: app/helper/RTMediaSettings.php:302
1216
- msgid "Recount Success"
1217
  msgstr ""
1218
 
1219
- #: app/helper/RTMediaSettings.php:306 app/helper/RTMediaSettings.php:308
1220
- msgid "Recounting Failed"
1221
  msgstr ""
1222
 
1223
- #: app/helper/RTMediaSettings.php:308
1224
- msgid "Recount Fail"
1225
  msgstr ""
1226
 
1227
- #: app/helper/RTMediaSettings.php:321 app/helper/RTMediaSettings.php:323
1228
- msgid "Atleast one Media Type Must be selected"
1229
  msgstr ""
1230
 
1231
- #: app/helper/RTMediaSettings.php:332 app/helper/RTMediaSettings.php:334
1232
- msgid "\"Number of media\" count value should be numeric and greater than 0."
 
 
 
1233
  msgstr ""
1234
 
1235
- #: app/helper/RTMediaSettings.php:334
1236
- msgid "Default Count"
1237
  msgstr ""
1238
 
1239
- #: app/helper/RTMediaSettings.php:339
1240
- msgid "Settings saved."
 
 
1241
  msgstr ""
1242
 
1243
- #: app/helper/RTMediaSettings.php:363
1244
- msgid ""
1245
- "If you make changes to width, height or crop settings, you must use \"<a "
1246
- "href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
1247
  msgstr ""
1248
 
1249
- #: app/helper/RTMediaSettings.php:384
1250
- msgid "BuddyPress Media 2.6 requires a database upgrade. "
1251
  msgstr ""
1252
 
1253
- #: app/helper/RTMediaSettings.php:384
1254
- msgid "Update Database"
1255
  msgstr ""
1256
 
1257
- #: app/helper/RTMediaSettings.php:401
1258
  msgid ""
1259
- "If your site has some issues due to BuddyPress Media and you want one on "
1260
- "one support then you can create a support topic on the <a target=\"_blank\" "
1261
- "href=\"http://community.rtcamp.com/c/rtmedia?utm_source=dashboard&utm_"
1262
- "medium=plugin&utm_campaign=rtmedia\">rtCamp Support Forum</a>."
1263
  msgstr ""
1264
 
1265
- #: app/helper/RTMediaSettings.php:402
1266
- msgid ""
1267
- "If you have any suggestions, enhancements or bug reports, then you can open "
1268
- "a new issue on <a target=\"_blank\" "
1269
- "href=\"https://github.com/rtCamp/rtmedia/issues/new\">GitHub</a>."
1270
  msgstr ""
1271
 
1272
- #: app/helper/RTMediaSupport.php:58 app/helper/RTMediaSupport.php:59
1273
- #: app/helper/RTMediaSupport.php:305 app/helper/RTMediaSupport.php:560
1274
- msgid "Debug Info"
1275
  msgstr ""
1276
 
1277
- #: app/helper/RTMediaSupport.php:66 app/helper/RTMediaSupport.php:67
1278
- #: app/importers/RTMediaMigration.php:83
1279
- msgid "Migration"
1280
  msgstr ""
1281
 
1282
- #: app/helper/RTMediaSupport.php:128
1283
- msgid "Service"
1284
  msgstr ""
1285
 
1286
- #: app/helper/RTMediaSupport.php:135
1287
- msgid "Premium Support"
 
 
1288
  msgstr ""
1289
 
1290
- #: app/helper/RTMediaSupport.php:141
1291
- msgid "Bug Report"
1292
  msgstr ""
1293
 
1294
- #: app/helper/RTMediaSupport.php:147
1295
- msgid "New Feature"
1296
  msgstr ""
1297
 
1298
- #: app/helper/RTMediaSupport.php:149
1299
- msgid "Submit"
1300
  msgstr ""
1301
 
1302
- #: app/helper/RTMediaSupport.php:195
1303
- msgid "by"
1304
  msgstr ""
1305
 
1306
- #: app/helper/RTMediaSupport.php:195
1307
- msgid "version"
1308
  msgstr ""
1309
 
1310
- #: app/helper/RTMediaSupport.php:357
1311
- msgid "There is no media found to migrate."
1312
  msgstr ""
1313
 
1314
- #: app/helper/RTMediaSupport.php:363
1315
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
1316
- msgid "Click"
1317
  msgstr ""
1318
 
1319
- #: app/helper/RTMediaSupport.php:363
1320
- msgid "here to migrate media from rtMedia 2.x to rtMedia 3.0+."
1321
  msgstr ""
1322
 
1323
- #: app/helper/RTMediaSupport.php:392
1324
- msgid "Submit a Bug Report"
1325
  msgstr ""
1326
 
1327
- #: app/helper/RTMediaSupport.php:395
1328
- msgid "Submit a New Feature Request"
1329
  msgstr ""
1330
 
1331
- #: app/helper/RTMediaSupport.php:398
1332
- msgid "Submit Support Request"
1333
  msgstr ""
1334
 
1335
- #: app/helper/RTMediaSupport.php:405
1336
- msgid ""
1337
- "If your site has some issues due to rtMedia and you want support, feel free "
1338
- "to create a support topic on <a target=\"_blank\" "
1339
- "href=\"http://community.rtcamp.com/c/rtmedia/?utm_source=dashboard&utm_"
1340
- "medium=plugin&utm_campaign=buddypress-media\">Community Forum</a>."
1341
  msgstr ""
1342
 
1343
- #: app/helper/RTMediaSupport.php:406
1344
- msgid ""
1345
- "If you have any suggestions, enhancements or bug reports, you can open a "
1346
- "new issue on <a target=\"_blank\" "
1347
- "href=\"https://github.com/rtCamp/rtMedia/issues/new\">GitHub</a>."
1348
  msgstr ""
1349
 
1350
- #: app/helper/RTMediaSupport.php:415
1351
- msgid "Name"
1352
  msgstr ""
1353
 
1354
- #: app/helper/RTMediaSupport.php:420
1355
- msgid "Use actual user name which used during purchased."
1356
  msgstr ""
1357
 
1358
- #: app/helper/RTMediaSupport.php:426
1359
- msgid "Email"
1360
  msgstr ""
1361
 
1362
- #: app/helper/RTMediaSupport.php:431
1363
- msgid "Use email id which used during purchased"
1364
  msgstr ""
1365
 
1366
- #: app/helper/RTMediaSupport.php:437
1367
- msgid "Website"
1368
  msgstr ""
1369
 
1370
- #: app/helper/RTMediaSupport.php:442
1371
- msgid "Subject"
1372
  msgstr ""
1373
 
1374
- #: app/helper/RTMediaSupport.php:447 templates/media/album-single-edit.php:16
1375
- #: templates/media/media-single-edit.php:16
1376
- msgid "Details"
 
1377
  msgstr ""
1378
 
1379
- #: app/helper/RTMediaSupport.php:490
1380
- msgid "rtMedia Premium Support Request from"
1381
  msgstr ""
1382
 
1383
- #: app/helper/RTMediaSupport.php:493
1384
- msgid "rtMedia New Feature Request from"
1385
  msgstr ""
1386
 
1387
- #: app/helper/RTMediaSupport.php:496
1388
- msgid "rtMedia Bug Report from"
 
1389
  msgstr ""
1390
 
1391
- #: app/helper/RTMediaSupport.php:499
1392
- msgid "rtMedia Contact from"
1393
  msgstr ""
1394
 
1395
- #: app/helper/RTMediaSupport.php:582
1396
- msgid "Thank you for your Feedback/Suggestion."
1397
  msgstr ""
1398
 
1399
- #: app/helper/RTMediaSupport.php:584
1400
- msgid "Thank you for posting your support request."
1401
  msgstr ""
1402
 
1403
- #: app/helper/RTMediaSupport.php:585
1404
- msgid "We will get back to you shortly."
 
 
1405
  msgstr ""
1406
 
1407
- #: app/helper/RTMediaSupport.php:590
1408
- msgid "Your server failed to send an email."
1409
  msgstr ""
1410
 
1411
- #: app/helper/RTMediaSupport.php:591
1412
- msgid "Kindly contact your server support to fix this."
1413
  msgstr ""
1414
 
1415
- #: app/helper/RTMediaSupport.php:592
1416
- msgid "You can alternatively create a support request <a href=\"%s\">here</a>"
1417
  msgstr ""
1418
 
1419
- #: app/helper/RTMediaThemes.php:60 app/helper/RTMediaThemes.php:61
1420
- msgid "Themes By rtCamp"
1421
  msgstr ""
1422
 
1423
- #: app/helper/RTMediaThemes.php:67 app/helper/RTMediaThemes.php:68
1424
- msgid "3rd Party Themes"
1425
  msgstr ""
1426
 
1427
- #: app/helper/RTMediaThemes.php:105
1428
- msgid "rtDating"
1429
  msgstr ""
1430
 
1431
- #. Author of the plugin/theme
1432
- msgid "rtCamp"
1433
  msgstr ""
1434
 
1435
- #: app/helper/RTMediaThemes.php:111
1436
  msgid ""
1437
- "rtDating is a unique, clean and modern theme only for WordPress. This theme "
1438
- "is mostly useful for dating sites and community websites. It can also be "
1439
- "use for any other WordPress based website."
1440
  msgstr ""
1441
 
1442
- #: app/helper/RTMediaThemes.php:115
1443
- msgid "InspireBook"
1444
  msgstr ""
1445
 
1446
- #: app/helper/RTMediaThemes.php:121
1447
- msgid ""
1448
- "InspireBook is a premium WordPress theme, designed especially for "
1449
- "BuddyPress and rtMedia powered social-networks."
1450
  msgstr ""
1451
 
1452
- #: app/helper/RTMediaThemes.php:139 app/helper/RTMediaThemes.php:254
1453
- msgid "Theme Details"
1454
  msgstr ""
1455
 
1456
- #: app/helper/RTMediaThemes.php:151 app/helper/RTMediaThemes.php:266
1457
- msgid "Show previous theme"
1458
  msgstr ""
1459
 
1460
- #: app/helper/RTMediaThemes.php:152 app/helper/RTMediaThemes.php:267
1461
- msgid "Show next theme"
1462
  msgstr ""
1463
 
1464
- #: app/helper/RTMediaThemes.php:153 app/helper/RTMediaThemes.php:268
1465
- msgid "Close overlay"
1466
  msgstr ""
1467
 
1468
- #: app/helper/RTMediaThemes.php:166 app/helper/RTMediaThemes.php:281
1469
- msgid "Read More"
1470
  msgstr ""
1471
 
1472
- #: app/helper/RTMediaThemes.php:167 app/helper/RTMediaThemes.php:282
1473
- msgid "Tags:"
1474
  msgstr ""
1475
 
1476
- #: app/helper/RTMediaThemes.php:199
1477
- msgid "(M) SOCIAL NETWORK BUDDYPRESS THEME"
 
 
 
 
1478
  msgstr ""
1479
 
1480
- #: app/helper/RTMediaThemes.php:202
1481
- msgid "gavick"
1482
  msgstr ""
1483
 
1484
- #: app/helper/RTMediaThemes.php:205
1485
  msgid ""
1486
- "(M)Social is a sophisticated, vibrant community theme that offers "
1487
- "incredible grid layouts, with full BuddyPress support so your users can "
1488
- "interact with each other, create their own pages, and share their thoughts "
1489
- "and images with the community. "
1490
  msgstr ""
1491
 
1492
- #: app/helper/RTMediaThemes.php:209
1493
- msgid "Klein"
 
1494
  msgstr ""
1495
 
1496
- #: app/helper/RTMediaThemes.php:212
1497
- msgid "dunhakdis"
1498
  msgstr ""
1499
 
1500
- #: app/helper/RTMediaThemes.php:215
1501
- msgid ""
1502
- "Klein is an innovative WordPress theme built to support BuddyPress, "
1503
- "bbPress, and WooCommerce out of the box. Perfect for websites that "
1504
- "interacts with many users."
1505
  msgstr ""
1506
 
1507
- #: app/helper/RTMediaThemes.php:219
1508
- msgid "SweetDate"
1509
  msgstr ""
1510
 
1511
- #: app/helper/RTMediaThemes.php:222 app/helper/RTMediaThemes.php:232
1512
- msgid "SeventhQueen"
1513
  msgstr ""
1514
 
1515
- #: app/helper/RTMediaThemes.php:225
1516
- msgid ""
1517
- "SweetDate is a unique, clean and modern Premium Wordpress theme. It is "
1518
- "perfect for a dating or community website but can be used as well for any "
1519
- "other domain. They added all the things you need to create a perfect "
1520
- "community system."
1521
- msgstr ""
1522
-
1523
- #: app/helper/RTMediaThemes.php:229
1524
- msgid "KLEO"
1525
  msgstr ""
1526
 
1527
- #: app/helper/RTMediaThemes.php:235
1528
  msgid ""
1529
- "You no longer need to be a professional developer or designer to create an "
1530
- "awesome website. Let your imagination run wild and create the site of your "
1531
- "dreams. KLEO has all the tools to get you started."
1532
  msgstr ""
1533
 
1534
- #: app/helper/RTMediaThemes.php:298
1535
- msgid ""
1536
- "These are the third party themes. For any issues or queries regarding these "
1537
- "themes please contact theme developers."
1538
  msgstr ""
1539
 
1540
- #: app/helper/RTMediaThemes.php:301
1541
- msgid "Are you a developer?"
1542
  msgstr ""
1543
 
1544
- #: app/helper/RTMediaThemes.php:304
1545
- msgid ""
1546
- "If you have developed a rtMedia compatible theme and would like it to list "
1547
- "here, please email us at"
1548
  msgstr ""
1549
 
1550
- #: app/helper/RTMediaThemes.php:305
1551
- msgid "product@rtcamp.com"
1552
  msgstr ""
1553
 
1554
- #: app/helper/RTMediaUploadException.php:41
1555
- msgid ""
1556
- "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
1557
- "the HTML form"
1558
  msgstr ""
1559
 
1560
- #: app/helper/RTMediaUploadException.php:44
1561
- msgid "No file was uploaded"
1562
  msgstr ""
1563
 
1564
- #: app/helper/RTMediaUploadException.php:49
1565
- msgid "Uploade failed due to internal server error."
1566
  msgstr ""
1567
 
1568
- #: app/helper/RTMediaUploadException.php:52
1569
- msgid "File type not allowed."
1570
  msgstr ""
1571
 
1572
- #: app/helper/RTMediaUploadException.php:56
1573
- msgid "Invalid Context for upload."
1574
  msgstr ""
1575
 
1576
- #: app/helper/RTMediaUploadException.php:59
1577
- msgid "Unknown file upload error."
1578
  msgstr ""
1579
 
1580
- #: app/helper/rtFormInvalidArgumentsException.php:21
1581
- msgid ""
1582
- "Error on line %s in %s : <b>The method expects an array in arguments for %s "
1583
- "provided.</b>"
1584
  msgstr ""
1585
 
1586
- #: app/importers/BPMediaAlbumimporter.php:71
1587
- msgid "Warning!"
1588
  msgstr ""
1589
 
1590
- #: app/importers/BPMediaAlbumimporter.php:71
1591
- msgid ""
1592
- "This import process is irreversible. Although everything is tested, please "
1593
- "take a <a target=\"_blank\" "
1594
- "href=\"http://codex.wordpress.org/WordPress_Backups\">backup of your "
1595
- "database and files</a>, before proceeding. If you don't know your way "
1596
- "around databases and files, consider <a target=\"_blank\" "
1597
- "href=\"%s\">hiring us</a>, or another professional."
1598
  msgstr ""
1599
 
1600
- #: app/importers/BPMediaAlbumimporter.php:72
1601
- msgid ""
1602
- "If you have set \"WP_DEBUG\" in you wp-config.php file, please make sure it "
1603
- "is set to \"false\", so that it doesn't conflict with the import process."
1604
  msgstr ""
1605
 
1606
- #: app/importers/BPMediaAlbumimporter.php:73
1607
- msgid "I have taken a backup of the database and files of this site."
 
1608
  msgstr ""
1609
 
1610
- #: app/importers/BPMediaAlbumimporter.php:75
1611
- msgid "Start Import"
 
1612
  msgstr ""
1613
 
1614
- #: app/importers/BPMediaAlbumimporter.php:80
1615
- msgid "Users"
 
1616
  msgstr ""
1617
 
1618
- #: app/importers/BPMediaAlbumimporter.php:90 app/main/RTMedia.php:562
1619
- msgid "Media"
 
 
 
1620
  msgstr ""
1621
 
1622
- #: app/importers/BPMediaAlbumimporter.php:110
1623
- msgid "Comments"
 
1624
  msgstr ""
1625
 
1626
- #: app/importers/BPMediaAlbumimporter.php:116
1627
- msgid "Comments: 0/0 (No comments to import)"
 
1628
  msgstr ""
1629
 
1630
- #: app/importers/BPMediaAlbumimporter.php:123
1631
- msgid "User's Favorites"
 
1632
  msgstr ""
1633
 
1634
- #: app/importers/BPMediaAlbumimporter.php:132
1635
- msgid "BP-Album is active on your site and will cause problems with the import."
1636
  msgstr ""
1637
 
1638
- #: app/importers/BPMediaAlbumimporter.php:133
1639
- msgid "Click here to deactivate BP-Album and continue importing"
1640
  msgstr ""
1641
 
1642
- #: app/importers/BPMediaAlbumimporter.php:139
1643
- msgid "Some of the media failed to import. The file might be corrupt or deleted."
1644
  msgstr ""
1645
 
1646
- #: app/importers/BPMediaAlbumimporter.php:140
1647
- msgid "The following %d BP Album Media id's could not be imported"
 
 
1648
  msgstr ""
1649
 
1650
- #: app/importers/BPMediaAlbumimporter.php:149
1651
- msgid "I just imported bp-album to @rtMediaWP http://rt.cx/rtmedia on %s"
1652
  msgstr ""
1653
 
1654
- #: app/importers/BPMediaAlbumimporter.php:150
1655
- msgid "Congratulations!"
1656
  msgstr ""
1657
 
1658
- #: app/importers/BPMediaAlbumimporter.php:150
1659
- msgid "All media from BP Album has been imported."
1660
  msgstr ""
1661
 
1662
- #: app/importers/BPMediaAlbumimporter.php:151
1663
- msgid "Tweet this"
1664
  msgstr ""
1665
 
1666
- #: app/importers/BPMediaAlbumimporter.php:155
1667
- msgid ""
1668
- "However, a lot of unnecessary files and a database table are still eating "
1669
- "up your resources. If everything seems fine, you can clean this data up."
1670
  msgstr ""
1671
 
1672
- #: app/importers/BPMediaAlbumimporter.php:158
1673
- msgid "Clean up Now"
1674
  msgstr ""
1675
 
1676
- #: app/importers/BPMediaAlbumimporter.php:161
1677
- msgid "Clean up Later"
1678
  msgstr ""
1679
 
1680
- #: app/importers/BPMediaAlbumimporter.php:166
1681
- msgid "Why don't you try adding some instagram like effects to your images?"
1682
  msgstr ""
1683
 
1684
- #: app/importers/BPMediaAlbumimporter.php:173
1685
- msgid ""
1686
- "BuddyPress Media Instagram adds Instagram like filters to images uploaded "
1687
- "with BuddyPress Media."
1688
  msgstr ""
1689
 
1690
- #: app/importers/BPMediaAlbumimporter.php:174
1691
- msgid "Important"
1692
  msgstr ""
1693
 
1694
- #: app/importers/BPMediaAlbumimporter.php:174
 
1695
  msgid ""
1696
- "You need to have ImageMagick installed on your server for this addon to "
1697
- "work."
 
1698
  msgstr ""
1699
 
1700
- #: app/importers/BPMediaAlbumimporter.php:184
1701
- msgid ""
1702
- "Looks like you don't use BP Album. Is there any other BuddyPress Plugin you "
1703
- "want an importer for?"
1704
  msgstr ""
1705
 
1706
- #: app/importers/BPMediaAlbumimporter.php:185
1707
- msgid "<a href=\"%s\">Create an issue</a> on GitHub requesting the same."
1708
  msgstr ""
1709
 
1710
- #: app/importers/RTMediaActivityUpgrade.php:20
1711
- msgid "Media activity upgrade"
1712
  msgstr ""
1713
 
1714
- #: app/importers/RTMediaMediaSizeImporter.php:25
1715
- msgid "Media Size Import"
1716
  msgstr ""
1717
 
1718
- #: app/importers/RTMediaMigration.php:64
1719
- msgid "Please Migrate your Database"
1720
  msgstr ""
1721
 
1722
- #: app/importers/RTMediaMigration.php:64
1723
- msgid "Click Here"
1724
  msgstr ""
1725
 
1726
- #: app/importers/RTMediaMigration.php:375
1727
- msgid ""
1728
- "Please Backup your <strong>DATABASE</strong> and <strong>UPLOAD</strong> "
1729
- "folder before Migration."
1730
  msgstr ""
1731
 
1732
- #: app/importers/RTMediaMigration.php:383
1733
- msgid "rtMedia Migration"
1734
  msgstr ""
1735
 
1736
- #: app/importers/RTMediaMigration.php:385
1737
- msgid "It will migrate following things"
1738
  msgstr ""
1739
 
1740
- #: app/importers/RTMediaMigration.php:453
1741
- msgid "Error During Migration, Please Refresh Page then try again"
1742
  msgstr ""
1743
 
1744
- #: app/importers/RTMediaMigration.php:473
1745
- msgid "Start"
1746
  msgstr ""
1747
 
1748
- #: app/importers/RTMediaMigration.php:1024
1749
- msgid " day"
1750
  msgstr ""
1751
 
1752
- #: app/importers/RTMediaMigration.php:1028
1753
- msgid " hour"
1754
  msgstr ""
1755
 
1756
- #: app/importers/RTMediaMigration.php:1032
1757
- msgid " minute"
1758
  msgstr ""
1759
 
1760
- #: app/importers/RTMediaMigration.php:1036
1761
- msgid " second"
1762
  msgstr ""
1763
 
1764
- #: app/importers/RTMediaMigration.php:1042
1765
- msgid "No time remaining."
 
1766
  msgstr ""
1767
 
1768
- #: app/main/RTMedia.php:302
1769
- msgid "Photo"
1770
  msgstr ""
1771
 
1772
- #: app/main/RTMedia.php:303
1773
- msgid "Photos"
1774
  msgstr ""
1775
 
1776
- #: app/main/RTMedia.php:311
1777
- msgid "Video"
1778
  msgstr ""
1779
 
1780
- #: app/main/RTMedia.php:312
1781
- msgid "Videos"
1782
  msgstr ""
1783
 
1784
- #: app/main/RTMedia.php:320 app/main/RTMedia.php:321
1785
- msgid "Music"
1786
  msgstr ""
1787
 
1788
- #: app/main/RTMedia.php:408
1789
- msgid "Private - Visible only to the user"
1790
  msgstr ""
1791
 
1792
- #: app/main/RTMedia.php:409
1793
- msgid "Friends - Visible to user's friends"
1794
  msgstr ""
1795
 
1796
- #: app/main/RTMedia.php:410
1797
- msgid "Logged in Users - Visible to registered users"
1798
  msgstr ""
1799
 
1800
- #: app/main/RTMedia.php:411
1801
- msgid "Public - Visible to the world"
1802
  msgstr ""
1803
 
1804
- #: app/main/RTMedia.php:568 app/main/controllers/template/RTMediaNav.php:176
1805
- #: app/main/controllers/template/rt-template-functions.php:83
1806
- msgid "All"
1807
  msgstr ""
1808
 
1809
- #: app/main/RTMedia.php:577 app/main/controllers/media/RTMediaAlbum.php:49
1810
- #: app/main/controllers/template/rt-template-functions.php:1391
1811
- #: app/main/controllers/upload/RTMediaUploadView.php:51
1812
- #: app/main/controllers/upload/RTMediaUploadView.php:54
1813
- msgid "Album"
1814
  msgstr ""
1815
 
1816
- #: app/main/RTMedia.php:580 app/main/controllers/media/RTMediaAlbum.php:48
1817
- #: app/main/controllers/media/RTMediaAlbum.php:60
1818
- msgid "Albums"
 
 
 
1819
  msgstr ""
1820
 
1821
- #: app/main/RTMedia.php:588 app/main/controllers/media/RTMediaLoginPopup.php:38
1822
- #: app/main/controllers/template/rt-template-functions.php:2160
1823
- #: app/main/controllers/template/rt-template-functions.php:2164
1824
- msgid "Upload"
1825
  msgstr ""
1826
 
1827
- #: app/main/RTMedia.php:592
1828
- msgid "Wall Post"
 
1829
  msgstr ""
1830
 
1831
- #: app/main/RTMedia.php:803 app/main/RTMedia.php:812
1832
- msgid "Wall Posts"
 
 
 
 
1833
  msgstr ""
1834
 
1835
- #: app/main/RTMedia.php:855
1836
- msgid ": Can't Create Database table. Please check create table permission."
 
 
 
 
1837
  msgstr ""
1838
 
1839
- #: app/main/RTMedia.php:899
1840
- msgid "Loading media"
1841
  msgstr ""
1842
 
1843
- #: app/main/RTMedia.php:900
1844
- msgid "Please enter some content to post."
1845
  msgstr ""
1846
 
1847
- #: app/main/RTMedia.php:901
1848
- msgid "Empty Comment is not allowed."
1849
  msgstr ""
1850
 
1851
- #: app/main/RTMedia.php:902
1852
- msgid "Are you sure you want to delete this media?"
 
 
1853
  msgstr ""
1854
 
1855
- #: app/main/RTMedia.php:903
1856
- msgid "Are you sure you want to delete this comment?"
 
 
1857
  msgstr ""
1858
 
1859
- #: app/main/RTMedia.php:904
1860
- msgid "Are you sure you want to delete this Album?"
 
1861
  msgstr ""
1862
 
1863
- #: app/main/RTMedia.php:905
1864
- msgid "Drop files here"
 
1865
  msgstr ""
1866
 
1867
- #: app/main/RTMedia.php:906
1868
- msgid "album created successfully."
1869
  msgstr ""
1870
 
1871
- #: app/main/RTMedia.php:907
1872
- msgid "Something went wrong. Please try again."
1873
  msgstr ""
1874
 
1875
- #: app/main/RTMedia.php:908
1876
- msgid "Enter an album name."
1877
  msgstr ""
1878
 
1879
- #: app/main/RTMedia.php:909
1880
- msgid "Max file Size Limit : "
1881
  msgstr ""
1882
 
1883
- #: app/main/RTMedia.php:910
1884
- msgid "Allowed File Formats"
1885
  msgstr ""
1886
 
1887
- #: app/main/RTMedia.php:911 templates/media/album-single-edit.php:62
1888
- msgid "Select All Visible"
1889
  msgstr ""
1890
 
1891
- #: app/main/RTMedia.php:912
1892
- msgid "Unselect All Visible"
1893
  msgstr ""
1894
 
1895
- #: app/main/RTMedia.php:913
1896
- msgid "Please select some media."
1897
  msgstr ""
1898
 
1899
- #: app/main/RTMedia.php:914
1900
- msgid "Are you sure you want to delete the selected media?"
1901
  msgstr ""
1902
 
1903
- #: app/main/RTMedia.php:915
1904
- msgid "Are you sure you want to move the selected media?"
1905
  msgstr ""
1906
 
1907
- #: app/main/RTMedia.php:916
1908
- msgid "Waiting"
1909
  msgstr ""
1910
 
1911
- #: app/main/RTMedia.php:917
1912
- msgid "Uploaded"
1913
  msgstr ""
1914
 
1915
- #: app/main/RTMedia.php:918
1916
- msgid "Uploading"
 
 
 
 
 
1917
  msgstr ""
1918
 
1919
- #: app/main/RTMedia.php:919
1920
- msgid "Failed"
 
 
 
1921
  msgstr ""
1922
 
1923
- #: app/main/RTMedia.php:920
1924
- msgid "Close"
1925
  msgstr ""
1926
 
1927
- #: app/main/RTMedia.php:921
1928
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:61
1929
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
1930
- #: app/main/controllers/template/rt-template-functions.php:733
1931
- #: app/main/controllers/template/rt-template-functions.php:754
1932
- msgid "Edit"
1933
  msgstr ""
1934
 
1935
- #: app/main/RTMedia.php:922
1936
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:64
1937
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
1938
- #: app/main/controllers/template/rt-template-functions.php:1471
1939
- #: app/main/controllers/template/rt-template-functions.php:1478
1940
- #: templates/media/album-single-edit.php:65
1941
- msgid "Delete"
1942
  msgstr ""
1943
 
1944
- #: app/main/RTMedia.php:923 templates/media/media-single-edit.php:8
1945
- msgid "Edit Media"
1946
  msgstr ""
1947
 
1948
- #: app/main/RTMedia.php:924
1949
- msgid "Remove from queue"
1950
  msgstr ""
1951
 
1952
- #: app/main/RTMedia.php:925
1953
- msgid "Add more files"
1954
  msgstr ""
1955
 
1956
- #: app/main/RTMedia.php:926
1957
- msgid "File not supported"
1958
  msgstr ""
1959
 
1960
- #: app/main/RTMedia.php:927
1961
- msgid "more"
1962
  msgstr ""
1963
 
1964
- #: app/main/RTMedia.php:928
1965
- msgid "less"
1966
  msgstr ""
1967
 
1968
- #: app/main/RTMedia.php:929
1969
- msgid "This media is uploaded. Are you sure you want to delete this media?"
1970
  msgstr ""
1971
 
1972
- #: app/main/RTMedia.php:937
1973
- msgid "Featured media set successfully."
1974
  msgstr ""
1975
 
1976
- #: app/main/RTMedia.php:938
1977
- msgid "Featured media removed successfully."
1978
  msgstr ""
1979
 
1980
- #: app/main/RTMedia.php:975
1981
- msgid "There are some uploads in progress. Do you want to cancel them?"
1982
  msgstr ""
1983
 
1984
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:180
1985
- msgid "Media Files"
1986
  msgstr ""
1987
 
1988
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:204
1989
- #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:103
1990
- #: app/main/controllers/template/rt-template-functions.php:1505
1991
- msgid "You are not allowed to upload/attach media."
1992
  msgstr ""
1993
 
1994
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:333
1995
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:348
1996
- msgid "media"
1997
  msgstr ""
1998
 
1999
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:340
2000
- msgid "%s added a %s"
2001
  msgstr ""
2002
 
2003
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:346
2004
- #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:348
2005
- #: app/main/controllers/upload/RTMediaUploadEndpoint.php:99
2006
- msgid "%s added %d %s"
2007
  msgstr ""
2008
 
2009
- #: app/main/controllers/api/RTMediaJsonApi.php:166
2010
- msgid "username/password empty"
2011
  msgstr ""
2012
 
2013
- #: app/main/controllers/api/RTMediaJsonApi.php:169
2014
- msgid "incorrect username"
 
 
 
2015
  msgstr ""
2016
 
2017
- #: app/main/controllers/api/RTMediaJsonApi.php:172
2018
- msgid "incorrect password"
2019
  msgstr ""
2020
 
2021
- #: app/main/controllers/api/RTMediaJsonApi.php:175
2022
- msgid "login success"
 
 
2023
  msgstr ""
2024
 
2025
- #: app/main/controllers/api/RTMediaJsonApi.php:221
2026
- msgid "fields empty"
2027
  msgstr ""
2028
 
2029
- #: app/main/controllers/api/RTMediaJsonApi.php:224
2030
- msgid "invalid email"
 
 
2031
  msgstr ""
2032
 
2033
- #: app/main/controllers/api/RTMediaJsonApi.php:227
2034
- msgid "password do not match"
2035
  msgstr ""
2036
 
2037
- #: app/main/controllers/api/RTMediaJsonApi.php:230
2038
- msgid "username already registered"
 
 
2039
  msgstr ""
2040
 
2041
- #: app/main/controllers/api/RTMediaJsonApi.php:233
2042
- msgid "email already exists"
2043
  msgstr ""
2044
 
2045
- #: app/main/controllers/api/RTMediaJsonApi.php:236
2046
- msgid "new user created"
 
 
2047
  msgstr ""
2048
 
2049
- #: app/main/controllers/api/RTMediaJsonApi.php:297
2050
- msgid "email empty"
2051
  msgstr ""
2052
 
2053
- #: app/main/controllers/api/RTMediaJsonApi.php:300
2054
- msgid "username/email not registered"
 
 
2055
  msgstr ""
2056
 
2057
- #: app/main/controllers/api/RTMediaJsonApi.php:303
2058
- msgid "reset link sent"
2059
  msgstr ""
2060
 
2061
- #: app/main/controllers/api/RTMediaJsonApi.php:335
2062
- msgid "Someone has asked to reset the password for the following site and username."
 
 
2063
  msgstr ""
2064
 
2065
- #: app/main/controllers/api/RTMediaJsonApi.php:337
2066
- msgid "Username: %s"
2067
  msgstr ""
2068
 
2069
- #: app/main/controllers/api/RTMediaJsonApi.php:338
2070
  msgid ""
2071
- "To reset your password visit the following address, otherwise just ignore "
2072
- "this email and nothing will happen."
2073
  msgstr ""
2074
 
2075
- #: app/main/controllers/api/RTMediaJsonApi.php:341
2076
- msgid "[%s] Password Reset"
2077
  msgstr ""
2078
 
2079
- #: app/main/controllers/api/RTMediaJsonApi.php:356
2080
- msgid "bp activities"
 
 
2081
  msgstr ""
2082
 
2083
- #: app/main/controllers/api/RTMediaJsonApi.php:359
2084
- msgid "user activities"
2085
  msgstr ""
2086
 
2087
- #: app/main/controllers/api/RTMediaJsonApi.php:389
2088
- msgid "comment content missing"
2089
  msgstr ""
2090
 
2091
- #: app/main/controllers/api/RTMediaJsonApi.php:392
2092
- msgid "comment posted"
2093
  msgstr ""
2094
 
2095
- #: app/main/controllers/api/RTMediaJsonApi.php:439
2096
- msgid "unliked media"
 
 
2097
  msgstr ""
2098
 
2099
- #: app/main/controllers/api/RTMediaJsonApi.php:442
2100
- msgid "liked media"
2101
  msgstr ""
2102
 
2103
- #: app/main/controllers/api/RTMediaJsonApi.php:526
2104
- msgid "no comments"
 
 
2105
  msgstr ""
2106
 
2107
- #: app/main/controllers/api/RTMediaJsonApi.php:529
2108
- msgid "media comments"
2109
- msgstr ""
2110
-
2111
- #: app/main/controllers/api/RTMediaJsonApi.php:532
2112
- msgid "my comments"
2113
- msgstr ""
2114
-
2115
- #: app/main/controllers/api/RTMediaJsonApi.php:582
2116
- msgid "no likes"
2117
- msgstr ""
2118
-
2119
- #: app/main/controllers/api/RTMediaJsonApi.php:585
2120
- msgid "media likes"
2121
- msgstr ""
2122
-
2123
- #: app/main/controllers/api/RTMediaJsonApi.php:627
2124
- msgid "invalid comment/media id"
2125
- msgstr ""
2126
-
2127
- #: app/main/controllers/api/RTMediaJsonApi.php:630
2128
- msgid "no comment id"
2129
- msgstr ""
2130
-
2131
- #: app/main/controllers/api/RTMediaJsonApi.php:633
2132
- msgid "comment deleted"
2133
- msgstr ""
2134
-
2135
- #: app/main/controllers/api/RTMediaJsonApi.php:676
2136
- msgid "no profile found"
2137
- msgstr ""
2138
-
2139
- #: app/main/controllers/api/RTMediaJsonApi.php:679
2140
- msgid "profile fields"
2141
- msgstr ""
2142
-
2143
- #: app/main/controllers/api/RTMediaJsonApi.php:773
2144
- msgid "follow user id missing"
2145
  msgstr ""
2146
 
2147
- #: app/main/controllers/api/RTMediaJsonApi.php:776
2148
- msgid "started following"
 
 
2149
  msgstr ""
2150
 
2151
- #: app/main/controllers/api/RTMediaJsonApi.php:779
2152
- msgid "already following"
2153
  msgstr ""
2154
 
2155
- #: app/main/controllers/api/RTMediaJsonApi.php:811
2156
- msgid "unfollow id missing"
 
 
2157
  msgstr ""
2158
 
2159
- #: app/main/controllers/api/RTMediaJsonApi.php:814
2160
- msgid "stopped following"
2161
  msgstr ""
2162
 
2163
- #: app/main/controllers/api/RTMediaJsonApi.php:817
2164
- msgid "not following"
 
 
2165
  msgstr ""
2166
 
2167
- #: app/main/controllers/api/RTMediaJsonApi.php:849
2168
- msgid "name/location empty"
2169
  msgstr ""
2170
 
2171
- #: app/main/controllers/api/RTMediaJsonApi.php:852
2172
- msgid "profile updated"
2173
  msgstr ""
2174
 
2175
- #: app/main/controllers/api/RTMediaJsonApi.php:878
2176
- #: app/main/controllers/api/RTMediaJsonApi.php:905
2177
- msgid "no file"
2178
  msgstr ""
2179
 
2180
- #: app/main/controllers/api/RTMediaJsonApi.php:881
2181
- #: app/main/controllers/api/RTMediaJsonApi.php:917
2182
- msgid "upload failed, check size and file type"
 
2183
  msgstr ""
2184
 
2185
- #: app/main/controllers/api/RTMediaJsonApi.php:884
2186
- msgid "avatar updated"
2187
  msgstr ""
2188
 
2189
- #: app/main/controllers/api/RTMediaJsonApi.php:908
2190
- msgid "invalid file string"
 
 
 
2191
  msgstr ""
2192
 
2193
- #: app/main/controllers/api/RTMediaJsonApi.php:911
2194
- msgid "image type missing"
2195
  msgstr ""
2196
 
2197
- #: app/main/controllers/api/RTMediaJsonApi.php:914
2198
- msgid "no title"
 
2199
  msgstr ""
2200
 
2201
- #: app/main/controllers/api/RTMediaJsonApi.php:920
2202
- msgid "media updated"
2203
  msgstr ""
2204
 
2205
- #: app/main/controllers/api/RTMediaJsonApi.php:1050
2206
- msgid "media list"
2207
  msgstr ""
2208
 
2209
- #: app/main/controllers/api/RTMediaJsonApi.php:1053
2210
- msgid "no media found for requested media type"
2211
  msgstr ""
2212
 
2213
- #: app/main/controllers/api/RTMediaJsonApi.php:1056
2214
- msgid "media_type not allowed"
 
 
2215
  msgstr ""
2216
 
2217
- #: app/main/controllers/api/RTMediaJsonApi.php:1146
2218
- msgid "single media"
2219
  msgstr ""
2220
 
2221
- #: app/main/controllers/group/RTMediaGroupExtension.php:30
2222
- #: app/main/controllers/group/RTMediaGroupExtension.php:92
2223
- msgid "Album Creation Control"
 
 
2224
  msgstr ""
2225
 
2226
- #: app/main/controllers/group/RTMediaGroupExtension.php:31
2227
- #: app/main/controllers/group/RTMediaGroupExtension.php:93
2228
- msgid "Who can create Albums in this group?"
2229
  msgstr ""
2230
 
2231
- #: app/main/controllers/group/RTMediaGroupExtension.php:35
2232
- #: app/main/controllers/group/RTMediaGroupExtension.php:97
2233
- msgid "All Group Members"
 
2234
  msgstr ""
2235
 
2236
- #: app/main/controllers/group/RTMediaGroupExtension.php:39
2237
- #: app/main/controllers/group/RTMediaGroupExtension.php:101
2238
- msgid "Group Admins and Mods only"
2239
  msgstr ""
2240
 
2241
- #: app/main/controllers/group/RTMediaGroupExtension.php:43
2242
- #: app/main/controllers/group/RTMediaGroupExtension.php:105
2243
- msgid "Group Admin only"
 
 
2244
  msgstr ""
2245
 
2246
- #: app/main/controllers/group/RTMediaGroupExtension.php:113
2247
- #: app/main/controllers/privacy/RTMediaPrivacy.php:277
2248
- #: templates/media/album-single-edit.php:47
2249
- msgid "Save Changes"
2250
  msgstr ""
2251
 
2252
- #: app/main/controllers/group/RTMediaGroupExtension.php:142
2253
- msgid "There was an error saving, please try again"
 
 
 
2254
  msgstr ""
2255
 
2256
- #: app/main/controllers/group/RTMediaGroupExtension.php:144
2257
- msgid "Settings saved successfully"
2258
  msgstr ""
2259
 
2260
- #: app/main/controllers/group/RTMediaGroupExtension.php:164
2261
  msgid ""
2262
- "You could display a small snippet of information from your group extension "
2263
- "here. It will show on the group\n"
2264
- "\t home screen."
2265
- msgstr ""
2266
-
2267
- #: app/main/controllers/media/RTMediaAlbum.php:35
2268
- msgid "Hidden (%s)"
2269
- msgid_plural "Hidden (%s)"
2270
- msgstr[0] ""
2271
- msgstr[1] ""
2272
-
2273
- #: app/main/controllers/media/RTMediaAlbum.php:50
2274
- msgid "Create"
2275
  msgstr ""
2276
 
2277
- #: app/main/controllers/media/RTMediaAlbum.php:51
2278
- #: app/main/controllers/template/rt-template-functions.php:1786
2279
- msgid "Create Album"
2280
  msgstr ""
2281
 
2282
- #: app/main/controllers/media/RTMediaAlbum.php:52
2283
- #: app/main/controllers/template/rt-template-functions.php:1866
2284
- msgid "Edit Album"
 
 
2285
  msgstr ""
2286
 
2287
- #: app/main/controllers/media/RTMediaAlbum.php:53
2288
- msgid "New Album"
2289
  msgstr ""
2290
 
2291
- #: app/main/controllers/media/RTMediaAlbum.php:54
2292
- msgid "All Albums"
 
2293
  msgstr ""
2294
 
2295
- #: app/main/controllers/media/RTMediaAlbum.php:55
2296
- msgid "View Album"
2297
  msgstr ""
2298
 
2299
- #: app/main/controllers/media/RTMediaAlbum.php:56
2300
- msgid "Search Albums"
 
 
2301
  msgstr ""
2302
 
2303
- #: app/main/controllers/media/RTMediaAlbum.php:57
2304
- msgid "No album found"
2305
  msgstr ""
2306
 
2307
- #: app/main/controllers/media/RTMediaAlbum.php:58
2308
- msgid "No album found in Trash"
 
 
 
2309
  msgstr ""
2310
 
2311
- #: app/main/controllers/media/RTMediaAlbum.php:59
2312
- msgid "Parent"
2313
  msgstr ""
2314
 
2315
- #: app/main/controllers/media/RTMediaAlbum.php:145
2316
- msgid "Untitled Album"
 
 
2317
  msgstr ""
2318
 
2319
- #: app/main/controllers/media/RTMediaFeatured.php:25
2320
- #: app/main/controllers/media/RTMediaGroupFeatured.php:17
2321
- msgid "Set as Featured"
2322
  msgstr ""
2323
 
2324
- #: app/main/controllers/media/RTMediaFeatured.php:27
2325
- #: app/main/controllers/media/RTMediaGroupFeatured.php:19
2326
- msgid "Unset Featured"
 
 
2327
  msgstr ""
2328
 
2329
- #: app/main/controllers/media/RTMediaFeatured.php:184
2330
- #: app/main/controllers/media/RTMediaGroupFeatured.php:194
2331
- msgid "Media type is not allowed"
2332
  msgstr ""
2333
 
2334
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:60
2335
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2336
- msgid "Edit this media"
2337
  msgstr ""
2338
 
2339
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:63
2340
- #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
2341
- msgid "Delete this media"
2342
  msgstr ""
2343
 
2344
- #: app/main/controllers/media/RTMediaLike.php:18
2345
- msgid "Like"
 
 
2346
  msgstr ""
2347
 
2348
- #: app/main/controllers/media/RTMediaLike.php:20
2349
- msgid "Unlike"
2350
  msgstr ""
2351
 
2352
- #: app/main/controllers/media/RTMediaLoginPopup.php:38
2353
- #: app/main/controllers/template/rt-template-functions.php:2160
2354
- #: app/main/controllers/template/rt-template-functions.php:2164
2355
- msgid "Upload Media"
2356
  msgstr ""
2357
 
2358
- #: app/main/controllers/media/RTMediaLoginPopup.php:47
2359
- msgid "Please login"
2360
  msgstr ""
2361
 
2362
- #: app/main/controllers/media/RTMediaLoginPopup.php:49
2363
- msgid "You need to be logged in to upload Media or to create Album."
 
 
2364
  msgstr ""
2365
 
2366
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
2367
- msgid "Login"
2368
  msgstr ""
2369
 
2370
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
2371
- msgid "HERE"
 
 
2372
  msgstr ""
2373
 
2374
- #: app/main/controllers/media/RTMediaLoginPopup.php:52
2375
- msgid " to login."
2376
  msgstr ""
2377
 
2378
- #: app/main/controllers/media/RTMediaMedia.php:483
2379
- msgid "Error creating attachment for the media file, please try again"
 
 
2380
  msgstr ""
2381
 
2382
- #: app/main/controllers/media/RTMediaMedia.php:585
2383
- msgid "%1$s added a %2$s"
2384
  msgstr ""
2385
 
2386
- #: app/main/controllers/media/RTMediaMedia.php:585
2387
- msgid "%1$s added %4$d %3$s"
 
 
2388
  msgstr ""
2389
 
2390
- #: app/main/controllers/privacy/RTMediaPrivacy.php:268
2391
- msgid "Default Privacy"
2392
  msgstr ""
2393
 
2394
- #: app/main/controllers/shortcodes/RTMediaGalleryShortcode.php:182
2395
- msgid "You do not have sufficient privileges to view this gallery"
2396
  msgstr ""
2397
 
2398
- #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:91
2399
- msgid "The web browser on your device cannot be used to upload files."
 
 
2400
  msgstr ""
2401
 
2402
- #: app/main/controllers/template/RTMediaAJAX.php:33
2403
- msgid "You can not create album in this group."
 
 
2404
  msgstr ""
2405
 
2406
- #: app/main/controllers/template/RTMediaAJAX.php:39
2407
- msgid "You can not create album."
 
 
 
2408
  msgstr ""
2409
 
2410
- #: app/main/controllers/template/RTMediaAJAX.php:44
2411
- msgid "You can not create more albums, you exceed your album limit."
2412
  msgstr ""
2413
 
2414
- #: app/main/controllers/template/RTMediaAJAX.php:89
2415
- msgid "Data mismatch, Please insert data properly."
2416
  msgstr ""
2417
 
2418
- #: app/main/controllers/template/RTMediaTemplate.php:97
2419
- #: app/main/controllers/template/RTMediaTemplate.php:149
2420
- msgid "Invalid attribute passed for rtmedia_gallery shortcode."
2421
  msgstr ""
2422
 
2423
- #: app/main/controllers/template/RTMediaTemplate.php:327
2424
- #: app/main/controllers/template/RTMediaTemplate.php:401
2425
- #: app/main/controllers/template/RTMediaTemplate.php:490
2426
- #: app/main/controllers/template/RTMediaTemplate.php:616
2427
- msgid "Ooops !!! Invalid access. No nonce was found !!"
2428
  msgstr ""
2429
 
2430
- #: app/main/controllers/template/RTMediaTemplate.php:334
2431
- msgid "Media updated Sucessfully"
2432
  msgstr ""
2433
 
2434
- #: app/main/controllers/template/RTMediaTemplate.php:340
2435
- msgid "Error in updating Media"
2436
  msgstr ""
2437
 
2438
- #: app/main/controllers/template/rt-template-functions.php:709
2439
- #: app/main/controllers/template/rt-template-functions.php:1697
2440
- msgid "Options"
2441
  msgstr ""
2442
 
2443
- #: app/main/controllers/template/rt-template-functions.php:834
2444
- msgid "Delete Comment"
2445
  msgstr ""
2446
 
2447
- #: app/main/controllers/template/rt-template-functions.php:1032
2448
- msgid "Go to page no : "
2449
  msgstr ""
2450
 
2451
- #: app/main/controllers/template/rt-template-functions.php:1037
2452
- msgid "Go"
2453
  msgstr ""
2454
 
2455
- #: app/main/controllers/template/rt-template-functions.php:1210
2456
- msgid "Video Thumbnail"
2457
  msgstr ""
2458
 
2459
- #: app/main/controllers/template/rt-template-functions.php:1259
2460
- msgid "Video Thumbnail:"
 
 
 
2461
  msgstr ""
2462
 
2463
- #: app/main/controllers/template/rt-template-functions.php:1342
2464
- msgid "Image"
2465
  msgstr ""
2466
 
2467
- #: app/main/controllers/template/rt-template-functions.php:1359
2468
- msgid "Modify Image"
2469
  msgstr ""
2470
 
2471
- #: app/main/controllers/template/rt-template-functions.php:1434
2472
- msgid "Type Comment..."
2473
  msgstr ""
2474
 
2475
- #: app/main/controllers/template/rt-template-functions.php:1435
2476
- #: templates/media/media-single.php:82 templates/media/media-single.php:122
2477
- msgid "Comment"
2478
  msgstr ""
2479
 
2480
- #: app/main/controllers/template/rt-template-functions.php:1471
2481
- #: app/main/controllers/template/rt-template-functions.php:1478
2482
- msgid "Delete Media"
2483
  msgstr ""
2484
 
2485
- #: app/main/controllers/template/rt-template-functions.php:1639
2486
- msgid "Profile Albums"
2487
  msgstr ""
2488
 
2489
- #: app/main/controllers/template/rt-template-functions.php:1642
2490
- #: app/main/controllers/template/rt-template-functions.php:1676
2491
- msgid "Group Albums"
2492
  msgstr ""
2493
 
2494
- #: app/main/controllers/template/rt-template-functions.php:1760
2495
- msgid "Create New Album"
2496
  msgstr ""
2497
 
2498
- #: app/main/controllers/template/rt-template-functions.php:1760
2499
- msgid "Add Album"
 
 
 
2500
  msgstr ""
2501
 
2502
- #: app/main/controllers/template/rt-template-functions.php:1776
2503
- msgid "Create an Album"
2504
  msgstr ""
2505
 
2506
- #: app/main/controllers/template/rt-template-functions.php:1778
2507
- msgid "Album Title : "
2508
  msgstr ""
2509
 
2510
- #: app/main/controllers/template/rt-template-functions.php:1817
2511
- #: app/main/controllers/template/rt-template-functions.php:1824
2512
- #: app/main/controllers/template/rt-template-functions.php:1876
2513
- msgid "Merge Album"
 
 
 
2514
  msgstr ""
2515
 
2516
- #: app/main/controllers/template/rt-template-functions.php:1820
2517
- msgid "Select Album to merge with : "
 
 
 
2518
  msgstr ""
2519
 
2520
- #: app/main/controllers/template/rt-template-functions.php:1867
2521
- msgid "Delete Album"
2522
  msgstr ""
2523
 
2524
- #: app/main/controllers/template/rt-template-functions.php:1904
2525
- msgid "Merge"
2526
  msgstr ""
2527
 
2528
- #: app/main/controllers/template/rt-template-functions.php:1957
2529
- msgid "Privacy : "
2530
  msgstr ""
2531
 
2532
- #: app/main/controllers/template/rt-template-functions.php:2148
2533
- msgid "people like this"
2534
  msgstr ""
2535
 
2536
- #: app/main/controllers/template/rt-template-functions.php:2221
2537
- msgid "Empowering your community with "
 
 
 
2538
  msgstr ""
2539
 
2540
- #: app/main/controllers/template/rt-template-functions.php:2223
2541
- msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
2542
  msgstr ""
2543
 
2544
- #: app/main/controllers/template/rt-template-functions.php:2238
2545
- msgid "Close (Esc)"
 
 
2546
  msgstr ""
2547
 
2548
- #: app/main/controllers/template/rt-template-functions.php:2252
2549
- msgid "Public"
2550
  msgstr ""
2551
 
2552
- #: app/main/controllers/template/rt-template-functions.php:2256
2553
- msgid "All members"
2554
  msgstr ""
2555
 
2556
- #: app/main/controllers/template/rt-template-functions.php:2260
2557
- msgid "Your friends"
2558
  msgstr ""
2559
 
2560
- #: app/main/controllers/template/rt-template-functions.php:2264
2561
- msgid "Only you"
2562
  msgstr ""
2563
 
2564
- #: app/main/controllers/template/rt-template-functions.php:2268
2565
- msgid "Blocked temporarily"
2566
  msgstr ""
2567
 
2568
- #: app/main/controllers/template/rt-template-functions.php:2305
2569
- msgid "%s ago "
2570
  msgstr ""
2571
 
2572
- #: app/main/controllers/template/rt-template-functions.php:2318
2573
- msgid "1 second"
2574
- msgid_plural "%s seconds"
2575
- msgstr[0] ""
2576
- msgstr[1] ""
2577
-
2578
- #: app/main/controllers/template/rt-template-functions.php:2321
2579
- msgid "1 minute"
2580
- msgid_plural "%s minutes"
2581
- msgstr[0] ""
2582
- msgstr[1] ""
2583
-
2584
- #: app/main/controllers/template/rt-template-functions.php:2324
2585
- msgid "1 hour"
2586
- msgid_plural "%s hours"
2587
- msgstr[0] ""
2588
- msgstr[1] ""
2589
-
2590
- #: app/main/controllers/template/rt-template-functions.php:2679
2591
- #. translators: date format, see http:php.net/date
2592
- msgid "You can consider rtMedia Team for following :"
2593
  msgstr ""
2594
 
2595
- #: app/main/controllers/template/rt-template-functions.php:2682
2596
- msgid "rtMedia Customization ( in Upgrade Safe manner )"
2597
  msgstr ""
2598
 
2599
- #: app/main/controllers/template/rt-template-functions.php:2683
2600
- msgid "WordPress/BuddyPress Theme Design and Development"
 
 
 
 
2601
  msgstr ""
2602
 
2603
- #: app/main/controllers/template/rt-template-functions.php:2684
2604
- msgid "WordPress/BuddyPress Plugin Development"
2605
  msgstr ""
2606
 
2607
- #: app/main/controllers/template/rt-template-functions.php:2688
2608
- msgid "Contact Us"
2609
  msgstr ""
2610
 
2611
- #: app/main/controllers/upload/RTMediaUploadView.php:70
2612
- msgid "Privacy: "
 
 
 
2613
  msgstr ""
2614
 
2615
- #: app/main/controllers/upload/RTMediaUploadView.php:77
2616
- #: app/main/controllers/upload/RTMediaUploadView.php:111
2617
- #: app/main/controllers/upload/RTMediaUploadView.php:127
2618
- msgid "File Upload"
2619
  msgstr ""
2620
 
2621
- #: app/main/controllers/upload/RTMediaUploadView.php:81
2622
- msgid "Select your files"
2623
  msgstr ""
2624
 
2625
- #: app/main/controllers/upload/RTMediaUploadView.php:82
2626
- msgid "or"
 
 
 
 
2627
  msgstr ""
2628
 
2629
- #: app/main/controllers/upload/RTMediaUploadView.php:82
2630
- msgid "Drop your files here"
2631
  msgstr ""
2632
 
2633
- #: app/main/controllers/upload/RTMediaUploadView.php:119
2634
- msgid "Start upload"
 
 
 
2635
  msgstr ""
2636
 
2637
- #: app/main/controllers/upload/RTMediaUploadView.php:134
2638
- msgid "Attach Media"
 
 
2639
  msgstr ""
2640
 
2641
- #: app/main/controllers/upload/RTMediaUploadView.php:149
2642
- msgid "Insert from URL"
2643
  msgstr ""
2644
 
2645
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:59
2646
- msgid "Error Uploading File"
 
 
2647
  msgstr ""
2648
 
2649
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:213
2650
- msgid "MP4 file you have uploaded is corrupt."
2651
  msgstr ""
2652
 
2653
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:220
2654
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:225
2655
- msgid ""
2656
- "The MP4 file you have uploaded is using an unsupported video codec. "
2657
- "Supported video codec is H.264."
2658
  msgstr ""
2659
 
2660
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:230
2661
- msgid "The MP4 file you have uploaded is not a video file."
2662
  msgstr ""
2663
 
2664
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:243
2665
- msgid "MP3 file you have uploaded is currupt."
2666
  msgstr ""
2667
 
2668
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:250
2669
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:255
2670
- msgid ""
2671
- "The MP3 file you have uploaded is using an unsupported audio format. "
2672
- "Supported audio format is MP3."
2673
  msgstr ""
2674
 
2675
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:260
2676
- msgid "The MP3 file you have uploaded is not an audio file."
2677
  msgstr ""
2678
 
2679
- #: app/main/controllers/upload/processors/RTMediaUploadFile.php:268
2680
- msgid ""
2681
- "Media File you have tried to upload is not supported. Supported media files "
2682
- "are .jpg, .png, .gif, .mp3, .mov and .mp4."
2683
  msgstr ""
2684
 
2685
- #: app/main/deprecated/RTMediaDeprecated.php:27
2686
- msgid "Deprecated %s. Please use %s."
2687
  msgstr ""
2688
 
2689
  #: app/services/RTMediaEncoding.php:156
@@ -2691,10 +2656,11 @@ msgid "rtMedia Encoding: Nearing quota limit."
2691
  msgstr ""
2692
 
2693
  #: app/services/RTMediaEncoding.php:157
 
2694
  msgid ""
2695
- "<p>You are nearing the quota limit for your rtMedia encoding "
2696
- "service.</p><p>Following are the details:</p><p><strong>Used:</strong> "
2697
- "%s</p><p><strong>Remaining</strong>: %s</p><p><strong>Total:</strong> %s</p>"
2698
  msgstr ""
2699
 
2700
  #: app/services/RTMediaEncoding.php:171
@@ -2702,6 +2668,7 @@ msgid "rtMedia Encoding: Usage quota over."
2702
  msgstr ""
2703
 
2704
  #: app/services/RTMediaEncoding.php:172
 
2705
  msgid ""
2706
  "<p>Your usage quota is over. Upgrade your plan</p><p>Following are the "
2707
  "details:</p><p><strong>Used:</strong> %s</p><p><strong>Remaining</strong>: "
@@ -2709,6 +2676,7 @@ msgid ""
2709
  msgstr ""
2710
 
2711
  #: app/services/RTMediaEncoding.php:233
 
2712
  msgid "You have successfully subscribed for the <strong>%s</strong> plan"
2713
  msgstr ""
2714
 
@@ -2844,171 +2812,396 @@ msgstr ""
2844
  msgid "Try Now"
2845
  msgstr ""
2846
 
2847
- #: app/services/RTMediaEncoding.php:550
2848
  msgid "Could not read file."
2849
  msgstr ""
2850
 
2851
- #: app/services/RTMediaEncoding.php:554
2852
  msgid ""
2853
  "Something went wrong. The required attachment id does not exists. It must "
2854
  "have been deleted."
2855
  msgstr ""
2856
 
2857
- #: app/services/RTMediaEncoding.php:569
2858
  msgid "rtMedia Encoding: Download Failed"
2859
  msgstr ""
2860
 
2861
- #: app/services/RTMediaEncoding.php:570
 
2862
  msgid ""
2863
  "<p><a href=\"%s\">Media</a> was successfully encoded but there was an error "
2864
  "while downloading:</p>\n"
2865
  " <p><code>%s</code></p>\n"
2866
- " <p>You can <a href=\"%s\">retry the "
2867
- "download</a>.</p>"
2868
  msgstr ""
2869
 
2870
- #: app/services/RTMediaEncoding.php:584
2871
  msgid "Done"
2872
  msgstr ""
2873
 
2874
- #: app/services/RTMediaEncoding.php:609 app/services/RTMediaEncoding.php:631
2875
  msgid "Something went wrong please try again."
2876
  msgstr ""
2877
 
2878
- #: app/services/RTMediaEncoding.php:628
2879
  msgid "Your subscription was cancelled successfully"
2880
  msgstr ""
2881
 
2882
- #: app/services/RTMediaEncoding.php:640
2883
  msgid "Please enter the api key."
2884
  msgstr ""
2885
 
2886
- #: app/services/RTMediaEncoding.php:647
2887
  msgid "Encoding disabled successfully."
2888
  msgstr ""
2889
 
2890
- #: app/services/RTMediaEncoding.php:653
2891
  msgid "Encoding enabled successfully."
2892
  msgstr ""
2893
 
2894
- #: templates/media/album-gallery.php:14
2895
- msgid "Album List"
2896
  msgstr ""
2897
 
2898
- #: templates/media/album-gallery.php:64
2899
- #: templates/media/media-single-edit.php:61
2900
- #: templates/media/media-single.php:146
2901
- msgid "Sorry !! There's no media found for the request !!"
 
 
 
 
2902
  msgstr ""
2903
 
2904
- #: templates/media/album-single-edit.php:12
2905
- msgid "Edit Album : "
 
 
2906
  msgstr ""
2907
 
2908
- #: templates/media/album-single-edit.php:18
2909
- msgid "Manage Media"
2910
  msgstr ""
2911
 
2912
- #: templates/media/album-single-edit.php:32
2913
- #: templates/media/media-single-edit.php:26
2914
- msgid "Title : "
2915
  msgstr ""
2916
 
2917
- #: templates/media/album-single-edit.php:37
2918
- #: templates/media/media-single-edit.php:32
2919
- msgid "Description: "
2920
  msgstr ""
2921
 
2922
- #: templates/media/album-single-edit.php:48
2923
- #: templates/media/media-single-edit.php:47
2924
- msgid "Back"
2925
  msgstr ""
2926
 
2927
- #: templates/media/album-single-edit.php:63
2928
- msgid "Move Selected media to another album."
2929
  msgstr ""
2930
 
2931
- #: templates/media/album-single-edit.php:63
2932
- msgid "Move"
2933
  msgstr ""
2934
 
2935
- #: templates/media/album-single-edit.php:65
2936
- msgid "Delete Selected media from the album."
 
2937
  msgstr ""
2938
 
2939
- #: templates/media/album-single-edit.php:70
2940
- msgid "Move selected media to the album : "
2941
  msgstr ""
2942
 
2943
- #: templates/media/album-single-edit.php:72
2944
- msgid "Move Selected"
 
2945
  msgstr ""
2946
 
2947
- #: templates/media/album-single-edit.php:94
2948
- msgid "Prev"
 
2949
  msgstr ""
2950
 
2951
- #: templates/media/album-single-edit.php:103
2952
- msgid "Next"
 
2953
  msgstr ""
2954
 
2955
- #: templates/media/album-single-edit.php:106
2956
- msgid "The album is empty."
2957
  msgstr ""
2958
 
2959
- #: templates/media/album-single-edit.php:116
2960
- msgid "Sorry !! You can not edit this album."
2961
  msgstr ""
2962
 
2963
- #: templates/media/media-gallery.php:9 templates/media/media-gallery.php:25
2964
- msgid "Media Gallery"
2965
  msgstr ""
2966
 
2967
- #: templates/media/media-gallery.php:73
2968
- msgid "Oops !! There's no media found for the request !!"
 
 
2969
  msgstr ""
2970
 
2971
- #: templates/media/media-single-edit.php:46
2972
- msgid "Save"
2973
  msgstr ""
2974
 
2975
- #: templates/media/media-single-edit.php:54
2976
- msgid "Sorry !! You do not have rights to edit this media"
2977
  msgstr ""
2978
 
2979
- #: templates/media/media-single.php:35
2980
- msgid "under"
 
 
 
 
 
 
2981
  msgstr ""
2982
 
2983
- #. Plugin Name of the plugin/theme
2984
- msgid "rtMedia for WordPress, BuddyPress and bbPress"
2985
  msgstr ""
2986
 
2987
- #. Plugin URI of the plugin/theme
2988
  msgid ""
2989
- "http://rtcamp.com/rtmedia/?utm_source=dashboard&utm_medium=plugin&utm_"
2990
- "campaign=buddypress-media"
2991
  msgstr ""
2992
 
2993
- #. Description of the plugin/theme
2994
  msgid ""
2995
- "This plugin adds missing media rich features like photos, videos and audio "
2996
- "uploading to BuddyPress which are essential if you are building social "
2997
- "network, seriously!"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2998
  msgstr ""
2999
 
3000
- #. Author URI of the plugin/theme
3001
  msgid ""
3002
- "http://rtcamp.com/?utm_source=dashboard&utm_medium=plugin&utm_campaign="
3003
- "buddypress-media"
3004
  msgstr ""
3005
 
3006
- #: app/main/controllers/media/RTMediaAlbum.php:35
3007
- msgctxt "Status General Name"
3008
- msgid "hidden"
3009
  msgstr ""
3010
 
3011
- #: app/main/controllers/template/RTMediaNav.php:32
3012
- msgctxt "My Account Privacy sub nav"
3013
- msgid "Privacy"
3014
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  msgstr ""
5
  "Project-Id-Version: rtMedia for WordPress, BuddyPress and bbPress 3.8.14\n"
6
  "Report-Msgid-Bugs-To: http://community.rtcamp.com/c/rtmedia/\n"
7
+ "POT-Creation-Date: 2015-08-31 16:38+0530\n"
8
+ "PO-Revision-Date: 2015-08-31 16:38+0530\n"
 
 
 
9
  "Last-Translator: rtMedia <rtmedia@rtcamp.com>\n"
10
  "Language-Team: rtMedia <rtmedia@rtcamp.com>\n"
 
 
 
 
11
  "Language: en\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=utf-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 1.5.4\n"
16
+ "X-Poedit-KeywordsList: __;_e;_x:1,2c;_ex:1,2c;_n:1,2;_nx:1,2,4c;_n_noop:1,2;"
17
+ "_nx_noop:1,2,3c;esc_attr__;esc_html__;esc_attr_e;esc_html_e;esc_attr_x:1,2c;"
18
+ "esc_html_x:1,2c\n"
19
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
20
  "X-Poedit-SourceCharset: UTF-8\n"
21
  "X-Poedit-Basepath: ../\n"
 
 
22
  "X-Textdomain-Support: yes\n"
23
+ "X-Poedit-SearchPath-0: .\n"
24
 
25
+ #: templates/media/album-gallery.php:14
26
+ msgid "Album List"
27
  msgstr ""
28
 
29
+ #: templates/media/album-gallery.php:56 templates/media/media-gallery.php:65
30
+ #: app/admin/RTMediaFormHandler.php:285
31
+ msgid "Load More"
32
  msgstr ""
33
 
34
+ #: templates/media/album-gallery.php:64
35
+ #: templates/media/media-single-edit.php:61
36
+ #: templates/media/media-single.php:146
37
+ msgid "Sorry !! There's no media found for the request !!"
38
  msgstr ""
39
 
40
+ #: templates/media/media-gallery.php:9 templates/media/media-gallery.php:25
41
+ msgid "Media Gallery"
42
  msgstr ""
43
 
44
+ #: templates/media/media-gallery.php:73
45
+ msgid "Oops !! There's no media found for the request !!"
46
  msgstr ""
47
 
48
+ #: templates/media/media-single-edit.php:8 app/main/RTMedia.php:923
49
+ msgid "Edit Media"
50
  msgstr ""
51
 
52
+ #: templates/media/media-single-edit.php:16
53
+ #: templates/media/album-single-edit.php:16 app/helper/RTMediaSupport.php:447
54
+ msgid "Details"
55
  msgstr ""
56
 
57
+ #: templates/media/media-single-edit.php:26
58
+ #: templates/media/album-single-edit.php:32
59
+ msgid "Title : "
60
  msgstr ""
61
 
62
+ #: templates/media/media-single-edit.php:32
63
+ #: templates/media/album-single-edit.php:37
64
+ msgid "Description: "
65
  msgstr ""
66
 
67
+ #: templates/media/media-single-edit.php:46
68
+ msgid "Save"
69
  msgstr ""
70
 
71
+ #: templates/media/media-single-edit.php:47
72
+ #: templates/media/album-single-edit.php:48
73
+ msgid "Back"
74
  msgstr ""
75
 
76
+ #: templates/media/media-single-edit.php:54
77
+ msgid "Sorry !! You do not have rights to edit this media"
78
  msgstr ""
79
 
80
+ #: templates/media/media-single.php:35
81
+ msgid "under"
82
  msgstr ""
83
 
84
+ #: templates/media/media-single.php:82 templates/media/media-single.php:122
85
+ #: app/main/controllers/template/rt-template-functions.php:1435
86
+ msgid "Comment"
87
  msgstr ""
88
 
89
+ #: templates/media/album-single-edit.php:12
90
+ msgid "Edit Album : "
91
  msgstr ""
92
 
93
+ #: templates/media/album-single-edit.php:18
94
+ msgid "Manage Media"
95
  msgstr ""
96
 
97
+ #: templates/media/album-single-edit.php:47
98
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:277
99
+ #: app/main/controllers/group/RTMediaGroupExtension.php:113
100
+ msgid "Save Changes"
101
  msgstr ""
102
 
103
+ #: templates/media/album-single-edit.php:62 app/main/RTMedia.php:911
104
+ msgid "Select All Visible"
105
  msgstr ""
106
 
107
+ #: templates/media/album-single-edit.php:63
108
+ msgid "Move Selected media to another album."
109
  msgstr ""
110
 
111
+ #: templates/media/album-single-edit.php:63
112
+ msgid "Move"
113
  msgstr ""
114
 
115
+ #: templates/media/album-single-edit.php:65
116
+ msgid "Delete Selected media from the album."
117
  msgstr ""
118
 
119
+ #: templates/media/album-single-edit.php:65 app/main/RTMedia.php:922
120
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:64
121
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
122
+ #: app/main/controllers/template/rt-template-functions.php:1471
123
+ #: app/main/controllers/template/rt-template-functions.php:1478
124
+ msgid "Delete"
125
  msgstr ""
126
 
127
+ #: templates/media/album-single-edit.php:70
128
+ msgid "Move selected media to the album : "
 
129
  msgstr ""
130
 
131
+ #: templates/media/album-single-edit.php:72
132
+ msgid "Move Selected"
 
133
  msgstr ""
134
 
135
+ #: templates/media/album-single-edit.php:94
136
+ msgid "Prev"
 
137
  msgstr ""
138
 
139
+ #: templates/media/album-single-edit.php:103
140
+ msgid "Next"
 
 
 
141
  msgstr ""
142
 
143
+ #: templates/media/album-single-edit.php:106
144
+ msgid "The album is empty."
 
145
  msgstr ""
146
 
147
+ #: templates/media/album-single-edit.php:116
148
+ msgid "Sorry !! You can not edit this album."
 
149
  msgstr ""
150
 
151
+ #: app/main/RTMedia.php:302
152
+ msgid "Photo"
 
153
  msgstr ""
154
 
155
+ #: app/main/RTMedia.php:303
156
+ msgid "Photos"
157
  msgstr ""
158
 
159
+ #: app/main/RTMedia.php:311
160
+ msgid "Video"
161
  msgstr ""
162
 
163
+ #: app/main/RTMedia.php:312
164
+ msgid "Videos"
165
  msgstr ""
166
 
167
+ #: app/main/RTMedia.php:320 app/main/RTMedia.php:321
168
+ msgid "Music"
 
 
169
  msgstr ""
170
 
171
+ #: app/main/RTMedia.php:408
172
+ msgid "Private - Visible only to the user"
173
  msgstr ""
174
 
175
+ #: app/main/RTMedia.php:409
176
+ msgid "Friends - Visible to user's friends"
177
  msgstr ""
178
 
179
+ #: app/main/RTMedia.php:410
180
+ msgid "Logged in Users - Visible to registered users"
181
  msgstr ""
182
 
183
+ #: app/main/RTMedia.php:411
184
+ msgid "Public - Visible to the world"
185
  msgstr ""
186
 
187
+ #: app/main/RTMedia.php:562 app/importers/BPMediaAlbumimporter.php:90
188
+ msgid "Media"
189
  msgstr ""
190
 
191
+ #: app/main/RTMedia.php:568 app/main/controllers/template/RTMediaNav.php:176
192
+ #: app/main/controllers/template/rt-template-functions.php:83
193
+ msgid "All"
194
  msgstr ""
195
 
196
+ #: app/main/RTMedia.php:577
197
+ #: app/main/controllers/upload/RTMediaUploadView.php:51
198
+ #: app/main/controllers/upload/RTMediaUploadView.php:54
199
+ #: app/main/controllers/media/RTMediaAlbum.php:49
200
+ #: app/main/controllers/template/rt-template-functions.php:1391
201
+ msgid "Album"
202
  msgstr ""
203
 
204
+ #: app/main/RTMedia.php:580 app/main/controllers/media/RTMediaAlbum.php:48
205
+ #: app/main/controllers/media/RTMediaAlbum.php:60
206
+ #: app/main/controllers/template/RTMediaNav.php:197
207
+ msgid "Albums"
208
  msgstr ""
209
 
210
+ #: app/main/RTMedia.php:588
211
+ #: app/main/controllers/media/RTMediaLoginPopup.php:38
212
+ #: app/main/controllers/template/rt-template-functions.php:2160
213
+ #: app/main/controllers/template/rt-template-functions.php:2164
214
+ msgid "Upload"
215
  msgstr ""
216
 
217
+ #: app/main/RTMedia.php:592
218
+ msgid "Wall Post"
219
  msgstr ""
220
 
221
+ #: app/main/RTMedia.php:803 app/main/RTMedia.php:812
222
+ msgid "Wall Posts"
 
 
 
223
  msgstr ""
224
 
225
+ #: app/main/RTMedia.php:855
226
+ msgid ": Can't Create Database table. Please check create table permission."
227
  msgstr ""
228
 
229
+ #: app/main/RTMedia.php:899
230
+ msgid "Loading media"
231
  msgstr ""
232
 
233
+ #: app/main/RTMedia.php:900
234
+ msgid "Please enter some content to post."
235
  msgstr ""
236
 
237
+ #: app/main/RTMedia.php:901
238
+ msgid "Empty Comment is not allowed."
239
  msgstr ""
240
 
241
+ #: app/main/RTMedia.php:902
242
+ msgid "Are you sure you want to delete this media?"
243
  msgstr ""
244
 
245
+ #: app/main/RTMedia.php:903
246
+ msgid "Are you sure you want to delete this comment?"
247
  msgstr ""
248
 
249
+ #: app/main/RTMedia.php:904
250
+ msgid "Are you sure you want to delete this Album?"
251
  msgstr ""
252
 
253
+ #: app/main/RTMedia.php:905
254
+ msgid "Drop files here"
255
  msgstr ""
256
 
257
+ #: app/main/RTMedia.php:906
258
+ msgid "album created successfully."
259
  msgstr ""
260
 
261
+ #: app/main/RTMedia.php:907
262
+ msgid "Something went wrong. Please try again."
263
  msgstr ""
264
 
265
+ #: app/main/RTMedia.php:908
266
+ msgid "Enter an album name."
267
  msgstr ""
268
 
269
+ #: app/main/RTMedia.php:909
270
+ msgid "Max file Size Limit : "
271
  msgstr ""
272
 
273
+ #: app/main/RTMedia.php:910
274
+ msgid "Allowed File Formats"
 
275
  msgstr ""
276
 
277
+ #: app/main/RTMedia.php:912
278
+ msgid "Unselect All Visible"
279
  msgstr ""
280
 
281
+ #: app/main/RTMedia.php:913
282
+ msgid "Please select some media."
283
  msgstr ""
284
 
285
+ #: app/main/RTMedia.php:914
286
+ msgid "Are you sure you want to delete the selected media?"
287
  msgstr ""
288
 
289
+ #: app/main/RTMedia.php:915
290
+ msgid "Are you sure you want to move the selected media?"
291
  msgstr ""
292
 
293
+ #: app/main/RTMedia.php:916
294
+ msgid "Waiting"
295
  msgstr ""
296
 
297
+ #: app/main/RTMedia.php:917
298
+ msgid "Uploaded"
299
  msgstr ""
300
 
301
+ #: app/main/RTMedia.php:918
302
+ msgid "Uploading"
303
  msgstr ""
304
 
305
+ #: app/main/RTMedia.php:919
306
+ msgid "Failed"
307
  msgstr ""
308
 
309
+ #: app/main/RTMedia.php:920
310
+ msgid "Close"
311
  msgstr ""
312
 
313
+ #: app/main/RTMedia.php:921
314
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:61
315
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
316
+ #: app/main/controllers/template/rt-template-functions.php:733
317
+ #: app/main/controllers/template/rt-template-functions.php:754
318
+ msgid "Edit"
319
  msgstr ""
320
 
321
+ #: app/main/RTMedia.php:924
322
+ msgid "Remove from queue"
323
  msgstr ""
324
 
325
+ #: app/main/RTMedia.php:925
326
+ msgid "Add more files"
327
  msgstr ""
328
 
329
+ #: app/main/RTMedia.php:926
330
+ msgid "File not supported"
331
  msgstr ""
332
 
333
+ #: app/main/RTMedia.php:927
334
+ msgid "more"
335
  msgstr ""
336
 
337
+ #: app/main/RTMedia.php:928
338
+ msgid "less"
339
  msgstr ""
340
 
341
+ #: app/main/RTMedia.php:929
342
+ msgid "This media is uploaded. Are you sure you want to delete this media?"
 
 
 
 
 
 
 
 
343
  msgstr ""
344
 
345
+ #: app/main/RTMedia.php:937
346
+ msgid "Featured media set successfully."
 
347
  msgstr ""
348
 
349
+ #: app/main/RTMedia.php:938
350
+ msgid "Featured media removed successfully."
 
 
 
351
  msgstr ""
352
 
353
+ #: app/main/RTMedia.php:975
354
+ msgid "There are some uploads in progress. Do you want to cancel them?"
 
 
 
355
  msgstr ""
356
 
357
+ #: app/main/controllers/api/RTMediaJsonApi.php:166
358
+ msgid "username/password empty"
359
  msgstr ""
360
 
361
+ #: app/main/controllers/api/RTMediaJsonApi.php:169
362
+ msgid "incorrect username"
363
  msgstr ""
364
 
365
+ #: app/main/controllers/api/RTMediaJsonApi.php:172
366
+ msgid "incorrect password"
367
  msgstr ""
368
 
369
+ #: app/main/controllers/api/RTMediaJsonApi.php:175
370
+ msgid "login success"
 
 
 
371
  msgstr ""
372
 
373
+ #: app/main/controllers/api/RTMediaJsonApi.php:221
374
+ msgid "fields empty"
 
 
375
  msgstr ""
376
 
377
+ #: app/main/controllers/api/RTMediaJsonApi.php:224
378
+ msgid "invalid email"
 
379
  msgstr ""
380
 
381
+ #: app/main/controllers/api/RTMediaJsonApi.php:227
382
+ msgid "password do not match"
383
  msgstr ""
384
 
385
+ #: app/main/controllers/api/RTMediaJsonApi.php:230
386
+ msgid "username already registered"
 
387
  msgstr ""
388
 
389
+ #: app/main/controllers/api/RTMediaJsonApi.php:233
390
+ msgid "email already exists"
391
  msgstr ""
392
 
393
+ #: app/main/controllers/api/RTMediaJsonApi.php:236
394
+ msgid "new user created"
395
  msgstr ""
396
 
397
+ #: app/main/controllers/api/RTMediaJsonApi.php:297
398
+ msgid "email empty"
 
 
399
  msgstr ""
400
 
401
+ #: app/main/controllers/api/RTMediaJsonApi.php:300
402
+ msgid "username/email not registered"
403
  msgstr ""
404
 
405
+ #: app/main/controllers/api/RTMediaJsonApi.php:303
406
+ msgid "reset link sent"
407
  msgstr ""
408
 
409
+ #: app/main/controllers/api/RTMediaJsonApi.php:335
410
+ msgid ""
411
+ "Someone has asked to reset the password for the following site and username."
412
  msgstr ""
413
 
414
+ #: app/main/controllers/api/RTMediaJsonApi.php:337
415
+ #, php-format
416
+ msgid "Username: %s"
417
  msgstr ""
418
 
419
+ #: app/main/controllers/api/RTMediaJsonApi.php:338
420
+ msgid ""
421
+ "To reset your password visit the following address, otherwise just ignore "
422
+ "this email and nothing will happen."
423
  msgstr ""
424
 
425
+ #: app/main/controllers/api/RTMediaJsonApi.php:341
426
+ #, php-format
427
+ msgid "[%s] Password Reset"
428
  msgstr ""
429
 
430
+ #: app/main/controllers/api/RTMediaJsonApi.php:356
431
+ msgid "bp activities"
432
  msgstr ""
433
 
434
+ #: app/main/controllers/api/RTMediaJsonApi.php:359
435
+ msgid "user activities"
436
  msgstr ""
437
 
438
+ #: app/main/controllers/api/RTMediaJsonApi.php:389
439
+ msgid "comment content missing"
440
  msgstr ""
441
 
442
+ #: app/main/controllers/api/RTMediaJsonApi.php:392
443
+ msgid "comment posted"
444
  msgstr ""
445
 
446
+ #: app/main/controllers/api/RTMediaJsonApi.php:439
447
+ msgid "unliked media"
448
  msgstr ""
449
 
450
+ #: app/main/controllers/api/RTMediaJsonApi.php:442
451
+ msgid "liked media"
452
  msgstr ""
453
 
454
+ #: app/main/controllers/api/RTMediaJsonApi.php:526
455
+ msgid "no comments"
456
  msgstr ""
457
 
458
+ #: app/main/controllers/api/RTMediaJsonApi.php:529
459
+ msgid "media comments"
 
 
460
  msgstr ""
461
 
462
+ #: app/main/controllers/api/RTMediaJsonApi.php:532
463
+ msgid "my comments"
464
  msgstr ""
465
 
466
+ #: app/main/controllers/api/RTMediaJsonApi.php:582
467
+ msgid "no likes"
468
  msgstr ""
469
 
470
+ #: app/main/controllers/api/RTMediaJsonApi.php:585
471
+ msgid "media likes"
472
  msgstr ""
473
 
474
+ #: app/main/controllers/api/RTMediaJsonApi.php:627
475
+ msgid "invalid comment/media id"
476
  msgstr ""
477
 
478
+ #: app/main/controllers/api/RTMediaJsonApi.php:630
479
+ msgid "no comment id"
480
  msgstr ""
481
 
482
+ #: app/main/controllers/api/RTMediaJsonApi.php:633
483
+ msgid "comment deleted"
484
  msgstr ""
485
 
486
+ #: app/main/controllers/api/RTMediaJsonApi.php:676
487
+ msgid "no profile found"
488
  msgstr ""
489
 
490
+ #: app/main/controllers/api/RTMediaJsonApi.php:679
491
+ msgid "profile fields"
 
 
 
492
  msgstr ""
493
 
494
+ #: app/main/controllers/api/RTMediaJsonApi.php:773
495
+ msgid "follow user id missing"
496
  msgstr ""
497
 
498
+ #: app/main/controllers/api/RTMediaJsonApi.php:776
499
+ msgid "started following"
 
 
500
  msgstr ""
501
 
502
+ #: app/main/controllers/api/RTMediaJsonApi.php:779
503
+ msgid "already following"
504
  msgstr ""
505
 
506
+ #: app/main/controllers/api/RTMediaJsonApi.php:811
507
+ msgid "unfollow id missing"
508
  msgstr ""
509
 
510
+ #: app/main/controllers/api/RTMediaJsonApi.php:814
511
+ msgid "stopped following"
512
  msgstr ""
513
 
514
+ #: app/main/controllers/api/RTMediaJsonApi.php:817
515
+ msgid "not following"
 
 
516
  msgstr ""
517
 
518
+ #: app/main/controllers/api/RTMediaJsonApi.php:849
519
+ msgid "name/location empty"
520
  msgstr ""
521
 
522
+ #: app/main/controllers/api/RTMediaJsonApi.php:852
523
+ msgid "profile updated"
524
  msgstr ""
525
 
526
+ #: app/main/controllers/api/RTMediaJsonApi.php:878
527
+ #: app/main/controllers/api/RTMediaJsonApi.php:905
528
+ msgid "no file"
529
  msgstr ""
530
 
531
+ #: app/main/controllers/api/RTMediaJsonApi.php:881
532
+ #: app/main/controllers/api/RTMediaJsonApi.php:917
533
+ msgid "upload failed, check size and file type"
534
  msgstr ""
535
 
536
+ #: app/main/controllers/api/RTMediaJsonApi.php:884
537
+ msgid "avatar updated"
 
 
538
  msgstr ""
539
 
540
+ #: app/main/controllers/api/RTMediaJsonApi.php:908
541
+ msgid "invalid file string"
542
  msgstr ""
543
 
544
+ #: app/main/controllers/api/RTMediaJsonApi.php:911
545
+ msgid "image type missing"
546
  msgstr ""
547
 
548
+ #: app/main/controllers/api/RTMediaJsonApi.php:914
549
+ msgid "no title"
550
  msgstr ""
551
 
552
+ #: app/main/controllers/api/RTMediaJsonApi.php:920
553
+ msgid "media updated"
554
  msgstr ""
555
 
556
+ #: app/main/controllers/api/RTMediaJsonApi.php:1050
557
+ msgid "media list"
558
  msgstr ""
559
 
560
+ #: app/main/controllers/api/RTMediaJsonApi.php:1053
561
+ msgid "no media found for requested media type"
562
  msgstr ""
563
 
564
+ #: app/main/controllers/api/RTMediaJsonApi.php:1056
565
+ msgid "media_type not allowed"
566
  msgstr ""
567
 
568
+ #: app/main/controllers/api/RTMediaJsonApi.php:1146
569
+ msgid "single media"
570
  msgstr ""
571
 
572
+ #: app/main/controllers/upload/RTMediaUploadEndpoint.php:99
573
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:346
574
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:348
575
+ #, php-format
576
+ msgid "%s added %d %s"
577
  msgstr ""
578
 
579
+ #: app/main/controllers/upload/RTMediaUploadView.php:70
580
+ msgid "Privacy: "
581
  msgstr ""
582
 
583
+ #: app/main/controllers/upload/RTMediaUploadView.php:77
584
+ #: app/main/controllers/upload/RTMediaUploadView.php:111
585
+ #: app/main/controllers/upload/RTMediaUploadView.php:127
586
+ msgid "File Upload"
587
  msgstr ""
588
 
589
+ #: app/main/controllers/upload/RTMediaUploadView.php:81
590
+ msgid "Select your files"
591
  msgstr ""
592
 
593
+ #: app/main/controllers/upload/RTMediaUploadView.php:82
594
+ msgid "or"
595
  msgstr ""
596
 
597
+ #: app/main/controllers/upload/RTMediaUploadView.php:82
598
+ msgid "Drop your files here"
599
  msgstr ""
600
 
601
+ #: app/main/controllers/upload/RTMediaUploadView.php:119
602
+ msgid "Start upload"
603
  msgstr ""
604
 
605
+ #: app/main/controllers/upload/RTMediaUploadView.php:134
606
+ msgid "Attach Media"
607
  msgstr ""
608
 
609
+ #: app/main/controllers/upload/RTMediaUploadView.php:149
610
+ msgid "Insert from URL"
611
  msgstr ""
612
 
613
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:59
614
+ msgid "Error Uploading File"
615
  msgstr ""
616
 
617
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:213
618
+ msgid "MP4 file you have uploaded is corrupt."
619
  msgstr ""
620
 
621
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:220
622
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:225
623
  msgid ""
624
+ "The MP4 file you have uploaded is using an unsupported video codec. "
625
+ "Supported video codec is H.264."
626
  msgstr ""
627
 
628
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:230
629
+ msgid "The MP4 file you have uploaded is not a video file."
630
  msgstr ""
631
 
632
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:243
633
+ msgid "MP3 file you have uploaded is currupt."
634
  msgstr ""
635
 
636
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:250
637
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:255
638
+ msgid ""
639
+ "The MP3 file you have uploaded is using an unsupported audio format. "
640
+ "Supported audio format is MP3."
641
  msgstr ""
642
 
643
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:260
644
+ msgid "The MP3 file you have uploaded is not an audio file."
645
  msgstr ""
646
 
647
+ #: app/main/controllers/upload/processors/RTMediaUploadFile.php:268
648
+ msgid ""
649
+ "Media File you have tried to upload is not supported. Supported media files "
650
+ "are .jpg, .png, .gif, .mp3, .mov and .mp4."
651
  msgstr ""
652
 
653
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:268
654
+ msgid "Default Privacy"
655
  msgstr ""
656
 
657
+ #: app/main/controllers/privacy/RTMediaPrivacy.php:284
658
+ #: app/admin/RTMediaAdmin.php:1539
659
+ msgid "Privacy"
 
660
  msgstr ""
661
 
662
+ #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:91
663
+ msgid "The web browser on your device cannot be used to upload files."
664
  msgstr ""
665
 
666
+ #: app/main/controllers/shortcodes/RTMediaUploadShortcode.php:103
667
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:204
668
+ #: app/main/controllers/template/rt-template-functions.php:1505
669
+ msgid "You are not allowed to upload/attach media."
670
  msgstr ""
671
 
672
+ #: app/main/controllers/shortcodes/RTMediaGalleryShortcode.php:182
673
+ msgid "You do not have sufficient privileges to view this gallery"
674
  msgstr ""
675
 
676
+ #: app/main/controllers/media/RTMediaFeatured.php:25
677
+ #: app/main/controllers/media/RTMediaGroupFeatured.php:17
678
+ msgid "Set as Featured"
679
  msgstr ""
680
 
681
+ #: app/main/controllers/media/RTMediaFeatured.php:27
682
+ #: app/main/controllers/media/RTMediaGroupFeatured.php:19
683
+ msgid "Unset Featured"
684
  msgstr ""
685
 
686
+ #: app/main/controllers/media/RTMediaFeatured.php:184
687
+ #: app/main/controllers/media/RTMediaGroupFeatured.php:194
688
+ msgid "Media type is not allowed"
689
  msgstr ""
690
 
691
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:60
692
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
693
+ msgid "Edit this media"
694
  msgstr ""
695
 
696
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:63
697
+ #: app/main/controllers/media/RTMediaGalleryItemAction.php:80
698
+ msgid "Delete this media"
 
699
  msgstr ""
700
 
701
+ #: app/main/controllers/media/RTMediaLoginPopup.php:38
702
+ #: app/main/controllers/template/rt-template-functions.php:2160
703
+ #: app/main/controllers/template/rt-template-functions.php:2164
704
+ msgid "Upload Media"
705
  msgstr ""
706
 
707
+ #: app/main/controllers/media/RTMediaLoginPopup.php:47
708
+ msgid "Please login"
709
  msgstr ""
710
 
711
+ #: app/main/controllers/media/RTMediaLoginPopup.php:49
712
+ msgid "You need to be logged in to upload Media or to create Album."
713
  msgstr ""
714
 
715
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
716
+ #: app/helper/RTMediaSupport.php:363
717
+ msgid "Click"
718
  msgstr ""
719
 
720
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
721
+ msgid "Login"
722
  msgstr ""
723
 
724
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
725
+ msgid "HERE"
726
  msgstr ""
727
 
728
+ #: app/main/controllers/media/RTMediaLoginPopup.php:52
729
+ msgid " to login."
730
  msgstr ""
731
 
732
+ #: app/main/controllers/media/RTMediaAlbum.php:35
733
+ msgctxt "Status General Name"
734
+ msgid "hidden"
735
  msgstr ""
736
 
737
+ #: app/main/controllers/media/RTMediaAlbum.php:35
738
+ #, php-format
739
+ msgid "Hidden (%s)"
740
+ msgid_plural "Hidden (%s)"
741
+ msgstr[0] ""
742
+ msgstr[1] ""
743
+
744
+ #: app/main/controllers/media/RTMediaAlbum.php:50
745
+ msgid "Create"
746
  msgstr ""
747
 
748
+ #: app/main/controllers/media/RTMediaAlbum.php:51
749
+ #: app/main/controllers/template/rt-template-functions.php:1786
750
+ msgid "Create Album"
751
  msgstr ""
752
 
753
+ #: app/main/controllers/media/RTMediaAlbum.php:52
754
+ #: app/main/controllers/template/rt-template-functions.php:1866
755
+ msgid "Edit Album"
 
756
  msgstr ""
757
 
758
+ #: app/main/controllers/media/RTMediaAlbum.php:53
759
+ msgid "New Album"
760
  msgstr ""
761
 
762
+ #: app/main/controllers/media/RTMediaAlbum.php:54
763
+ msgid "All Albums"
764
  msgstr ""
765
 
766
+ #: app/main/controllers/media/RTMediaAlbum.php:55
767
+ msgid "View Album"
768
  msgstr ""
769
 
770
+ #: app/main/controllers/media/RTMediaAlbum.php:56
771
+ msgid "Search Albums"
 
 
772
  msgstr ""
773
 
774
+ #: app/main/controllers/media/RTMediaAlbum.php:57
775
+ msgid "No album found"
776
  msgstr ""
777
 
778
+ #: app/main/controllers/media/RTMediaAlbum.php:58
779
+ msgid "No album found in Trash"
 
 
780
  msgstr ""
781
 
782
+ #: app/main/controllers/media/RTMediaAlbum.php:59
783
+ msgid "Parent"
784
  msgstr ""
785
 
786
+ #: app/main/controllers/media/RTMediaAlbum.php:145
787
+ msgid "Untitled Album"
 
 
788
  msgstr ""
789
 
790
+ #: app/main/controllers/media/RTMediaMedia.php:483
791
+ msgid "Error creating attachment for the media file, please try again"
792
  msgstr ""
793
 
794
+ #: app/main/controllers/media/RTMediaMedia.php:585
795
+ #, php-format
796
+ msgid "%1$s added a %2$s"
 
797
  msgstr ""
798
 
799
+ #: app/main/controllers/media/RTMediaMedia.php:585
800
+ #, php-format
801
+ msgid "%1$s added %4$d %3$s"
802
  msgstr ""
803
 
804
+ #: app/main/controllers/media/RTMediaLike.php:18
805
+ msgid "Like"
 
 
806
  msgstr ""
807
 
808
+ #: app/main/controllers/media/RTMediaLike.php:19
809
+ #: app/admin/RTMediaAdmin.php:589
810
+ msgid "Likes"
811
  msgstr ""
812
 
813
+ #: app/main/controllers/media/RTMediaLike.php:20
814
+ msgid "Unlike"
 
 
815
  msgstr ""
816
 
817
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:180
818
+ msgid "Media Files"
819
  msgstr ""
820
 
821
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:333
822
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:348
823
+ msgid "media"
 
824
  msgstr ""
825
 
826
+ #: app/main/controllers/activity/RTMediaBuddyPressActivity.php:340
827
+ #, php-format
828
+ msgid "%s added a %s"
829
  msgstr ""
830
 
831
+ #: app/main/controllers/template/RTMediaTemplate.php:97
832
+ #: app/main/controllers/template/RTMediaTemplate.php:149
833
+ msgid "Invalid attribute passed for rtmedia_gallery shortcode."
 
834
  msgstr ""
835
 
836
+ #: app/main/controllers/template/RTMediaTemplate.php:327
837
+ #: app/main/controllers/template/RTMediaTemplate.php:401
838
+ #: app/main/controllers/template/RTMediaTemplate.php:490
839
+ #: app/main/controllers/template/RTMediaTemplate.php:616
840
+ msgid "Ooops !!! Invalid access. No nonce was found !!"
841
  msgstr ""
842
 
843
+ #: app/main/controllers/template/RTMediaTemplate.php:334
844
+ msgid "Media updated Sucessfully"
845
  msgstr ""
846
 
847
+ #: app/main/controllers/template/RTMediaTemplate.php:340
848
+ msgid "Error in updating Media"
849
  msgstr ""
850
 
851
+ #: app/main/controllers/template/RTMediaAJAX.php:33
852
+ msgid "You can not create album in this group."
 
 
853
  msgstr ""
854
 
855
+ #: app/main/controllers/template/RTMediaAJAX.php:39
856
+ msgid "You can not create album."
857
  msgstr ""
858
 
859
+ #: app/main/controllers/template/RTMediaAJAX.php:44
860
+ msgid "You can not create more albums, you exceed your album limit."
 
 
861
  msgstr ""
862
 
863
+ #: app/main/controllers/template/RTMediaAJAX.php:89
864
+ msgid "Data mismatch, Please insert data properly."
865
  msgstr ""
866
 
867
+ #: app/main/controllers/template/RTMediaNav.php:32
868
+ msgctxt "My Account Privacy sub nav"
869
+ msgid "Privacy"
 
870
  msgstr ""
871
 
872
+ #: app/main/controllers/template/rt-template-functions.php:709
873
+ #: app/main/controllers/template/rt-template-functions.php:1697
874
+ msgid "Options"
875
  msgstr ""
876
 
877
+ #: app/main/controllers/template/rt-template-functions.php:798
878
+ msgid "There are no comments on this media yet."
 
 
879
  msgstr ""
880
 
881
+ #: app/main/controllers/template/rt-template-functions.php:834
882
+ msgid "Delete Comment"
883
  msgstr ""
884
 
885
+ #: app/main/controllers/template/rt-template-functions.php:1032
886
+ msgid "Go to page no : "
 
 
887
  msgstr ""
888
 
889
+ #: app/main/controllers/template/rt-template-functions.php:1037
890
+ msgid "Go"
891
  msgstr ""
892
 
893
+ #: app/main/controllers/template/rt-template-functions.php:1210
894
+ msgid "Video Thumbnail"
895
  msgstr ""
896
 
897
+ #: app/main/controllers/template/rt-template-functions.php:1259
898
+ msgid "Video Thumbnail:"
899
  msgstr ""
900
 
901
+ #: app/main/controllers/template/rt-template-functions.php:1342
902
+ msgid "Image"
 
 
903
  msgstr ""
904
 
905
+ #: app/main/controllers/template/rt-template-functions.php:1359
906
+ msgid "Modify Image"
907
  msgstr ""
908
 
909
+ #: app/main/controllers/template/rt-template-functions.php:1434
910
+ msgid "Type Comment..."
 
 
 
911
  msgstr ""
912
 
913
+ #: app/main/controllers/template/rt-template-functions.php:1471
914
+ #: app/main/controllers/template/rt-template-functions.php:1478
915
+ msgid "Delete Media"
916
  msgstr ""
917
 
918
+ #: app/main/controllers/template/rt-template-functions.php:1639
919
+ msgid "Profile Albums"
920
  msgstr ""
921
 
922
+ #: app/main/controllers/template/rt-template-functions.php:1642
923
+ #: app/main/controllers/template/rt-template-functions.php:1676
924
+ msgid "Group Albums"
925
  msgstr ""
926
 
927
+ #: app/main/controllers/template/rt-template-functions.php:1760
928
+ msgid "Create New Album"
929
  msgstr ""
930
 
931
+ #: app/main/controllers/template/rt-template-functions.php:1760
932
+ msgid "Add Album"
933
  msgstr ""
934
 
935
+ #: app/main/controllers/template/rt-template-functions.php:1776
936
+ msgid "Create an Album"
 
 
937
  msgstr ""
938
 
939
+ #: app/main/controllers/template/rt-template-functions.php:1778
940
+ msgid "Album Title : "
941
  msgstr ""
942
 
943
+ #: app/main/controllers/template/rt-template-functions.php:1817
944
+ #: app/main/controllers/template/rt-template-functions.php:1824
945
+ #: app/main/controllers/template/rt-template-functions.php:1876
946
+ msgid "Merge Album"
 
947
  msgstr ""
948
 
949
+ #: app/main/controllers/template/rt-template-functions.php:1820
950
+ msgid "Select Album to merge with : "
951
  msgstr ""
952
 
953
+ #: app/main/controllers/template/rt-template-functions.php:1867
954
+ msgid "Delete Album"
 
 
955
  msgstr ""
956
 
957
+ #: app/main/controllers/template/rt-template-functions.php:1904
958
+ msgid "Merge"
959
  msgstr ""
960
 
961
+ #: app/main/controllers/template/rt-template-functions.php:1957
962
+ msgid "Privacy : "
 
 
 
963
  msgstr ""
964
 
965
+ #: app/main/controllers/template/rt-template-functions.php:2148
966
+ msgid "people like this"
967
  msgstr ""
968
 
969
+ #: app/main/controllers/template/rt-template-functions.php:2247
970
+ msgid "Empowering your community with "
 
 
 
971
  msgstr ""
972
 
973
+ #: app/main/controllers/template/rt-template-functions.php:2249
974
+ msgid "The only complete media solution for WordPress, BuddyPress and bbPress"
975
  msgstr ""
976
 
977
+ #: app/main/controllers/template/rt-template-functions.php:2264
978
+ msgid "Close (Esc)"
 
 
979
  msgstr ""
980
 
981
+ #: app/main/controllers/template/rt-template-functions.php:2278
982
+ msgid "Public"
983
  msgstr ""
984
 
985
+ #: app/main/controllers/template/rt-template-functions.php:2282
986
+ msgid "All members"
 
 
 
987
  msgstr ""
988
 
989
+ #: app/main/controllers/template/rt-template-functions.php:2286
990
+ msgid "Your friends"
991
  msgstr ""
992
 
993
+ #: app/main/controllers/template/rt-template-functions.php:2290
994
+ msgid "Only you"
995
  msgstr ""
996
 
997
+ #: app/main/controllers/template/rt-template-functions.php:2294
998
+ msgid "Blocked temporarily"
999
  msgstr ""
1000
 
1001
+ #: app/main/controllers/template/rt-template-functions.php:2331
1002
+ #, php-format
1003
+ msgid "%s ago "
 
1004
  msgstr ""
1005
 
1006
+ #: app/main/controllers/template/rt-template-functions.php:2344
1007
+ #, php-format
1008
+ msgid "1 second"
1009
+ msgid_plural "%s seconds"
1010
+ msgstr[0] ""
1011
+ msgstr[1] ""
1012
 
1013
+ #: app/main/controllers/template/rt-template-functions.php:2347
1014
+ #, php-format
1015
+ msgid "1 minute"
1016
+ msgid_plural "%s minutes"
1017
+ msgstr[0] ""
1018
+ msgstr[1] ""
1019
+
1020
+ #: app/main/controllers/template/rt-template-functions.php:2350
1021
+ #, php-format
1022
+ msgid "1 hour"
1023
+ msgid_plural "%s hours"
1024
+ msgstr[0] ""
1025
+ msgstr[1] ""
1026
+
1027
+ #: app/main/controllers/template/rt-template-functions.php:2705
1028
+ msgid "You can consider rtMedia Team for following :"
1029
  msgstr ""
1030
 
1031
+ #: app/main/controllers/template/rt-template-functions.php:2708
1032
+ msgid "rtMedia Customization ( in Upgrade Safe manner )"
1033
  msgstr ""
1034
 
1035
+ #: app/main/controllers/template/rt-template-functions.php:2709
1036
+ msgid "WordPress/BuddyPress Theme Design and Development"
 
 
1037
  msgstr ""
1038
 
1039
+ #: app/main/controllers/template/rt-template-functions.php:2710
1040
+ msgid "WordPress/BuddyPress Plugin Development"
1041
  msgstr ""
1042
 
1043
+ #: app/main/controllers/template/rt-template-functions.php:2714
1044
+ msgid "Contact Us"
 
 
 
1045
  msgstr ""
1046
 
1047
+ #: app/main/controllers/group/RTMediaGroupExtension.php:30
1048
+ #: app/main/controllers/group/RTMediaGroupExtension.php:92
1049
+ msgid "Album Creation Control"
1050
  msgstr ""
1051
 
1052
+ #: app/main/controllers/group/RTMediaGroupExtension.php:31
1053
+ #: app/main/controllers/group/RTMediaGroupExtension.php:93
1054
+ msgid "Who can create Albums in this group?"
1055
  msgstr ""
1056
 
1057
+ #: app/main/controllers/group/RTMediaGroupExtension.php:35
1058
+ #: app/main/controllers/group/RTMediaGroupExtension.php:97
1059
+ msgid "All Group Members"
1060
  msgstr ""
1061
 
1062
+ #: app/main/controllers/group/RTMediaGroupExtension.php:39
1063
+ #: app/main/controllers/group/RTMediaGroupExtension.php:101
1064
+ msgid "Group Admins and Mods only"
 
1065
  msgstr ""
1066
 
1067
+ #: app/main/controllers/group/RTMediaGroupExtension.php:43
1068
+ #: app/main/controllers/group/RTMediaGroupExtension.php:105
1069
+ msgid "Group Admin only"
1070
  msgstr ""
1071
 
1072
+ #: app/main/controllers/group/RTMediaGroupExtension.php:142
1073
+ msgid "There was an error saving, please try again"
 
 
1074
  msgstr ""
1075
 
1076
+ #: app/main/controllers/group/RTMediaGroupExtension.php:144
1077
+ msgid "Settings saved successfully"
1078
  msgstr ""
1079
 
1080
+ #: app/main/controllers/group/RTMediaGroupExtension.php:164
1081
  msgid ""
1082
+ "You could display a small snippet of information from your group extension "
1083
+ "here. It will show on the group\n"
1084
+ "\t home screen."
1085
  msgstr ""
1086
 
1087
+ #: app/main/deprecated/RTMediaDeprecated.php:27
1088
+ #, php-format
1089
+ msgid "Deprecated %s. Please use %s."
1090
  msgstr ""
1091
 
1092
+ #: app/admin/RTMediaFormHandler.php:65 app/admin/RTMediaFormHandler.php:107
1093
+ #: app/admin/RTMediaFormHandler.php:202 app/admin/RTMediaFormHandler.php:237
1094
+ msgid "Please provide a \"value\" in the argument."
 
1095
  msgstr ""
1096
 
1097
+ #: app/admin/RTMediaFormHandler.php:150
1098
+ msgid "Need to specify atleast two radios, else use a checkbox instead"
1099
  msgstr ""
1100
 
1101
+ #: app/admin/RTMediaFormHandler.php:286
1102
+ msgid "Pagination"
 
 
1103
  msgstr ""
1104
 
1105
+ #: app/admin/RTMediaFormHandler.php:298
1106
+ msgid "Allow user to comment on uploaded media"
1107
  msgstr ""
1108
 
1109
+ #: app/admin/RTMediaFormHandler.php:303
1110
  msgid ""
1111
+ "This will display the comment form and comment listing on single media pages "
1112
+ "as well as inside lightbox (if lightbox is enabled)."
1113
  msgstr ""
1114
 
1115
+ #: app/admin/RTMediaFormHandler.php:308
1116
+ msgid "Use lightbox to display media"
1117
  msgstr ""
1118
 
1119
+ #: app/admin/RTMediaFormHandler.php:313
1120
+ msgid "View single media in facebook style lightbox."
1121
  msgstr ""
1122
 
1123
+ #: app/admin/RTMediaFormHandler.php:318
1124
+ msgid "Number of media per page"
 
 
1125
  msgstr ""
1126
 
1127
+ #: app/admin/RTMediaFormHandler.php:324
1128
+ msgid "Number of media items you want to show per page on front end."
 
 
1129
  msgstr ""
1130
 
1131
+ #: app/admin/RTMediaFormHandler.php:330
1132
+ msgid "Media display pagination option"
1133
  msgstr ""
1134
 
1135
+ #: app/admin/RTMediaFormHandler.php:336
1136
+ msgid "Choose whether you want the load more button or pagination buttons."
1137
  msgstr ""
1138
 
1139
+ #: app/admin/RTMediaFormHandler.php:341
1140
+ msgid "Enable"
1141
  msgstr ""
1142
 
1143
+ #: app/admin/RTMediaFormHandler.php:341
1144
+ msgid "Cascading grid layout"
1145
  msgstr ""
1146
 
1147
+ #: app/admin/RTMediaFormHandler.php:346
1148
+ msgid "If you enable masonry view, it is advisable to"
1149
  msgstr ""
1150
 
1151
+ #: app/admin/RTMediaFormHandler.php:346
1152
+ msgid "for masonry view."
1153
  msgstr ""
1154
 
1155
+ #: app/admin/RTMediaFormHandler.php:350
1156
+ msgid "You might need to"
1157
  msgstr ""
1158
 
1159
+ #: app/admin/RTMediaFormHandler.php:350
1160
+ msgid "change thumbnail size"
1161
  msgstr ""
1162
 
1163
+ #: app/admin/RTMediaFormHandler.php:350
1164
+ msgid "and uncheck the crop box for thumbnails."
1165
  msgstr ""
1166
 
1167
+ #: app/admin/RTMediaFormHandler.php:350
1168
+ msgid ""
1169
+ "To set gallery for fixed width, set image height to 0 and width as per your "
1170
+ "requirement and vice-versa."
1171
  msgstr ""
1172
 
1173
+ #: app/admin/RTMediaFormHandler.php:353
1174
+ msgid "Enable Direct Upload"
1175
  msgstr ""
1176
 
1177
+ #: app/admin/RTMediaFormHandler.php:358
1178
+ msgid "Uploading media directly as soon as it gets selected."
 
 
 
 
 
 
1179
  msgstr ""
1180
 
1181
+ #: app/admin/RTMediaFormHandler.php:384
1182
+ msgid "Single Media View"
1183
  msgstr ""
1184
 
1185
+ #: app/admin/RTMediaFormHandler.php:385
1186
+ msgid "List Media View"
1187
  msgstr ""
1188
 
1189
+ #: app/admin/RTMediaFormHandler.php:386
1190
+ msgid "Masonry View"
1191
  msgstr ""
1192
 
1193
+ #: app/admin/RTMediaFormHandler.php:387
1194
+ msgid "Direct Upload"
1195
  msgstr ""
1196
 
1197
+ #: app/admin/RTMediaFormHandler.php:405
1198
+ msgid "Allow usage data tracking"
1199
  msgstr ""
1200
 
1201
+ #: app/admin/RTMediaFormHandler.php:410
1202
+ msgid ""
1203
+ "To make rtMedia better compatible with your sites, you can help the rtMedia "
1204
+ "team learn what themes and plugins you are using. No private information "
1205
+ "about your setup will be sent during tracking."
1206
  msgstr ""
1207
 
1208
+ #: app/admin/RTMediaFormHandler.php:414
1209
+ msgid "Admin bar menu integration"
1210
  msgstr ""
1211
 
1212
+ #: app/admin/RTMediaFormHandler.php:419
1213
+ msgid ""
1214
+ "Add rtMedia menu to WordPress admin bar for easy access to settings and "
1215
+ "moderation page (if enabled)."
1216
  msgstr ""
1217
 
1218
+ #: app/admin/RTMediaFormHandler.php:424
1219
+ msgid "Add a link to rtMedia in footer"
 
 
1220
  msgstr ""
1221
 
1222
+ #: app/admin/RTMediaFormHandler.php:429
1223
+ msgid "Help us promote rtMedia."
1224
  msgstr ""
1225
 
1226
+ #: app/admin/RTMediaFormHandler.php:434
1227
+ msgid "Also add my affiliate-id to rtMedia footer link"
1228
  msgstr ""
1229
 
1230
+ #: app/admin/RTMediaFormHandler.php:439
1231
  msgid ""
1232
+ "Add your affiliate-id along with footer link and get rewarded by our "
1233
+ "affiliation program."
 
 
1234
  msgstr ""
1235
 
1236
+ #: app/admin/RTMediaFormHandler.php:443
1237
+ msgid "Signup for"
 
 
 
1238
  msgstr ""
1239
 
1240
+ #: app/admin/RTMediaFormHandler.php:443
1241
+ msgid "affiliate program"
 
1242
  msgstr ""
1243
 
1244
+ #: app/admin/RTMediaFormHandler.php:443 app/admin/RTMediaFormHandler.php:454
1245
+ #: app/helper/RTMediaSupport.php:363
1246
+ msgid "here"
1247
  msgstr ""
1248
 
1249
+ #: app/admin/RTMediaFormHandler.php:446
1250
+ msgid "Enable JSON API"
1251
  msgstr ""
1252
 
1253
+ #: app/admin/RTMediaFormHandler.php:451
1254
+ msgid ""
1255
+ "This will allow handling API requests for rtMedia sent through any mobile "
1256
+ "app."
1257
  msgstr ""
1258
 
1259
+ #: app/admin/RTMediaFormHandler.php:454
1260
+ msgid "You can refer to the API document from"
1261
  msgstr ""
1262
 
1263
+ #: app/admin/RTMediaFormHandler.php:477
1264
+ msgid "Admin Settings"
1265
  msgstr ""
1266
 
1267
+ #: app/admin/RTMediaFormHandler.php:478
1268
+ msgid "API Settings"
1269
  msgstr ""
1270
 
1271
+ #: app/admin/RTMediaFormHandler.php:479
1272
+ msgid "Miscellaneous"
1273
  msgstr ""
1274
 
1275
+ #: app/admin/RTMediaFormHandler.php:480
1276
+ msgid "Footer Link"
1277
  msgstr ""
1278
 
1279
+ #: app/admin/RTMediaFormHandler.php:560
1280
+ msgid "Media Types Settings"
1281
  msgstr ""
1282
 
1283
+ #: app/admin/RTMediaFormHandler.php:568 app/helper/RTMediaSettings.php:323
1284
+ msgid "Media Type"
 
1285
  msgstr ""
1286
 
1287
+ #: app/admin/RTMediaFormHandler.php:573
1288
+ msgid "Allow Upload"
1289
  msgstr ""
1290
 
1291
+ #: app/admin/RTMediaFormHandler.php:575
1292
+ msgid "Allows you to upload a particular media type on your post."
1293
  msgstr ""
1294
 
1295
+ #: app/admin/RTMediaFormHandler.php:583
1296
+ msgid "Set Featured"
1297
  msgstr ""
1298
 
1299
+ #: app/admin/RTMediaFormHandler.php:585
1300
+ msgid "Place a specific media as a featured content on the post."
1301
  msgstr ""
1302
 
1303
+ #: app/admin/RTMediaFormHandler.php:627
1304
+ msgid "File Extensions"
 
 
 
 
1305
  msgstr ""
1306
 
1307
+ #: app/admin/RTMediaFormHandler.php:715
1308
+ msgid "Media Size Settings"
 
 
 
1309
  msgstr ""
1310
 
1311
+ #: app/admin/RTMediaFormHandler.php:720
1312
+ msgid "Category"
1313
  msgstr ""
1314
 
1315
+ #: app/admin/RTMediaFormHandler.php:721
1316
+ msgid "Entity"
1317
  msgstr ""
1318
 
1319
+ #: app/admin/RTMediaFormHandler.php:722
1320
+ msgid "Width"
1321
  msgstr ""
1322
 
1323
+ #: app/admin/RTMediaFormHandler.php:723
1324
+ msgid "Height"
1325
  msgstr ""
1326
 
1327
+ #: app/admin/RTMediaFormHandler.php:724
1328
+ msgid "Crop"
1329
  msgstr ""
1330
 
1331
+ #: app/admin/RTMediaFormHandler.php:777
1332
+ msgid "Number of thumbnails to generate on video upload"
1333
  msgstr ""
1334
 
1335
+ #: app/admin/RTMediaFormHandler.php:783
1336
+ msgid ""
1337
+ " If you choose more than 1 thumbnail, your users will be able to change the "
1338
+ "thumbnail by going to video 'edit' section. Maximum value is 10."
1339
  msgstr ""
1340
 
1341
+ #: app/admin/RTMediaFormHandler.php:791
1342
+ msgid "Encoding Settings"
1343
  msgstr ""
1344
 
1345
+ #: app/admin/RTMediaFormHandler.php:798
1346
+ msgid "JPEG/JPG image quality (1-100)"
1347
  msgstr ""
1348
 
1349
+ #: app/admin/RTMediaFormHandler.php:804
1350
+ msgid ""
1351
+ "Enter JPEG/JPG Image Quality. Minimum value is 1. 100 is original quality."
1352
  msgstr ""
1353
 
1354
+ #: app/admin/RTMediaFormHandler.php:812
1355
+ msgid "Image Quality"
1356
  msgstr ""
1357
 
1358
+ #: app/admin/RTMediaFormHandler.php:834
1359
+ msgid "Custom CSS settings"
1360
  msgstr ""
1361
 
1362
+ #: app/admin/RTMediaFormHandler.php:853
1363
+ msgid "rtMedia default styles"
1364
  msgstr ""
1365
 
1366
+ #: app/admin/RTMediaFormHandler.php:859
1367
+ msgid ""
1368
+ "Load default rtMedia styles. You need to write your own style for rtMedia if "
1369
+ "you disable it."
1370
  msgstr ""
1371
 
1372
+ #: app/admin/RTMediaFormHandler.php:864
1373
+ msgid "Paste your CSS code"
1374
  msgstr ""
1375
 
1376
+ #: app/admin/RTMediaFormHandler.php:870
1377
+ msgid "Custom rtMedia CSS container"
1378
  msgstr ""
1379
 
1380
+ #: app/admin/RTMediaFormHandler.php:893
1381
+ msgid "Enable privacy"
1382
  msgstr ""
1383
 
1384
+ #: app/admin/RTMediaFormHandler.php:899
1385
+ msgid "Enable privacy in rtMedia"
1386
  msgstr ""
1387
 
1388
+ #: app/admin/RTMediaFormHandler.php:904
1389
+ msgid "Default privacy"
1390
  msgstr ""
1391
 
1392
+ #: app/admin/RTMediaFormHandler.php:910
1393
+ msgid "Set default privacy for media"
1394
  msgstr ""
1395
 
1396
+ #: app/admin/RTMediaFormHandler.php:916
1397
+ msgid "Allow users to set privacy for their content"
1398
  msgstr ""
1399
 
1400
+ #: app/admin/RTMediaFormHandler.php:921
1401
  msgid ""
1402
+ "If you choose this, users will be able to change privacy of their own "
1403
+ "uploads."
 
1404
  msgstr ""
1405
 
1406
+ #: app/admin/RTMediaFormHandler.php:925
1407
+ msgid "For group uploads, BuddyPress groups privacy is used."
1408
  msgstr ""
1409
 
1410
+ #: app/admin/RTMediaFormHandler.php:967
1411
+ msgid "Enable media in profile"
 
 
1412
  msgstr ""
1413
 
1414
+ #: app/admin/RTMediaFormHandler.php:972
1415
+ msgid "Enable Media on BuddyPress Profile"
1416
  msgstr ""
1417
 
1418
+ #: app/admin/RTMediaFormHandler.php:977
1419
+ msgid "Enable media in group"
1420
  msgstr ""
1421
 
1422
+ #: app/admin/RTMediaFormHandler.php:982
1423
+ msgid "Enable Media on BuddyPress Groups"
1424
  msgstr ""
1425
 
1426
+ #: app/admin/RTMediaFormHandler.php:987
1427
+ msgid "Allow upload from activity stream"
1428
  msgstr ""
1429
 
1430
+ #: app/admin/RTMediaFormHandler.php:992
1431
+ msgid "Allow upload using status update box present on activity stream page"
1432
  msgstr ""
1433
 
1434
+ #: app/admin/RTMediaFormHandler.php:998
1435
+ msgid "Number of media items to show in activity stream"
1436
  msgstr ""
1437
 
1438
+ #: app/admin/RTMediaFormHandler.php:1003
1439
+ msgid ""
1440
+ "With bulk uploads activity, the stream may get flooded. You can control the "
1441
+ "maximum number of media items or files per activity. This limit will not "
1442
+ "affect the actual number of uploads. This is only for display. <em>0</em> "
1443
+ "means unlimited."
1444
  msgstr ""
1445
 
1446
+ #: app/admin/RTMediaFormHandler.php:1010
1447
+ msgid "Organize media into albums"
1448
  msgstr ""
1449
 
1450
+ #: app/admin/RTMediaFormHandler.php:1016
1451
  msgid ""
1452
+ "This will add 'album' tab to BuddyPress profile and group depending on the "
1453
+ "^above^ settings."
 
 
1454
  msgstr ""
1455
 
1456
+ #: app/admin/RTMediaAdmin.php:127
1457
+ #, php-format
1458
+ msgid "View &#8220;%s&#8221;"
1459
  msgstr ""
1460
 
1461
+ #: app/admin/RTMediaAdmin.php:127
1462
+ msgid "View"
1463
  msgstr ""
1464
 
1465
+ #: app/admin/RTMediaAdmin.php:369
1466
+ msgid " You must"
 
 
 
1467
  msgstr ""
1468
 
1469
+ #: app/admin/RTMediaAdmin.php:369
1470
+ msgid "update permalink structure"
1471
  msgstr ""
1472
 
1473
+ #: app/admin/RTMediaAdmin.php:369
1474
+ msgid "to something other than the default for it to work."
1475
  msgstr ""
1476
 
1477
+ #: app/admin/RTMediaAdmin.php:395
1478
+ msgid "rtMedia:"
 
 
 
 
 
 
 
 
1479
  msgstr ""
1480
 
1481
+ #: app/admin/RTMediaAdmin.php:395
1482
  msgid ""
1483
+ "Please update all premium add-ons that you have purchased from rtCamp from"
 
 
1484
  msgstr ""
1485
 
1486
+ #: app/admin/RTMediaAdmin.php:395
1487
+ msgid "your account"
 
 
1488
  msgstr ""
1489
 
1490
+ #: app/admin/RTMediaAdmin.php:395
1491
+ msgid "Dismiss"
1492
  msgstr ""
1493
 
1494
+ #: app/admin/RTMediaAdmin.php:508
1495
+ msgid "rtMedia Pro is released"
 
 
1496
  msgstr ""
1497
 
1498
+ #: app/admin/RTMediaAdmin.php:529
1499
+ msgid "Media Stats"
1500
  msgstr ""
1501
 
1502
+ #: app/admin/RTMediaAdmin.php:556
1503
+ msgid "Usage Stats"
 
 
1504
  msgstr ""
1505
 
1506
+ #: app/admin/RTMediaAdmin.php:565
1507
+ msgid "Total "
1508
  msgstr ""
1509
 
1510
+ #: app/admin/RTMediaAdmin.php:573
1511
+ msgid "With Media"
1512
  msgstr ""
1513
 
1514
+ #: app/admin/RTMediaAdmin.php:581
1515
+ msgid "Comments "
1516
  msgstr ""
1517
 
1518
+ #: app/admin/RTMediaAdmin.php:600
1519
+ msgid "rtMedia Links:"
1520
  msgstr ""
1521
 
1522
+ #: app/admin/RTMediaAdmin.php:601
1523
+ msgid "Homepage"
1524
  msgstr ""
1525
 
1526
+ #: app/admin/RTMediaAdmin.php:602
1527
+ msgid "Free Support"
 
 
1528
  msgstr ""
1529
 
1530
+ #: app/admin/RTMediaAdmin.php:603
1531
+ msgid "Premium Addons"
1532
  msgstr ""
1533
 
1534
+ #: app/admin/RTMediaAdmin.php:619
1535
+ msgid "Right Now in rtMedia"
 
 
 
 
 
 
1536
  msgstr ""
1537
 
1538
+ #: app/admin/RTMediaAdmin.php:673 app/admin/RTMediaAdmin.php:882
1539
+ msgid "Regenerate Thumbnail"
 
 
1540
  msgstr ""
1541
 
1542
+ #: app/admin/RTMediaAdmin.php:714 app/admin/RTMediaAdmin.php:1368
1543
+ #: app/admin/RTMediaAdmin.php:1369
1544
+ msgid "rtMedia"
1545
  msgstr ""
1546
 
1547
+ #: app/admin/RTMediaAdmin.php:721 app/admin/RTMediaAdmin.php:724
1548
+ #: app/admin/RTMediaAdmin.php:870 app/admin/RTMediaAdmin.php:1398
1549
+ msgid "Settings"
1550
  msgstr ""
1551
 
1552
+ #: app/admin/RTMediaAdmin.php:732 app/admin/RTMediaAdmin.php:735
1553
+ #: app/admin/RTMediaAdmin.php:871 app/admin/RTMediaAdmin.php:1402
1554
+ msgid "Addons"
1555
  msgstr ""
1556
 
1557
+ #: app/admin/RTMediaAdmin.php:743 app/admin/RTMediaAdmin.php:746
1558
+ #: app/admin/RTMediaAdmin.php:872 app/admin/RTMediaAdmin.php:1414
1559
+ #: app/helper/RTMediaSupport.php:51 app/helper/RTMediaSupport.php:52
1560
+ #: app/helper/RTMediaSettings.php:207
1561
+ msgid "Support"
1562
  msgstr ""
1563
 
1564
+ #: app/admin/RTMediaAdmin.php:754 app/admin/RTMediaAdmin.php:757
1565
+ #: app/admin/RTMediaAdmin.php:873 app/admin/RTMediaAdmin.php:1406
1566
+ msgid "Themes"
1567
  msgstr ""
1568
 
1569
+ #: app/admin/RTMediaAdmin.php:765 app/admin/RTMediaAdmin.php:768
1570
+ #: app/admin/RTMediaAdmin.php:874 app/admin/RTMediaAdmin.php:1410
1571
+ msgid "Hire Us"
1572
  msgstr ""
1573
 
1574
+ #: app/admin/RTMediaAdmin.php:777 app/admin/RTMediaAdmin.php:780
1575
+ #: app/admin/RTMediaAdmin.php:876 app/admin/RTMediaAdmin.php:1422
1576
+ msgid "Licenses"
1577
  msgstr ""
1578
 
1579
+ #: app/admin/RTMediaAdmin.php:831
1580
+ msgid "ON"
1581
  msgstr ""
1582
 
1583
+ #: app/admin/RTMediaAdmin.php:832
1584
+ msgid "OFF"
1585
  msgstr ""
1586
 
1587
+ #: app/admin/RTMediaAdmin.php:838
1588
+ msgid "Please do not refresh this page."
1589
  msgstr ""
1590
 
1591
+ #: app/admin/RTMediaAdmin.php:839
1592
+ msgid ""
1593
+ "Something went wrong. Please <a href onclick=\"location.reload();\">refresh</"
1594
+ "a> page."
1595
  msgstr ""
1596
 
1597
+ #: app/admin/RTMediaAdmin.php:840
1598
+ msgid "This will subscribe you to the free plan."
1599
  msgstr ""
1600
 
1601
+ #: app/admin/RTMediaAdmin.php:841
1602
+ msgid "Are you sure you want to disable the encoding service?"
1603
  msgstr ""
1604
 
1605
+ #: app/admin/RTMediaAdmin.php:842
1606
+ msgid "Are you sure you want to enable the encoding service?"
1607
  msgstr ""
1608
 
1609
+ #: app/admin/RTMediaAdmin.php:882
1610
+ msgid "Regen. Thumbnail "
1611
  msgstr ""
1612
 
1613
+ #: app/admin/RTMediaAdmin.php:900 app/admin/RTMediaAdmin.php:1879
1614
+ msgid "Regenerate Video Thumbnails"
 
 
1615
  msgstr ""
1616
 
1617
+ #: app/admin/RTMediaAdmin.php:918
1618
+ msgid "Regenerate Pending Thumbnails"
1619
  msgstr ""
1620
 
1621
+ #: app/admin/RTMediaAdmin.php:928
1622
+ msgid "Total Videos"
1623
  msgstr ""
1624
 
1625
+ #: app/admin/RTMediaAdmin.php:931
1626
+ msgid "Sent of regenerate thumbails"
1627
  msgstr ""
1628
 
1629
+ #: app/admin/RTMediaAdmin.php:933
1630
+ msgid "Fail to regenerate thumbails"
 
 
1631
  msgstr ""
1632
 
1633
+ #: app/admin/RTMediaAdmin.php:972
1634
+ msgid "Regenerate Video Thumbnails Done"
1635
  msgstr ""
1636
 
1637
+ #: app/admin/RTMediaAdmin.php:1016
1638
+ #, php-format
1639
  msgid ""
1640
+ "You have %s videos without thumbnails. Click <a href='%s'> here </a> to "
1641
+ "generate thumbnails. <a href='#' onclick='rtmedia_hide_video_thumb_notice()' "
1642
+ "style='float:right'>Hide</a>"
1643
  msgstr ""
1644
 
1645
+ #: app/admin/RTMediaAdmin.php:1094
1646
+ msgid "not a video ..."
 
 
1647
  msgstr ""
1648
 
1649
+ #: app/admin/RTMediaAdmin.php:1259
1650
+ msgid "Empowering The Web With WordPress"
1651
  msgstr ""
1652
 
1653
+ #: app/admin/RTMediaAdmin.php:1279
1654
+ msgid "Settings saved successfully!"
1655
  msgstr ""
1656
 
1657
+ #: app/admin/RTMediaAdmin.php:1282 app/admin/RTMediaAdmin.php:1305
1658
+ msgid "Save Settings"
1659
  msgstr ""
1660
 
1661
+ #: app/admin/RTMediaAdmin.php:1504 app/admin/RTMediaAdmin.php:1505
1662
+ msgid "Display"
1663
  msgstr ""
1664
 
1665
+ #: app/admin/RTMediaAdmin.php:1513
1666
+ msgid "rtMedia BuddyPress"
1667
  msgstr ""
1668
 
1669
+ #: app/admin/RTMediaAdmin.php:1514
1670
+ msgid "BuddyPress"
 
 
1671
  msgstr ""
1672
 
1673
+ #: app/admin/RTMediaAdmin.php:1522
1674
+ msgid "rtMedia Types"
1675
  msgstr ""
1676
 
1677
+ #: app/admin/RTMediaAdmin.php:1523
1678
+ msgid "Types"
1679
  msgstr ""
1680
 
1681
+ #: app/admin/RTMediaAdmin.php:1530
1682
+ msgid "rtMedia Sizes"
1683
  msgstr ""
1684
 
1685
+ #: app/admin/RTMediaAdmin.php:1531
1686
+ msgid "Media Sizes"
1687
  msgstr ""
1688
 
1689
+ #: app/admin/RTMediaAdmin.php:1538
1690
+ msgid "rtMedia Privacy"
1691
  msgstr ""
1692
 
1693
+ #: app/admin/RTMediaAdmin.php:1545
1694
+ msgid "rtMedia Custom CSS"
1695
  msgstr ""
1696
 
1697
+ #: app/admin/RTMediaAdmin.php:1546
1698
+ msgid "Custom CSS"
1699
  msgstr ""
1700
 
1701
+ #: app/admin/RTMediaAdmin.php:1555 app/admin/RTMediaAdmin.php:1556
1702
+ msgid "Other Settings"
1703
  msgstr ""
1704
 
1705
+ #: app/admin/RTMediaAdmin.php:1651
1706
+ #, php-format
1707
+ msgid "I use @rtMediaWP http://rt.cx/rtmedia on %s"
1708
  msgstr ""
1709
 
1710
+ #: app/admin/RTMediaAdmin.php:1653
1711
+ msgid "Post to Twitter Now"
1712
  msgstr ""
1713
 
1714
+ #: app/admin/RTMediaAdmin.php:1653
1715
+ msgid "Post to Twitter"
1716
  msgstr ""
1717
 
1718
+ #: app/admin/RTMediaAdmin.php:1654
1719
+ msgid "Share on Facebook Now"
1720
  msgstr ""
1721
 
1722
+ #: app/admin/RTMediaAdmin.php:1654
1723
+ msgid "Share on Facebook"
1724
  msgstr ""
1725
 
1726
+ #: app/admin/RTMediaAdmin.php:1655
1727
+ msgid "Rate rtMedia on Wordpress.org"
1728
  msgstr ""
1729
 
1730
+ #: app/admin/RTMediaAdmin.php:1655
1731
+ msgid "Rate on Wordpress.org"
1732
  msgstr ""
1733
 
1734
+ #: app/admin/RTMediaAdmin.php:1656
1735
+ msgid "Subscribe to our Feeds"
1736
  msgstr ""
1737
 
1738
+ #: app/admin/RTMediaAdmin.php:1659
1739
+ msgid "Spread the Word"
1740
  msgstr ""
1741
 
1742
+ #: app/admin/RTMediaAdmin.php:1665 app/admin/RTMediaAdmin.php:1672
1743
+ msgid "Subscribe"
1744
  msgstr ""
1745
 
1746
+ #: app/admin/RTMediaAdmin.php:1694
1747
+ msgid "Thank you for your time."
 
1748
  msgstr ""
1749
 
1750
+ #: app/admin/RTMediaAdmin.php:1706
1751
+ msgid "Premium Add-ons"
 
 
 
1752
  msgstr ""
1753
 
1754
+ #: app/admin/RTMediaAdmin.php:1722
1755
+ #, php-format
1756
+ msgid ""
1757
+ "You have images enabled on rtMedia but your network allowed filetypes do not "
1758
+ "permit uploading of %s. Click <a href=\"%s\">here</a> to change your "
1759
+ "settings manually."
1760
  msgstr ""
1761
 
1762
+ #: app/admin/RTMediaAdmin.php:1723 app/admin/RTMediaAdmin.php:1734
1763
+ #: app/admin/RTMediaAdmin.php:1743
1764
+ msgid "Recommended"
 
1765
  msgstr ""
1766
 
1767
+ #: app/admin/RTMediaAdmin.php:1723 app/admin/RTMediaAdmin.php:1734
1768
+ #: app/admin/RTMediaAdmin.php:1743
1769
+ msgid "Update Network Settings Automatically"
1770
  msgstr ""
1771
 
1772
+ #: app/admin/RTMediaAdmin.php:1733
1773
+ #, php-format
1774
+ msgid ""
1775
+ "You have video enabled on BuddyPress Media but your network allowed "
1776
+ "filetypes do not permit uploading of mp4. Click <a href=\"%s\">here</a> to "
1777
+ "change your settings manually."
1778
  msgstr ""
1779
 
1780
+ #: app/admin/RTMediaAdmin.php:1742
1781
+ #, php-format
1782
+ msgid ""
1783
+ "You have audio enabled on BuddyPress Media but your network allowed "
1784
+ "filetypes do not permit uploading of mp3. Click <a href=\"%s\">here</a> to "
1785
+ "change your settings manually."
1786
  msgstr ""
1787
 
1788
+ #: app/admin/RTMediaAdmin.php:1757
1789
+ msgid "Network settings updated successfully."
1790
  msgstr ""
1791
 
1792
+ #: app/admin/RTMediaAdmin.php:1863
1793
+ msgid "Video is sent to generate thumbnails."
1794
  msgstr ""
1795
 
1796
+ #: app/admin/RTMediaAdmin.php:1865
1797
+ msgid "Video cannot be sent to generate thumbnails."
1798
  msgstr ""
1799
 
1800
+ #: app/admin/RTMediaAdmin.php:1944
1801
+ msgid ""
1802
+ "Please update rtMedia template files if you have overridden the default "
1803
+ "rtMedia templates in your theme. If not, you can ignore and hide this notice."
1804
  msgstr ""
1805
 
1806
+ #: app/admin/RTMediaAdmin.php:1944
1807
+ #: app/importers/RTMediaMediaSizeImporter.php:66
1808
+ #: app/importers/RTMediaMigration.php:64
1809
+ msgid "Hide"
1810
  msgstr ""
1811
 
1812
+ #: app/helper/RTMediaSupport.php:58 app/helper/RTMediaSupport.php:59
1813
+ #: app/helper/RTMediaSupport.php:305 app/helper/RTMediaSupport.php:560
1814
+ msgid "Debug Info"
1815
  msgstr ""
1816
 
1817
+ #: app/helper/RTMediaSupport.php:66 app/helper/RTMediaSupport.php:67
1818
+ #: app/importers/RTMediaMigration.php:83
1819
+ msgid "Migration"
1820
  msgstr ""
1821
 
1822
+ #: app/helper/RTMediaSupport.php:128
1823
+ msgid "Service"
1824
  msgstr ""
1825
 
1826
+ #: app/helper/RTMediaSupport.php:135
1827
+ msgid "Premium Support"
1828
  msgstr ""
1829
 
1830
+ #: app/helper/RTMediaSupport.php:141
1831
+ msgid "Bug Report"
1832
  msgstr ""
1833
 
1834
+ #: app/helper/RTMediaSupport.php:147
1835
+ msgid "New Feature"
1836
  msgstr ""
1837
 
1838
+ #: app/helper/RTMediaSupport.php:149
1839
+ msgid "Submit"
1840
  msgstr ""
1841
 
1842
+ #: app/helper/RTMediaSupport.php:195
1843
+ msgid "by"
1844
  msgstr ""
1845
 
1846
+ #: app/helper/RTMediaSupport.php:195
1847
+ msgid "version"
1848
  msgstr ""
1849
 
1850
+ #: app/helper/RTMediaSupport.php:357
1851
+ msgid "There is no media found to migrate."
1852
  msgstr ""
1853
 
1854
+ #: app/helper/RTMediaSupport.php:363
1855
+ msgid "here to migrate media from rtMedia 2.x to rtMedia 3.0+."
1856
  msgstr ""
1857
 
1858
+ #: app/helper/RTMediaSupport.php:392
1859
+ msgid "Submit a Bug Report"
1860
  msgstr ""
1861
 
1862
+ #: app/helper/RTMediaSupport.php:395
1863
+ msgid "Submit a New Feature Request"
1864
  msgstr ""
1865
 
1866
+ #: app/helper/RTMediaSupport.php:398
1867
+ msgid "Submit Support Request"
1868
  msgstr ""
1869
 
1870
+ #: app/helper/RTMediaSupport.php:405
1871
+ msgid ""
1872
+ "If your site has some issues due to rtMedia and you want support, feel free "
1873
+ "to create a support topic on <a target=\"_blank\" href=\"http://community."
1874
+ "rtcamp.com/c/rtmedia/?"
1875
+ "utm_source=dashboard&utm_medium=plugin&utm_campaign=buddypress-media"
1876
+ "\">Community Forum</a>."
1877
  msgstr ""
1878
 
1879
+ #: app/helper/RTMediaSupport.php:406
1880
+ msgid ""
1881
+ "If you have any suggestions, enhancements or bug reports, you can open a new "
1882
+ "issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/rtMedia/"
1883
+ "issues/new\">GitHub</a>."
1884
  msgstr ""
1885
 
1886
+ #: app/helper/RTMediaSupport.php:415
1887
+ msgid "Name"
1888
  msgstr ""
1889
 
1890
+ #: app/helper/RTMediaSupport.php:420
1891
+ msgid "Use actual user name which used during purchased."
 
 
 
 
1892
  msgstr ""
1893
 
1894
+ #: app/helper/RTMediaSupport.php:426
1895
+ msgid "Email"
 
 
 
 
 
1896
  msgstr ""
1897
 
1898
+ #: app/helper/RTMediaSupport.php:431
1899
+ msgid "Use email id which used during purchased"
1900
  msgstr ""
1901
 
1902
+ #: app/helper/RTMediaSupport.php:437
1903
+ msgid "Website"
1904
  msgstr ""
1905
 
1906
+ #: app/helper/RTMediaSupport.php:442
1907
+ msgid "Subject"
1908
  msgstr ""
1909
 
1910
+ #: app/helper/RTMediaSupport.php:490
1911
+ msgid "rtMedia Premium Support Request from"
1912
  msgstr ""
1913
 
1914
+ #: app/helper/RTMediaSupport.php:493
1915
+ msgid "rtMedia New Feature Request from"
1916
  msgstr ""
1917
 
1918
+ #: app/helper/RTMediaSupport.php:496
1919
+ msgid "rtMedia Bug Report from"
1920
  msgstr ""
1921
 
1922
+ #: app/helper/RTMediaSupport.php:499
1923
+ msgid "rtMedia Contact from"
1924
  msgstr ""
1925
 
1926
+ #: app/helper/RTMediaSupport.php:582
1927
+ msgid "Thank you for your Feedback/Suggestion."
1928
  msgstr ""
1929
 
1930
+ #: app/helper/RTMediaSupport.php:584
1931
+ msgid "Thank you for posting your support request."
1932
  msgstr ""
1933
 
1934
+ #: app/helper/RTMediaSupport.php:585
1935
+ msgid "We will get back to you shortly."
1936
  msgstr ""
1937
 
1938
+ #: app/helper/RTMediaSupport.php:590
1939
+ msgid "Your server failed to send an email."
1940
  msgstr ""
1941
 
1942
+ #: app/helper/RTMediaSupport.php:591
1943
+ msgid "Kindly contact your server support to fix this."
 
 
1944
  msgstr ""
1945
 
1946
+ #: app/helper/RTMediaSupport.php:592
1947
+ #, php-format
1948
+ msgid "You can alternatively create a support request <a href=\"%s\">here</a>"
1949
  msgstr ""
1950
 
1951
+ #: app/helper/RTMediaAddon.php:79 app/helper/RTMediaAddon.php:80
1952
+ msgid "Plugins"
1953
  msgstr ""
1954
 
1955
+ #: app/helper/RTMediaAddon.php:87 app/helper/RTMediaAddon.php:88
1956
+ msgid "Audio/Video Encoding"
 
 
1957
  msgstr ""
1958
 
1959
+ #: app/helper/RTMediaAddon.php:111
1960
+ msgid "SEO"
1961
  msgstr ""
1962
 
1963
+ #: app/helper/RTMediaAddon.php:114
1964
+ msgid ""
1965
+ "Generate an XML sitemap for all the public media files uploaded via rtMedia "
1966
+ "plugin. These sitemaps can be useful to index search engine to improve "
1967
+ "website SEO."
1968
  msgstr ""
1969
 
1970
+ #: app/helper/RTMediaAddon.php:121
1971
+ msgid "Moderation"
1972
  msgstr ""
1973
 
1974
+ #: app/helper/RTMediaAddon.php:124
1975
+ msgid ""
1976
+ "Report media if they find offensive. Set number of reports to automatically "
1977
+ "take down media from site."
1978
  msgstr ""
1979
 
1980
+ #: app/helper/RTMediaAddon.php:132
1981
+ msgid "Custom Attributes"
1982
  msgstr ""
1983
 
1984
+ #: app/helper/RTMediaAddon.php:135
1985
+ msgid ""
1986
+ "Categories media based on attributes. Site owner need to create attributes. "
1987
+ "When user upload a media, can select in which attribute that media can add."
1988
  msgstr ""
1989
 
1990
+ #: app/helper/RTMediaAddon.php:143
1991
+ msgid "Docs and Other files"
1992
  msgstr ""
1993
 
1994
+ #: app/helper/RTMediaAddon.php:146
1995
+ msgid ""
1996
+ "Allow users to upload documents and other file type using rtMedia upload "
1997
+ "box. This addon support all the file extensions which WordPress allows."
1998
  msgstr ""
1999
 
2000
+ #: app/helper/RTMediaAddon.php:154
2001
+ msgid "Default Albums"
2002
  msgstr ""
2003
 
2004
+ #: app/helper/RTMediaAddon.php:157
2005
+ msgid ""
2006
+ "This plugin allows the creation of multiple default albums for rtMedia "
2007
+ "uploads. One of these albums can be set as the default global album."
2008
  msgstr ""
2009
 
2010
+ #: app/helper/RTMediaAddon.php:165
2011
+ msgid "Podcast (RSS and Atom feeds)"
2012
  msgstr ""
2013
 
2014
+ #: app/helper/RTMediaAddon.php:168
2015
+ msgid ""
2016
+ "Read rtMedia uploads from iTunes as well as any RSS feed-reader/podcasting "
2017
+ "software."
2018
  msgstr ""
2019
 
2020
+ #: app/helper/RTMediaAddon.php:176
2021
+ msgid "Playlists"
2022
  msgstr ""
2023
 
2024
+ #: app/helper/RTMediaAddon.php:179
2025
+ msgid ""
2026
+ "Audio can be grouped into playlists. Once the user upload any audio file, "
2027
+ "can create a playlist or use existing one to manage audio files."
2028
  msgstr ""
2029
 
2030
+ #: app/helper/RTMediaAddon.php:187
2031
+ msgid "Favorites"
2032
  msgstr ""
2033
 
2034
+ #: app/helper/RTMediaAddon.php:190
2035
  msgid ""
2036
+ "Users can create their list of favorite media in which they can add media "
2037
+ "previously uploaded by any user."
2038
  msgstr ""
2039
 
2040
+ #: app/helper/RTMediaAddon.php:198
2041
+ msgid "Restrictions"
2042
  msgstr ""
2043
 
2044
+ #: app/helper/RTMediaAddon.php:201
2045
+ msgid ""
2046
+ "Site admin can set an upload limit on the basis of time span, file size (MB) "
2047
+ "and number of files user can upload."
2048
  msgstr ""
2049
 
2050
+ #: app/helper/RTMediaAddon.php:209
2051
+ msgid "bbPress Attachments"
2052
  msgstr ""
2053
 
2054
+ #: app/helper/RTMediaAddon.php:212
2055
+ msgid "Attach media files to bbPress forum topics and replies."
2056
  msgstr ""
2057
 
2058
+ #: app/helper/RTMediaAddon.php:220
2059
+ msgid "WordPress Sitewide Gallery"
2060
  msgstr ""
2061
 
2062
+ #: app/helper/RTMediaAddon.php:223
2063
+ msgid ""
2064
+ "Site admin can create and upload media into WordPress album. Create album "
2065
+ "without being dependent on BuddyPress."
2066
  msgstr ""
2067
 
2068
+ #: app/helper/RTMediaAddon.php:231
2069
+ msgid "WordPress Comment Attachments"
2070
  msgstr ""
2071
 
2072
+ #: app/helper/RTMediaAddon.php:234
2073
+ msgid ""
2074
+ "Allow users to upload a media file in WordPress comment attachment box. It "
2075
+ "will display a thumbnail of attached file."
2076
  msgstr ""
2077
 
2078
+ #: app/helper/RTMediaAddon.php:242
2079
+ msgid "Social Sharing"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2080
  msgstr ""
2081
 
2082
+ #: app/helper/RTMediaAddon.php:245
2083
+ msgid ""
2084
+ "Share uploaded media on social network sites like Facebook, twitter, "
2085
+ "linkedin, Google +. This addon integrate with rtSocial plugin."
2086
  msgstr ""
2087
 
2088
+ #: app/helper/RTMediaAddon.php:253
2089
+ msgid "Sidebar Widgets"
2090
  msgstr ""
2091
 
2092
+ #: app/helper/RTMediaAddon.php:256
2093
+ msgid ""
2094
+ "This addon provide widgets to upload media and display gallery for rtMedia "
2095
+ "plugin."
2096
  msgstr ""
2097
 
2098
+ #: app/helper/RTMediaAddon.php:264
2099
+ msgid "5 Star Ratings"
2100
  msgstr ""
2101
 
2102
+ #: app/helper/RTMediaAddon.php:267
2103
+ msgid ""
2104
+ "Display 5 star rating for all the uploaded media. User can rate the media "
2105
+ "files from 1 to 5 star."
2106
  msgstr ""
2107
 
2108
+ #: app/helper/RTMediaAddon.php:275
2109
+ msgid "Edit Mp3 Info (ID3 Tags)"
2110
  msgstr ""
2111
 
2112
+ #: app/helper/RTMediaAddon.php:278
2113
+ msgid "Allow user to edit MP3 FIle Audio tags (ID 3 tags)."
2114
  msgstr ""
2115
 
2116
+ #: app/helper/RTMediaAddon.php:286
2117
+ msgid "Media Sorting"
 
2118
  msgstr ""
2119
 
2120
+ #: app/helper/RTMediaAddon.php:289
2121
+ msgid ""
2122
+ "Sort uploaded media based on file size, ascending/descending title, upload "
2123
+ "date of media."
2124
  msgstr ""
2125
 
2126
+ #: app/helper/RTMediaAddon.php:297
2127
+ msgid "Bulk Edit"
2128
  msgstr ""
2129
 
2130
+ #: app/helper/RTMediaAddon.php:300
2131
+ msgid ""
2132
+ "Bulk edit option will allow user to quickly select media files and do "
2133
+ "required actions like move files from one album to another, change "
2134
+ "attributes, change privacy, delete files."
2135
  msgstr ""
2136
 
2137
+ #: app/helper/RTMediaAddon.php:308
2138
+ msgid "BuddyPress Profile Picture"
2139
  msgstr ""
2140
 
2141
+ #: app/helper/RTMediaAddon.php:311
2142
+ msgid ""
2143
+ "User can easily set his/her profile picture from media uploaded via rtMedia."
2144
  msgstr ""
2145
 
2146
+ #: app/helper/RTMediaAddon.php:319
2147
+ msgid "Album Cover Art"
2148
  msgstr ""
2149
 
2150
+ #: app/helper/RTMediaAddon.php:322
2151
+ msgid "User can easily set any of the image of the album as album cover photo"
2152
  msgstr ""
2153
 
2154
+ #: app/helper/RTMediaAddon.php:330
2155
+ msgid "Direct Download Link"
2156
  msgstr ""
2157
 
2158
+ #: app/helper/RTMediaAddon.php:333
2159
+ msgid ""
2160
+ "User can download media from website. Site owner can restrict which media "
2161
+ "type can be allowed to download."
2162
  msgstr ""
2163
 
2164
+ #: app/helper/RTMediaAddon.php:341
2165
+ msgid "Upload by URL"
2166
  msgstr ""
2167
 
2168
+ #: app/helper/RTMediaAddon.php:344
2169
+ msgid ""
2170
+ "Users do not need to download media files from a URL and then upload it with "
2171
+ "rtMedia. Just provide the absolute URL for the media and it will upload on "
2172
+ "site."
2173
  msgstr ""
2174
 
2175
+ #: app/helper/RTMediaAddon.php:352
2176
+ msgid "Media Likes"
 
2177
  msgstr ""
2178
 
2179
+ #: app/helper/RTMediaAddon.php:355
2180
+ msgid ""
2181
+ "This add-on let you know who liked the media. User can also see which media "
2182
+ "they liked under their profile."
2183
  msgstr ""
2184
 
2185
+ #: app/helper/RTMediaAddon.php:363
2186
+ msgid "Activity URL Preview"
 
2187
  msgstr ""
2188
 
2189
+ #: app/helper/RTMediaAddon.php:366
2190
+ msgid ""
2191
+ "This addon provides a preview of the URL that is shared in BuddyPress "
2192
+ "activity. Just enter the URL you want to share on your site and see a "
2193
+ "preview of it before it is shared."
2194
  msgstr ""
2195
 
2196
+ #: app/helper/RTMediaAddon.php:374
2197
+ msgid "View Counter"
 
 
2198
  msgstr ""
2199
 
2200
+ #: app/helper/RTMediaAddon.php:377
2201
+ msgid ""
2202
+ "Enable view count for all the uploaded media. Whenever user open that media "
2203
+ "file in lightbox or in single media view, that view count will be calculated "
2204
+ "and display next to media file."
2205
  msgstr ""
2206
 
2207
+ #: app/helper/RTMediaAddon.php:385
2208
+ msgid "Shortcode Generator"
2209
  msgstr ""
2210
 
2211
+ #: app/helper/RTMediaAddon.php:388
2212
  msgid ""
2213
+ "This add-on will add shortcode generator button in WordPress post and page "
2214
+ "editor for all the rtMedia shortcodes."
 
 
 
 
 
 
 
 
 
 
 
2215
  msgstr ""
2216
 
2217
+ #: app/helper/RTMediaAddon.php:396
2218
+ msgid "Album Privacy"
 
2219
  msgstr ""
2220
 
2221
+ #: app/helper/RTMediaAddon.php:399
2222
+ msgid ""
2223
+ "Set album privacy when user create an album or change album privacy when "
2224
+ "editing existing albums. The privacy levels are Public, Logged in user, "
2225
+ "Friends and Private."
2226
  msgstr ""
2227
 
2228
+ #: app/helper/RTMediaAddon.php:407
2229
+ msgid "BuddyPress Group Media Control"
2230
  msgstr ""
2231
 
2232
+ #: app/helper/RTMediaAddon.php:410
2233
+ msgid ""
2234
+ "This add-on allows group owner to manage media upload feature group wise."
2235
  msgstr ""
2236
 
2237
+ #: app/helper/RTMediaAddon.php:418
2238
+ msgid "Set Custom Thumbnail for Audio/Video"
2239
  msgstr ""
2240
 
2241
+ #: app/helper/RTMediaAddon.php:421
2242
+ msgid ""
2243
+ "Allow media owner to change the thumbnail of uploaded audio/video files. The "
2244
+ "File Upload box will be provided to change media thumbnail."
2245
  msgstr ""
2246
 
2247
+ #: app/helper/RTMediaAddon.php:429
2248
+ msgid "myCRED"
2249
  msgstr ""
2250
 
2251
+ #: app/helper/RTMediaAddon.php:432
2252
+ msgid ""
2253
+ "This plugin integrates rtMedia and myCRED plugin, users can be can award "
2254
+ "virtual points for various rtMedia activities, like media upload, likes, "
2255
+ "deleted etc."
2256
  msgstr ""
2257
 
2258
+ #: app/helper/RTMediaAddon.php:440
2259
+ msgid "Upload terms"
2260
  msgstr ""
2261
 
2262
+ #: app/helper/RTMediaAddon.php:443
2263
+ msgid ""
2264
+ "User must have to check the terms and conditions checkbox before uploading "
2265
+ "the media."
2266
  msgstr ""
2267
 
2268
+ #: app/helper/RTMediaAddon.php:451
2269
+ msgid "CubePoints"
 
2270
  msgstr ""
2271
 
2272
+ #: app/helper/RTMediaAddon.php:454
2273
+ msgid ""
2274
+ "If you are using CubePoints plugin on your website than rtMedia CubePoint "
2275
+ "add-on can be integrate with that plugin to setup point management system "
2276
+ "for rtMedia related activities."
2277
  msgstr ""
2278
 
2279
+ #: app/helper/RTMediaAddon.php:462
2280
+ msgid "Social Sync"
 
2281
  msgstr ""
2282
 
2283
+ #: app/helper/RTMediaAddon.php:465
2284
+ msgid ""
2285
+ "rtMedia Social Sync allows you to import media from your Facebook account."
2286
  msgstr ""
2287
 
2288
+ #: app/helper/RTMediaAddon.php:473
2289
+ msgid "Photo Watermark"
 
2290
  msgstr ""
2291
 
2292
+ #: app/helper/RTMediaAddon.php:476
2293
+ msgid ""
2294
+ "rtMedia Photo Watermark let you add watermark on your images uploaded using "
2295
+ "rtMedia."
2296
  msgstr ""
2297
 
2298
+ #: app/helper/RTMediaAddon.php:484
2299
+ msgid "Photo Tagging"
2300
  msgstr ""
2301
 
2302
+ #: app/helper/RTMediaAddon.php:487
2303
+ msgid ""
2304
+ "rtMedia Photo Tagging enable users to tag their friends on photos uploaded "
2305
+ "using rtMedia."
2306
  msgstr ""
2307
 
2308
+ #: app/helper/RTMediaAddon.php:495
2309
+ msgid "Photo Filters"
2310
  msgstr ""
2311
 
2312
+ #: app/helper/RTMediaAddon.php:498
2313
+ msgid ""
2314
+ "rtMedia Photo Filters adds Instagram like filters to images uploaded with "
2315
+ "rtMedia."
2316
  msgstr ""
2317
 
2318
+ #: app/helper/RTMediaAddon.php:506
2319
+ msgid "Kaltura Add-on"
2320
  msgstr ""
2321
 
2322
+ #: app/helper/RTMediaAddon.php:509
2323
+ msgid ""
2324
+ "Add support for more video formats using Kaltura video solution. It works "
2325
+ "with Kaltura.com, self-hosted Kaltura-CE and Kaltura-on-premise."
2326
  msgstr ""
2327
 
2328
+ #: app/helper/RTMediaAddon.php:517
2329
+ msgid "FFMPEG Add-on"
2330
  msgstr ""
2331
 
2332
+ #: app/helper/RTMediaAddon.php:520
2333
+ msgid ""
2334
+ "Add supports for more audio & video formats using open-source media-node. "
2335
+ "Media node comes with automated setup script for Ubuntu/Debian."
2336
  msgstr ""
2337
 
2338
+ #: app/helper/RTMediaAddon.php:528
2339
+ msgid "Membership Add-on"
2340
  msgstr ""
2341
 
2342
+ #: app/helper/RTMediaAddon.php:531
2343
+ msgid ""
2344
+ "rtMedia Membership add-on provides membership functionality in your site in "
2345
+ "terms of media upload."
2346
  msgstr ""
2347
 
2348
+ #: app/helper/RTMediaAddon.php:571
2349
+ msgid "Coming Soon !!"
2350
  msgstr ""
2351
 
2352
+ #: app/helper/RTMediaAddon.php:604
2353
+ msgid "Purchased"
2354
  msgstr ""
2355
 
2356
+ #: app/helper/RTMediaAddon.php:606 app/helper/RTMediaThemes.php:145
2357
+ #: app/helper/RTMediaThemes.php:173 app/helper/RTMediaThemes.php:260
2358
+ #: app/helper/RTMediaThemes.php:288 app/importers/BPMediaAlbumimporter.php:178
2359
+ msgid "Buy Now"
2360
  msgstr ""
2361
 
2362
+ #: app/helper/RTMediaAddon.php:635 app/helper/RTMediaThemes.php:144
2363
+ #: app/helper/RTMediaThemes.php:172 app/helper/RTMediaThemes.php:259
2364
+ #: app/helper/RTMediaThemes.php:287 app/importers/BPMediaAlbumimporter.php:179
2365
+ msgid "Live Demo"
2366
  msgstr ""
2367
 
2368
+ #: app/helper/rtFormInvalidArgumentsException.php:21
2369
+ #, php-format
2370
+ msgid ""
2371
+ "Error on line %s in %s : <b>The method expects an array in arguments for %s "
2372
+ "provided.</b>"
2373
  msgstr ""
2374
 
2375
+ #: app/helper/RTMediaAdminWidget.php:32
2376
+ msgid "Argument missing. id is required."
2377
  msgstr ""
2378
 
2379
+ #: app/helper/RTMediaFeed.php:52
2380
+ msgid "No items"
2381
  msgstr ""
2382
 
2383
+ #: app/helper/RTMediaFeed.php:58
2384
+ msgid "Posted "
 
2385
  msgstr ""
2386
 
2387
+ #: app/helper/RTMediaUploadException.php:41
2388
+ msgid ""
2389
+ "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in "
2390
+ "the HTML form"
 
2391
  msgstr ""
2392
 
2393
+ #: app/helper/RTMediaUploadException.php:44
2394
+ msgid "No file was uploaded"
2395
  msgstr ""
2396
 
2397
+ #: app/helper/RTMediaUploadException.php:49
2398
+ msgid "Uploade failed due to internal server error."
2399
  msgstr ""
2400
 
2401
+ #: app/helper/RTMediaUploadException.php:52
2402
+ msgid "File type not allowed."
 
2403
  msgstr ""
2404
 
2405
+ #: app/helper/RTMediaUploadException.php:56
2406
+ msgid "Invalid Context for upload."
2407
  msgstr ""
2408
 
2409
+ #: app/helper/RTMediaUploadException.php:59
2410
+ msgid "Unknown file upload error."
2411
  msgstr ""
2412
 
2413
+ #: app/helper/RTMediaSettings.php:205
2414
+ msgid "BuddyPress Media Addons for Photos"
2415
  msgstr ""
2416
 
2417
+ #: app/helper/RTMediaSettings.php:209
2418
+ msgid "rtMedia Themes"
2419
  msgstr ""
2420
 
2421
+ #: app/helper/RTMediaSettings.php:282
2422
+ #, php-format
2423
+ msgid ""
2424
+ "Currently your network allows uploading of the following file types. You can "
2425
+ "change the settings <a href=\"%s\">here</a>.<br /><code>%s</code></span>"
2426
  msgstr ""
2427
 
2428
+ #: app/helper/RTMediaSettings.php:300 app/helper/RTMediaSettings.php:302
2429
+ msgid "Recounting of media files done successfully"
2430
  msgstr ""
2431
 
2432
+ #: app/helper/RTMediaSettings.php:302
2433
+ msgid "Recount Success"
2434
  msgstr ""
2435
 
2436
+ #: app/helper/RTMediaSettings.php:306 app/helper/RTMediaSettings.php:308
2437
+ msgid "Recounting Failed"
2438
  msgstr ""
2439
 
2440
+ #: app/helper/RTMediaSettings.php:308
2441
+ msgid "Recount Fail"
 
2442
  msgstr ""
2443
 
2444
+ #: app/helper/RTMediaSettings.php:321 app/helper/RTMediaSettings.php:323
2445
+ msgid "Atleast one Media Type Must be selected"
 
2446
  msgstr ""
2447
 
2448
+ #: app/helper/RTMediaSettings.php:332 app/helper/RTMediaSettings.php:334
2449
+ msgid "\"Number of media\" count value should be numeric and greater than 0."
2450
  msgstr ""
2451
 
2452
+ #: app/helper/RTMediaSettings.php:334
2453
+ msgid "Default Count"
 
2454
  msgstr ""
2455
 
2456
+ #: app/helper/RTMediaSettings.php:339
2457
+ msgid "Settings saved."
2458
  msgstr ""
2459
 
2460
+ #: app/helper/RTMediaSettings.php:363
2461
+ #, php-format
2462
+ msgid ""
2463
+ "If you make changes to width, height or crop settings, you must use \"<a "
2464
+ "href=\"%s\">Regenerate Thumbnail Plugin</a>\" to regenerate old images.\""
2465
  msgstr ""
2466
 
2467
+ #: app/helper/RTMediaSettings.php:384
2468
+ msgid "BuddyPress Media 2.6 requires a database upgrade. "
2469
  msgstr ""
2470
 
2471
+ #: app/helper/RTMediaSettings.php:384
2472
+ msgid "Update Database"
2473
  msgstr ""
2474
 
2475
+ #: app/helper/RTMediaSettings.php:401
2476
+ msgid ""
2477
+ "If your site has some issues due to BuddyPress Media and you want one on one "
2478
+ "support then you can create a support topic on the <a target=\"_blank\" href="
2479
+ "\"http://community.rtcamp.com/c/rtmedia?"
2480
+ "utm_source=dashboard&utm_medium=plugin&utm_campaign=rtmedia\">rtCamp Support "
2481
+ "Forum</a>."
2482
  msgstr ""
2483
 
2484
+ #: app/helper/RTMediaSettings.php:402
2485
+ msgid ""
2486
+ "If you have any suggestions, enhancements or bug reports, then you can open "
2487
+ "a new issue on <a target=\"_blank\" href=\"https://github.com/rtCamp/rtmedia/"
2488
+ "issues/new\">GitHub</a>."
2489
  msgstr ""
2490
 
2491
+ #: app/helper/RTMediaThemes.php:60 app/helper/RTMediaThemes.php:61
2492
+ msgid "Themes By rtCamp"
2493
  msgstr ""
2494
 
2495
+ #: app/helper/RTMediaThemes.php:67 app/helper/RTMediaThemes.php:68
2496
+ msgid "3rd Party Themes"
2497
  msgstr ""
2498
 
2499
+ #: app/helper/RTMediaThemes.php:105
2500
+ msgid "rtDating"
2501
  msgstr ""
2502
 
2503
+ #: app/helper/RTMediaThemes.php:108 app/helper/RTMediaThemes.php:118
2504
+ msgid "rtCamp"
2505
  msgstr ""
2506
 
2507
+ #: app/helper/RTMediaThemes.php:111
2508
+ msgid ""
2509
+ "rtDating is a unique, clean and modern theme only for WordPress. This theme "
2510
+ "is mostly useful for dating sites and community websites. It can also be use "
2511
+ "for any other WordPress based website."
2512
  msgstr ""
2513
 
2514
+ #: app/helper/RTMediaThemes.php:115
2515
+ msgid "InspireBook"
2516
  msgstr ""
2517
 
2518
+ #: app/helper/RTMediaThemes.php:121
2519
+ msgid ""
2520
+ "InspireBook is a premium WordPress theme, designed especially for BuddyPress "
2521
+ "and rtMedia powered social-networks."
2522
  msgstr ""
2523
 
2524
+ #: app/helper/RTMediaThemes.php:139 app/helper/RTMediaThemes.php:254
2525
+ msgid "Theme Details"
2526
  msgstr ""
2527
 
2528
+ #: app/helper/RTMediaThemes.php:151 app/helper/RTMediaThemes.php:266
2529
+ msgid "Show previous theme"
2530
  msgstr ""
2531
 
2532
+ #: app/helper/RTMediaThemes.php:152 app/helper/RTMediaThemes.php:267
2533
+ msgid "Show next theme"
2534
  msgstr ""
2535
 
2536
+ #: app/helper/RTMediaThemes.php:153 app/helper/RTMediaThemes.php:268
2537
+ msgid "Close overlay"
2538
  msgstr ""
2539
 
2540
+ #: app/helper/RTMediaThemes.php:166 app/helper/RTMediaThemes.php:281
2541
+ msgid "Read More"
2542
  msgstr ""
2543
 
2544
+ #: app/helper/RTMediaThemes.php:167 app/helper/RTMediaThemes.php:282
2545
+ msgid "Tags:"
2546
  msgstr ""
2547
 
2548
+ #: app/helper/RTMediaThemes.php:199
2549
+ msgid "(M) SOCIAL NETWORK BUDDYPRESS THEME"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2550
  msgstr ""
2551
 
2552
+ #: app/helper/RTMediaThemes.php:202
2553
+ msgid "gavick"
2554
  msgstr ""
2555
 
2556
+ #: app/helper/RTMediaThemes.php:205
2557
+ msgid ""
2558
+ "(M)Social is a sophisticated, vibrant community theme that offers incredible "
2559
+ "grid layouts, with full BuddyPress support so your users can interact with "
2560
+ "each other, create their own pages, and share their thoughts and images with "
2561
+ "the community. "
2562
  msgstr ""
2563
 
2564
+ #: app/helper/RTMediaThemes.php:209
2565
+ msgid "Klein"
2566
  msgstr ""
2567
 
2568
+ #: app/helper/RTMediaThemes.php:212
2569
+ msgid "dunhakdis"
2570
  msgstr ""
2571
 
2572
+ #: app/helper/RTMediaThemes.php:215
2573
+ msgid ""
2574
+ "Klein is an innovative WordPress theme built to support BuddyPress, bbPress, "
2575
+ "and WooCommerce out of the box. Perfect for websites that interacts with "
2576
+ "many users."
2577
  msgstr ""
2578
 
2579
+ #: app/helper/RTMediaThemes.php:219
2580
+ msgid "SweetDate"
 
 
2581
  msgstr ""
2582
 
2583
+ #: app/helper/RTMediaThemes.php:222 app/helper/RTMediaThemes.php:232
2584
+ msgid "SeventhQueen"
2585
  msgstr ""
2586
 
2587
+ #: app/helper/RTMediaThemes.php:225
2588
+ msgid ""
2589
+ "SweetDate is a unique, clean and modern Premium Wordpress theme. It is "
2590
+ "perfect for a dating or community website but can be used as well for any "
2591
+ "other domain. They added all the things you need to create a perfect "
2592
+ "community system."
2593
  msgstr ""
2594
 
2595
+ #: app/helper/RTMediaThemes.php:229
2596
+ msgid "KLEO"
2597
  msgstr ""
2598
 
2599
+ #: app/helper/RTMediaThemes.php:235
2600
+ msgid ""
2601
+ "You no longer need to be a professional developer or designer to create an "
2602
+ "awesome website. Let your imagination run wild and create the site of your "
2603
+ "dreams. KLEO has all the tools to get you started."
2604
  msgstr ""
2605
 
2606
+ #: app/helper/RTMediaThemes.php:298
2607
+ msgid ""
2608
+ "These are the third party themes. For any issues or queries regarding these "
2609
+ "themes please contact theme developers."
2610
  msgstr ""
2611
 
2612
+ #: app/helper/RTMediaThemes.php:301
2613
+ msgid "Are you a developer?"
2614
  msgstr ""
2615
 
2616
+ #: app/helper/RTMediaThemes.php:304
2617
+ msgid ""
2618
+ "If you have developed a rtMedia compatible theme and would like it to list "
2619
+ "here, please email us at"
2620
  msgstr ""
2621
 
2622
+ #: app/helper/RTMediaThemes.php:305
2623
+ msgid "product@rtcamp.com"
2624
  msgstr ""
2625
 
2626
+ #: app/helper/RTMediaLicense.php:56
2627
+ msgid "Activated"
 
 
 
2628
  msgstr ""
2629
 
2630
+ #: app/helper/RTMediaLicense.php:59
2631
+ msgid "Deactivated"
2632
  msgstr ""
2633
 
2634
+ #: app/helper/RTMediaLicense.php:68
2635
+ msgid "Status: "
2636
  msgstr ""
2637
 
2638
+ #: app/helper/RTMediaLicense.php:77
2639
+ msgid "License Key"
 
 
 
2640
  msgstr ""
2641
 
2642
+ #: app/helper/RTMediaLicense.php:88
2643
+ msgid "Activate / Deactivate License"
2644
  msgstr ""
2645
 
2646
+ #: app/helper/RTMediaLicense.php:96
2647
+ msgid "Deactivate License"
 
 
2648
  msgstr ""
2649
 
2650
+ #: app/helper/RTMediaLicense.php:99
2651
+ msgid "Activate License"
2652
  msgstr ""
2653
 
2654
  #: app/services/RTMediaEncoding.php:156
2656
  msgstr ""
2657
 
2658
  #: app/services/RTMediaEncoding.php:157
2659
+ #, php-format
2660
  msgid ""
2661
+ "<p>You are nearing the quota limit for your rtMedia encoding service.</"
2662
+ "p><p>Following are the details:</p><p><strong>Used:</strong> %s</"
2663
+ "p><p><strong>Remaining</strong>: %s</p><p><strong>Total:</strong> %s</p>"
2664
  msgstr ""
2665
 
2666
  #: app/services/RTMediaEncoding.php:171
2668
  msgstr ""
2669
 
2670
  #: app/services/RTMediaEncoding.php:172
2671
+ #, php-format
2672
  msgid ""
2673
  "<p>Your usage quota is over. Upgrade your plan</p><p>Following are the "
2674
  "details:</p><p><strong>Used:</strong> %s</p><p><strong>Remaining</strong>: "
2676
  msgstr ""
2677
 
2678
  #: app/services/RTMediaEncoding.php:233
2679
+ #, php-format
2680
  msgid "You have successfully subscribed for the <strong>%s</strong> plan"
2681
  msgstr ""
2682
 
2812
  msgid "Try Now"
2813
  msgstr ""
2814
 
2815
+ #: app/services/RTMediaEncoding.php:556
2816
  msgid "Could not read file."
2817
  msgstr ""
2818
 
2819
+ #: app/services/RTMediaEncoding.php:560
2820
  msgid ""
2821
  "Something went wrong. The required attachment id does not exists. It must "
2822
  "have been deleted."
2823
  msgstr ""
2824
 
2825
+ #: app/services/RTMediaEncoding.php:575
2826
  msgid "rtMedia Encoding: Download Failed"
2827
  msgstr ""
2828
 
2829
+ #: app/services/RTMediaEncoding.php:576
2830
+ #, php-format
2831
  msgid ""
2832
  "<p><a href=\"%s\">Media</a> was successfully encoded but there was an error "
2833
  "while downloading:</p>\n"
2834
  " <p><code>%s</code></p>\n"
2835
+ " <p>You can <a href=\"%s\">retry the download</a>.</p>"
 
2836
  msgstr ""
2837
 
2838
+ #: app/services/RTMediaEncoding.php:590
2839
  msgid "Done"
2840
  msgstr ""
2841
 
2842
+ #: app/services/RTMediaEncoding.php:615 app/services/RTMediaEncoding.php:637
2843
  msgid "Something went wrong please try again."
2844
  msgstr ""
2845
 
2846
+ #: app/services/RTMediaEncoding.php:634
2847
  msgid "Your subscription was cancelled successfully"
2848
  msgstr ""
2849
 
2850
+ #: app/services/RTMediaEncoding.php:646
2851
  msgid "Please enter the api key."
2852
  msgstr ""
2853
 
2854
+ #: app/services/RTMediaEncoding.php:653
2855
  msgid "Encoding disabled successfully."
2856
  msgstr ""
2857
 
2858
+ #: app/services/RTMediaEncoding.php:659
2859
  msgid "Encoding enabled successfully."
2860
  msgstr ""
2861
 
2862
+ #: app/importers/BPMediaAlbumimporter.php:71
2863
+ msgid "Warning!"
2864
  msgstr ""
2865
 
2866
+ #: app/importers/BPMediaAlbumimporter.php:71
2867
+ #, php-format
2868
+ msgid ""
2869
+ "This import process is irreversible. Although everything is tested, please "
2870
+ "take a <a target=\"_blank\" href=\"http://codex.wordpress.org/"
2871
+ "WordPress_Backups\">backup of your database and files</a>, before "
2872
+ "proceeding. If you don't know your way around databases and files, consider "
2873
+ "<a target=\"_blank\" href=\"%s\">hiring us</a>, or another professional."
2874
  msgstr ""
2875
 
2876
+ #: app/importers/BPMediaAlbumimporter.php:72
2877
+ msgid ""
2878
+ "If you have set \"WP_DEBUG\" in you wp-config.php file, please make sure it "
2879
+ "is set to \"false\", so that it doesn't conflict with the import process."
2880
  msgstr ""
2881
 
2882
+ #: app/importers/BPMediaAlbumimporter.php:73
2883
+ msgid "I have taken a backup of the database and files of this site."
2884
  msgstr ""
2885
 
2886
+ #: app/importers/BPMediaAlbumimporter.php:75
2887
+ msgid "Start Import"
 
2888
  msgstr ""
2889
 
2890
+ #: app/importers/BPMediaAlbumimporter.php:80
2891
+ msgid "Users"
 
2892
  msgstr ""
2893
 
2894
+ #: app/importers/BPMediaAlbumimporter.php:110
2895
+ msgid "Comments"
 
2896
  msgstr ""
2897
 
2898
+ #: app/importers/BPMediaAlbumimporter.php:116
2899
+ msgid "Comments: 0/0 (No comments to import)"
2900
  msgstr ""
2901
 
2902
+ #: app/importers/BPMediaAlbumimporter.php:123
2903
+ msgid "User's Favorites"
2904
  msgstr ""
2905
 
2906
+ #: app/importers/BPMediaAlbumimporter.php:132
2907
+ msgid ""
2908
+ "BP-Album is active on your site and will cause problems with the import."
2909
  msgstr ""
2910
 
2911
+ #: app/importers/BPMediaAlbumimporter.php:133
2912
+ msgid "Click here to deactivate BP-Album and continue importing"
2913
  msgstr ""
2914
 
2915
+ #: app/importers/BPMediaAlbumimporter.php:139
2916
+ msgid ""
2917
+ "Some of the media failed to import. The file might be corrupt or deleted."
2918
  msgstr ""
2919
 
2920
+ #: app/importers/BPMediaAlbumimporter.php:140
2921
+ #, php-format
2922
+ msgid "The following %d BP Album Media id's could not be imported"
2923
  msgstr ""
2924
 
2925
+ #: app/importers/BPMediaAlbumimporter.php:149
2926
+ #, php-format
2927
+ msgid "I just imported bp-album to @rtMediaWP http://rt.cx/rtmedia on %s"
2928
  msgstr ""
2929
 
2930
+ #: app/importers/BPMediaAlbumimporter.php:150
2931
+ msgid "Congratulations!"
2932
  msgstr ""
2933
 
2934
+ #: app/importers/BPMediaAlbumimporter.php:150
2935
+ msgid "All media from BP Album has been imported."
2936
  msgstr ""
2937
 
2938
+ #: app/importers/BPMediaAlbumimporter.php:151
2939
+ msgid "Tweet this"
2940
  msgstr ""
2941
 
2942
+ #: app/importers/BPMediaAlbumimporter.php:155
2943
+ msgid ""
2944
+ "However, a lot of unnecessary files and a database table are still eating up "
2945
+ "your resources. If everything seems fine, you can clean this data up."
2946
  msgstr ""
2947
 
2948
+ #: app/importers/BPMediaAlbumimporter.php:158
2949
+ msgid "Clean up Now"
2950
  msgstr ""
2951
 
2952
+ #: app/importers/BPMediaAlbumimporter.php:161
2953
+ msgid "Clean up Later"
2954
  msgstr ""
2955
 
2956
+ #: app/importers/BPMediaAlbumimporter.php:166
2957
+ msgid "Why don't you try adding some instagram like effects to your images?"
2958
+ msgstr ""
2959
+
2960
+ #: app/importers/BPMediaAlbumimporter.php:173
2961
+ msgid ""
2962
+ "BuddyPress Media Instagram adds Instagram like filters to images uploaded "
2963
+ "with BuddyPress Media."
2964
  msgstr ""
2965
 
2966
+ #: app/importers/BPMediaAlbumimporter.php:174
2967
+ msgid "Important"
2968
  msgstr ""
2969
 
2970
+ #: app/importers/BPMediaAlbumimporter.php:174
2971
  msgid ""
2972
+ "You need to have ImageMagick installed on your server for this addon to work."
 
2973
  msgstr ""
2974
 
2975
+ #: app/importers/BPMediaAlbumimporter.php:184
2976
  msgid ""
2977
+ "Looks like you don't use BP Album. Is there any other BuddyPress Plugin you "
2978
+ "want an importer for?"
2979
+ msgstr ""
2980
+
2981
+ #: app/importers/BPMediaAlbumimporter.php:185
2982
+ #, php-format
2983
+ msgid "<a href=\"%s\">Create an issue</a> on GitHub requesting the same."
2984
+ msgstr ""
2985
+
2986
+ #: app/importers/RTMediaMediaSizeImporter.php:25
2987
+ msgid "Media Size Import"
2988
+ msgstr ""
2989
+
2990
+ #: app/importers/RTMediaActivityUpgrade.php:20
2991
+ msgid "Media activity upgrade"
2992
+ msgstr ""
2993
+
2994
+ #: app/importers/RTMediaMigration.php:64
2995
+ msgid "Please Migrate your Database"
2996
+ msgstr ""
2997
+
2998
+ #: app/importers/RTMediaMigration.php:64
2999
+ msgid "Click Here"
3000
  msgstr ""
3001
 
3002
+ #: app/importers/RTMediaMigration.php:375
3003
  msgid ""
3004
+ "Please Backup your <strong>DATABASE</strong> and <strong>UPLOAD</strong> "
3005
+ "folder before Migration."
3006
  msgstr ""
3007
 
3008
+ #: app/importers/RTMediaMigration.php:383
3009
+ msgid "rtMedia Migration"
 
3010
  msgstr ""
3011
 
3012
+ #: app/importers/RTMediaMigration.php:385
3013
+ msgid "It will migrate following things"
3014
+ msgstr ""
3015
+
3016
+ #: app/importers/RTMediaMigration.php:453
3017
+ msgid "Error During Migration, Please Refresh Page then try again"
3018
+ msgstr ""
3019
+
3020
+ #: app/importers/RTMediaMigration.php:473
3021
+ msgid "Start"
3022
+ msgstr ""
3023
+
3024
+ #: app/importers/RTMediaMigration.php:1024
3025
+ msgid " day"
3026
+ msgstr ""
3027
+
3028
+ #: app/importers/RTMediaMigration.php:1028
3029
+ msgid " hour"
3030
+ msgstr ""
3031
+
3032
+ #: app/importers/RTMediaMigration.php:1032
3033
+ msgid " minute"
3034
+ msgstr ""
3035
+
3036
+ #: app/importers/RTMediaMigration.php:1036
3037
+ msgid " second"
3038
+ msgstr ""
3039
+
3040
+ #: app/importers/RTMediaMigration.php:1042
3041
+ msgid "No time remaining."
3042
+ msgstr ""
3043
+
3044
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:3
3045
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:5
3046
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:9
3047
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:10
3048
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:14
3049
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:15
3050
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:3
3051
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:5
3052
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:9
3053
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:10
3054
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:14
3055
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:15
3056
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:3
3057
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:5
3058
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:9
3059
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:10
3060
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:14
3061
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:15
3062
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:4
3063
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:6
3064
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:10
3065
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:11
3066
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:15
3067
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:16
3068
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:3
3069
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:5
3070
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:9
3071
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:10
3072
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:14
3073
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:15
3074
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:3
3075
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:5
3076
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:9
3077
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:10
3078
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:14
3079
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:15
3080
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:4
3081
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:6
3082
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:10
3083
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:11
3084
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:15
3085
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:16
3086
+ msgid "Hello World"
3087
+ msgstr ""
3088
+
3089
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:4
3090
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:6
3091
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:11
3092
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:16
3093
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:4
3094
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:6
3095
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:11
3096
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:16
3097
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:4
3098
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:6
3099
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:11
3100
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:16
3101
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:5
3102
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:7
3103
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:12
3104
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:17
3105
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:4
3106
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:6
3107
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:11
3108
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:16
3109
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:4
3110
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:6
3111
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:11
3112
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:16
3113
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:5
3114
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:7
3115
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:12
3116
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:17
3117
+ msgctxt "verb"
3118
+ msgid "Post"
3119
+ msgstr ""
3120
+
3121
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:20
3122
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:24
3123
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:20
3124
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:24
3125
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:20
3126
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:24
3127
+ #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:3
3128
+ #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:8
3129
+ #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:15
3130
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:21
3131
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:25
3132
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:20
3133
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:24
3134
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:20
3135
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:24
3136
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:21
3137
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:25
3138
+ #, php-format
3139
+ msgid "%d apple"
3140
+ msgid_plural "%d apples"
3141
+ msgstr[0] ""
3142
+ msgstr[1] ""
3143
+
3144
+ #: node_modules/grunt-checktextdomain/test/fixtures/missing-domain.php:25
3145
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:21
3146
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain.php:25
3147
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:21
3148
+ #: node_modules/grunt-checktextdomain/test/fixtures/incorrect-domain-autocorrect.php:25
3149
+ #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:4
3150
+ #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:9
3151
+ #: node_modules/grunt-checktextdomain/test/fixtures/plurals.php:16
3152
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:22
3153
+ #: node_modules/grunt-checktextdomain/test/fixtures/variable-domain-autocorrect.php:26
3154
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:21
3155
+ #: node_modules/grunt-checktextdomain/test/fixtures/correct-domain.php:25
3156
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:21
3157
+ #: node_modules/grunt-checktextdomain/test/expected/incorrect-domain-autocorrect.php:25
3158
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:22
3159
+ #: node_modules/grunt-checktextdomain/test/expected/variable-domain-autocorrect.php:26
3160
+ #, php-format
3161
+ msgctxt "noun, job positions"
3162
+ msgid "%d post"
3163
+ msgid_plural "%d posts"
3164
+ msgstr[0] ""
3165
+ msgstr[1] ""
3166
+
3167
+ #: node_modules/grunt-wp-i18n/test/fixtures/translator-comments/translator-comments.php:7
3168
+ msgid "A"
3169
+ msgstr ""
3170
+
3171
+ #: node_modules/grunt-wp-i18n/test/fixtures/translator-comments/translator-comments.php:15
3172
+ msgid "B"
3173
+ msgstr ""
3174
+
3175
+ #: node_modules/grunt-wp-i18n/test/fixtures/plugin-include/plugin-include.php:6
3176
+ #: node_modules/grunt-wp-i18n/test/fixtures/basic-theme/exclude/file.php:3
3177
+ msgid "Exclude"
3178
+ msgstr ""
3179
+
3180
+ #: node_modules/grunt-wp-i18n/test/fixtures/plugin-include/include/file.php:2
3181
+ msgid "Include"
3182
+ msgstr ""
3183
+
3184
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:2
3185
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-domains.php:3
3186
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:2
3187
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:3
3188
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:4
3189
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/add-domain.php:2
3190
+ msgid "String"
3191
+ msgstr ""
3192
+
3193
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:6
3194
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:7
3195
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:8
3196
+ msgctxt "a string"
3197
+ msgid "String"
3198
+ msgstr ""
3199
+
3200
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:9
3201
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:10
3202
+ #: node_modules/grunt-wp-i18n/test/fixtures/text-domains/update-all-domains.php:11
3203
+ #, php-format
3204
+ msgid "1 Star"
3205
+ msgid_plural "%s Stars"
3206
+ msgstr[0] ""
3207
+ msgstr[1] ""
readme.txt CHANGED
@@ -1,12 +1,12 @@
1
  === rtMedia for WordPress, BuddyPress and bbPress ===
2
- Contributors: rtcamp, rittesh.patel, sanketparmar, sagarjadhav, pranalipatel, jignesh.nakrani, pushpak.pop, faishal, desaiuditd, rahul286, JoshuaAbenazer, gagan0123, saurabhshukla, nitun.lanjewar, umesh.nevase, suhasgirgaonkar, neerukoul, hrishiv90, kanakiyajay, jarretc, tobiaskluge, rafaelfunchal, UmeshSingla, mehulkaklotar, tannermirabel, kishores
3
  Donate link: http://rtcamp.com/donate/
4
  Tags: BuddyPress, media, multimedia, album, audio, songs, music, video, photo, image, upload, share, MediaElement.js, ffmpeg, kaltura, media-node, rtMedia, WordPress, bbPress, masonry
5
  License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: 4.3
9
- Stable tag: 3.8.15
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
@@ -140,6 +140,12 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
140
 
141
  == Changelog ==
142
 
 
 
 
 
 
 
143
  = 3.8.15 =
144
  * CSS fixes
145
  * Added new filters and actions
@@ -1057,8 +1063,8 @@ http://www.youtube.com/watch?v=dJrykKQGDcs
1057
 
1058
  == Upgrade Notice ==
1059
 
1060
- = 3.8.15 =
1061
- Requires BuddyPress 1.7 or higher, if using BuddyPress. CSS fixes and added new hooks.
1062
 
1063
  == Sponsors ==
1064
 
1
  === rtMedia for WordPress, BuddyPress and bbPress ===
2
+ Contributors: rtcamp, rittesh.patel, sanket.parmar, sagarjadhav, pranalipatel, jignesh.nakrani, pushpak.pop, faishal, desaiuditd, rahul286, JoshuaAbenazer, gagan0123, saurabhshukla, nitun.lanjewar, umesh.nevase, suhasgirgaonkar, neerukoul, hrishiv90, kanakiyajay, jarretc, tobiaskluge, rafaelfunchal, UmeshSingla, mehulkaklotar, tannermirabel, kishores
3
  Donate link: http://rtcamp.com/donate/
4
  Tags: BuddyPress, media, multimedia, album, audio, songs, music, video, photo, image, upload, share, MediaElement.js, ffmpeg, kaltura, media-node, rtMedia, WordPress, bbPress, masonry
5
  License: GPLv2 or later
6
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
7
  Requires at least: WordPress 3.6
8
  Tested up to: 4.3
9
+ Stable tag: 3.8.16
10
 
11
  Add albums, photo, audio/video encoding, privacy, sharing, front-end uploads & more. All this works on mobile/tablets devices.
12
 
140
 
141
  == Changelog ==
142
 
143
+ = 3.8.16 =
144
+ * Update Persian translation and add Finnish translations
145
+ * Add rtMedia SEO add-on
146
+ * Fix encoding service for music files
147
+ * Fix music file thumbnails
148
+
149
  = 3.8.15 =
150
  * CSS fixes
151
  * Added new filters and actions
1063
 
1064
  == Upgrade Notice ==
1065
 
1066
+ = 3.8.16 =
1067
+ Requires BuddyPress 1.7 or higher, if using BuddyPress. Update Persian and Finnish translations, add rtMedia SEO add-on, fix encoding service for music files, fix music file thumbnails.
1068
 
1069
  == Sponsors ==
1070